html, body {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 0px;
  overflow-x: hidden;
  font-family: Verdana, sans-serif;
}



#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: 60px;
}


.main {
  display: block;
}



/* Header Stuff */

@media only screen and 
(max-width: 800px){
  #header{
    max-width: 800px;
  }
  .header-text{
    text-align: center;
    margin: 0;
  }
  
}

#header{
  background: url(Photos/bg-transparent.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 13em;
  padding-bottom: 13em;
  width: 100%;
}




.header-text{
  width:100%;
  margin: auto;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#title{
  color: black;
  text-shadow: -4px 3px rgba(255, 186, 25, .85)
}

@media only screen and 
(max-width: 360px), (max-height: 760px){
#header h1{
 font-size: 32px;
}
}

/* .header-content{
  display: flex;
  justify-content: space-between;
  position: relative;
} */



#header .header-content{
  margin-left: 8em;
  margin-right: 8em;
}


@media (max-width: 800px){
  #header .header-content{
   margin-left: 0;
   margin-right: 0;
  }
}


#header h1{
  font-weight: bold;
  text-align: center;
  font-size: 6vw;
}

#header p{
  text-align: center; 
  font-weight: bold;
  font-size: 2.5em;
  color: rgb(19, 16, 16);
  
}


.contact-button{
  color: #000;
  background: #ffba19;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-left: 30em;
  margin-right: 30em;
  width: auto;
  overflow: hidden;
  padding: 1em 1em;
}

@media (max-width: 800px){
  .contact-button{
    margin: 0;
  }
}

/*End of Header Stuff */


/*------------------------*/
      /*Services Cards */
/*------------------------*/
.services{
  display: flex;
  background: #fff;
  margin: auto;
  margin-top: -8em;
  justify-content: space-around;
  align-items:flex-start;
  width: 100%;
  max-width: 55em;
  height: auto;
  z-index: 10;
  box-shadow: 0px 20px 40px rgb(0 0 0 / 20%);
  border-top: 0.3em solid #ffba19;
}

#services h1{
  background-color: #fff;
  z-index: 10;
}


@media only screen and 
(max-width: 800px){
  .services{
    justify-content: center;
    width: 100%;
    flex-wrap: nowrap;
    font-size: 12px;
  }
}

.card{
  margin: 2em;
  display: block;
  text-align:center;
  width: 350px;
}



.fa-user{
  padding-left: 2em;
  padding-right: 2em;
}

/* End Services Cards */


/*----------------*/
  /* About Section */
/*----------------*/




.about-section{
  padding-top: 5em;
}

@media (max-width: 800px) {
  .about-section{
    justify-content: center;
    padding-top: 2em;
  }
  
}

@media (max-width: 800px){
  .about{
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
  }
 .about #left-button {
    margin-bottom: 1em;
    margin-right: 6em;
    margin-left: 2em;
 }
}


.about{
  display: flex;
  justify-content: space-around;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.info-left{
  width: 40em;
}

.info-left h2{
 font-weight: bold;
 font-size: 46px;
}

.info-left p{
  font-size: 24px;
  text-align: left;
  margin-right:2em;
  line-height: 35px;
}

@media (max-width: 800px){
  .info-left{
    width: 100%;
    text-align:center;
    margin-left: 2em;
    word-wrap:normal;
    
  }
}

.info-right{
width: auto;
margin: 0;
}

.info-right img{
  margin-right: 2em;
  box-shadow: 0px 20px 40px rgb(0 0 0 / 50%);
  border: 0.3em solid #ffba19;
}

@media (max-width: 800px){
  .info-right{
    text-align:center;
  }
 .info-right img{
  margin: 0;
  margin-top: 1em;
 }
}

#left-button{
  color: #000;
  background: #ffba19;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-right: 25em;
  width: auto;
  overflow: hidden;
  padding: 1em 1em;
  margin-top: 2em;
}


.info-left-two{
 width: 40em;
}

.info-left-two h2{
  font-weight: bold;
  font-size: 46px;
 }
 
 .info-left-two p{
   font-size: 24px;
   text-align: left;
   margin-right:2em;
   line-height: 35px;
 }



.info-right-two{
  font-size: 32px;
  margin-right: 2em;
  width: 500px;
  margin-top:1em;
}

.info-right-two ul {
  list-style: none;
  padding: 0;
}

.info-right-two li{
  padding-top: 1em;
  text-decoration: underline;
}

.info-right-two li::before{
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 3em;
}

.info-right-two li::after{
  background-color: black;
  width: 3em;
  height: 3em;
}

