*{
    margin: 0;
    padding: 0;   
}
html{
    height: 100%;
}
@font-face{
    font-family:"Majesti-Banner";
    src: url('Majesti-Banner/Majesti-Banner-HeavyItalic.otf') format('opentype');
}
/* This is the landing page backgorund*/
#home{
    background-image:url("images/Surf_and_Turf.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center; 
}
/* This is the landing page backgorund*/
.center{
    position: fixed;
    left: 0;
    top: 17vw;
    width: 100vw;
    text-align: center;
    color: rgb(138, 140, 143);
    font-size: 200px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);    
}
/* This is the landing page text/style*/
.center2{
    position: fixed;
    left: 0;
    top: 32vw;
    width: 100vw;
    text-align: center;
    color: rgb(138, 140, 143);
    font-size: 45px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);    
}
.center3{
    position: absolute;
    left: 0;
    top: 37vw;
    width: 100vw;
    text-align: center;
    color: rgb(138, 140, 143);
    font-size: 35px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);    
}
/* This is the menu page backgorund */
#menu{
    background-image:url("images/menu.jpg");
    background-size: cover;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
#pre{
    position: fixed;
    top: 15vw;
    left: 20vw;
}
#ptext{
    position: fixed;
    left: 20vw;
    top: 12vw;
    color: rgb(190,30,45);
    font-size: 28px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);    
}
#brunch{
    position: fixed;
    top: 15vw;
    left: 37vw;
}
#btext{
    position: fixed;
    left: 40.5vw;
    top: 12vw;
    color: rgb(190,30,45);
    font-size: 28px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);    
}
#dinner{
    position: fixed;
    top: 15vw;
    left: 55vw;
}
#dtext{
    position: fixed;
    left: 59.1vw;
    top: 12vw;
    color: rgb(190,30,45);
    font-size: 28px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);    
}
#drinks{
    position: fixed;
    top: 15vw;
    left: 73vw;
}
#drtext{
    position: absolute;
    left: 77.4vw;
    top: 12vw;
    color: rgb(190,30,45);
    font-size: 28px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);    
}
#prefix{
    background-image:url("images/reservations_pic.jpg");
    background-size: cover;
    display:flex;
    flex-direction: column;
    justify-content: center;  
}
@font-face{
    font-family:"Majesti-Banner";
    src: url('Majesti-Banner/Majesti-Banner-MediumItalic.otf') format('opentype');
}
            #imagepre{
                position: fixed;
                top: 10.6vw;
                left: 32vw;
                bottom: 0;
                right: 0;
                opacity: 0.9;
             }
			.menu {
				margin-bottom: 15px;
				max-width: 1200px;
    			margin: 0 auto;
			}
			.menu_restName {
				text-align: center;
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
    			font-size: 70px;
    			margin-top: 0;
			}
			.menu_title {
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
				text-align: center;
			}
			.menu_section {
				margin-bottom: 30px;
			}
			.menu_section h3 {
                position: absolute;
                top: 180px;
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
			}
			.menu_item, .menu_item_1, .menu_item_2, .menu_item_3{
				color: rgb(190, 30, 45);
				font-family: Majesti-Banner;
				margin: 0;
				position: relative;
			}
			.menu_item h4 {
				margin-top: 30px;
			}
            .menu_item_1 {
				margin: 0;
				position: relative;
			}
			.menu_item_1 h4 {
				margin-top: 12px;
			}
            .menu_item_2 {
				margin: 0;
				position: relative;
			}
			.menu_item_2 h4 {
				margin-top: 12px;
			}
            .menu_item_3 {
				margin: 0;
				position: relative;
			}
			.menu_item_3 h4 {
				margin-top: 12px;
			}
			.price {
				display: block;
				float: right;
				position: absolute;
				bottom: 0;
				right: 0;
				color: rgb(190, 30, 45);
				background-color: none;
				font-weight: bold;
			}
			.description {
				margin-top: 5px;
				margin-bottom: 12px;
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
				font-size: 10px;
				background-color: none;
				display: inline-block;
				max-width: 50%;
			}
			hr {
				border: none;
    			border-top: 2px dotted rgb(190, 30, 45);
    			margin-top: 1px;
			}
			footer:not(.app-footer) {
				text-align: center;
    			font-size: 11px;
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
			}
			@media (max-width: 575px) {
				.menu_title {
					text-align: center;
					font-size: 30px;
				}
				.menu_section h3 {
					text-align: center;
    				font-size: 30px;
				}
				.menu_item, .menu_item_1, .menu_item_2, .menu_item_3{
					text-align: center;
				}
				.price {
					float: none;
					position: static;
					margin-top: 15px;
				}
				hr {
					display: none;
            }
}
			
