﻿@font-face {
    font-family: 'OpenSans-Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('OpenSans'), url(fonts/Open_Sans_Condensed/OpenSans-CondLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto'), url(fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Black';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/Roboto-Black.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/Roboto-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/RobotoCondensed-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto'), url(fonts/Roboto/RobotoCondensed-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Black';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/RobotoCondensed-Black.ttf) format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Light';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/RobotoCondensed-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    src: local('Cinzel'), url(fonts/Cinzel/Cinzel-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    src: local('Cinzel'), url(fonts/Cinzel/Cinzel-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    src: local('Cinzel-Bold'), url(fonts/Cinzel/Cinzel-Bold.ttf) format('truetype');
}


@font-face {
    font-family: 'Cardo';
    font-style: normal;
    font-weight: 700;
    src: local('Cardo'), url(fonts/Cardo/Cardo-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Cardo';
    font-style: normal;
    font-weight: 400;
    src: local('Cardo'), url(fonts/Cardo/Cardo-Regular.ttf) format('truetype');
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /*was 24px*/
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: rgb(212,120,46);

}

html,
body {
  height: 100%;
  width: 100%;
  overflow-y: scroll; /* has to be scroll, not auto 
  
  Issue with fastclick and this on iOS only, causes click whilst scroll to click wrong element
  */
  -webkit-overflow-scrolling: touch;
  }

::-webkit-scrollbar {
    width: 0em;
}

h1{
  color: rgb(117,117,117);
  font-family: Cardo;
}

.side-title{
  color: rgb(212,120,46);
  text-align: center;
  font-size: 1.2em;
  padding: 0em;
  margin: 0;
}

.nav{
  border-left: solid 2px rgb(212,120,46);
}


.mdl-layout__drawer .mdl-navigation .mdl-navigation__link{
  padding-left: 8px;
  padding-right: 8px;
  font-size: 24px;
  font-family: Cardo;
}

.ot-logo{
  width: 24px;
}

.home{
  height: 100%;
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  background: url(../img/dish-1.jpeg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  overflow-y: scroll;
}

.menus{
  height: 100%;
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  background: url(../img/dish-11.jpeg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  overflow-y: scroll;
}


.cuisine{
  height: 100%;
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  background: url(../img/dish-9.jpeg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  overflow-y: scroll;
}

.filler{
  width: 100%;
  height: 100%;
  float: left;
  background: rgba(0,0,0,0.3);
  position: relative;
  overflow: scroll;
}

.title{
  width: 100%;
  text-align: center;
  float: left;
  font-size: 4em;
  font-family: Roboto-Black;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  padding-top: 1em;
}

.title > img{
  width: 250px;
}

.highlight{
  width: 80%;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 5%;
  padding-right: 5%;
  float: left;
  font-family: Cardo;
  font-size: 3em;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.top-border{
  background: url(../img/top-border.png);
  width: 100%;
  height: 3em;
  background-position: center center;
  background-size: 100% auto;
  float: left;
}

.bottom-border{
  background: url(../img/bottom-border.png);
  width: 100%;
  height: 3em;
  background-position: center center;
  background-size: 100% auto;
  float: left;
}

.content{
  background: #fff;
  float: left;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: left;
  color: rgb(117,117,117)
}

p > sup{
  color: rgb(212,120,46);
  font-family: Cardo;
}

p > strong{
  color: rgb(212,120,46);
  font-size: 1.2em;
}

.call-to-action{  
  background: rgba(255,255,255,0.5);
  padding: 1em;
  font-family: Roboto-Black;
  font-size: 2em;
  width: 50%;
  margin-left: 12.5%;
  margin-right: 12.5%;
  padding-left: 12.5%;
  padding-right: 12.5%;
  float: left;
  cursor: pointer;
}

.call-to-action:hover{
  background: rgba(255,255,255,1);
}

.side-content{
  padding-left: 1em;
  padding-right: 1em;
  color: #757565;
}

.header-image{
  width: 100%;
  margin-bottom: 1em;
}

.half-image{
  width: calc(45% - 2em);
  border: solid 1em #fff;
  margin-left: 2.5%;
  margin-right: 2.5%;
  float: left;
  margin-bottom: 1em;
  max-width: 500px;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.5)
}

.menu-half{
  width: 50%;
  float: left;
}

.menu-preview{
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  float: left;
  margin-top: 1em;
  padding-top: 1em;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.5)
}

.menu-preview:hover{
  box-shadow: 0px 0px 5px rgba(0,0,0,1)
}

.menu-text{
  width: 100%;
  position: relative;
  text-align: center;
  color: rgb(212,120,46);
  float: left;
  font-family: Cardo;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.menu-image{
  width: 100%;
  float: left;
}

@media screen and (max-width: 1024px) {


}


@media screen and (max-width: 768px) {

  .title{
    font-size: 3em;
  }

  .title > img{
    width: 150px;
  }

  .highlight{
    font-size: 2em;
  }

  .menu-preview{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }

  .half-image{
    width: 90%;
  }

}

@media screen and (max-width: 600px) {


  .menu-preview{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

}



