@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');
html {
  box-sizing: border-box;
}
#carouselExampleControls{
  margin: 80px;
  padding: 30px;
  max-width: 90%;
  align-content: center;
}

/* #bs-example-navbar-collapse-1{
    border: none;
  }

  #navbar-collapse {
    border: none;
  } */

/* #toggle{
    display: none;
  } */

/* hamburger icon */

/* .label{
    padding: 0px;
    font-size: 40px !important; 
    line-height: 70px;
    display: none !important;
    width: 50px !important;
    float:right;
    color: black !important;
  } */

#fas fa-angle-down {
  color: #cc95c0 !important;
}
  
#nav {
  text-align: center;
  margin: 0;
  padding: 15px 0;
  width: 100%;
}

#nav li {
  display: inline-block;
}

#nav .toggle {
  display: none;
  position: absolute;
  left: -55px;
  top: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 15px 10px;
}

#nav .toggle .bar1, #nav .toggle .bar2, #nav .toggle .bar3 {
  width: 25px;
  height: 2px;
  background: #FFF;
  margin-bottom: 8px;
  transition: all 0.6s;
}

#spread:hover {
  text-decoration: none;
  letter-spacing: 3px;
  color: rgb(27, 27, 27);
  -webkit-transition: all .38s ease;
  -moz-transition: all .38s ease;
  -o-transition: all .38s ease;
  transition: all .38s ease;
  cursor: pointer;
}

.coverimg {
  width: 100%;
  height: 325px;
  object-fit: cover;
}



.hero {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 180px;
  position: relative;
  z-index: -10;
  height: 100vh;
  max-height: 1080px;
  background-image: url('../img/orchid.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #fff;
  display: table;
  width: 100%;
  text-align: center;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
}

.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #cc95c0, #dbd4b4, #7aa1d2);
  opacity: 0.3;
  z-index: -1;
}

nav {
  overflow: hidden;
  line-height: 70px;

}

nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  text-align: center;
}

nav ul li a:hover{
  letter-spacing: 5px;
  -webkit-transition: all .38s ease;
  -moz-transition: all .38s ease;
  -o-transition: all .38s ease;
  transition: all .38s ease;
  cursor: pointer;
  text-decoration: none !important;
  color: rgb(27,27,27);
  padding-left: 70px;
  padding-right: 0px;
  font-size: 19px;

}


nav li a {
  text-decoration: none !important;
  color: grey;
  padding-left: 70px;
  padding-right: 0px;
  cursor: pointer;
  font-size: 16px;
}

nav li {
  list-style: none;
  padding: 1em 0;
}





/* .navbar {
    background-color: white;
    border: none;
    margin-top: 50px;
  }

  .navbar-header {
    background-color: white;
  }
  .navbar-header::before {
    background-color: white;
  }

  .navbar-toggle {
    background-color: white;
    border: none;
  }

  .navbar-toggle:link {
    background-color: white;
    border: none;
  }

  .navbar-toggle:hover {
    background-color: white;
    border: none;
  }

  .navbar-toggle {
    background-color: white;
    border: none;
  }

  .navbar-toggle:visited {
    background-color: white;
    border: none;
  }

  .navbar-toggle:active {
    background-color: white;
    border: none;
  } */
/* 
.icon-bar {
  background-color: #648bc9;
} */

/* .navbar-header {
  border: none !important;
} */

/* h1 .navbar {
  line-height: 0px;
  font-size: 28px;
  margin-top: auto;
  padding: 0;
}

h3 .navbar {
  letter-spacing: 3px;
  font-size: 12px;
  line-height: 18px;
} */



/* #logo {
    color: black;
    float: left;
  } */

body h2 {
  font-size: 60px;
  font-weight: 200;
  padding: 0;
  text-decoration: none;
  cursor: default;
}

body {
  font-family: 'roboto';
  font-size: 16px;
  color: #333333
}

#sub-title {
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.2em;
  font-size: 13px;
}

#intro {
  top: 35%;
  position: relative;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* 
  #arrow {
    position: relative;
    top: 30%;
  }

  #arrow a {
    text-decoration: none;
    color: darkgray;
    -webkit-transition: all .38s ease;
    -moz-transition: all .38s ease;
    -o-transition: all .38s ease;
    transition: all .38s ease;
    cursor: pointer;
  } */

/* #arrow a:hover {
    text-decoration: none;
    color: black;
  } */

#spread h3 {
  font-weight: bold;
  text-decoration: none;
  color: rgb(20, 20, 20);
  -webkit-transition: all .38s ease;
  -moz-transition: all .38s ease;
  -o-transition: all .38s ease;
  transition: all .38s ease;
  cursor: pointer;
}

#spread:hover {
  text-decoration: none;
  letter-spacing: 3px;
}

#pg h3 {
  text-decoration: none;
  color: rgb(27, 27, 27);
  -webkit-transition: all .38s ease;
  -moz-transition: all .38s ease;
  -o-transition: all .38s ease;
  transition: all .38s ease;
  cursor: pointer;
}

#pg:hover {
  text-decoration: none;
  letter-spacing: 3px;
}

