/* resets */
body { margin:0px; padding:0px; }

/* main */
header {
    height: 360px;
    z-index: 10;
    margin-bottom: 0px;
}
.header1{
        background-color: #eaeae9;
    background:url(../images/header-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}
.header-banner {

    width: 100%;
    height: 300px;

    display: flex;
 
  justify-content: center;
  align-items: center;

}

.header-logo img{
 
  height: 200px;
 
  text-align: center;
  

}



.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}

nav {
    width: 100%;
   
    
    postion: fixed;
    z-index: 10;
}

nav div {
    color: white;
    font-size: 2rem;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 2%;
    visibility: hidden;


}
.visible-title {
    visibility: visible;
}








#menu-center {
    
 
   height: 100%;
    margin: 0 auto;
    position: relative;


  margin: auto;

  right: 0;
 
  left: 0;
  width: 750px;
  height: 40px;

  border-radius: 3px;
   
}
#menu-center ul {

    text-align: center;

}
#menu-center ul li {
    list-style: none;
    padding: 10px;
    display: inline-block;
    text-align: center;
   background-color: #e8e8e8;
   
}
#menu-center ul li:hover {
    background-color: #af8071;
    color: #fff;
}

#menu-center ul li > .active{
    color: #d9a250;
    position: relative;
}

#menu-center ul li a{
    
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;

    text-decoration: none;
    color: #808080;
}
#first{
    background-color: yellow;
    
    border-top-left-radius: 25px;
}
#last{
    border-top-right-radius: 25px;
}

.active {
   
   
   
   

}



.phone{
    display: none;
}

.sidenav {

}

/*Stying for small screens*/
@media screen and (max-width: 900px){

    .nav-big{
        display: none;
    }
    .header-banner{
        margin-top: 50px;
    }
    .phone{
        position: fixed;
        z-index: 9999;
        display: flex;
    }
    .phone{
    display: block;
    background-color: #fff;
    }

    

    /* The side navigation menu */
.sidenav {
    height: 30%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255, 1); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: center;
    font-family: 'Raleway-Bold';
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #d9a250;
}

/* Position and style the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


.bar1, .bar2, .bar3 {

    width: 35px;
    height: 5px;
    background-color: #d9a250;
    margin: 6px 0;
    transition: 0.4s;
}

.icon-bars{
    float: right;
    position: relative;
    margin-top: 5px;
    margin-right: 10px;
}








