﻿body {
    font-family: 'Raleway', sans-serif;
}

#main-container{
    max-width:600px;
}

#header-container{
    text-align:center;
}

#footer{
   position:fixed;
   left:0px;
   bottom:0px;
   height:25px;
   width:100%;
   background:#3d3a3d;
   color:#ffffff;
   text-align:center;
}

.section{
    margin-bottom:20px;
}
.large-section{
    margin-bottom:60px;
}

.fill{
    margin-top:5%;
    width:100%;
}

.center{
    text-align:center;
}

.blue{
    color:#597dcf;
}

.red{
    color:#d34549;
}

.grey{
    color:#3d3a3d;
}

.justified{
    text-align:justify
}

.dotted-hr{
	border-top: 1px  #3d3a3d;
    width:300px;
}