/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}



body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

h4 {
    font-size: small;
    color: whitesmoke;
    font-weight: lighter;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.topnav {
    font-size: 14px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: gold;
    background: url(../img/organs.jpg) no-repeat center center;
    background-size: cover;
}



#intro-fade{
  position: relative;
  padding-top: 4%;
  padding-bottom: 4%;

  border-radius: 1.0em;
  background-color: hsla(0, 0%, 0%, 0.42);

  /***  CSS Box Model  ***/
  min-width:280px;
  max-width:800px;
  margin-top:8%;
  margin-left:auto;
  margin-right:auto;

}


.content-section-b{
	background-color: rgb(255, 246, 218);
}
	
.content-section-a{
	background-color: white;
}

#experience{
  position: relative;
	margin-left:auto;
  margin-right:auto;

  /***  CSS Box Model  ***/
  min-width:280px;
  max-width:800px;
  letter-spacing:2px;
  word-spacing:5px;
  padding-left:10%;
  padding-right:10%;
  font-size: 1.6em;

}


#cellphone-fade{
  position: relative;
  padding: 3%;
  font-size: 1.75em;
  background-color: hsla(0, 0%, 0%, 0.48);
  border-radius: 1.0em;
  /***  CSS Box Model  ***/
  min-width:280px;
  max-width:550px;
  margin-top:4%;
  margin-left:auto;
  margin-right:auto;

}


.servicesOffered {
    color: #ffe2b4;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-size: 1.1em;
    font-weight: lighter;
    letter-spacing:2px;
}


#fadeSentence{
  color: white;
  letter-spacing:2px;
  word-spacing:4px;
  padding-left:15%;
  padding-right:15%;
  font-size: 1.7em;
}

#lasCruces{
  color: rgba(255, 255, 255, 0.5);
  letter-spacing:4px;

  font-size: 1.3em;
}

#topPhone1{
  color: gold;
  letter-spacing:4px;

  font-size: 1.65em;
}

#fadeConsultation{
  color: white;
  letter-spacing:4px;

  font-size: 0.9em;
}

#footer_phone{
  color: white;
  font-size: 1.75em;
}

#dot{
  color: rgba(0,0,0,0.3);
}

.intro-divider {
    width: 100%;
    border-top: 0px solid rgba(1,1,1,0.3);
    border-bottom: 6px solid rgba(0,0,0,0.4);
}



@media(max-width:767px) {


    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }

}


@media(min-width:767px) {


    h3#secondLine {
        /* color: #ffe9c6; */
        font-size: 2.0em;
    }


    h4 {
        font-size: 1.75em;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
}

.content-section-b {
    padding: 50px 0;
    border-top: 2px solid #e7e7e7;
    border-bottom: 2px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/footer.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}
