html {
    height: 100%;
    scroll-behavior: smooth;
}
*{
	margin:0;
	padding:0;
}
header img{
    float: left;
  padding-top: 24px;
  padding-left: 30px;
}

body{
	background-color: rgba(35,32,34);
	
}
#logo{
	width:150px;
	height:40px;
}

.topnav{
	overflow: hidden;
	display: flex;
    justify-content: flex-end;
    position: relative;
}
.topnav a{
    color: #f2f2f2;
    padding: 24px 26px;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Archivo', sans-serif;
}
.menu-icon{
	font-size:30px;
	cursor:pointer;
	color:white;
	padding: 12px 26px;
}

.topnav a:hover,.topnav span:hover{
    color:#BDB596;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #d0d0d0;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #BDB596;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  margin-left: 180px;
}

.citeTitle h2 {
    color: #BDB596;
    padding-top: 2em;
    padding-left: 2em;
    font-size: 2em;
}

li {
    list-style-type: decimal-leading-zero;
	padding-top: 1.5em;
	color: white;	
    padding-left: 6em ;
    line-height: 2em;
    padding-right: 10em;
}

.sidefooter {
	padding-top: 350px;
	line-height: 25px;
	}
.sidefooter p{
	padding-left: 10px;
	color: #888888;
	font-size: 13px;
	letter-spacing: 0.5px;
	}
.sidefooter a{
	color: #888888;
	font-size: 13px;
	width: 50px;
}

header .sidefooter #logo img{
	width: 150px;
}
.sidefooter2{
	display: inline-flex;
	flex-direction: column;
	text-align: left;
	padding-left: 1em;
}
.sidefooter2 .socialmedia{
	align-items: center;
	padding: 0;
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
}
.socialmedia a{
	padding:0;
}
.socialmedia img{
	padding:1em;
}
.sticky {
  position: fixed;
  background-color: #232022;
  padding-bottom: 16px;
  top: 0;
  width: 100%;
  z-index: 9999;
}


@media screen and (max-width: 768px) {
	.topnav a:not(.menu-icon) {
    display: none;
  }
	.sidenav {
		padding-top: 50px;
	}
	.sidenav a {
		font-size: 25px;
	}
	#logo{
	width:200px;
	height:auto;
}
.menu-icon{
	font-size:50px;
	cursor:pointer;
	color:white;
	padding: 12px 26px;
}
}

footer {
	padding-top: 50px;
	min-height: 100%;
	line-height: 25px;
	}

footer p{
	color: #888888;
	font-size: 13px;
	letter-spacing: 0.5px;
	}
.first-footer {
	margin-top: 80px;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	padding-left: 13vw;
	}
#gettinghere{
	color:#BDB596 ;
	margin-top: 10px;
	}
#insta{
	color: #555555;
	}
.first-footer > div {
	flex:0 1 auto;
	padding: 50px;
	}
.first-footer > div > h3 {
	font-size: 15px;
	padding-bottom: 10px;
	}
.first-footer > div:first-child img {
	width:150px;
	height:40px;
	margin-left: auto;
	}
.first-footer > div:last-child {
	margin-right: auto;
	}
.second-footer {
	width: 100vw;
	background-color: #232022 ;
	justify-content: center;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	}
.second-footer img {
	margin: 0 10px;
	}
.second-footer p {
	margin: 10;
	}

	@media only screen and (max-width: 768px) {
		footer {
	padding-top: 80px;
	min-height: 100%;
	line-height: 25px;
	}
footer p{
	color: #888888;
	font-size: 18px;
	letter-spacing: 0.5px;
	}

.first-footer {
	margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start; 
  margin-bottom: 20px;
	}
#gettinghere{
	color:#BDB596 ;
	margin-top: 10px;
	}
#insta{
	color: #555555;
	}
.first-footer > div {
	flex:auto;
	padding: 20px;
	}
.first-footer > div > h3 {
	font-size: 25px;
	padding-bottom: 10px;
	}
.first-footer > div:first-child img{
	width:200px;
	height:auto;
	margin-left: 0;
	}
.first-footer > div:last-child {
	margin-right: auto;
	}
.second-footer {
	width: auto;
	background-color: #232022 ;
	justify-content: center;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	}

	}

h1{
    font-weight: 700;
    font-family: 'Lora', serif;
	
}

  h2{
  	color:gb(35, 32, 34);
    font-weight: 600;
    font-family: 'Lora', serif;
  }

  h3{
  	color: white;
    font-weight: 500;
    font-family: 'Lora', serif;
  }
  h4{
    font-weight: 500;
    font-family: 'Archivo', serif;
  }

  p{
  	font-weight: 400;
    font-family: 'Archivo', serif;
    widows: 3;
  }

  a {
    color: #888888;
  }

  a:hover {
    color:#BDB596;
  }