html, body{
height: 100%;
min-height: 100%;
margin: 0;
}

/* Header */

.button {
    margin-top: 30px;
}

.cta:hover {
    color: #35bf86;
    text-decoration: none;
}

.cta {
    color: #fff;
    background-color: transparent;
    font-weight: bold;
    font-size: 16px;
    border: 3px solid #fff;
    padding: 10px 5px 10px 5px;
}

/* Body */

.img {
    background-image: url(img/background-new.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%;
}

.title {
    padding-top: 200px;
}

h1 {

    color: #fff;
    font-weight: bold;
    font-size: 60px;

}

h3 {
    color: #fff;
    margin-left: 20px;
}

.subtitle {
    padding-left: 20px;
}

.rectangle {
    height: 5px;
    width: 30px;
    background-color: #35bf86;
    margin-top: 15px;
}

/* Footer */

footer {
    text-decoration: none;
    bottom: 0;
    left: 60px;
    position: fixed;
    color: #fff;
    width: 100%;
}

.social {

    float: left;
}

.footer-social-links li {
    padding: 10px 10px;
    font-size: 14px;
    display: inline;
    text-decoration: none;
}

.footer-social-links li a i.facebook:hover {
    color: #35bf86;
    text-decoration: none;
}

.footer-social-links li a i.instagram:hover {
    color: #35bf86;
    text-decoration: none;
}

.footer-social-links li a i.facebook{
    color: #fff;
    text-decoration: none;
}
.footer-social-links li a i.instagram{
    color: #fff;
    text-decoration: none;
}

ul li {
    text-decoration: none;
    list-style: none;
}

/* --- Contact Form --*/
.contact-bg {
    background-image: url(img/background-new.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%;
}
.contact{

    margin: auto;
    top: 0;
}

.form-style-6{
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 400px;
    margin: 100px auto;
    padding: 16px;
    background: #F7F7F7;
}
.form-style-6 h1{
    background: #43D1AF;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #43D1AF;
    padding: 3%;
    border: 1px solid #43D1AF;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #43D1AF;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #2EBC99;
}