body,
html {
    height: 100%;
    margin: 0;
    font: 400 1px/1.8 "Lato", sans-serif;
    color: #000;
    background-color: #000;
}

.bgimg-1,
.bgimg-2,
.bgimg-3 {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 {
    background-image: url("images/shoals_main_image.jpg");
    height: 130%;    
}

.caption {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    text-align: center;
}

.logo {
    margin-top: 20px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
.logo {
    margin-top: 20px;
    margin-bottom: 30px;

    }
}

.black-row {
    background-color: #000000;
}


h1 {
    font-family: 'Raleway', 'Raleway', sans-serif;
    font-size: 46px;
    color: white;
    text-align: center;
}

h1 .big-caps {
    font-family: 'Raleway', 'Raleway', sans-serif;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

h2 {
    font-family: 'Raleway', 'Raleway', sans-serif;
    font-size: 40px;
    color: white;
    text-align: center;
}

h2 .contact {
    font-family: 'Raleway', 'Raleway', sans-serif;
    font-size: 48px;
    font-weight: bold;
    text-transform: lowercase;
    color: white;
    text-align: center;
}

a:link {
    color: #00aaca;
}

a:hover {
    color: #00aaca;
}

.icon {
    color: #00aaca;
    border: solid 1px #00aaca;
}

.icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 45px;
    margin: 0 auto 30px;
    color: #fff;
    border: solid 2px #d0192f;
}

@media screen and (max-width: 724px) {
.social a {
    position: relative;
    text-align: center; 
    background-color: #000;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 10px 5px 5px 15px;
    font-weight: bold;
    font-size: 12px;
    background: #000;
    height: 100%;
    min-width:80%;
    }
}

@media screen and (max-width: 991px) and (min-width: 725px) {
.social a {
    position: relative;
    text-align: center; 
    background-color: #000;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 10px 5px 5px 15px;
    font-weight: bold;
    font-size: 16px;
    background: #000;
    height: 100%;
    min-width:80%;
    }
}

@media only screen and (max-width: 1198px) and (min-width: 992px) {
.social a {
    position: relative;
    background-color: #000;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 10px 5px 5px 25px;
    font-weight: bold;
    font-size: 20px;
    background: #000;
    height: 100%;
    }
}

@media screen and (min-width: 1199px) {
.social a {
    position: relative;
    background-color: #000;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 20px 5px 5px 30px;
    font-weight: bold;
    font-size: 26px;
    background: #000;
    height: 100%;
    }
}

.social a:hover {
    color: #00aaca;
    text-decoration: underline;
}

.black-gradient {
    height: 10%;
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 45%, rgba(0,0,0,1) 67%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 45%,rgba(0,0,0,1) 67%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 45%,rgba(0,0,0,1) 67%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

.reverse-gradient {
    height: 30%;
    margin-top: 495px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 48%, rgba(0,0,0,1) 99%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 1%,rgba(0,0,0,1) 48%,rgba(0,0,0,1) 99%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(0,0,0,1) 48%,rgba(0,0,0,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}