@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&family=Playwrite+AU+QLD:wght@100..400&family=Playwrite+HU:wght@100..400&family=Radio+Canada:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Libertinus+Serif+Display&display=swap');

body {
    margin: 0;
    padding: 0;
}
header {
    display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #CCC;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.6);
}

.caption p {
    font-size: 2em;
	font-family: "Bebas Neue", sans-serif;
}

nav {
    display: flex;
	justify-items: right;
}

ul {
    list-style: none;
	display: flex;
	align-items: center;
	right: 5px;
	margin-top:: -10px;
}

li {
    padding: 10px 20px;
    margin: 0 5px;
	background-color: #C60210;
    color: #FFFFFF;
    font-weight: bolder;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    border-radius: 10px;
}

li:hover {
    background-color: #E1A21E;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 32px;
    color: #FFFFFF;
}

h2 {
    font-size: 32px;
    background-color: #C60210;
    padding: 10px 20px;
    color: #FFFFFF;
    border-radius: 10px;
}

h4 {
    color: gold;
    font-size: 18px;
}

p {
    font-size: 18px;
}

.logo {
    margin: 10px;
    width: 200px;
    height: 65px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    position: abbsolute;
    border: 1px solid #F82B32;
    z-index: 1;
}

footer {
	display:flex;
	justify-content: space-between;
    background-color: #C60210;
    padding: 40px;
    color: #FFFFFF;
}

footer img {
    width: 400px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

footer a {
    text-decoration: none;
    font-weight: bold;
    color: gold !important;
}

#enroll {
	border: 6px solid #FC3;
}

#dropdown {
	position: absolute;
	left: 900px;
	top: 70px;
	padding: 10px;
	display: none;
	flex-direction: column;
	background-color: #ffffff;
	border-radius: 10px;
	text-align: center;
	gap: 5px;
	box-shadow: 0px 0px 10px #000000;
}

.social {
	flex-direction: row;
	cursor: pointer;
	margin-right:3px;
}

#dropdown a {
	color: #000000 !important;}

#dropdown a:hover {
	color: #C60210 !important;
	font-weight: bolder;
}

/*
.playwrite {
   font-family: "Playwrite HU", cursive;
   font-optical-sizing: auto;
}

.radio-canada {
   font-family: "Radio Canada", sans-serif;
   font-optical-sizing: auto;
}

.playwrite-au {
   font-family: "Playwrite AU QLD", cursive;
   font-optical-sizing: auto;
}

.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}
*/
