
/* GLOBAL*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
    list-style: none;
}
.main {
  padding: 2em;
  color: white;
}
html {
    height: 100%;
    margin: auto;
    width: 100vw;
    scroll-behavior: smooth;
  }

html, body{
    padding: 0;
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
  }

  body{
    min-height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }

  /*ABOUT-PROJECT-INBETWEEN*/
  .inbetween {
    position: relative;
    display: grid;
    grid-auto-rows: 30%;
    grid-column-gap: 3%;
    grid-row-gap: 30%;
    font-size: 90px;
    z-index: 1;
  }


  #line {
    margin: 0 auto;
    width: 100%;
    height: 300px;
    margin-top: -100px;
    max-height: 300px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  #project-header {
    text-align: left;
    transition: opacity 0.5s ease-in-out;
    padding-bottom: 8%;
    font-size: 60px;
    text-align: left;
    opacity: 0;
    font-family: 'calibri';
    transition: opacity 0.5s ease-in-out;
  }

  /* MOVING CIRCLE BACKGROUND*/
  #base-container {
    position: relative;
    font: 24px sans-serif;
    overflow: hidden;
  }
  #blurry-background {
    position: absolute;
    width: 150%;
    height: 150%;
    top: -50%;
    left: -30%;
    background-color: #e6dece;
    z-index: -100;
    filter: blur(5em);
  }
  
  .circle {
    position: absolute;
    width: 11em;
    height: 11em;

    border-radius: 50%;
    left: calc(50% - 5em);
    top: calc(50% - 5em);
  }
  
  .red {
    background-color: rgb(238, 170, 87);
    animation: redOrbit 10s linear infinite;
  }
  
  .blue {
    background-color: rgb(79, 153, 232);
    animation: blueOrbit 10s linear infinite;
  }
  
  @keyframes redOrbit {
      from { transform: rotate(0deg) translateX(100%); }
      to { transform: rotate(360deg) translateX(100%); }
  }
  
  @keyframes blueOrbit {
      from { transform: rotate(0deg) translateX(-100%); }
      to { transform: rotate(360deg) translateX(-100%); }
  }
  




.home-intro {
  height: 100%;
  width: 100%;
  position: relative;
  display: grid;
  grid-auto-rows: 30%;
  grid-column-gap: 3%;
  grid-row-gap: 30%;
  margin-top: -60px;

}
.glam {
  height: 200px;
  width: 215px;
  margin: 0 auto;
  min-width: 215px;
  margin-top: 250px;
  z-index: 49;
  grid-row: 1;
  grid-column: 2;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}



#about-heading {

  text-align: center;
  z-index: 50;
  font-size: 60px;
  margin-top: 70px;
  grid-row: 2;
  grid-column: 2;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  font-family: 'calibri';

}
#about-body { 
z-index: 50;
color:#053438;
margin-top: 30%;
font-size: 18px;
grid-row: 1 / 3;
grid-column: 1;
text-align: center;
max-width: 950px;
min-width: 200px;
padding-left: 50px;
opacity: 0;
transition: opacity 0.5s ease-in-out;
font-family: 'calibri'
}

/* FRONT PAGE SLIDER */
*{
  margin:0;
}

.carousel-container{
  position:relative;
  margin:1em auto .5em auto;
  max-width:600px;
  margin-top: -30px;
}
.carousel-container, .carousel-caption{
  box-shadow: 0 0 5px rgb(204,204,204);;
}
.carousel-container img{
border-radius:.5em;
}
.hidden{
  display:none;
}
.visible{
  display:block;
}
.arrow{
  display:inline;
}

.prev, .arrow{
 cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin: -1.5em .3em 0 .3em;
  padding: 1em;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  transition: 0.3s ease;
  border-radius: .5em;
  user-select: none;
  background-color:rgba(204,204,204, 0.3);
}
.next {
  right:0 ;
}
.prev:hover, .next:hover{
  box-shadow: 0 0 5px #fff;
  border:1px solid #fff;
}
.slide-numbers{
  text-align: center;
  position:absolute;
  bottom:1em;
  left:45%;

}
.dot{
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: rgba(204,204,204, 0.3);
  border-radius: 50%;
  display: inline-block;
} 

.dot:hover, .active{
  background-color: rgb(204,204,204);
  height: 12px;
  width: 12px;
}
.dot:hover{
   box-shadow: 0 0 5px #fff;
}
.carousel-caption{
  text-align: center;
  font-family:'Nanum Gothic',serif;
  background-color: rgba(204,204,204,.8);
  max-width:600px;
  margin:.5em auto;
  padding:1em 0;
  border-radius:.5em;
}

.carousel-img {
  height: 550px;
  width: 600px;
}
.carousel-captions a {
text-decoration: none;
color: black
}

    


