﻿html, body {
    background-color: black;
    height: 100%;
    color: white;
    font-family: 'Open Sans', sans-serif;
}


  .bodymargin {
    margin-top: 0px;
  }
  @media (max-width: 980px) {
    .bodymargin {
      margin-top: 160px ;
    }
  }

#hdr{
    text-align: center;
    background-color: #652d8a;
    padding: 10px 0px 10px 0px;
    background-image: url('/img/bg-top.jpg');
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.footerc{
    background-color: black;
    margin-top: 20px;
}

#navbar a{
    font-weight: bold;
    color: yellow;
}

.navbar {
    background-color: #652d8a;
    border-color: #E7E7E7;
    border: none!important;
}

.navbar-nav{
    margin-bottom: -5px !important;
    padding-bottom: -5px !important;
}

.active{
    background-color: #652d8a;
    color: white !important;
}

.active a{
    color: white !important;
    margin: 0px !important;
}

.logo{
    max-width: 100%;
}

.locationsmobile{width: 100%; display: none;}

h1{
    color: white;
    font-weight: bold;
}

.mainfluidblock{
    /*margin-top: -132px;*/
}

/* Large desktop */
@media (min-width: 1200px) { 

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 1150px) { 

    .locationsdesktop{display: none;}
    .locationsmobile{display: block; max-width: 350px; margin-left: auto; margin-right: auto;}
    
}

@media (max-width: 768px){

    /* menu adjustment for lower size*/
    #navbar {
        height: auto !important;
        margin: 0;
        padding: 0;
        list-style: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 300;
    }
    #navbar li {
        float: none !important;
        clear: both;
        line-height: 45px !important;
        width: 100% !important;
    }

}
 
/* Landscape phones and down */
@media (max-width: 480px) {

    .cateringblock{
        padding-left: 0px !important;
        text-align: center !important;
    }

    .cateringm {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: medium;
        width: 100% !important;
        text-align: center;
    }
    .btnx1 {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: medium !important;
        width: 100% !important;
        display: block !important;
        text-align: center !important;
        padding: 10px !important;
    }
    .mlogo {
        text-align: center;
    }
    .rownav{
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .mcontact{text-align: center;}

    .logo{
        max-width: 50%;
    }
    .phonehoursbox{
        float: none;
        margin-top: 80px;
    }
    .col-xs-6{
        width: 100%;
    }


}

a.mnav:link{text-decoration:none; color:#ffffff; font-weight: bold;} 
a.mnav:visited{text-decoration:none; color:#ffffff;} 
a.mnav:hover{text-decoration:none; color:#ffffff;}

.list1 > li{
    padding-bottom: 10px;
}


#navbar {
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #652d8a;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

#navbar li {
    position: relative;
    float: left;
    line-height: 60px;
    background: inherit;
    text-align: center;
    transition: all .2s;
}

#navbar li a {
    position: relative;
    display: block;
    padding: 0 10px;
    line-height: inherit;
    color: white;
    text-decoration: none;
}

#navbar li:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background: #652d8a;
    border-radius: 50%;
    transform: rotate(45deg);
    transition: all 0, background .2s;
}
#navbar li:hover:before {
    margin-top: 1px;
    border-radius: 50% 50% 0 50%;
    transition: all .1s, background .2s, margin-top .2s cubic-bezier(.5,30,.2,0);
}
#navbar li:hover,
#navbar li:hover:before {
    background: #7b479d;
}
#navbar li.active,
#navbar li.active:before {
    background: #652d8a;
}

.cbox input {
    width: 25px;
    height: 25px;
}

.cbox label {
    font-size: medium;
}