@import url(//fonts.googleapis.com/css?family=Bree+Serif|Source+Sans+Pro:300,400);


.bree-font {
   font-family: 'Bree Serif', serif;
}
body {
   font-family: 'Source Sans Pro', sans-serif;
   color: #1f3759;
   margin:0;
   padding:0;
   height:100%;
}


.clearfix {
   display: block;
}
a.underline, .underline {
   text-decoration: underline;
}

#header {
	margin-bottom: 15%;
}

#main {
   min-height: 100%;
   position: relative;
   text-align: center;
   font-size: 5.9vw;
   font-size: 3.0vh;
   font-size: 2vmin;
}
#footer {

	width:100%;
   height:200px;
   position:fixed;
   bottom: 0;
}

.enormous-font {
   font-size: 10em;
   margin-bottom: 0em;
}
.big-font {
   font-size: 2em;
}
hr {
   width: 25%;
   height: 1px;
   background: #1f3759;
   margin-left: 37.5%;
}