#brch{
    background-image:url("images/brunch.jpg");
    background-size: cover;
    display:flex;
    flex-direction: column;
    justify-content: center;  
}
@font-face{
    font-family:"Majesti-Banner";
    src: url('Majesti-Banner/Majesti-Banner-MediumItalic.otf') format('opentype');
}
            #imagebr{
                position: fixed;
                top: 10.9vw;
                left: 40vw;
                bottom: 0;
                right: 0;
                opacity: 0.9;
             }
			.brunch_2 {
				margin-bottom: 15px;
				max-width: 1200px;
    			margin: 0 auto;
			}
			.brunch_restName {
				text-align: center;
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
    			font-size: 70px;
    			margin-top: 0;
			}
			.brunch_title {
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
				text-align: center;
			}
			.brunch_section {
				margin-bottom: 30px;
			}
			.brunch_section h3 {
                position: absolute;
                top: 180px;
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
			}
			.brunch_item, .brunch_item_1, .brunch_item_2, .brunch_item_3{
				color: rgb(190, 30, 45);
				font-family: Majesti-Banner;
				margin: 0;
				position: relative;
			}
			.brunch_item h4 {
				margin-top: 30px;
			}
            .brunch_item_1 {
				margin: 0;
				position: relative;
			}
			.brunch_item_1 h4 {
				margin-top: 12px;
			}
            .brunch_item_2 {
				margin: 0;
				position: relative;
			}
			.brunch_item_2 h4 {
				margin-top: 12px;
			}
            .brunch_item_3 {
				margin: 0;
				position: relative;
			}
			.brunch_item_3 h4 {
				margin-top: 12px;
			}
			.pricebr {
				display: block;
				float: right;
				position: absolute;
				bottom: 0;
				right: 0;
				color: rgb(190, 30, 45);
				background-color: none;
				font-weight: bold;
			}
			.descriptionbr {
				margin-top: 5px;
				margin-bottom: 12px;
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
				font-size: 10px;
				background-color: none;
				display: inline-block;
				max-width: 50%;
			}
			hr {
				border: none;
    			border-top: 2px dotted rgb(190, 30, 45);
    			margin-top: 1px;
			}
			footer:not(.app-footer) {
				text-align: center;
    			font-size: 11px;
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
			}
			@media (max-width: 575px) {
				.brunch_title {
					text-align: center;
					font-size: 30px;
				}
				.brunch_section h3 {
					text-align: center;
    				font-size: 30px;
				}
				.brunch_item, .brunch_item_1, .brunch_item_2, .brunch_item_3{
					text-align: center;
				}
				.pricebr {
					float: none;
					position: static;
					margin-top: 15px;
				}
				hr {
					display: none;
            }
}
#dinn{
    background-image:url("images/dinner_2.jpg");
    background-size: cover;
    display:flex;
    flex-direction: column;
    justify-content: center;  
}
@font-face{
    font-family:"Majesti-Banner";
    src: url('Majesti-Banner/Majesti-Banner-MediumItalic.otf') format('opentype');
}
            #imagedr{
                position: fixed;
                top: 10.9vw;
                left: 36vw;
                bottom: 0;
                right: 0;
                opacity: 0.9;
             }
			.dinner_2 {
				margin-bottom: 15px;
				max-width: 1200px;
    			margin: 0 auto;
			}
			.dinner_restName {
				text-align: center;
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
    			font-size: 70px;
    			margin-top: 0;
			}
			.dinner_title {
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
				text-align: center;
			}
			.dinner_section {
				margin-bottom: 30px;
			}
			.dinner_section h3 {
                position: absolute;
                top: 180px;
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
			}
			.dinner_item, .dinner_item_1, .dinner_item_2, .dinner_item_3{
				color: rgb(190, 30, 45);
				font-family: Majesti-Banner;
				margin: 0;
				position: relative;
			}
			.dinner_item h4 {
				margin-top: 30px;
			}
            .dinner_item_1 {
				margin: 0;
				position: relative;
			}
			.dinner_item_1 h4 {
				margin-top: 12px;
			}
            .dinner_item_2 {
				margin: 0;
				position: relative;
			}
			.dinner_item_2 h4 {
				margin-top: 12px;
			}
            .dinner_item_3 {
				margin: 0;
				position: relative;
			}
			.dinner_item_3 h4 {
				margin-top: 12px;
			}
			.pricebr {
				display: block;
				float: right;
				position: absolute;
				bottom: 0;
				right: 0;
				color: rgb(190, 30, 45);
				background-color: none;
				font-weight: bold;
			}
			.description {
				margin-top: 5px;
				margin-bottom: 12px;
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
				font-size: 10px;
				background-color: none;
				display: inline-block;
				max-width: 50%;
			}
			hr {
				border: none;
    			border-top: 2px dotted rgb(190, 30, 45);
    			margin-top: 1px;
			}
			footer:not(.app-footer) {
				text-align: center;
    			font-size: 11px;
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
			}
