/*
Theme Name: The Lawn
Theme URI: http://www.thelawn.co.uk
Author: Site-Street
Author URI: https://www.site-street.com/
Description: Wordpress theme for The Lawn, Rochford.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thelawnrochford
*/

/*
Nav Gradient
Top:    #3F9650 (Hover: #60b702)
Bottom: #01410D (Hover: #336101)

Nav Red Gradient
Top:    #A90000 (Hover: #900000)
Bottom: #5A0000 (Hover: #290000)

Text Colour
#006633
*/

body
{
    font-family: Merriweather, Georgia, Arial;
    text-align: justify;
}

h1,h2,h4,h5,h6
{
    font-family: Merriweather Sans, Arial;
    font-weight: bold;
    line-height: 1.5em;
    color: #006633;
}
h3
{
    font-family: Merriweather Sans, Arial;
    font-weight: bold;
    line-height: 1.5em;
}

p
{
    line-height: 2em;
    font-size: 15px;
}

a
{
    color: #5A0000;
}

a:hover
{
    color: #5A0000;
}

.main-header-container
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-header-col1
{
    margin-left: 0;
}

.main-header-col2
{
    text-align: center;
    margin-top: 20px;
}

.main-header-col3
{
    text-align: right;
    margin-top: 15px;
}

.main-header-telephone
{
    color: #006633;
    font-size: 18px;
    font-family: Merriweather Sans, Arial;
    font-weight: bold;
    line-height: 1.5em;
	margin-top: 20px;
}

.footer1-container
{
    background-color: rgba(90, 0, 0, 0.7);
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer1-container h3
{
    text-align: center;
    margin-bottom: 30px;
}

.footer2-container
{
    background-color: rgba(1, 65, 13, 0.7);
    color: #FFFFFF;
    padding-bottom: 50px;
    padding-top: 30px;
}

.footer2-container h3
{
    margin-bottom: 30px;
}

@media (max-width:767px)
{
    .main-header-col3
    {
        text-align: center;
    }
}

.footer2-content
{
    margin-top: 80px;
}

.footer2-address
{
    padding-left: 40px;
    font-family: Merriweather Sans;
    font-weight: 200;
}

.footer2-container a
{
    color: #FFFFFF;
}

.footer2-container a:hover
{
    color: #FFFFFF;
}

.footer3-container
{
    background-color: #222222;
    color: #999999;
}

.footer3-container p
{
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 10px;
    font-family: Merriweather Sans, Arial, Sans Serif;
    margin-top: 10px;
}

.footer3-container a
{
    color: #999999;
}

.event-single-image
{
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.event-single-title
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.facebook-feed-container
{
    background-color: #DDDDDD;
    padding-top: 40px;
    padding-bottom: 40px;
}

.facebook-feed-container h3
{
    margin-bottom: 30px;
}

.facebook-feed-container p
{
    font-family: Merriweather Sans;
}

.main-content-container
{
    margin-bottom: 50px;
}

.footer-crest
{
    max-height: 200px;
    width: auto;
}

.main-header-telephone a
{
    color: #006633;
}

@media (max-width:767px)
{
    .footer2-content
    {
        text-align: center;
    }
    .footer2-address
    {
        padding-left: 0;
    }
}

@media (max-width:479px)
{
    .footer1-container
    {
        display: none;
    }
}

.main-hero-image img
{
    width: 100%;
}

