/*
Grey:		#252F38
TEAL:       #4fd2d8
YELLOW:     #ffe200
*/

html,body {
    font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #252F38;
	background: #fff;
}
a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}
a:hover {
    color: #4fd2d8;
    text-decoration: none;
}
img {
    *width: 100%;
    height: auto;
}
p {
    line-height: 22px;
}
h1, h2, h3, h4, h5, h6 input, textarea, .nav, .lead, .mailchimp p {
    font-family: 'Raleway', sans-serif;
}
h1 {
    font-weight: 900;
    font-size: 42px;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-top: 20px;
    text-transform: uppercase;
    border-top: 4px solid #000;
    display: inline-block;
}
h2 {
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
}
h3 {
    font-weight: bold;
    font-size: 18px;
}
h4 {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.lead {
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
}

.container {
    width: 100%;
    max-width: 100%;
}

/* Footer */
    .footer-wrapper {
    }





/* Mailchimp */
    .mailchimp {
        background: rgba(51, 207, 184, 0.2);
        padding: 40px;
        width: 90%;
        border-radius: 20px;
        text-align: center;
        margin: 0 auto;
    }
    .mailchimp p {
        font-size: 18px;
        font-weight: lighter;
        margin: 0 0 20px 0;
    }
    .mailchimp input {
        text-align: center;
    }
    .mailchimp .btn {
        margin: 20px 0 0 0;
    }
    .mailchimp div.mce_inline_error,
    .mailchimp div#mce-error-response {
        display: block;
        border: 1px solid red;
        background: rgba(255, 0, 0, 0.20);
        padding: 5px 10px;
        color: red;
        margin: 0 20px;
        border-radius: 3px;
    }
    
    .mailchimp div#mce-success-response {
        display: block;
        border: 1px solid green;
        background: rgba(27, 255, 0, 0.2);
        padding: 5px 10px;
        color: green;
        margin: 0 20px;
        border-radius: 3px;
    }








/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
