html, body {
    font-family: 'Montserrat', sans-serif;
    background-color:#eaeaea;
}

.container {
    background-color:#fff;
}

#hero-header {
    padding:5rem 4rem 0 4rem;
    background: white;
    background: -webkit-linear-gradient(white,#ddd);
    background: -o-linear-gradient(white,#ddd);
    background: -moz-linear-gradient(red,#ddd);
    background: linear-gradient(white,#ddd);
    border-bottom: 1px solid #ddd;    
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;    
}

#hero-header .grid-container {
    padding:0;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color:#008000;
    line-height: 1.2;
}

h1 {
    margin-bottom:2rem;
    margin-top:2rem;
}

h2 {
    margin-top:2rem;
    font-size:1.875rem;
}

.logo {
    margin-top:2rem;
    margin-bottom: 1rem;
    width:400px;
}

.team {
    border-radius: 7px;
    margin-top:2rem;
    margin-bottom: 1rem
}

p, ul {
    font-size:1.25rem;
}

p.lead {
    margin-bottom:1.5rem;
}

a {
    color:#000;
    font-weight: 600;
    border-bottom:1px dotted;
}

p a:hover, p a:focus, ul li a:hover, ul li a:focus {
    color:#008000;
}


@media print, screen and (min-width: 40em) {
    .grid-container {
        padding:2.5rem 4rem 3rem 4rem;
    }
    h1 {
        margin-top:0;
    }
}


@media print, screen and (max-width: 39.9375em) {
    #hero-header {
        padding:0rem 0.625rem 0 0.625rem;   
    }    
    p, ul {
        font-size:1rem;
    }
    h1 {
        font-size:2rem;
    }
    h2 {
        font-size: 1.25rem;
    }
    p.small strong {
        font-size:110%;
    }
    .grid-container {
        padding-top:1rem;
        padding-bottom: 2rem;
    }    
}