body {
    font-family: 'Quicksand', sans-serif;
    color: #333;
}

h1 {
    color: #333333;
    font-size: 1.75rem;
}

h2 {
    color: #333333;
    font-size: 1.5rem;
}

h3 {
    color: #d94203;
    font-size: 1.25rem;
}

h4 {
    color: #662d91;
    font-size: 1.15rem;
}

p, ul, ol {
    font-weight: lighter;
}

#more {
    display: none;
}

@media screen and (max-width:800px){
    h1 {
        font-size: 1.5rem;
    }
    
    h2 {
        font-size: 1.25rem;
    }

    h3 {
        font-size: 1.15rem;
    }
    
    h4 {
        font-size: 1.05rem;
    }
}

.srfor {
    font-size: 0.6em;
}

a {
    color:inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: inherit;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.mainbody {
    margin-bottom: 10px;
}
.mainbody h2{
    padding-top:15px;
}


/* Make YouTube Video fill div and scale with it.*/
.iframe-container {
  padding-top:56.25%;
  overflow: hidden;
  width: 100%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.header_row{
    border-bottom: 5px solid darkblue;
}

.title_section {
    margin-bottom: 10px;
    margin-top: 15px;
}

.logo {
    height: 50px;
}

input {
    width: 75%;
    display: inline-block;
    font-size: 0.75em;
}

button{
    display: inline-block;
}

#footer_row {
    min-height: 100px;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: none;
    text-align: center;
}

.footer_link {
    font-size:0.75em;
    color: darkblue;
    margin-right: 5px;
    margin-left: 5px;
}

.footer_company {
    font-size:1.0em;
    color: #999;
}


.header_row form input[type=submit] {
    margin: 0 0 0 5px;
    padding: 0 0 0 0;
    background: none;
    border: none;
    background: url(../img/search-icon.png) center top no-repeat;
    width: 17px;
    height: 18px;
    display: inline-block;
}