@media (max-width: 575px) {
				.menu_title {
					text-align: center;
					font-size: 30px;
				}
				.menu_section h3 {
					text-align: center;
    				font-size: 30px;
				}
				.menu_item, .menu_item_1, .menu_item_2, .menu_item_3{
					text-align: center;
				}
				.price {
					float: none;
					position: static;
					margin-top: 15px;
				}
				hr {
					display: none;
            }
}

#drk{
    background-image:url("images/lounge.jpg");
    background-size: cover;
    display:flex;
    flex-direction: column;
    justify-content: center;  
}
@font-face{
    font-family:"Majesti-Banner";
    src: url('Majesti-Banner/Majesti-Banner-MediumItalic.otf') format('opentype');
}
            #imagedrk{
                position: fixed;
                top: 10.9vw;
                left: 29.9vw;
                bottom: 0;
                right: 0;
                opacity: 0.9;
             }
			.drinks_2 {
				margin-bottom: 15px;
				max-width: 1200px;
    			margin: 0 auto;
			}
			.drinks_restName {
				text-align: center;
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
    			font-size: 70px;
    			margin-top: 0;
			}
			.drinks_title {
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
				text-align: center;
			}
			.drinks_section {
				margin-bottom: 30px;
			}
			.drinks_section h3 {
                position: absolute;
                top: 180px;
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
			}
			.drinks_item, .drinks_item_1, .drinks_item_2, .drinks_item_3{
				color: rgb(190, 30, 45);
				font-family: Majesti-Banner;
				margin: 0;
				position: relative;
			}
			.drinks_item h4 {
				margin-top: 30px;
			}
            .drinks_item_1 {
				margin: 0;
				position: relative;
			}
			.drinks_item_1 h4 {
				margin-top: 12px;
			}
            .drinks_item_2 {
				margin: 0;
				position: relative;
			}
			.drinks_item_2 h4 {
				margin-top: 12px;
			}
            .drinks_item_3 {
				margin: 0;
				position: relative;
			}
			.drinks_item_3 h4 {
				margin-top: 12px;
			}
			.price{
				display: block;
				float: right;
				position: absolute;
				bottom: 0;
				right: 0;
				color: rgb(190, 30, 45);
				background-color: none;
				font-weight: bold;
			}
			.description{
				margin-top: 5px;
				margin-bottom: 12px;
				font-family: Majesti-Banner;
				color: rgb(190, 30, 45);
				font-size: 10px;
				background-color: none;
				display: inline-block;
				max-width: 50%;
			}
			hr{
				border: none;
    			border-top: 2px dotted rgb(190, 30, 45);
    			margin-top: 1px;
			}

@media (max-width: 575px) {
				.drinks_title {
					text-align: center;
					font-size: 30px;
				}
				.drinks_section h3 {
					text-align: center;
    				font-size: 30px;
				}
				.drinks_item, .drinks_item_1, .drinks_item_2, .drinks_item_3{
					text-align: center;
				}
				.price{
					float: none;
					position: static;
					margin-top: 15px;
				}
				hr{
					display: none;
            }
}
/* This is the reservations page backgorund*/
#reserve{
    background-image:url("images/seating.jpg");
    background-size: cover;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
/* This is the reservations page text/style/form */
#imageres{
    position: fixed;
    top: 4vw;
    left: 34vw;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0.9;
}
#res{
     position: fixed;
     top: 3.5vw;
     left: 1.5vw;
     right: 0;
     margin: auto;
     padding-bottom: 24px;
     text-align: center;
     color: rgb(213, 162, 141);
     font-size: 60px;
     font-family: Majesti-Banner;
     text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); 
}
#message{
      position: fixed;
      top: 7.1vw;
      left: 2.7vw;
      right: 0;
      margin: auto;
      padding-bottom: 18px;
      text-align: center;
      color: rgb(240, 78, 35);
      font-size: 19px;
      font-family: Majesti-Banner;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);     
}
#box_1{
       position: fixed;
       left: 2.7vw;
       top: 11.6vw;
       right: 0;
       margin: auto;
       padding-bottom: 18px;
       text-align: center;
       color: rgb(240, 78, 35);
       font-size: 20px;
       font-family: Majesti-Banner;
       text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);        
}
#box_2{
      position: fixed;
       left: 2.7vw;
       top: 14.7vw;
       right: 0;
       margin: auto;
       padding-bottom: 18px;
       text-align: center;
       color: rgb(240, 78, 35);
       font-size: 20px;
       font-family: Majesti-Banner;
       text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);        
}
#box_3{
       position: fixed;
       left: 2.7vw;
       top: 17.7vw;
       right: 0;
       margin: auto;
       padding-bottom: 18px;
       text-align: center;
       color: rgb(240, 78, 35);
       font-size: 20px;
       font-family: Majesti-Banner;
       text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);        
}
#box_4{
      position: fixed;
       left: 2.7vw;
       top: 20.7vw;
       right: 0;
       margin: auto;
       padding-bottom: 18px;
       text-align: center;
       color: rgb(240, 78, 35);
       font-size: 20px;
       font-family: Majesti-Banner;
       text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);        
}
#box_5{
      position: fixed;
       left: 2.7vw;
       top: 23.7vw;
       right: 0;
       margin: auto;
       padding-bottom: 18px;
       text-align: center;
       color: rgb(240, 78, 35);
       font-size: 20px;
       font-family: Majesti-Banner;
       text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);        
}
#box_6{
      position: fixed;
       left: 2.7vw;
       top: 26.7vw;
       right: 0;
       margin: auto;
       padding-bottom: 18px;
       text-align: center;
       color: rgb(240, 78, 35);
       font-size: 20px;
       font-family: Majesti-Banner;
       text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);        
}
#box_7{
       position: fixed;
       left: 2.7vw;
       top: 29.7vw;
       right: 0;
       margin: auto;
       padding-bottom: 18px;
       text-align: center;
       color: rgb(240, 78, 35);
       font-size: 20px;
       font-family: Majesti-Banner;
       text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
#data_9{
    width: 400px;
    grid-auto-rows: "6"; 
    grid-column: "6";
}
.button{
    position: fixed;
    left: 48vw;
    top: 33.3vw;
    text-decoration: none;
    text-align: center;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
/* This is the reservation confirmation page backgorund*/
#maderes{
    background-image:url("images/reser.jpg");
    background-size: cover;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
/* This is the reservation confirmation text/style*/
.resty{
    position: fixed;
    left: 0;
    top: 17vw;
    width: 100vw;
    text-align: center;
    color: rgb(138, 140, 143);
    font-size: 200px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);    
}
.restr{
    position: fixed;
    left: 0;
    top: 30vw;
    width: 100vw;
    text-align: center;
    color: rgb(138, 140, 143);
    font-size: 20px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);    
}
.resmd{
    position: fixed;
    left: 0;
    top: 32vw;
    width: 100vw;
    text-align: center;
    color: rgb(138, 140, 143);
    font-size: 30px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);    
}
.reslf{
    position: fixed;
    left: 0;
    top: 36vw;
    width: 100vw;
    text-align: center;
    color: rgb(138, 140, 143);
    font-size: 40px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);    
}
/* This is the about page backgorund*/
#about{
    background-image:url("images/bw.jpg");
    background-size: cover;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
/* This is the about page text/style*/
#image{
    float: left;
    position: fixed;
    left: 3vw;
    top: 15%;
    margin: auto;
    opacity: 0.8;  
}
#us{
    position: fixed;
    top: 11.4vw;
    left: 45vw;
    right: 0;
    width: auto;
    margin: auto;
    padding: inherit;
    border-bottom: 5px solid rgb(213, 162, 141);
    text-align: center;
    color: rgb(213, 162, 141);
    font-size: 40px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);   
}
#text{
    position: fixed;
    top: 15vw;
    left: 46vw;
    right: 0;
    text-align: left;
    color: rgb(240, 78, 35);
    font-size: 19px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
#bold{
    position: fixed;
    top: 28vw;
    right: 55vw;
    left: 0;
    width: auto;
    margin: auto;
    padding: inherit;
    border-bottom: 5px solid rgb(213, 162, 141);
    text-align: center;
    color: rgb(213, 162, 141);
    font-size: 40px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);   
}
#mission{
    position: fixed;
    top: 31.5vw;
    left: 1vw;
    width: 45vw;
    margin: auto;
    text-align: left;
    color: rgb(240, 78, 35);
    font-size: 19px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
#told{
    position: fixed;
    left: 52vw;
    top: 28.5vw;
    width: 47vw;
    border-bottom: 5px solid rgb(213, 162, 141);
    text-align: center;
    color: rgb(213, 162, 141);
    font-size: 40px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);   
}
#vision{
    position: fixed;
    left: 56vw;
    top: 32vw;
    width: 39vw;
    margin: auto;
    text-align: left;
    color: rgb(240, 78, 35);
    font-size: 19px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
#image2{
    position: fixed;
    top: 14.5vw;
    left: 45vw;
    right: 10vw;
    margin: auto;
    opacity: 0.4;
}
#image3{
    position: fixed;
    top: 31.5vw;
    left: 0;
    margin: auto;
    opacity: 0.5;
}
#image4{
    position: fixed;
    top: 31.8vw;
    left: 52vw;
    margin: auto;
    opacity: 0.6;
}
/* This is the contact page backgorund*/
#contact{
    background-image:url("images/contact.jpg");
    background-size: cover;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
