@font-face {
    font-family: 'CG Omega';
    src: url('../fonts/CgOmega.woff2') format('woff2'),
        url('../fonts/CgOmega.woff') format('woff'),
        url('../fonts/CG-Omega_9984.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
width: 100%;
height: 100%;
}
body h1,h2,p{
  color:#f4f4f4;
}
nav a{
  font-size: 18px;
  color: #f4f4f4 !important;
}
.navbar{
  background-color: #141414;
}
ul{
     list-style:none;
}
h1,h2,h3, a{
   font-family: 'CG Omega';
}
p{
    font-family: 'Source Sans Pro', sans-serif;
}
.hero {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/v3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 20%;
  padding-bottom: 40%;
  padding-left: 40%;

}

.hero h1 {
    /* Text styles */
    font-size: 2em;
    text-transform: uppercase;
    color: #f4f4f4;
    font-weight: 300;

}
@media only screen and (max-width: 900px) {

  .hero {
      /* Text styles */
      background-image: url(../images/venus_profile_mobile.jpg);
      padding-top: 30%;
      padding-bottom: 5%;
      padding-left: 5%;
      background-attachment: inherit;
  }
  .hero h1{
    font-size: 1.5em;
  }

}

.hero-inner img{
    padding-top: 10%;

}

.contactme-div{
  text-align: center;
  background-color: #050505 !important;
  padding-left: 10%;
  padding-right: 10%;
}

.contactme-div h3{
  color: #f4f4f4;
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: 1.3em;

}

.about-area {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-image: url(../images/drseffer_portrait.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 20%;
  padding-bottom: 50%;

}
.about-inner h1{
  font-size: 2.3em;
}
.about-inner h2{
  padding-bottom: 10%;
  font-size: 1.7em;
}

.services-area{
  background-color: #050505;
}
.services-area p{
  font-size: 1.2em;
}
.service-icon{
  height: 200px;
  width: auto;
  margin-top: 15%;
  margin-bottom: 15%;
}

.abstext-center{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
.quote-area {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-image: url(../images/female_silhouette_bw.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5%;


}
@media only screen and (max-width: 900px) {

  .quote-area p{
    font-size: 0.8em;
  }
  .quote-area{
    padding-top: 1%;
  }
  .contact h3{
        font-size: 1.4em;
  }
  .quote-area h3{
    font-size: 1em;
    font-weight: bold;
  }
}

.contact{
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      color: #f4f4f4;
}
.contact h3{
      color: #f4f4f4;
      font-size: 1.3em;
}
.quote-area-inner{
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  margin-bottom: auto;
}
.quote-area-inner h3{
  color: #f4f4f4;
  font-size: 1.5em;
}

.quote-area-inner p{
  margin-bottom: 7%;
  font-size: 1em;
}
.media-area{
  background-color: #050505;
  padding-bottom: 10%;
}
.media-area h2{
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 1.5em;
}
.media_logo{
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 5%;
  padding-bottom: 5%;
}
.logos{

}
footer{
  background-color: #050505;
  padding-bottom: 3%;
}
footer p{
  font-size: 1.1em;
}
footer a{
  color: #f4f4f4;
}
footer img{
    margin-left: -3%;
    margin-top: -3%;

}

.footer_text1{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.footer_text2 p{
    line-height: 0.8em;
}


.services-area p{
    font-size: 1em;
}