
body {
    font-family: "Open Sans","Helvetica Neue","Helvetica", "Arial", "sans-serif";
    color: #ffffff;
    background-color: #525252;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1 {
    font-family: "Open Sans","Helvetica Neue","Helvetica", "Arial", "sans-serif";
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans","Helvetica Neue","Helvetica", "Arial", "sans-serif";
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

p {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
}

hr {
    max-width: 400px;
    border-color: #999999;
    line-height: 1.6;
}



.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}
p 
.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 30px;
    padding: 30px 1px;
    background: #5C5C5C;
}

.intro-text {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #525252;
    font-size: 12px;
    line-height: 4px;
    padding-top: 5px;
    }

footer .copyright {
    margin: 0;
    padding: 20px 0px;
    margin-bottom: 3px;
}

ul.icons {
    list-style: none;
    padding-right: 30px;
}

ul.icons li {
    display: inline-block;
    font-size: 1.5em;
}


a:link {
 color: #4EC0A6;
 text-decoration: none;
}

a:hover {
 color: #FFFFFF;
 text-decoration: underline;
}

a:visited {
 color: #4EC0A6;
 text-decoration: underline;
}


@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Open Sans","Helvetica Neue","Helvetica", "Arial", "sans-serif";
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #ffffff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: center;
        margin-right: 0px;
    }
    
    
     .center {
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: 50%;
     }


    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 3px;
        color: #ffffff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}


.fa {
  padding: 30px 30px 0px 0px;
  font-size: 30px;
  width: 0px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #525252;
  color: white;
}


