#footer-bottom {
    background-color: #424a52;
    border-top: 1px solid white;
    }

#footer-info {
    color: white;
    float: right;
    }

 #footer-info a {
     color: white;
     }

#top-menu a:hover {
    color: #B4975A;
    }

.footer-widget a {
    color: white;
    }

.footer-widget a:hover {
    color: #B4975A;
    }

.footer-widget h4 {
    padding-bottom: 35px;
    }

.et_pb_slide {
    height: 80%;
    }

.et_pb_promo_button {
    color: #424A52;
    }

input[type=text], input[type=email], input[type=tel], input.text, input.title, textarea, select {
background-color: #eee;
border: none!important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

input[type="submit"] {
    font-family: inherit;
    display: block;
    margin: 8px 0 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    color: #B4975A !important;
    float: right;
}

h1, h2, h3, h4, h5 {
    color: #424a52;
    }
h1 {
    font-size: 48px;
}
a:hover {
    color: #666666;
    }

.homeslide a:hover {
    color: white;
}

.homeslide {
    font-family: Roboto;
    }
    
p, li {
    font-size: 14px;
    line-height: 1.7em;
    }

p.intro {
     font-size: 18px;
    line-height: 1.2em
    }