@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

html, body{
	height: 100%;
	min-height: 480px;
}
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	color: #095070;
}
*::selection {
    color: #ebf6fd;
    background-color: #18467b;
    border-radius: 22px;
}
#header{
	color: #51ac32;
	padding: 60px 0;
	width: 100%;
	background-color: #d6eae0;
	margin-bottom: 90px;
	
}
.container{
    width: 80%
}
#header span{
	text-transform: uppercase;
	color: #54c62d;
	font-weight: 500;
	font-size: 1.3em;
}
#header #logo{
    margin-top: 16px;
    display: flex;
    
}
#header .img-fluid{
    width: 250px;
    align-items: left;
    justify-content: right;
    
}
#header h1{
	margin: 0;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	color: #056290;
}
#header h3{
    color: #056290;
    /*padding-top: 5px;*/
	margin: 0;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
}
#header .event-name{
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 25px;
	border-left: 1px solid #175c86;
}