/* FULL VIEW */
  @media (min-width: 1021px) {
    .nav-home {
      width: 100%;
      height: 100%;
   
  }

  .inbetween {
    position: relative;
    display: grid;
    grid-auto-rows: 30%;
    grid-column-gap: 3%;
    grid-row-gap: 30%;
    font-size: 90px;
    z-index: 1;
  }
  #line {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    margin-top: -100px;
    max-height: 400px;
  }
  #project-header {
    text-align: left;
    transition: opacity 0.5s ease-in-out;
    font-size: 60px;
    font-family: 'calibri'
  }
  
  .home-intro {
    margin-top: -180px;
    height: 100%;
    width: 100%;
    position: relative;
    display: grid;
    grid-auto-rows: 30%;
    grid-column-gap: 3%;
    grid-row-gap: 30%;
  }
    
    .navbar__menu {
      display: none;
      visibility: hidden;
    }
    

.navbar__logo img {
  display: none;
  visibility: hidden;
}
.home-portrait {
width: 100vw;
height: 900px;
display: flex;
justify-content: center;
align-items: center;

}

.home-portrait img{
width: 300px;
height: 390px;
border-radius: 100%;
border: 3px solid rgba(255, 255, 255, 0.482);
box-shadow: 10px 10px 20px lightblue;
z-index: 950;
justify-content: center;
transition: all 0.5s ease-in-out;
margin-top: -130px;
}



.menu {
   width: 100vh;
   display: table;
   text-align: center;
   position: fixed;
   background-color:#FFFFFF;
   height: 3%;
   width: 100%;
   opacity: 0.8;
   z-index: 1000;
   border-bottom-style: solid;
   border-bottom-color: #053438;
   border-bottom-width: 1px; 
   margin: 0 auto;  
   top: 0; 
}


.menu li {
display: inline-block;
line-height: 150px;


}


.menu li a {
text-decoration: none;
font-size: 18px;
font-family: 'Georgia';
color: #324B4C;
padding: 0 25px;
display: block;
}

.menu li a:hover {
  background: #dde7e5;  
  transition: all 0.3s ease;
}
.menu li a.active {
  transition: all 0.5s ease;
} 



.under-portrait {
text-align: left;
position: absolute;
float: bottom;
padding-top: 340px;
z-index: 900;
font-family: "Georgia";
font-size: 30px;
justify-content: center;
margin-top: 80px;
}
.menu img {
  display: flex;
  justify-content: space-between;
  position: absolute;  
  margin-left: -200px;
  margin-top: -69px; 
  padding: 0;
  height: 130px;
  width: 150px;
  opacity: 0.9;
}

#slider {
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
  text-align: center;
}
#bottom {
  position: relative;
}

} 

/* MOBILE VIEW*/
@media screen and (max-width: 1020px) {
*  {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .home-portrait {
    width: 100vw;
    height: 600px;;
    display: flex;
    justify-content: center;
    align-items:center;
    
    }
    
    .home-portrait img{
    width: 290px;
    height: 380px;
    margin-bottom: 200px;
    border-radius: 100%;
    border: 3px solid rgba(255, 255, 255, 0.482);
    box-shadow: 10px 10px 20px lightblue;
    z-index: 950;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    }
    

  .under-portrait {
    text-align: left;
    position: absolute;
    float: bottom;
    margin-top: 0px;
    padding-top: 340px;
    z-index: 900;
    font-family: "Georgia";
    font-size: 30px;
    justify-content: left;
    
    
    }
  .menu {
    display: none;
    visibility: hidden;
}

.menu li {
  display: none;
  visibility: hidden;
}

.menu li a {
  display: none;
  visibility: hidden;
}
.navbar {
  background: #ffffff;
  height: 175px;
  width: 100%;
  display: fixed;
  margin: 0 auto;
  justify-content: center;
  font-size: 1.2rem;
  position: sticky;
  top: 0;
  z-index: 1001;
  border-bottom-style: solid;
  border-bottom-color: #053438;
  border-bottom-width: 1px;
  
}
.navbar__container { 
  display: flex;
  justify-content: space-between;
  height: 30px;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  padding: 0; 


}

.navbar__menu {
  align-items: center;
  display: grid;
  grid-template-columns: auto;
  margin: 0;
  width: 100%;
  position: absolute;
  top: -1000px;
  opacity: 0.9;
  transition: all 0.5s ease;
  height: 50vh;
  z-index: -1;
  background: #ffffff;
  margin: 0 auto;
  
}

.navbar__item:hover {
  background: #dde7e5;
  transition: all .9s ease;
  -webkit-transition: all .9s ease;
}

.navbar__menu.active {
  background-color: #fff;
  top: 100%;
  opacity: 0.9;
  transition: all 0.3s ease;
  z-index: 99;
  height: 50vh; 
  font-size: 1.6rem;
} 
.navbar__logo  {
background-size: 100%;
}
.navbar__logo img {
  margin-left: 0px 0px 0px 30px;
  margin-top: 15px;
  display: flex;
  float: top;
  align-items: top;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
  height: 150px;
  width: 160px;
  }

.navbar__item {
  width: 100%;
  height: 85px;
  /* font-family: 'Open Sans', sans-serif;
  color:#000000 */
}

.navbar__links {
text-align: center;
padding: 2rem;
width: 100%;
display: table ;
color: #053438;
font-family: 'Trocchi', serif;

}

#mobile-menu {
  position: absolute;
   top: 20%;
   right: 5%;
   transform: translate(5%,20%); 
}
.navbar__btn {
  padding-bottom: 2rem;
   
}
#clickable-bar {
  background-color: rgba(255, 255, 255, 0);
    width: 70px;
    height: 70px;
    margin: 60px 50px;
}