.about2{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  overflow: auto;
  height: auto;
  flex-direction: row-reverse;
  background-color:rgb(156, 139, 52, .35);
  border-top: 0.3em solid #ffba19;
  border-bottom: 0.3em solid #ffba19;
  margin-bottom: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}


@media (max-width: 800px) {
  .about2{
    max-width: 800px;
    word-wrap: break-word;
    text-align:center;
    display: flex;
    
  }
  .info-left-two p{
    text-align:center;
    margin-right: 0;
  }
  .info-left-two{
    max-width: 800px;
  }

  .info-right-two {
    margin: 0;
    width: 800px;
  }
  .info-right-two li{
   margin-right: 2em;
    text-align:center;
    width: 750px;
  }
  .info-right-two li #text{
    text-align:center;
  }

  .info-right-two li::before{
    content: '';
  }
  
  .info-left-two h2{
    font-size: 32px;
    text-align: center;
  }

  
}





/*----------------*/
  /* End About Section */
/*----------------*/


/*----------------*/
  /* Before-After */
/*----------------*/


.display-title{
  width: 100%;
  text-align: center;
  font-size: larger;
  text-decoration: underline;
  margin-bottom: 3em;
  margin-top: 3em;
}






.before-after{
  margin-top: 3em;
  display: flex;
  justify-content: space-evenly;
  height: 100%;

}

.before-after #before{
  box-shadow:  20px 0px 20px 0px rgb(0 0 0 / 33%);
  border: 0.3em solid #ffba19;
 
}

.before-after #after{
 margin-top: 6em;
 box-shadow:  -20px 0px 20px 0px rgb(0 0 0 / 33%);
 border: 0.3em solid #ffba19;
 margin-right: 2em;
}


.before-after img{
  max-width: 100%;
}

@media (max-width: 800px) {
  .before-after{
    margin-top: 3em;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-around;
    height: 100%;
    
  }


  
  .before-after #before{
    /* box-shadow:  20px 0px 20px 0px rgb(0 0 0 / 33%); */
    border: 0.3em solid #ffba19;
   margin-left: 1em;
   margin-right: 1em;
  }
  
  .before-after #after{
   margin-top: 2em;
   /* box-shadow:  -20px 0px 20px 0px rgb(0 0 0 / 33%); */
   border: 0.3em solid #ffba19;
   margin-left: 1em;
   margin-right: 1em;
  }
}



/*----------------*/
  /* Footer */
/*----------------*/

.footer::before{
  content: '';
  border-bottom: 4px solid #ffba19;
  position: absolute;
  width: 100%;
}


.footer{
  margin-top: 5em;
  display: flex;
  justify-content: space-between;
  background-color:#666;
}
.footer h2{
font-weight: bold;
font-size: 52px;
}

.form{
  margin-right: 5em;
  font-size: 24px;
  padding-top: 2em;
  display: flex;
}

#fname, #lname, #email, #message{
 margin-right: 20px;
}

.footer-image{
  float: left;
}


.contact-button-footer{
  color: #000;
  background: #ffba19;
  text-decoration: none;
  text-align: center;
  display: block;
  width: auto;
  overflow: hidden;
  padding: 1em 1em;
}

.footer-center{
  width: auto;
  text-align:center;
}

.footer-center ul{
  list-style: none;
  line-height: 4em;
  height: auto;
  float: left;
  margin-left: 2em;
}

.footer-center li{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #ffffff;
  line-height: 3em;
  display: block;
}
.footer-center li.phone{
  font-size: 36px;
  float: left;
}

.footer-center li.email{
  font-size: 26px;
}

.footer-center li.phone::before{
  content: "\f095";
  font-family: FontAwesome;
  margin-right: 15px;
}

.footer-center li.email::before{
  content: "\f0e0";
  font-family: FontAwesome;
  margin-right: 15px;
}

.footer-right{
  width: 450px;
  display: block;
}

.title{
  font-size: 36px;
  color:#fff;
}

.footer-right p{
  font-size: 20px;
  display: inline-block;
  margin-right: 1em;
}

p.watermark{
  display: block;
}


@media (max-width: 800px) {
  .footer{
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    align-content:center;
  }

  .footer-image img{
    width: 300px;
    height: 200px;

    margin-top: 1em;
  }

 
  .footer-center ul{
    margin-left: 0;
    font-size: 12px;
    text-align:center;
  }

  .footer-center li.phone{
    float: none;
  }

  .footer-right{
    text-align:center;
    margin-bottom: 10px;
  }
}


/*----
MEDIA QUERY SECTION
----*/

