/*
  Theme Name: Folio
  Theme URL: https://bootstrapmade.com/folio-bootstrap-portfolio-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

/*  General Styling
/*-----------------------------------------------------------------------------------*/

body {
  background: #ffffff;
  color: #898989;
  font-family: "Poppins", helvetica, Impact, Haettenschweiler,
    "Arial Narrow Bold", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h2 {
  color: #292929;
  font-weight: 600;
}

h4 {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #292929;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover,
a:focus {
  color: #b8a07e;
  text-decoration: underline;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: fixed;
  display: block;
  font-size: 12px;
  color: #5a0505;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #0c0c0c;
  line-height: 28px;
}


.btn {
  background:rgba(249, 237, 219, 0.17);
  border: medium none;
  border-radius: 0;
  color: rgb(11, 11, 11);
  font-weight: 600;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  margin: 1em;
  text-transform: uppercase;
}

.btn:hover,
.btn:focus {
  color: rgb(255, 255, 255);
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: -px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: -4rem;
}

.paddsection {
  padding-top: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.paddsectionss {
  margin-top: -px;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/

nav {
  margin-top: -2em;
  position: fixed;
  background: #fff;
  z-index: 1000;
  width: 100%;
  padding: 20px;
  display: none;
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 16px;
}

nav ul li {
  float: left;
  margin-right: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-left: 40px;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: #5b5c5c;
  font-family: "Poppins", helvetica;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.logo {
  float: left;
}

.logo img {
  width: 5em;
  height: 5em;
}

.responsive {
  display: none;
  font-size: 23px;
}

.active {
  color: #16c2f2;
}

/*----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

#header {
  background: url("../images/home-bg.png") repeat scroll center center / cover;
  width: 100%;
  height: 300px;
  margin-bottom:7rem;
}

#header .header-content {
  height: 60vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.header-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 30%;
  text-transform: uppercase;
  color: #fff;
}

.header-content p {
  font-family:  "Playfair Display", serif;
  font-size: 18px;
  letter-spacing: 5px;
  margin-top: 0 px;
  margin-bottom: 50px;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.header-content .list-social li {
  float: left;
  margin-right: 20px;
  margin-bottom: 25em;
  margin-top: -1em;
}

.header-content .list-social li i {
  color: rgb(0, 0, 0);
  font-size: 20px;
  animation: glow 5s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px rgb(120, 245, 126),
      0 0 40px rgb(120, 245, 126), 0 0 50px rgb(19, 19, 18), 0 0 60px rgb(61, 126, 65), 0 0 70px rgb(214, 240, 215);
  }

  to {
    text-shadow: 0 0 2px #fff, 0 0 30px #32b96f, 0 0 40px #ffff4d,
      0 0 50px #f6f4f9, 0 0 60px #f7f072, 0 0 70px #ffed4d, 0 0 40px #f9f906;
  }
}


/*-----------------------------------------------------------------------------------*/
/*  Welcome
/*-----------------------------------------------------------------------------------*/

.welcome-parallax {
  /* background-image: url(/images/nasa-Q1p7bh3SHj8-unsplash.jpg); */

  /* The image used */
  background-image: url(/images/jeshoots-com-pUAM5hPaCRI-unsplash.jpg);
  min-height: 10px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10px;
  

}



#welcome img {
  width: 100%;
  height: auto;
  
}


#welcome .div-img-bg {
  padding-bottom: 20px;
  border: 10px solid #F6D7A0; 
  
}


#welcome .welcome-descr .p-heading {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  text-align: left;
  background-color: rgba(97, 96, 63, 0.081);
  color: rgb(18, 18, 18);
  width: 480px;
    
}

#welcome .welcome-descr .separator {
  max-width: 100%;
  text-align: left;
  background-color: rgba(97, 96, 63, 0.081);
  color: rgb(18, 18, 18);
  width: 400px;
  
}




/*-----------------------------------------------------------------------------------*/
/*  About
/*-----------------------------------------------------------------------------------*/
.about-parallax {
  /* background-image: url(/images/nasa-Q1p7bh3SHj8-unsplash.jpg); */

  /* The image used */
  min-height:10px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
  

}



#about {
  width: 100%;
  height: auto;
  
}


#about .div-img-bg {
  padding-bottom: 20px;
  border: 10px solid #F6D7A0; 
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgb(247, 245, 245);
  margin-top: 20px;
  margin-left: 40px;
  height: 500px;
  object-fit: cover;


}

#about .about-descr .p-heading {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  text-align: left;
  
}

#about .about-descr .separator {
  max-width: 100%;
  margin-bottom: 0;
  text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/*   Interests
/*-----------------------------------------------------------------------------------*/