.navbar__toggle .bar {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 3px;
  margin: 16px auto;
  margin-left: -70px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  background: #000000
}
.navbar__links:hover {
  color: #000000;
  transition: all 0.3s ease;
}


  
  #mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0; 
  }
  #mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(20px) rotate(45deg); 
  }
  #mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-25px) rotate(-45deg); 
  }

    #about-body {

      padding-left: 30px;
      padding-right: 0;
      padding-top: 110px;
      font-size: 14px;
      max-width: 1000px;
    }

}

@media screen and (max-width: 480px) {
.slide-content {
  height: 100%;
  width: 100%;
  min-height: 200px;
  min-width: 200px;
  text-align: center;
}
#bullets {
  visibility: hidden;
}

}

/*EXPERIENCE PAGE*/
 .background-experience {
  opacity: 1;
  z-index: -1000;
  position: relative;
  height: 200px;
   }
   .costa {
    height: 120vh;
    width: 200vh;
    opacity: 0.8;
   }
   .resume {
    position: absolute;
    z-index: 50;
    height: 700px;
    width: 500px;
    margin-top: 120px;
    top: 190%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* margin: 0 auto; */
   }

/*CONTACT PAGE LARGE SCREEN*/
@media (min-width: 1021px) {
.title {
  display: none;
  visibility: hidden;
}
}

/*CONTACT PAGE UNIVERSAL*/
i, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sec-title {
  position: relative;
  padding-bottom: 40px;
}

.sec-title .title {
  position: relative;
  color: #00b8ca;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.sec-title .title:before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #bbb;
}

.sec-title h2 {
  position: relative;
  color: #252525;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
}

.sec-title.light h2 {
  color: #fff;
}

.contact-page-section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}

.contact-page-section .inner-container {
  position: relative;
  z-index: 1;
  background-color: #00b8ca;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
}

.contact-page-section .form-column {
  position: relative;
  padding: 0 0 0 15px;
}

.contact-page-section .form-column .inner-column {
  position: relative;
  padding: 60px 45px 30px;
  background-color: #fff;
}

.contact-page-section .info-column {
  position: relative;
}

.contact-page-section .info-column .inner-column {
  position: relative;
  padding: 60px 35px;
  margin-bottom: -110px;
}

.contact-page-section .info-column h2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 45px;
}

.contact-page-section .info-column .list-info {
  position: relative;
  margin-bottom: 60px;
}

.contact-page-section .info-column .list-info li {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
  padding-left: 45px;
}

.contact-page-section .info-column .list-info li:last-child {
  margin-bottom: 0;
}

.contact-page-section .info-column .list-info li i {
  position: absolute;
  left: 0;
  top: 8px;
  color: #fff;
  font-size: 30px;
}

.contact-form {
  position: relative;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  color: #222;
  font-size: 14px;
  line-height: 38px;
  padding: 10px 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all .3s ease;
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
  border-color: #00b8ca;
}

.contact-form textarea {
  height: 250px;
  resize: none;
}

.contact-form .theme-btn {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
  padding: 16px 39px;
  border: 2px solid #00b8ca;
  font-family: Arimo, sans-serif;
  background: #00b8ca;
  display: inline-block;
  position: relative;
  line-height: 24px;
  cursor: pointer;
  color: #fff;
}

.contact-form .theme-btn:hover {
  color: #00b8ca;
  border-color: #00b8ca;
  background: 0 0;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: red !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: red;
  font-weight: 500;
}

.social-icon-four {
  position: relative;
}

.social-icon-four li {
  position: relative;
  margin-right: 18px;
  display: inline-block;
}

.social-icon-four li.follow {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}

.social-icon-four li a {
  position: relative;
  font-size: 20px;
  color: #fff;
  transition: all .3s ease;
}

.social-icon-four li a:hover {
  color: #222;
}

   