body {
	font-family: Verdana;
	font-size: 16px;
}

#site {
	display: none;
	margin-top: 20px;
	padding: 0 20px;
}

.button, 
.button:active,
.button:focus,
.button:visited {
	background-color: #bbbaba;
	border-radius: 15px;
	display: block;
	font-size: 18px;	
	padding: 10px;
	text-decoration: none;
}

.button:hover {
	color: #fff;
}

#nav ul {
	display: flex;
	flex-direction: column;
}

#nav ul li {
	margin-bottom: 10px;
	text-align: center;
}

#nav ul li.has-dropdown {
	position: relative;
} 

#nav ul li.has-dropdown:hover > .dropdown,
#nav ul li.has-dropdown.showing > .dropdown {
	display: flex;
}

#nav ul.dropdown .button {
	margin: 0 auto;
	width: 90%;
}

#nav ul.dropdown {
	display: none;
	flex-direction: column;
	padding-top: 10px;
}

#nav ul.dropdown li {
	float: none;
	margin-right: 0;
}

#nav ul.dropdown li {
	margin-bottom: 10px;
}

#main {
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;	display: flex;
	margin: 25px 0;
	padding: 20px;
}

#phone-numbers h1 {
	color: #a7a7a7;
	font-size: 20px;
}

#gallery > ul > li {
	display: none;
}

#gallery > ul > li:first-child {
	display: block;
}

#information {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0 auto;
    max-width: 545px;
}

#information h3 {
	font-size: 20px;
	font-weight: bolder;
    margin: 0 auto 20px auto;
	max-width: 450px;
	text-align: center;
}

#view-your-album {
	margin-left: 31px;
}	

#copyright {
	margin: 50px 0 20px 0;
	text-align: center;
	width: 100%;
}

#copyright, #copyright a {
	color: #a7a7a7;
	font-size: 14px;
}

#sidebar {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
}

#text-logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#text-logo h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
}

#text-logo h2 {
	font-size: 32px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
}

#text-logo h3 {
	font-size: 26px;
	line-height: 28px;
	text-align: center;
}

#contact {
	font-size: 18px;
}

#contact2 {
	font-size: 20px;
	line-height: 22px;
	text-align: center;
}

#contact address,
#contact2 address {
	font-style: normal;
}

#arrow-left {
	font-size: 28px;
	margin-right: 30px;
}

#arrow-right {
	font-size: 28px;
}

#arrow-left:hover,
#arrow-right:hover {
	cursor: pointer;
}

.contact {
	color: #fff;
	font-family: Arial;
	font-size: 35px;
	font-weight: lighter;
	position: absolute;
	z-index: 1;
}

.contact a {
	color: #fff;
}

#directions {
	bottom: 24px;	
	left: 20px;	
	text-align: center;
}

#email {
	bottom: 24px;	
	right: 20px;	
}

@media (min-width: 1024px) {
	#nav ul.dropdown {
		padding-top: 5px;
		visibility: hidden;
	}

	#nav ul li.has-dropdown:hover > ul.dropdown {
		visibility: visible;
	}

	.dropdown div:hover a {
		color: #fff;
	}
	
	#nav ul.dropdown .button {
		font-size: 14px;
		width: 100%;
	}
	
	.dropdown .button-center {
		width: 165px;
	}
	
	.dropdown {
		display: none;
		left: -40px;
		position: absolute;
		text-align: center;
		width: 188px;
		z-index: 1000;
	}

	#site {
		padding: 0;
	}

	#nav {
		margin-right: 120px;
	}

	#nav ul {
		flex-direction: row;
		justify-content: flex-end;
	}

	#nav ul.dropdown li {
		margin-bottom: 5px;
	}	

	#nav ul li {
		margin-bottom: 0;
		margin-right: 42px;
	}

	#text-logo h1 {
		font-size: 42px;
		line-height: 44px;
	}
	
	#text-logo h2 {
		font-size: 42px;
		line-height: 44px;
	}
	
	#text-logo h3 {
		font-size: 36px;
		line-height: 38px;
	}
}

@media (min-width: 1280px) {
	#sidebar {	
		width: 484px;
	}	

	#information {
		background-image: url(../images/gallery/information/Information_2021.jpg);
		background-repeat: no-repeat;
		font-size: 17px;
		height: 623px;		
		max-width: 100%;
		padding: 26px 25px 20px 360px;
	}
}

@media (min-width: 1536px) {
	#information {
		max-width: 1012px;
		width: 1012px;
	}

	#information-content {
    	margin: 0 auto;
		max-width: 570px;
	}
}

@media (min-width: 1540px) {
	#information {
		font-size: 18px;
	}

	#information h3 {
		font-size: 26px;
		max-width: 600px;
	}

	#information-content {
		margin: 0 auto;
		max-width: 615px;
	}

	#sidebar {
		padding: 20px 20px 50px 20px;
	}
}