@import url('https://fonts.googleapis.com/css2?family=Exo:wght@300&family=Source+Sans+Pro:ital,wght@0,300;0,600;1,300&display=swap');

html {
	height:100%;
    font-size: 62.5%;
}
body {
    height: 100%;
	margin: 0;
	padding: 0;
	background-color:#000;
	font-family: 'Source Sans Pro', sans-serif;
	color:#FFF;
	background: url(../images/bg-main-lg.jpg) no-repeat center center fixed;
	background-size: cover;
}
h2 {
	font-family: 'Exo', sans-serif;
	font-size: 3.0rem;
	text-transform: uppercase;
	border-bottom: 0.1rem solid #0085B2;
	font-weight: 300;
}
p {
	font-size: 1.4rem;
	line-height: 1.3;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#0085B2;
}
strong {
	font-weight: 600;
}
#container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 6rem;
	height: 100%;
	max-width: 80%;
	margin: 0 auto;
}
.col-1 {
	flex: 1;
	max-width:56.0rem;
}
.col-2 {
	flex: 1;
	max-width:42.7rem;
}
.col-1, .col-2 {
	min-width: 20.72rem;
}
.logo {
	width: auto;
	height: 2.5rem;
	margin: 0 0.5rem;
	fill: white;
}
a:hover .logo {
	fill: #0085B2;
}
.sb-logo {
	width: 27.0rem;
	height: auto;
	fill: white;
}
.copyright {
	margin-top: 2.5rem;
	font-size: 1.2rem;
	font-style: italic;
}