#resume {
  color: grey;
  border-bottom: 3px dotted pink;
  padding: 10px;
  -webkit-transition: all .38s ease;
  -moz-transition: all .38s ease;
  -o-transition: all .38s ease;
  transition: all .38s ease;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 3px;
}

#resume:hover {
  letter-spacing: 8px !important;
}

#work {
  margin: 0;
}

#work a {
  text-decoration: none;
  color: rgb(27, 27, 27);
  -webkit-transition: all .38s ease;
  -moz-transition: all .38s ease;
  -o-transition: all .38s ease;
  transition: all .38s ease;
  cursor: pointer;
}

#work a:hover {
  text-decoration: none;
  color: black;
  letter-spacing: 5px !important;
}

footer {
  height: 75px;
  padding-top: 25px;
  margin-bottom: 25px;
}

.mobiletext {
  font-size: 32px;
}

#hiddenrow {
  display: none;
}

#buffer {
  height: 100px;
}

#contact {
  padding-top: 40px;
  height: 325px;
}

.item {
  height: 100vh;
}

.img:hover {
  -webkit-transition: opacity 0.5s linear;
  opacity: 1;
}

.item img {
  max-width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: none;
  -webkit-transition: opacity 0.5s linear;
  opacity: 0.80;
}

.carousel-control {
  opacity: 0.5;
 
}

.carousel-control:hover {
  opacity: 0.5;
}

.carousel-control .right {
  background-image: none;
}

#myform {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

#curtain {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
}

#light {
  max-width: 80%;
  max-height: 80%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}

/* BEGIN MEDIA QUERY */

@media (max-width: 768px) {
  .toggle {
    display: block;
  }
  /* #toggle:checked+.top-menu{
    display: block;
  } */
  /* .label {
    display: block;
    cursor: pointer;
    padding: 0px;
    font-size: 40px !important;
    line-height: 70px;
    display: block !important;
    width: 30px !important;
    float: right;
    color: black !important;
  } */
  /* .menu {
    height: 200px;
    z-index: 999;
  } */

  
  #nav {
    width: 230px;
    height: 100px;
    position: absolute;
    top: 0;
    right: -230px;
    /* overflow: hidden; */
    /* z-index: 999; */
    margin-bottom: 200px;
    overflow: hidden;
    line-height: 70px;
    display: inline-block;

  }

  #nav li {
    display: none;
    list-style: none;
    padding: 1em 0;
  }



  #nav li a:hover, #nav li a:focus {
    border-color: transparent;
    background: rgba(0, 0, 0, 0.3);  
    color: #5cd;

  }


  /* nav ul{
  text-align: center;
  display: none;
  flex-direction: column !important;
  padding-top: 2.2em;
  background-color: transparent;
  z-index: 100;
} */
  /* nav ul li {
    width: 100%;
    text-align: center;
    flex: auto;
    background-color: black;
    position: relative;
    top: 1em;
    display: block;
    z-index: 999;
  } */
  /* #toggle:checked+.menu {
    display: block;
  } */
  #myform {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 80px;
    padding-bottom: 0;
  }
  /* .navbar {
    padding-left: 20px;
    padding-top: 20px;
    height: 100px;
    margin: 0;
  }
  .navbar p {
    padding: 0;
    margin: 0;
  } */
  #section-1 {
    margin: 0;
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 20px;
  }
  #section-1 h2 {
    font-size: 30pt;
    margin-top: 0px;
  }
  h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #section-2 p {
    font-size: 9pt;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .mobiletext {
    text-align: center;
    font-size: 22pt !important;
    font-weight: bold;
  }
  #hiddenrow {
    display: inline;
  }
  #section-3 {
    padding-top: 0;
    margin-top: 0;
  }
  #section-3 p, h2, h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #section-3 p {
    font-size: 12pt !important;
  }
  #section-3 {
    float: left;
  }
  #myface {
    height: 200px !important;
  }
  #buffer {
    height: 500px;
  }
  #contactbox {
    height: 500px;
    padding-top: 400px;
    padding-bottom: 200px;
  }
  #resume {
    padding-left: 20px;
  }
  #work h2, p {
    padding-left: 20px;
  }
  #work h2 {
    font-size: 28pt;
  }
  footer {
    padding-top: 20px;
    padding-left: 25px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  /* ul .nav a{
  padding-left: 0px;
  padding-right: 0px;
  letter-spacing: 5px;
  -webkit-transition: all .38s ease;
  -moz-transition: all .38s ease;
  -o-transition: all .38s ease;
  transition: all .38s ease; 
  cursor: pointer;
  text-align: center;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: white;
  margin: 0;
  
  } */
  ul.nav {
    padding-top: 60px;
    height: 75vh;
    background-color: white;
  }
  .container {
    margin: 0;
    padding: 0;
  }
  ul.nav a:hover {
    background-color: white !important;
  }
  .navbar-brand {
    padding-left: 20px;
    padding-right: 30px;
  }
  .navbar {
    padding-top: 0;
    margin-top: 20px;
  }
  .col-sm-6 {
    padding: 0;
    margin: 0;
  }
  .navbar-toggle {
    padding-right: 20px;
  }
  #aboutme {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* #arrow{
  position: relative;
  top: 20%;
}

#arrow a{

} */
  .item {
    height: 325px;
  }
}