/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

h2{
  font-weight: 300;
}

/*.container{
  width: 1290px;
} */

.social{
  padding-top: 15px;
    width: 400px
}

.twitter{
  display: inline;
}

.facebook {
  top: -5px;
  padding-right: 10px;
  padding-left: 20px;
}

.jumbotron{
  background: url('../img/dragon3b.jpg') no-repeat 50% 22%;
  background-size: cover;
  margin-bottom: 10px;
}

.hero{
  height: 415px;
  position: relative;
}

.hero h1{
 /* font-size: 140px; */
  color: white;
}

.introvid {
  text-align: center;
  z-index: -999;
  margin-top: -30px;
}

.thetitle{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.opening-statement{
  text-align: center;
}

.opening-statement h1{
  font-size: 50px;
  font-weight: 300;
}

.recommendation-img{
  max-width: 200px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.nopadding{
  padding-left: 0;
  padding-right: 0;
}

.text-align-center{
  text-align: center;
}

.recommendation-title{
  padding-bottom: 60px;
}

.contact-title{
  padding: 30px 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.contact-circles{
  text-align: center;
}

.contact-circles a{
  text-decoration: none;
  color: inherit;
}

.contact-text{
  font-size: 21px;
}

/*.section4{
  background: url('../img/map.png') no-repeat center center;
  background-size: cover; 
} */

blockquote {
  margin: 1.5em 0 1.5em;
  padding: 0 1em 0 2.5em;
  border: 0;
  position:relative;
}

blockquote:before{
  color: #00923f;
  content: "\201C";
  font-size: 5em;
  position:absolute;
  left:5px;
  top: 0.3em;
  line-height: 0.1em;
}

.quotered:before{
  color: #d2322d;
}

.btn-danger{
  background-color: #da251c;
}

.modal-content img{
  max-width: 100%;
}

.end {
  margin-top: 80px;
  padding: 20px 0;
  background: #000000;
  color: white;
  text-align: center;
}

.end p {
  margin-top: 10px;
}

blockquote footer, blockquote small, blockquote .small {
  padding-top: 10px;
}

.skillbars p {
  font-weight: 800;
}

.skillbars h4 {
  margin: 6px 0 20px 0;
}

.section2 {
 background-color: # 
}

.section3 {
 background-color: # 
}

.section4 {
 background-color: # 
}

.section5 {
 background-color: # 
}

.mdm-list {
 display: inline-block;
 list-style-position: inside;
 padding-top: 20px;
}

.mdm-list li{
 float: left;
 padding-right: 70px;
}

.icon-what{
  float: left;
  padding-top: 5px;
  margin-right: 5px;
}

.heavy{
  font-weight: 400;
}


/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 60px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.featurette-image{
  max-width: 250px;
  width: 100%;
  margin: auto;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }
    
  .featurette-image-right{
  padding-left: 20px;
  }
  
  .featurette-image-left{
  padding-right: 20px;
  }
  
  .featurette-heading{
    font-size: 50px;
  }
  
  .hero h1 {
    font-size: 140px;
  }
  
  .btn-huge {
    height: 70px;
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0;
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 0px;
  }
  
  .nomargin{
  margin: 0;
  }
  
  .modal-lg{
    width: 80%;
  }
  
  .btn-huge {
    height: 70px;
    font-size: 23px;
    font-weight: 300;
    margin: 20px 0;
    padding: 10px;
  }
    
  .featurette-image{
  max-width: 200px;
  }
}

@media (min-width: 1200px) {
  .container {
     width: 1280px;
   }
  
  .btn-huge {
    height: 70px;
    font-size: 30px;
    font-weight: 300;
    margin: 20px 0;
    padding: 10px;
  }
    
  .featurette-image{
  max-width: 250px;
  }
}

@media (max-width: 768px) {
  .hero h1{
    font-size: 80px;
  }
  .opening-statement h1{
    font-size: 40px;
  }
  
  .featurette-heading{
    font-size: 40px;
  }
    
  .featurette-image{
  max-width: 150px;
  padding: 5px;
  }
}

@media (max-width: 992px) {
  .btn-huge {
    height: 70px;
    font-size: 30px;
    font-weight: 300;
    margin: 20px 0;
    padding: 10px;
  }
    
}
