html, body {
	font-family: 'Montserrat', 'Open Sans', Helvetica, sans-serif;
}

h1 {
	font-family: 'Montserrat', 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;;
	text-align: left;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 20px;
	max-width: 300px;
	font-weight: bold;
	font-size: 42px;
}

.main {
    padding: 0 20px 120px;
    position: relative;
    text-align: left;
    background-image: url(../img/lg-bg.jpg), url(../img/grass-1.jpg);
    background-repeat: no-repeat, repeat-x;
    background-position: center bottom 15px, top center;
    background-size: 100%, auto;
    min-height: 90vh;
}

@media only screen and (max-width: 640px) {
    .main {
        background-position: center bottom 75px, top center;
    }
}

h2 {
    color: #8d2287;
    font-weight: 700;
    font-size: 50px;
    line-height: 52px;
}

p {
    font-size: 26px;
}

@media only screen and (max-width: 640px) {
     p {
         font-size: 20px;
     }
}

@media only screen and (min-width: 480px) {
    .main {
	    padding: 0 50px 90px;
	    text-align: left;
    }
}

.row {
    max-width: 90rem;
}

.site-logo {
    margin-top: 40px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
    .site-logo {
        max-width: 70%;
    }
}

@media only screen and (min-width: 960px) {
    .site-logo {
	    margin-bottom: 30px;
    }
}

.footer {
    background: url(../img/website-footer.jpg) no-repeat center bottom #9c0184;
    background-size: cover;
    position: fixed;
    margin-top: 20px;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    color: #8c8887;
    padding: 50px 30px 55px;
    text-align: center;
    min-height: 10vh;
}

.footer p {
    color: #fff;
    font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    //font-style: oblique;
}

.footer p a {
    color: #fff;
}

.social-icons {
    color: #85c3e4;
    font-size: 30px;
    border-top: 1px solid #848484;
    padding-top: 30px;
    margin-top: 30px;
    max-width: 300px;
}

.social-icons a {
    color: #1e1e1e;
}

.social-icons a:hover {
    color: #8a8a8a;
}

.social-icons svg {
    margin-right: 15px;
}

.null {
    display: none;
}

.contact-info {
    padding-top: 30px;
}

@media only screen and (min-width: 480px) {
    .contact-info {
	    padding-top: 60px;
    }
}

@media only screen and (min-width: 960px) {
    .contact-info {
	    padding-top: 180px;
    }
}

span.left {
    float: left;
    display: block;
}

@media only screen and (max-width: 480px) {

    span.left {
	    width: 100%;
	    margin-top: 10px;
    }

}

ul.bullets {
    margin-bottom: 25px;
    display: flex;
    flex-flow: row wrap;
}

ul.bullets li {
    width: 50%;
    font-size: 17px;
}

@media only screen and (min-width: 768px) {
    .pad-right {
	    padding-right: 30px;
    }
}