body,html {
  height: 100%;
  overflow-x: hidden;
  max-width: 100%;
}

/* STYLING NAVBAR */

.navbar {
  height: 100px;
}

.nav-item {
  margin:0;
  padding:0;
  transform: translateY(30px);
}

.logo {
  transform: translateY(60px)rotate(5deg);
}

.logomobile {
  height: 200px;  
}

a:link {
  color: black;
  font-weight: 500;
  text-decoration: none;
}

.nav-item a:link{
  font-family: "Catamaran",sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-item a:hover{
  color: #AFC8AD !important;
  text-decoration:none;
}

a:visited {
  color: #2f2f2f;
  text-decoration:none;
}

.navbar-nav hr {
  border: 2px solid #AFC8AD;
  margin:0;
}

@media screen and (max-width: 992px) {
  
  .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.7);
    z-index:1;
    transform: translateY(65px)
  }
}

/* STYLING GENERAL */

h2 {
  font-family: 'Cabin Sketch', cursive;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
}

p, a, table, address {
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
}

h3 {
  font-family: "Catamaran", sans-serif;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color:#be4729;
}


ul a {
  font-size: 24px;
}
/* STYLING HEADER */

.headerimage {
  height: 80vh;
  background-image:url("images/marioandluigi-pizza-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
/* STYLING ABOUT */

.about h3 {
    color: #be4729; 
    }

.about {
  background-color: #ffffff;
}

.about .row {
  background-color: #ffffff;
}

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

.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(1.3);    
-moz-transform: scale(1.3);  
-webkit-transform: scale(1.3);  
-o-transform: scale(1.3);  
transform: scale(1.3);    
position:relative;      
z-index:100;  
}


/* MENU STYLING */

.menu {
    background-color: #BE4729;
    color: white;
}

.menu h3 {
  color: white; 
}

.menu ul {
    font-family: "Catamaran", sans-serif;
    font-size: 16px;
    list-style:none;
    padding:0;
    line-height: 36px; 
}

.download a {
    padding: 10px 20px 10px 20px;
    border: 1px solid white;
    border-radius: 30px;
    text-decoration:none;
    color:white;
    font-family: "Catamaran", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.download a:hover {
    background-color: white;
    color: #BE4729;
}

.pb-4 {
  padding-left: 25px;
}

/* Foodtruck */

.foodtruck {
  width: 100%;
  margin: auto;
}

.list-group {
  font-family: "Catamaran", sans-serif;
  width: 80%;
}

.foodtruck button {
  font-family: "Catamaran", sans-serif;
  padding: 10px 20px 10px 20px;
  border-radius: 30px;
  font-size: 16px;
} 
.foodtruck h3 {
  color:#2f2f2f;
  padding-top: 10px;
}
/*Contact*/

.contact {
  background-color: #AFC8AD; 
  padding: 10px;
}

.contact h2 {
  font-size: 30px;
}

.contact h3 {
  font-size: 17px;
  color:black;
}

.btn {
  background-color: #AFC8AD ;
  color: black;
  border-radius: 30px;
}

hr {
  width:50%;
  border: 2px solid white;
}
@media (min-width: 1200px) {
.container {
    max-width: 1200px;
}
}

.tablehours {
  display: inline-table;
  text-align: left;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/*Parralax*/

.parallax {
background-image: url('images/restaurant.jpg');
width: 100%;
height: 30%;

background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-position: center top !important;
background-size: cover !important;
}




/*footer footer*/

.copyright {
  height:60px;
  background-color: #2f2f2f;
  color: white;
}

.copyright p {
  margin: 0;
  font-size: 14px;
}

