body{
    font-family: 'Roboto', sans-serif;
    color: ghostwhite;
    background-color: #1e2355;
    z-index: 2;

}


.row{
    /*to ovvereride bootstraps -15px margins*/
    margin-left: 0;
    margin-right: 0;
}
.nav{
    height: 75px;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    vertical-align: bottom;


}

.stickynav{
    background-color: #1e2355;
    position: fixed;
    padding: 15px;
    height: 75px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    vertical-align: bottom;

}

.banner{
    text-align: center;
    height: 200px;
    width: 100%;
    margin-top: 75px;
    margin-bottom: 20px;
    background: center, url('header.jpg');

    /*fied nav*/
    /*top: 75px;*/
    padding-top: 40px;
    position: relative;

    text-shadow: 2px 2px 5px #0e1027;

}

.scripttitle{
    font-family: 'Kaushan Script', cursive;
}

/*.scriptsubtitle{*/
/*font-family: 'Arima Madurai', cursive;*/

/*}*/

#slider{
  margin: auto;
}

/*font-family: 'Arima Madurai', cursive;
font-family: 'Kaushan Script', cursive;*/

.motto{
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    color: whitesmoke;
    background-color: #0e1027;
    padding-top:15px;
    padding-bottom: 15px;

    /*margin-bottom: 15px;*/
    /*opacity:0.6;*/
}
/*menu*/
.sqphoto{
    height:225px;
    margin: 15px;
}

#menuButtonsNav{
    background-color: #1e2355;

}

.menuButtons{
    color: whitesmoke;
    background-color: #1e2355;
    /*background-color: #0e1027;*/

    border: none;

}
.menuButtons:hover{
    color: #c2d7ff;
    border:none;
}

.menucontainer{
    background-color: #0e1027;
    padding: 15px;
    box-shadow: 0px 5px 7px #070813;
    /*height: 515px;*/
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 150px;
    padding-right: 150px;

}
.menucontainer h3{
    font-family: 'Kaushan Script', cursive;
    padding-top: 15px;
    letter-spacing: 0.064em;
    height: auto;


}

/*catering*/
.catering{
    height:225px;
    width: 100%;
    margin-bottom: 15px;
}


.nav{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.064em;
    color: whitesmoke;
}

a, a:after{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.064em;
    color: whitesmoke;
    text-decoration: none;

}
a:hover{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.064em;
    color: #c2d7ff;
    text-decoration: none;
}



#footer {
    height: 15%;
    background-color: #0e1027;
    color: white;
    /*position: fixed;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    padding: 1rem;
}

/*#apps{*/
    /*visibility: hidden;*/
/*}*/







/*fonts & headings*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto', sans-serif;
}
h1,
.h1 {
    font-size: 32px;
    font-weight: 600;
}
h2,
.h2 {
    font-size: 24px;
    font-weight: 600;
}
h3,
.h3 {
    font-size: 20px;
    font-weight: 400;
}
h4,
.h4 {
    font-size: 18px;
    font-weight: 400;
}
h5,
.h5 {
    font-size: 16px;
    font-weight: 400;
}
h6,
.h6 {
    font-size: 14px;
    font-weight: 200;
}






/*slider styles*/
/*reference: http://www.jssor.com/demos/full-width-slider.slider*/

/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('bower_components/slider/img/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
.jssora22l.jssora22lds      (disabled)
.jssora22r.jssora22rds      (disabled)
*/
.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('bower_components/slider/img/a22.png') center center no-repeat;
    overflow: hidden;
}
.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }
.jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
.jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }
