@charset "utf-8";
*,*::before, *::after {
	box-sizing: border-box;
}
html,body {
    margin: 0px;
    font-size: 1em;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    color: #0D344A;
    background-color: #00040B;	
    background-image: url(assets/images/bkg5.jpg); /*This image was sourced from https://pixabay.com/photos/lake-tahoe-california-mountain-1591339/
      */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
	background-color:#F9F8F8;	
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Sour Gummy", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
	color:#0D344A; 	
}
header {
    padding: 20px;
    text-align: center;
    background-color: #7BBDDE;
}
header h1 {
    font-size: 4em;
    text-align: center;
    text-shadow: 3px 0px #BECADB;
    -webkit-box-shadow: 0px 0px #145FC9;
    box-shadow: 0px 0px #145FC9;
}
.pHeader {
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 600;
    text-shadow: 1px 0px #0D344A;
}
#topNav {
    display: flex;
    justify-content: space-between;
    padding-left: 169px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.navBox {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0D344A;
    border-top-left-radius: 31px;
    border-bottom-right-radius: 39px;
    background-image: url(assets/images/test5.jpg);
    /*This image was sourced from  https://pixabay.com/photos/lake-tahoe-landscape-nature-2183724/*/ 
    border-color: #0D344A;
    -webkit-box-shadow: 2px 2px 2px;
    box-shadow: 2px 2px 2px;
    font-weight: 600;
    text-shadow: 1px 0px #0D344A;
}
nav ul {
	padding-left: 0px;
	text-align:center;
}
Nav ul li {
	display: inline-block;
}
li a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 10px;
}
a:link, a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
a:hover, a:active {
    color: #E3C88C;
    text-decoration: none;
    font-weight: bold;
}
main {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}
.mainheaders {
    margin-left: 25px;
    margin-bottom: 5px;
}
.main-p {
    margin-left: 85px;
    margin-right: 65px;

}
a.eatStay-link {
    color: #21444a;
    margin-left: 85px;
}
a.eatStay-link:hover {
    color: #4491b9;
}
.gallary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
    align-content: space-around;
    height: auto;
    padding-bottom: 0px;
}
.gallary20px {
    -webkit-box-shadow: 4px 0 10px;
    box-shadow: 4px 0 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 5px solid #FFFFFF;
}
#thingsToDoBox {
    display: flex;
    justify-content: space-between;
    padding-left: 17px;
    margin-right: 8px;
}
.h2ToDo {
    text-align: center;
    padding-top: 0px;
}
.photoPadding20 {
    margin-left: 0px;
    padding-left: 20px;
    border-radius: 50px;
}
.box {
    flex-basis: 28%;
    margin-left: 20px;
    margin-right: 20px;
    border: thin ridge #0D344A;
    border-top-left-radius: 54px;
    border-bottom-right-radius: 53px;
    -webkit-box-shadow: 6px 4px;
    box-shadow: 6px 4px;
    padding-top: 0px;
    margin-top: 20px;
}
.pad10 {
    padding-left: 10px;
    padding-right: 10px;
}
.noBullet {
    text-decoration: none;
    list-style-type: none;
    margin-left: -55px;
}
footer {
	padding: 20px;
    text-align: center;
    background-color: #7BBDDE;
}
#stay  {
    padding-bottom: 29px;
    margin-bottom: 45px;
    border-bottom: 2px ridge #BECADB;
    padding-top: 29px;

}
#eat   {
    margin-bottom: 52px;
}
