/*-------------------------------CSS for tripadvise-----------------------*/

@import url('tripadvise.css');
.left {
    float: left;
}

.right {
    float: right;
}

.img-respponsive {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}


/*------------------------------CSS for top banner&main-navbar---------------------------*/

.top_right_banner .carousel-inner>.item>img {
    height: 261px;
    width: 100%;
}

.navbar-default {
    background: rgb(39, 14, 17)!important;
}

.navbar-default .navbar-nav>li>a,
.navbar-brand {
    color: white!important;
}

.navbar-default .navbar-nav>li:hover {
    background: #027502;
}


/*----------------------------Css for main content---------------------*/

.style4 {
    font-size: 24px;
    font-weight: bold;
    color: #006600;
}

.style6 {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #006600;
}

.style16 {
    font-size: 24px;
    font-weight: bold;
    /* font-style: italic; */
    color: #FF0000;
}

.style41 {
    font-size: 24px;
    font-weight: bold;
    color: #990000;
}

.private_classes_title {
    color: #990000;
    font-size: 18px;
}


/*--------------------------CSS for daily cooking class menu----------------------------*/

.daily_class_menu tbody tr {
    background: rgb(39, 14, 17);
}

.daily_class_menu tbody tr td {
    color: white;
}


/*-------------------------------CSS for footer-------------------------------------*/

#footer {
    padding: 10px;
}

#footer .container {
    background: rgb(39, 14, 17);
    color: white;
    font-weight: bold;
}

#footer .container p:first-child {
    font-size: 36px;
}

#footer .container p:nth-child(2),
#footer .container p:nth-child(3) {
    font-size: 18px;
}

#footer .container p:nth-child(2) span a,
#footer .container p:nth-child(3) span a {
    color: #990000;
}


/*----------------------CSS for thank you for booking----------------------------------*/

.thank_you {
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #029c02;
    color: white;
}


/*--------------------------CSS for responsive--------------------------*/

@media screen and (max-width: 768px) {
    img {
        width: 100%;
    }
    .top_right_banner {
        display: none;
    }
    a[href="mailto : apronupcookingclass@gmail.com"],
    a[href="https://www.facebook.com/cookingclassinHanoi/?fref=ts"] {
        word-break: break-word;
    }
    #CDSWIDSSP {
        width: 100%!important;
    }
    #CDSWIDSSP .widSSPData .widSSPBranding dl dt {
        height: 35px;
    }
    .icon-bar {
        background: white!important;
    }
    .nav-icon {
        background: rgb(39, 14, 17);
        border: 1px solid lightgray;
        float: right;
        padding: 6px;
        display: flex;
        justify-content: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-top: 8px;
        margin-right: 25px;
    }
    .nav-icon i {
        color: white;
        font-size: 20px;
    }
    .nav-icon:hover {
        background: lightgray;
    }
    #footer .container p:first-child {
        font-size: 22px;
    }
    .row_img_apron_cooking_class .col-md-4 img,
    .contact_img img,
    .about_us_img img,
    .row_private_cooking_class_img img {
        padding-top: 10px;
    }
    /*responsive for row img*/
    .row_img_apron_cooking_class img {
        height: 270px!important;
    }
}

@media screen and (min-width: 768px) {
    .nav-icon {
        display: none;
    }
}


/*CSS for Top button*/

#myBtnTop {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #029c02;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#myBtn:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
}

.eingabefeld {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
}