/* This is the contact page text/style*/
#info{
    position: fixed;
    left: 6vw;
    top: 5vw;
    width: 30vw;
    padding: 1px;
    text-align: center;
    border-bottom: 5px solid rgb(190, 30, 45);
    color: rgb(138, 140, 143);
    font-size: 49px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);   
}
#imagecnt{
    position: fixed;
    left: 6.5vw;
    top: 9vw;
    opacity: 0.8;
    padding: 7px;
    border-bottom: 5px solid rgb(190, 30, 45);
}
#infotxt{
    position: fixed;
    left: 5.5vw;
    top: 11vw;
    width: 30vw;
    text-align: center;
    color: rgb(138, 140, 143);
    font-size: 33px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);   
}
#infonumb{
    position: fixed;
    left: 5.5vw;
    top: 15vw;
    width: 30vw;
    text-align: center;
    color: rgb(138, 140, 143);
    font-size: 25px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);   
}
#hours{
    position: fixed;
    right: 5vw;
    top: 10vw;
    width: 30vw;
    padding: 1px;
    text-align: center;
    border-bottom: 3px solid rgb(190, 30, 45);
    color: rgb(138, 140, 143);
    font-size: 49px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);   
}
#imagehrs{
    position: fixed;
    left: 66vw;
    top: 14vw;
    opacity: 0.8;
}
#days{
    position: fixed;
    left: 64.5vw;
    top: 14vw;
    width: 30vw;
    text-align: center;
    border-bottom: 3px solid rgb(190, 30, 45);
    padding: 10px;
    color: rgb(138, 140, 143);
    font-size: 32px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); 
}
#town{
    position: fixed;
    left: 43.2vw;
    top: 30vw;
    width: 15vw;
    text-align: center;
    border-bottom: 3px solid rgb(190, 30, 45);
    color: rgb(138, 140, 143);
    font-size: 40px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);   
}
#imageadd{
    position: fixed;
    left: 44.2vw;
    top: 33.5vw;
    opacity: 0.8;
}
#add{
    position: fixed;
    left: 43vw;
    top: 33.4vw;
    width: 15vw;
    text-align: center;
    border-bottom: 3px solid rgb(190, 30, 45);
    padding: 3px;
    color: rgb(138, 140, 143);
    font-size: 18px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);   
}
/* This is the sitemap page background */
#sitemap{
    background-image: url("images/bamboo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0.6;
}
/* This is the sitemap page test/style */
#list ul{
    position: fixed;
    float: center;
    left: 43vw;
    width: 15vw;
    top: 18vw;
}
#list ul li a{
    padding: 9px;
    display: inline-block;
    text-decoration: none;
    font-size: 40px;
    font-family: Majesti-Banner;
    transition: 0.8s all;
}
#list ul li::before{
    content: "•";
    font-size: 40px;
    color: rgb(190, 30, 45); 
    display: inline-block; 
    width: -1em; 
    margin-left: -1em
}
#sm{
    position: fixed;
    left: 42vw;
    top: 13vw;
    width: 15vw;
    text-align: center;
    color: rgb(190, 30, 45);
    font-size: 60px;
    font-family: Majesti-Banner;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