#interests {
  background-image: url(/images/starry.jpg);
  position: relative;
  padding-bottom: 50px;
  padding-top: 40px;
}


.owl-item {
  float: left;
}
.interests-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #f0f2fb;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.interests-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.interests-block i {
  font-size: 44px;
  color: #f1e8e8;
  line-height: 44px;
}

.interests-carousel .owl-stage-outer {
  overflow: hidden;
}

.interests-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.interests-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer;
}

.interests-carousel .owl-dot.active {
  background-color: #b8a07e;
}

.owl-nav {
  display: none;
}



/*-----------------------------------------------------------------------------------*/
/*  Projects
/*-----------------------------------------------------------------------------------*/




#projects div {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  
}


#projects  p {
 color: rgb(98, 151, 231);
 font-size: 12px;
 text-align: center;
 text-decoration: underline;
 font-size: 100px;
 
}

#projects  a:hover {
  color: rgb(141, 255, 202);
  text-align: center;
  font-size: 0.2em;
  text-decoration: underline;
 
 }

 .parallax {
  /* The image used */
  border: #F5DAAA 1px solid;  
  background-image: url("/images/starry.jpg");

  /* Set a specific height */
  min-height: auto;
  
  padding-top: 50px;
  padding-bottom: 100px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax a {
  font-size: 14px;
  color: #16c2f2;
  text-align: center;
  font-size: 0.15em;
 
}

.parallax a:hover {
  color: red;
 
}

.parallax img {
  height: 300px;
  padding-left: 300px;
}



/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio .portfolio-list {
  margin-bottom: 50px;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#portfolio .portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: "Poppins", helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover,
#portfolio .portfolio-list .nav li.filter-active {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 260px;
}

.portfolio-thumbnail img {
  max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Services
/*-----------------------------------------------------------------------------------*/


.services-bg {
  background-color: white;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  margin-bottom: 10px;
  
}


.services-block .services-info img {
  max-width: 100%;
  
}

.services-block .services-info .services-txt h1 {
  margin-left: 0.8em;
  margin-top:0.8em;
  margin-right: 0.8em;
  text-align: center;
  position: relative;
  color: #44c7e8;
  background-color: rgb(18, 18, 18);
  font-size: 15px;
 
  
}

.services-block .services-info .services-txt h1 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 10px 0px 30px 3px;
  font-weight: 500;
  color: #292929;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;

  
}


.services-block .services-info .services-txt h1 a:hover {
  color: rgba(249, 237, 219, 0.17);
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  
 
}


.services-block .services-info .services-txt p {
  margin: 0.8em;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 10px;
  position: relative;
  color: rgba(23, 23, 23, 0.768);
  background-color: rgb(246, 243, 243);
  
}

.services-block .services-info .services-txt .btn {
  font-size: 12px;
  color: #44c7e8;
  background-color: rgb(16, 16, 16);
   
}


/*-----------------------------------------------------------------------------------*/
/*  bg-parallel
/*-----------------------------------------------------------------------------------*/

.bg-parallel{
  background-image: url(/images/alyssa-strohmann-CGXxpcUrhdo-unsplash.jpg);
  height: 100px;
}

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

#footer {
  background-color: rgb(0, 0, 0);
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  animation: glow 1s ease-in-out infinite alternate;
  color: rgb(16, 16, 16);
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
  color: rgb(237, 230, 230);
}


/*parallax effect*/

footer {
  /* The image used */
  background-image: url("/images/portfolio/3.jpg");

  /* Set a specific height */
  height: 10px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

.contact {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 3rem;
  

}

.contact h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#overlay {
  background-image: url(/images/alyssa-strohmann-CGXxpcUrhdo-unsplash.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-top: 0.5px;
  border: #F5DAAA 1px solid;  
  

}

form {
  max-width: 550px;
  width: 90%;
  background-color: rgb(17, 16, 16);
  margin: 17vh auto 0 auto;
  padding: 40px;
  border-radius: 3px;
  box-sizing: border-box;
  
}

h1 {
  margin: 0;
}

.contactEmail {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: rgb(91, 76, 2);
  line-height: 28px;
}

label {
  display: block;
  margin: 20px 0;
  color: rgb(120, 245, 126);
}

input,
textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 3px solid rgb(120, 245, 126);
}


textarea::-webkit-scrollbar {
  width: 4px;
}

textarea::-webkit-scrollbar-thumb {
  background-color: red;
}

.center {
  text-align: center;
}

.formBtn {
  margin-top: 30px;
  width: 90%;
  max-width: 200px;
  background-color: rgb(120, 245, 126);
  color: rgb(24, 24, 24);
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
}




/*-----------------------------------------------------------------------------------*/
/*  Testing
/*-----------------------------------------------------------------------------------*/
