html{
  scroll-behavior: smooth;
}

body{
  background-color: black;
  text-align: center;
}


/* NAVBAR */


#branding{
  background-image: url('images/mainbgalt.jpg');
  background-size: cover;
  height: 100vh;
  text-align: right;
}

.navbar{
  background: transparent;
  padding: 1%;
}

.nav-item{
  padding: 0 20px;
}

nav .navbar-nav li a{
  color: #B76E79 !important;
}


.maincontainer{
  margin: 68px 90px 0 auto;
  padding: 50px 20px 0;
  text-align: left;
  width: 30%;
}

.brandfont{
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  font-weight: 300;
  color: #DBB39D;
}

.brandsub{
  color: #B76E79;
}

.last{
  font-weight: 600;
}

.aboutbtn{
  visibility: hidden;
}

@media all and (max-device-width: 990px){

  #branding{
    height: auto;
    background-image: url('images/bgmobile.jpg');
    background-size: cover;
  }
  .navbar{
    text-align: center;
  }

  .navbar-dark .navbar-toggler{
    flex: auto;
    border-color: transparent;
  }

  .navbar-dark .navbar-toggler-icon{
    background-image: url('images/eye-makeup.png');
    filter: invert(89%) sepia(89%) saturate(46%) hue-rotate(357deg) brightness(111%) contrast(113%);
  }

  .mainwrapper{
    padding: 50px;
  }

  body .mainwrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .maincontainer{

    flex-grow: 1;
    border-style: double;
    border-color: white;
    text-align: center;
    margin: auto;
    /* max-width: 80%; */
    /* max-height: 80%; */
  }

  .brandfont{
    font-family: 'Montserrat Subrayada', sans-serif;
    font-size: 150px;
    font-weight: 400;
    margin: 0;
  }

  .maincontainer h1{
    background: -webkit-linear-gradient(#e2979c, #808080);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  }

  .brandsub{
    margin: 200px auto 150px;
    font-family: 'Galada', cursive;
    font-size: 60px;
    color: #ffffff;
    width: 60%;
  }

  .last{
    font-weight: 600;
  }

  .aboutbtn{
    visibility: visible;
    padding: 30px;
    margin: 180px 0;
    font-size: 30px;
    border-width: thick;
  }

}

@media all and (max-device-width: 425px){
  #branding{
    height: 100vh;
  }
}

/* @media all and (max-device-width: 1024px) {
  .service-wrapper :not(img){
    position: absolute;
    top: 25%;
    left: 15%;
    z-index: 1;
    text-align: center;
    width: 100%;
    opacity: 1;
    transition: 0.3s;
    color: white;
    border-style: solid;
    width: 70%;
    padding: 20px;
    font-size: 2.2rem;
  }
} */

/* ABOUT */

.aboutbg{
  background-image: url('images/about.bg.png');
  background-size: cover;
  padding: 100px 0;
}

.personal{
  background-image: ;
  background-size: cover;
  padding: 50px;
}

.mummy{
  width: 25%;
  border-radius: 100%;
  border-style: double;
  margin: auto;
  padding: 20px;
}

.info{
  background-color: rgba(255,255,255,0.69);
  border-radius: 25px;
  width: 70%;
  margin: 40px auto;
  font-size: 25px;
  padding: 20px;
}

/* SERVICES */

#servicesbg{
  background-image: url('images/servicesbg3.jpg');
  background-size: cover;
  padding: 100px 0;
  font-size: 90px;
}

.service-container{
  margin: 100px 30px 40px;
}

.service-wrapper{
  display: inline-block;
  margin: 20px;
  position: relative;
}

.service-wrapper :not(img){
  position: absolute;
  top: 25%;
  left: 15%;
  z-index: 1;
  text-align: center;
  width: 100%;
  transition: 0.3s;
  color: white;
  border-style: solid;
  width: 70%;
  padding: 20px;
  font-size: 2.2rem;
}

h2:hover{
  background-color: rgba(0, 0, 0, 0.7);
  transform: scale(1.05);
  transition: 1s;
}

.serviceimg{
  max-height: 260px;
}

.service-wrapper img{
  max-width: 100%;
  filter: blur(1px) brightness(60%);
}

/* GALLERY */

.gallerybg{
  background-image: url('images/gallery2.jpg');
  background-size: cover;
  padding: 100px 0;
}

.gallery{
  margin: 100px 30px 50px 30px;
}

.galleryimg{
  height: 250px;
  width: 250px;
  transition: 1s;
  padding: 10px;
  border-radius: 20px;
}

.galleryimg:hover{
  filter: grayscale(70%);
  transform: scale(1.1);
}

.cbtn{
  margin-bottom: 60px;
}


/* TESTIMONIALS */

.testimonialbg{
  background-image: url("images/testimonialbg.jpg");
  background-size: cover;
  padding: 100px 0;
}

#reviews{
  background-image: url('images/testimg.jpg');
  background-size: cover;
  background-position: center;
  padding: 200px 0 200px 0;
}

.rev-text{
  margin: auto;
  width: 44%;
  font-family: "Open Sans";
  color: ivory;
}

.rev{
  border-radius: 100%;
  width: 8%;
  margin: 20px
}

/* CONTACT */


input[type=text], select, textarea {
  background-color: black;
  color: white;
  width: 100%;
  padding: 12px;
  border: 1px solid black;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

input#date{
  background-color: black;
  color: white;
}

#contactme h3{
  color: white;
  width: 30%;
  margin: auto;
  font-size: 20px;
  font-weight: lighter;
  margin-top: 50px;
}

.contactform {
  width: 60%;
  border-radius: 5px;
  background-color: #1d3e53;
  padding: 20px;
  margin: 50px auto;
  text-align: left;
  color: white;
}

.end {
  padding: 20px;
  text-align: center;
  background: #445c3c;
}


#foot{
  padding: 20px;
  color: white;
  font-family: monospace;
}

.fab{
  font-size: 35px;
  color: white;
  margin: 30px 30px;
}
