/*
Theme Name: Mugo's Cafe
Theme URI: ''
Author: Neville Lemein (WhatsApp: +254723686235)
Author URI: https://yourwebsite.com
Description: Mugo's Cafe Custom Theme
Version: 1.0.0
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
*/

.navbar a {
    color: #fff;
}

.navbar a:hover,
.navbar a:focus,
.navbar a:active {
    color: #ddd;
}

.button-outline-white {
    border: 2px solid #fff;
    padding: 0.5rem 1rem;
    border-radius: 2px;
}

a:hover,
a:active,
a:focus {
    color: inherit;
}

header {
    min-height: 4.375rem;
    background-color: #13cf77;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

header .navbar {
    background-color: #13cf77;
}

@media only screen and (min-width: 767px) {
    .navbar-collapse {
        display: flex;
        justify-content: space-between;
    }
    .navbar-collapse ul {
        display: flex;
        justify-content: center;
        width: calc(100% - 250px);
    }
}

.bg {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(64%, #13cf77), color-stop(36%, #004d40));
    background-image: linear-gradient(#13cf77 64%, #004d40 0);
    background-repeat: no-repeat;
    background-size: cover;
}

.theme-bg {
    background-color: #004d40;
}

.theme-color {
    color: #004d40;
}

.hero {
    min-height: 26.5625rem;
    position: relative;
    padding-top: 8rem;
}

.get-started-form--wrapper form {
    background-color: #fff;
    border: 1px solid #b7c9d7;
    box-shadow: 0 0.25rem 1.5rem 0 hsla(0, 0%, 51.4%, 0.5);
    width: 100%;
    max-width: 720px;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    padding: .5rem;
    margin: 0 auto;
    border-radius: 3px;
    display: flex;
}

.get-started-form--wrapper input,
.page-get-started input {
    width: calc(100% - 170px);
    font-size: 1.125rem;
    border: none;
    box-shadow: none;
    outline: none;
    height: 3rem;
}

.get-started-form--wrapper input:focus,
.get-started-form--wrapper input:active,
.get-started-form--wrapper button:focus,
.get-started-form--wrapper button:active,
.page-get-started input:focus,
.page-get-started input:active {
    border: none;
    box-shadow: none;
    outline: none;
}

.button {
    color: #fff;
    min-width: 10.625rem;
    height: 3rem;
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: .25rem;
    background-color: #13cf77;
    box-shadow: 0 0.25rem 0.75rem 0 rgba(2, 44, 92, 0.4);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: none;
    outline: none;
}

@media only screen and (max-width: 767px) {
    .get-started-form--wrapper form {
        display: block;
    }
    .get-started-form--wrapper input {
        width: 100%;
        padding-bottom: 1rem;
        border-bottom: 1px solid #eee;
    }
    .get-started-form--wrapper button {
        width: 100%;
    }
}

.page-get-started {
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #b7c9d7;
    box-shadow: 0 0.25rem 1.5rem 0 hsla(0, 0%, 51.4%, 0.5);
}

.page-get-started input {
    border: 1px solid #b7c9d7;
    border-radius: .25rem;
}

.page-get-started input:active,
.page-get-started input:focus {
    border: 1px solid #aaa;
}

.page-get-started .button,
.page-get-started input {
    width: 100%;
}

.page-post-image {
    min-height: 50vh;
    max-height: 70vh;
    border-radius: 25px;
    background-color: #ccc;
}

footer {
    background-color: #efefef;
}