
/* BODY
=============================================================================*/

body {
  font-family: 'Roboto', Helvetica, arial, freesans, clean, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0 auto;

}


.banner {
   background: url(../images/background.jpg) no-repeat center center;
   width:100%;
   background-size: 100%;
   background-color:#444;
    color:#ddd;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;

}


@media (max-width: 978px) {
    .container {
      padding:20px;
    }

    body {
      padding:0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
      margin-left: 0;
      margin-right: 0;
      margin-bottom:0;
      position: fixed !important;
    }
}
.h2-top-icon{
    margin-top:8px;
    margin-bottom:20px;
    padding-bottom:15px;
    border:0;
    font-size:28px;
    border-bottom:1px solid #444;

}

p {
    font-family: 'Roboto', Helvetica, arial, freesans, clean, sans-serif;
    font-size:16px;
    line-height:22px;
}

a.offset{
    padding-top: 80px;
    margin-top: -80px;
    display: inline-block;
}

/* BUTTONS
-------------------------------------------------- */
.high-blue{
    border:1px solid #4444bb;
    line-height:30px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
    color: #4444bb;
    font-size: 16pt;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
}

.btn-bold{
    font-weight: bold;
}


.btn-transparent {
    background:none;
    border:1px solid #444;
}

.btn-right-margin {
    margin-right: 10px;
}

.btn-inverted {
    border:1px solid #ddd;
    color:#ddd;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}

/* Typography
-------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0 10px;
  padding: 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

h1 tt, h1 code, h2 tt, h2 code, h3 tt, h3 code, h4 tt, h4 code, h5 tt, h5 code, h6 tt, h6 code {
  font-size: inherit;
}

h1{
        font-size:28px;
        line-height:40px;
}

.title{
        color:#555555;
        font-weight:700;
        font-size:36px;
}

.with-top-border{
        border-top:4px solid #555555;
        color:#555555;
        padding:32px 0;
        font-weight:700;
        font-size:36px;
        line-height:40px;
}

h2{
        border-bottom:1px solid #444444;
        padding-top:10px;
        font-weight:600;
        font-size:22px;
        margin:0 0 20px 0;
}
h3{
    padding-top:10px;
    font-weight:600;
    font-size:18px;
}
h4{
    padding-top:10px;
    font-weight:600;
    font-size:18px;
}
h5 {
  font-size: 14px;
}

h6 {
  color: #777;
  font-size: 14px;
}


/* Navbar
-------------------------------------------------- */
.navbar-fixed-top .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;

}
.navbar-fixed-top .brand:hover {
  text-decoration: none;
  color:white;
}
.hero-unit{
margin:0;
}

.centered-text {
    text-align:center
}

/* IMAGES
=============================================================================
*/

img {
  max-width: 100%;
  padding-top:10px;
  padding-bottom:10px;
}


.feature img {
  padding-top:0px;
}

/*
=============================================================================
LOGO
=============================================================================
*/

.body-logo{
padding-top:60px;
padding-bottom:10px;
}



/*
=============================================================================
TABLE
=============================================================================
*/

.tablelayout td {
    vertical-align: top;
}



#social #container{
    text-align:center;
}

#social #container ul{
    float:left;
    list-style-type:none;
    padding: 0;
    margin:0;
    margin-top:10px;
}
#social #container li{
    float:left;
    padding-right:10px;
}









.footer-distributed{
        background-color: #222;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        font: normal 16px sans-serif;

        padding: 45px 50px;
        margin-top: 80px;
}

.footer-distributed .footer-left p{
        color:  #8f9296;
        font-size: 14px;
        margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
        font-size:18px;
        color:  #aaa;
        margin: 0 0 10px;
        padding: 0;
}

.footer-distributed p.footer-links a{
        display:inline-block;
        line-height: 1.8;
        text-decoration: none;
        color:  inherit;
}

.footer-distributed p.footer-links a:hover{
        color:  #fff;
}

.footer-distributed .footer-right{
        float: right;
        margin-top: 6px;
        max-width: 180px;
}

.footer-distributed .footer-right a{
        display: inline-block;
        width: 35px;
        height: 35px;
        background-color:  #33383b;
        border-radius: 2px;

        font-size: 20px;
        color: #ffffff;
        text-align: center;
        line-height: 35px;

        margin-left: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

        .footer-distributed .footer-left,
        .footer-distributed .footer-right{
                text-align: center;
        }

        .footer-distributed .footer-right{
                float: none;
                margin: 0 auto 20px;
        }

        .footer-distributed .footer-left p.footer-links{
                line-height: 1.8;
        }
}
