
html {
	font-size: 1vw;
}
body {
	margin: 0;
	font-size: 1.5rem;
	background-color: #1a4056;
	color: #FFFFFF;
	font-family: 'Bricolage Grotesque', san-serif;
}
h1{
	text-align: center;
}
h3 {
	font-family: 'Alegreya', serif;
}

img {
	max-width: 100%;
	height: auto;
	border: 5px solid #FFFFFF;
}
#heroimage img{
	width: 100%;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#overview {
	width: 94%;
	height: auto;
	background-color: #1a4056;
	padding: 3%;
	color: #FFFFFF;
	font-family: 'Alegreya', sans-serif;
}
#flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #1a4056;
	padding-top: 2%;
	padding-bottom: 2%;
	align-items: baseline;
	align-content: space-evenly;
	gap: 20px 30px
}
#leftcolumn {
	width: 29%;
	height: auto;
	background-color: #1a4056;
	float: left;
	padding: 2%;
}
#leftcolumn ul li {
	margin-bottom: 20px;
	list-style-type: none;
	font-family: 'Bricolage Grotesque', san-serif;
}
#leftcolumn p {
	font-family: 'Italianno', cursive;
	font-size: 4vw;
	text-align: center;
	border: 5px dotted #FFFFFF;
	padding: 5%;
}

#leftside img {
	border-radius: 50%;
	width: 100%;
}
#leftside {
	width: 25%;
	height: auto;
	float: left;
	margin: 5%;
}
#leftside ul li {
	margin-bottom: 30px;
	list-style-type: none;
}
#leftside h2 {
	text-align: center;
}
#rightcolumn {
	width: 63%;
	height: auto;
	background-color: #1a4056;
	float: right;
	padding: 2%;
	margin-bottom: 20%;
	text-align: center;
	font-weight: bold;
}
#rightside {
	width: 60%;
	height: auto;
	float: right;
	padding: 2%;
	margin-bottom: 20%;
	text-align: justify;
}
#footer {
	width: 96%;
	height: auto;
	text-align: center;
	background-color: #1a4056;
	padding: 2%;
	clear: both;
}
#footer a {
	width: calc(100%/3);
	padding-right: 5%;
}

.herotext {
	width: 30%;
	position: absolute;
	top: 65%;
	left: 41%;
	color: #FFFFFF;
}
.herotext2 {
	width: 25%;
	position: absolute;
	top: 72%;
	left: 45%;
	color: #FFFFFF;
}
.herotext3 {
	width: 30%;
	position: absolute;
	top: 10%;
	left: 62%;
	color: #FFFFFF;
}
.header {
	width: 30%;
	position: absolute;
	top: 40%;
	left: 15%;
	color: #000000;
}
.videocontainer {
	overflow: hidden;
	padding-top: 56.25%;
	margin-left: 65%;
	position: relative;
}
.videocontainer iframe {
	border: 5px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 75%;
}
.artistcontainer {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.artistcontainer iframe {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.background {
	background-image: url("../images/trojanwar.webp");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

#navbar {
	list-style-type: none;
	background-color: #686d78;
	overflow: hidden;
	font-size: 2rem;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Alegreya', serif;
}
#navbar li {
	float: left;
	width: calc(100%/5);
}
#navbar li a {
	display: block;
	padding: 4% 0 4% 0;
	border: .2vw solid #FFFFFF;
}
#navbar a:link, #navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:hover {
	background-color: #000000;
}
.active {
	background-color: #000000;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
	padding-right: 5%;
}
.cell1 {
	width: 28%;
	height: auto;
}
.cell2 {
	width: 28%;
	height: auto;
	align-self: flex-start;
	text-align: center;
}
.cell2 ul {
	text-align: left;
	list-style: none;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration-line: underline;
}