/*

* {
    border: 1px solid black;
}
*/

.navbar {
  margin-bottom: 0px !important;
}


/* BUTTONS */

.btn-primary {
    background-image: none !important;
    border: none !important;  
    text-shadow: none !important; 
    text-shadow: none !important;  
}

.btn-danger {
    background-image: none !important;
    border: none !important;
    text-shadow: none !important; 
    text-shadow: none !important;  
}

.btn-default {
  text-shadow: none !important; 
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  background-repeat: none !important;
  border-color: none !important;
  border-color: none !important;
}
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-group-lg>.btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-default {
  color: #fff !important;
  background-color: #222 !important;
  border: none !important;
}


/* NAVBAR */

.navbar-default {
  background-image: none !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0)!important; 
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-color: #ffffff !important; 
}

.container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-header {
        margin-left: 15px !important; 
}

.navbar-brand {
    background-image: url(../img/sd-logo.png);
    height: 75px !important; 
    width: 267px;
}

.collapse {
    margin-top: 10px !important; 
}

.navbar-toggle {
    margin-top: 20px !important; 
}

/* NAVBAR TABS - RESIZE SEPARATION ON SCREEN SIZE */

#bs-example-navbar-collapse-1 a {
    padding-left: 12px !important; 
    padding-right: 12px !important; 
}

@media (min-width: 750px) and (max-width: 940px) {
    #bs-example-navbar-collapse-1 a {
        padding-left: 3px !important; 
        padding-right: 3px !important; 
    }
}

#bs-example-navbar-collapse-1 li .selected {
    background-color: #20428A;
    color: white;
}

/* DOWNLOAD */

.download {
    padding-top: 6px;
    padding-bottom: 5px;
    background-color: #20428A;
}

.download h5 {
    color: white;
    margin-top: 8px;
}

.download a {
    margin-top: 2px;
    margin: auto;
    width: 100%;
}


/* JUMBOTRON */

.jumbotron {
    background: url(../img/cover.png);
    background-size: cover;
    padding: 5% !important;
}

.jumbotron h2 {
    color: white;
    width: 70%;
    padding-bottom: 80px;
    font-size: 36px;
}

@media (max-width: 767px) {
    .jumbotron h2 {
        width: 100%;
        font-size: 28px;
    }
}

/* THUMBNAILS */

.thumbnail-div .thumbnail {
    background-size: cover;
    height: 300px;
}

.thumbnail-div .thumbnail h3{
    color: white;
}

.thumbnail-div .thumbnail p{
    color: white;
    padding-top: 20px;
    height: 120px;
}

/* BODY AREA 1 */


.main-content { 
    text-align: justify; 
    text-justify: inter-word;
}

.main-content h1 {
    padding: 0px 15px 15px 15px;
}

.main-content p {
    padding: 0px 15px 15px 15px;
}

.twitter-plugin {
    padding-bottom: 30px;
}

.home-gallery {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* FOOTER */

#footer {
    background-color: #223267;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px;
}

#footer h5 {
    color: white;
    text-align: center;
    
}

#footer .row {
    padding-top: 20px;
    padding-bottom: 20px;    
}

.social {
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    margin: auto;
}

/* ARTICLE */


.article {
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #efefef;
}

.article h5{
    color: #999;
    text-align: right;
}

/* PHOTO GALLERY */

.gallery ul {
  padding:0 0 0 0;
  margin:0 0 0 0;
}

.gallery ul li{
  list-style: none;
  margin-bottom:25px;
}

.gallery ul li img {
  cursor: pointer;
  border: 10px solid #ffffff;
}

/* CONTACT US */ 

.form-input-button {
  height: 50px;
  width: 140px;
  margin: 0 auto;
  font-family: helvetica;
}

.main-contact {
  background: #f1f1f1;
  padding-bottom: 60px;
}


.contact-info {
  text-align: center;
  padding: 50px 0 30px 0;
}

.contact-info h4 {
  font-weight: bold;
}

#map-canvas {
    height: 700px;
    width: 100%;
    background-image: url(../img/google-maps.png);
    background-size: cover;
    background-position: center;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.map-footer {
    background-color: #fff ; /* color blue: #223267 */
    color: #222;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ccc;
}

.social-info {
    color: #666;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #ccc;
}
