@charset "UTF-8";



@font-face {
    font-family: 'Geogrotesque';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/368766_0_0.woff) format("woff");
}
/**/
@font-face {
    font-family: 'Geogrotesque';
    font-style: medium;
    font-weight: 500;
    src: url(../fonts/367E70_0_0.woff) format("woff");
}

@font-face {
    font-family: 'Geogrotesque';
    font-style: bold;
    font-weight: 700;
    src: url(../fonts/36876D_0_0.woff) format("woff");
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	src: url("../fonts/roboto-regular.woff");
}
/*
@font-face {
	font-family: 'Roboto';
	font-style: medium;
	src: url("../fonts/roboto-medium.woff");
}
@font-face {
	font-family: 'Roboto';
	font-style: bold;
	src: url("../fonts/roboto-bold.woff");
}
*/

body {
    font-family: 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 100;
    letter-spacing: normal;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Geogrotesque', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1em;
}
#logobar {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#logobar img {
	display: block;
	padding: 0.5em;
}
#titlebar {
    background-image: url("../img/header.jpg");
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 25px;
}
#titlebar h1 {
    color: #ffffff;
    font-size: 4em;
    max-width: 70%;
    font-family: Geogrotesque, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
#topbar {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    background-color: #D1D1D1;
}
#topbar a {
	color: #154898;
	text-decoration: none;
	font-size: 0.75em;
}
div {
	padding-left: 5em;
	padding-right: 5em;
}
#modulesection {
	border: thin solid #FF0004;
}
#module {
	display: inline;
	padding: 2em;
	margin-right: 3%;
	margin-bottom: 3%;
	width: 22%;
	float: left;
	height: 300px;
	overflow: hidden;
	clear: right;
	background-image: url("../img/s1m1_thumb.jpg");
	background-size: cover;
}
#module h4 {
    color: #FFFFFF;
	/* color: #001A72; */
	line-height: 1.2em;
	padding: 0px;
	margin: 0px;
	text-shadow: 0px 0px 10px black;
}
#module p, #module li {
	color: #ffffff;
	font-size: 0.75em;
	line-height: 1.2em;
	text-shadow: 0px 0px 10px black;
}
.background-tint {
    background-color: rgba(32,32,32,0.5);
    background-blend-mode: multiply;
}
.shadow-effects:hover{
	background-color: rgba(128,128,128,0.50);
	background-blend-mode: multiply;
	text-decoration-color: #001A72;
    box-shadow: 0px 0px 10px 5px darkgray;
}
.button {
    text-decoration: none;
    font-size: 0.6em;
    border-radius: 25px;
    background-color: #FFFFFF;
    color: #9C9C9C;
    padding-top: 1.5em;
    padding-right: 2em;
    padding-bottom: 1.5em;
    padding-left: 2em;
    text-shadow: none;
}

.break {
	clear: both;
}
#footer {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	font-size: 0.6em;
	color: #FFFFFF;
	background-color: #000000;
}

@media (max-width: 930px){
	#module {
	padding: 2em;
	width: 35%;
	height: 220px;
}
}

@media (max-width: 760px){
	#module {
	padding: 2em;
	width: 90%;
	height: 180%;
}
