@import url('https://fonts.googleapis.com/css?family=Oswald|PT+Sans');

body {
    background: url(images/background.jpg) no-repeat center top ;
    margin: 75px auto;
}
.outerwrapper {
background:rgba(255,255,255,0.5);
padding: 35px 0 ;
box-shadow: 0 4px 2px -2px black;
}
.wrapperbody {
    width:800px;
    margin: 0 auto ;
}
a.emaillink {
    color: #0f3058 ;
    text-decoration:none
}
a.emaillink:hover {
    text-decoration: underline ;
}

.sitetitle {
    font-family: 'Oswald', sans-serif;
    font-size:45pt;
    margin: 0;
    padding:0 ;
    text-shadow: 2px 2px white;
    color: #0f3058 ;
    text-align: center ;
}
.subtitle {
    font-family: 'Oswald', sans-serif;
    font-size: 25px ;
    margin: 0 0 25px 0 ;
    padding: 0;
    text-shadow: 2px 2px white;
    color: #0f3058;
    text-align: center ;
}
.seperator50 {
    width:50% ;
    color: #0f3058;

}
.services {
    text-align: center;
    font-size: 35px;
}

h2,h3,h3,h4,p {
    font-family: 'PT Sans', sans-serif;
    color: #0f3058 ;
    text-align: center ;
}
