﻿
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #19b9e7;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}

div.masthead {
    background-color: #999;
}

.upper-title {
  text-transform: uppercase;
  font-weight: 100;
  font-family: roboto;
  margin-top:30px;
}