@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

html, body {
  margin: 0;
  padding: 0;
}  


.one-third {
  width: calc(100% / 3);
}

.column {
  margin: 0;
  float:left;
}

.header {
    font-size: 30px;
    font-family: 'Lora Regular';
    background-color: #CFC5C3;
    color: #665450;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: auto;
    z-index: 4;
}
  
.header li {
    float: left;
    list-style-type: none;
    background-color: #CFC5C3;
    color: #665450;
    text-align: center;
    padding: 20px 20px 20px 0;
    z-index: 4;
  }
  
.header li a {
    display: block;
    color: #665450;
    text-align: center;
    padding: 20px 25px;
    text-decoration: none;
    opacity: 70%;
    z-index: 4;
  }
  
.header li a:hover {
  color: #665450;
  opacity: 100%;
  text-decoration: underline;
  z-index: 4;
}

.header img {
  text-align: center;
  padding: 15px 0 30px 0;
  width: 135px;
  z-index: 4;
}

.socmed {
  display: table;
  width: 230px;
  height: auto;
  margin: 20px 50px 0 5px;
  float: right;
}

.socmed img {
  height: 26px;
  width: auto;
  padding: 5px;
  text-align: right;
}

.socmed a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

.dropli {
  font-family: "Lora Regular";
  background-color: rgba(207, 197, 195, 1.0);
  color: #665450;
  padding: 40px 16px 0px 16px;
  font-size: 28px;
  border: none;
  opacity: 70%;
  float: left;
  list-style-type: none;
  text-transform: uppercase;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  z-index: 4;
}

.dropdown-content {
  font-family: "Lora Regular";
  font-size: 17px;
  display: none;
  position: absolute;
  color: #665450;
  text-align: left;
  min-width: 160px;
  z-index: 4;
  margin-top: 55px;
}

.dropdown-content a {
  color: #665450;
  padding: 0;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  opacity: 50%;
  height: auto;
  z-index: 4;
}

.branding {
  margin: 10px;
  padding: 10px 10px 10px 0;
}

.photography {
  margin: 10px;
  padding: 10px 10px 10px 0;
}

.uiux {
  margin: 10px;
  padding: 10px 10px 10px 0;
}

.aboutme {
  margin: 10px;
  padding: 10px 10px 10px 0;
}

.contact {
  margin: 10px;
  padding: 10px 10px 10px 0;
} 

.dropdown-content a:hover {
    font-size: 20px;
    opacity: 100%;
    text-decoration: underline;
}

.dropdown:hover .dropdown-content {
    display: block;
  }

.dropdown:hover .dropli {
  text-decoration: underline;
  color: #665450;
  opacity: 100%;
}

.background {
    text-align: center;
    margin: -10px 0 0 0;
    padding: 5vh 0 5vh 16vw ;
    align-content: center;
    background-color: #CFC5C3;
    z-index: 2;
}

.container {
    width: 950px;
    text-align: center;
    background-color: white;
    padding: 10px;
    z-index: 2;
    position: relative;
}

.container hr {
  color: #665450;
  background-color: #665450;
  height: 1.5px;
  border: #665450;
  width: 850px;
  margin-top: 23px;
  margin-bottom: 25px;
}

.container h1 {
    font-family: 'Playfair Display';
    font-size: 50px;
    color: #665450;
    text-align: center;
    padding: 15px 0 0 0;
    margin: 0;
    font-weight: lighter;
    width: auto;
    background-color: white;
    z-index: 2;
  }


.footer {
    height: 132px;
    width: 100%;
    background-color: #A98E83;
    color: #CFC5C3;
    text-align: center;
    overflow: hidden;
  }
  
  .footer h1 {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: bolder;
    background-color: #A98E83;
  }
  
  .footer img {
    height: 41px;
    text-align: center;
    padding-top: 28px;
    background-color: #A98E83;
  }
  


.mySlides {
display: inline-block;}

img {vertical-align: middle;}


.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  z-index: 2;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #665450;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 50px;
  user-select: none;
}

.prev {
  left: 0;
  border-radius: 50px;
}

.next {
  right: 0;
  border-radius: 50px;
}


.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.4);
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}