/* This is the container that stores all site specifics */
.container{
    width: 600px;
    margin: 0 auto;
    text-align: center;   
}
nav{
    position: relative;
    height: 3.4vw;
    top: 0;
    left: 0;
    width: 100vw;
    margin: auto;
    background-color: rgb(215, 228, 194);
    opacity: 0.8;
    line-height: 2.5vw;   
}
logo{
    position: absolute;
    height: 3.5vw;
    top: 0;
    left: 0;
    width: 100vw;
    margin: auto;
    opacity: 0.8;
    line-height: 2.5vw;   
}
nav ul{
    position: absolute;
    top: 0vw;
    left: 32vw;
    right: 0;
    bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin: auto;

}
nav ul li{
    position: relative;
    list-style-type: none;
    height: 35px;
    padding: 9px;
    display: inline-block;
    font-size: 20px;
    font-family: Majesti-Banner;
    transition: 0.8s all;
}
nav ul li:hover{
    background-color: rgb(213, 162, 141);
}
nav ul li a{
    font-size: 29px;
    text-decoration: none;
}
bar{
    position: fixed;
    height: 3vw;
    bottom: 0;
    width: 100vw;
    background-color: rgb(215, 228, 194);
    opacity: 0.8;
    line-height: 2vw;
    overflow: hidden;
}
bar ul{
    position: relative;
    top: 0.2vw;
    right: 11vw;
    text-align: center; 
}
bar ul li{
    list-style-type: none;
    display: inline;
    text-align: center;
    font-size: 20px;
    font-family: Majesti-Banner;
    transition: 0.8s all;
}
bar ul li:hover{
    background-color: rgb(213, 162, 141);
}
bar ul li a{
    font-size: 20px;
    text-decoration: none;
}
bar small{
    position: absolute;
    top: 0.2vw;
    left: 3vw;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: inherit;
    text-align: center;
    display: inline; 
    color: rgb(65, 57, 61);
    font-size: 12px;
    font-family: Majesti-Banner;
}
social ul{
    position: absolute;
    top: 1.5vw;
    right: 0;
    margin: auto;
    padding: 9px 10px;
    transform: translate(-50%,-50%);
}
social ul li{
    list-style: none;
    float: left;
    margin: auto;
    width: 2.5vw;
    height: 2.4vw;
    line-height: 2.5vw;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    color: #262626;
    font-size: 20px;
    z-index: 1;
    transition: 0.5s ease-in-out;
}
social ul li:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #ccc;   
    z-index: -1;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.3s ease-in-out;    
}
social ul li:after{
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s ease-in-out;
    transition-delay: 0.3s;
}
social ul li:hover:before{
    left: 0;
    transform: scale(0.9)
}
social ul li:hover:after{
    right: 0;
}
social ul li:nth-child(1):before{
    background-color: #3b5999;
}
social ul li:nth-child(2):before{
    background-color: #55acee;
}
social ul li:nth-child(3):before{
    background-color: #e4405f;
}
social ul li .fa{
    transition: 0.3s ease-in-out;
}
social ul li:hover .fa{
    color: #fff
}
@media screen and (max-width: 2000px){
    bar ul li a{
        position: absolute;
        float: left;
        left: 35vw;
    }
}

@media screen and (max-width: 1080px){
    .center{
        font-size: 200px;
        position: static;
    }
    .center2{
        font-size: 80px;
        position: static;
    }
    .center3{
        font-size: 20px;
        position: static;
    }
    nav ul li a{
    display:list-item;
    text-align: center;
    font-size: 25px;
    }
    bar{
          height: 10vw  
    }
    bar ul li a{
        position: absolute;
        left: 15vw;
    }
}
    @media screen and (max-width: 1050px){
    .center{
        font-size: 100px;
    }
    .center2{
        font-size: 40px;
    }
    .center3{
        font-size: 30px;
    }
    social ul{
        display: none;
    }
    logo{
        top: 4vw;
        width: 300%;
    }
    nav{
        height: 20vw
    }
    nav ul li a{
        margin-top: 7vw;
        display: inline-block;
        font-size: 25px;
    }
}
        
    @media screen and (max-width: 800px){
		#home{
			background: none;
			background-color: rgb(213, 162, 141);
			width: 0;
		}	
		nav li{
			text-align: center;
		}
		nav ul b{
		  top: 8vw;
		  float: right;
		  margin-right: 50vw;
          display: block;
		  width: 0;
		}
      nav ul li{
		  top: -6vw;
		  float: right;
		  margin-right: 50vw;
          display: inline-block;
		  width: 0;
		  
    }
		nav ul li a{
			font-size: 12px;	
		}
}
	@media screen and (max-width: 400px){
	   #home{
			background: none;
			background-color: rgb(213, 162, 141);
		}	
		nav{
			height: 25vw;
		}
      nav ul li a{
        margin-top: 3vw; 
		padding: 0 1px 0 1px;
        font-size: 12px;
    }
}
