/*GENERAL STYLES*/

body {
	    
    font-family: 'Open Sans', sans-serif;
	color: #000;
    font-size: 20px;
    font-weight: 400;
    background-color: #fff;
     overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Oswald', sans-serif;
    color: #363636;
    margin: 0;
}
h1 {
	 font-size: 120px;
    margin-top: 10px;
    margin-bottom: 50px;
}
h2 {
	font-size: 52px;
    font-size: 110px;
    line-height: 110px;
}
h2 b {
    color: #4caf50;
    
}
h3 {
	font-size: 44px;
}
h4 {
    font-size: 35px;
    margin-bottom: 34px;
    margin-top: 0;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 22px;
	text-transform: uppercase;
}
header {
    margin-top: 40px;
}
a {
    color: #000;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
a,
a:focus,
a:hover,
a:active {
    outline: 0;
}
a:focus {
    text-decoration: none;
}
::selection {
    background: #436db9; /* Safari */
    color: #fff;
}
::-moz-selection {
    background: #436db9; /* Firefox */
    color: #fff;
}
 
 
.img-responsive { display: inline-block;  }
 
.green {
    background-color: #4caf50;
}
.green:hover , .modal-footer input[type="submit"]:hover{
	background-color: #66c46a;
	text-decoration: none;
}
.btn-lg.green {
	 color: #fff;
    display: inline-block;
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px 40px;
    cursor: pointer;
}
.red-text {
	color: #E75B5A;
}
.blue-text {
	color: #436DB9;
}
.wtitle {
	margin-top: 60px;
}
input[type="checkbox"] {
	margin-right: 10px;
}
header p {
    font-size: 22px;
    margin: 0 0 30px;
}
header h3 {
    margin: 40px 0 50px;
}
.pop-btn {
    background-color: #4caf50;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-top: 50px;
    padding: 20px 140px;
}
.pop-btn:hover {
    background-color: #66C46A;
    color: #fff;
    text-decoration: none;
}
.pop-btn span {
    display: block;

}
.modal-dialog {
    margin: 30px auto;
    width: 800px;
}
.modal-content {
  
    padding: 20px 0;
}
.btn-title {
    font-size: 70px;
    line-height: 90px;
    margin-bottom: 20px;
    font-weight: bold;
}
.btn-desc {
    font-size: 18px;
}
.error-msg {
    background-color: #f90102;
    color: #fff;
    padding: 10px 20px;
}
#form-section {
    margin: 60px 0;
}
.opt-in-form{
    margin-top: 20px;
}
.opt-in-form input {
    border: 1px solid #e2e2e2;
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
}
.modal-footer input[type="submit"] {
    background-color: #4caf50;
    border: medium none;
    color: #fff;
    font-size: 34px;
    padding: 15px 40px;
    width: 65%;
    text-align: center;
}
.modal-footer {
    text-align: center;
}
footer {
    margin: 100px 0 40px;
}
footer ul {
    padding: 0;
}
footer li {
    display: inline-block;
    font-size: 20px;
  
    
}
footer li:after { 
    content: " | ";
    display: inline-block;
     margin: 0 5px;
}
footer .no-border:after {
    content: "";
} 

@media screen and (max-width: 768px) {
    .btn-title {
        font-size: 55px;
        line-height: 55px;
       
    }
    h2 {
        font-size: 70px;
        line-height: 70px;
    }
    h1 {
        font-size: 80px;
        margin-top: 10px;
    }
    header p {
        font-size: 25px;
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 480px) {
    .btn-title {
        font-size: 30px;
        line-height: 30px;
       
    }
    h2 {
        font-size: 40px;
        line-height: 40px;
    }
    h1 {
        font-size: 50px;
        margin-top: 10px;
    }
    .pop-btn {
       
        padding: 20px;
    }
    header p {
        font-size: 18px;
        margin: 0 0 30px;
    }
}
