@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300;400;500;600;700;800;900');

/* Universal box sizing and base reset */
  
/* LOADING SCREEN  */

  #loadingscreen{
    background-color: rgb(208, 248, 225) ;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }




html {
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  
  * {
    margin: 0;
    padding: 0;
  }
  
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }
  
  /* Base Style */
  
  body {
    font-family: 'Montserrat Alternates', sans-serif;  
  }
  

   /* Custom Scroll Bar CSS */
   ::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #3abf87;
    border-radius: 12px;
    transition: all 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
    background: #3abf87;
}





  ul {
    list-style-type: none;
  }
  
  .heading {
    font-size: 4rem;
    text-align: center;
  }
  
  h2 {
    text-align: center;
  }
  
  a {
    text-decoration: none;
  }
  
  img {
    display: block;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  
  /* Navbar */
  
  .navbar {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #36AE7C;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
  }
  
  .nav-list {
    display: flex;
    margin-right: 2rem;
  }
  
  .nav-list a {
    display: block;
    font-size: 1.5rem;
    padding: 1rem;
  }
  
  .nav-list a:link,
  .nav-list a:visited,
  .nav-list a:active {
    color: #eeeeee;
  }
  
  .nav-list a:hover {
    color: #36AE7C;
    background-color: #232931;
  }
  
  /* Welcome Section */
  
  .welcome {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(./images/background.jpg);
    color: #eeeeee;
    padding-top: 10rem;
  }
  
  .welcome-p {
    color: #50d2a7;
    font-size: 2rem;
    font-style: italic;
    padding-top: 0.5rem;
    text-align: center;
  }
  
  .arrow {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  
  .arrow::after {
    content: "";
    width: 40px;
    height: 40px;
    margin: 70vh auto;
    position: absolute;
    top: 0;
    bottom: 1;
    left: 0;
    right: 0;
    border-right: 4px solid #4ecca3;
    border-bottom: 4px solid #4ecca3;
    transform: rotate(45deg);
    animation: 3s arrow infinite ease;
  }
  
  @keyframes arrow {
    0%,
    100% {
      top: 50px;
    }
  
    50% {
      top: 80px;
    }
  }
  
  .arrow a:link,
  .arrow a:visited,
  .arrow a:active {
    color: #4ecca3;
  }
  
  /* Projects Section */
  
  .projects {
    background-color: #eeeeee;
    padding: 0 0 6rem 0;
  }
  
  .projects-header {
    padding: 7rem 0 6rem 0;
    color: #232931;
    font-size: 3rem;
  }
  
  .projects-container {
    margin: 0 auto;
    width: 90%;
  }
  
  .projects-grid {
    display: flex;
    flex-flow: row wrap;
  }
  
  .project-cell {
    width: 50%;
    padding: 1rem 3rem;
    margin: 0 auto;
  }
  
  .project-tile:hover .project-image,
  .project-tile:hover .project-name {
    box-shadow: 0 0 3px 1px black;
  }
  
  .project-tile:hover .project-name {
    color: white;
  }
  
  .project-image {
    max-width: 100%;
  }
  
  .project-name {
    background-color: #36AE7C;
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    padding: 15px 0;
    color: black;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    max-width: 1000px;
  }
  
  /* Contact Section */
  
  .contact {
    background-color: #EB5353;
    color: #eeeeee;
    padding: 0 0 7rem 0;
  }
  
  .contact-header {
    padding: 7rem 0 0 0;
    font-size: 3.5rem;
  }
  
  .social {
    text-align: center;
    color: #187498;
    font-size: 1.5rem;
    font-style: italic;
    padding-top: 0.5rem;
  }
  
  .contact-flex {
    display: flex;
    justify-content: space-evenly;
    padding: 6rem 0 6rem 0;
  }
 
  
  *,
  *:after,
  *:before {
    box-sizing: inherit;
  }
  
  .clip {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .svg--source {
    display: none
  }
  
  .svg--icon {
    width: 100%;
    max-width: 5rem;
    height: 100%;
    max-height: 5rem;
    display: block;
    margin: 0 auto;
    fill: currentColor
  }
  
  .wrapper {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }
  
  .share {
    width: 5rem;
    height: 5rem;
    float: left;
    margin: .5rem 1rem .5rem 0;
    color: #ffffff;
    border: .125rem solid #f4f3f3;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.15);
    border-radius: 50%;
    transition: 250ms;
  }
    .share:last-child {
      margin-right: 0
    }
    
    .share:hover,.share:focus {
      background: #f1f1f1;
    }
    
    .share:focus {
      outline-color: inherit;
    }
  
  
  
    .twitter:hover,
    .twitter:focus {
      color: #00ACED;
      box-shadow: 0 0 24px 0 #00ACED
    }
  
  
   
    .github:hover,
    .github:focus {
      color: #4183c4;
      box-shadow: 0 0 24px 0 #4183c4
    }
  
  
   
    .pinterest:hover,
    .pinterest:focus {
      color: #bd081c;
      box-shadow: 0 0 24px 0 #bd081c
    }
  
  

    .youtube:hover,
    .youtube:focus {
      color: #cd201f;
      box-shadow: 0 0 24px 0 #cd201f
    }
  
  
   
    .facebook:hover,
    .facebook:focus {
      color: #3b5998;
      box-shadow: 0 0 24px 0 #3b5998
    }
  
  
   
    .google:hover,
    .google:focus {
      color: #dd4b39;
      box-shadow: 0 0 24px 0 #dd4b39
    }
  
  
  /* E-mail Form */
  
  .form-title {
    text-align: center;
    color: #36AE7C;
    font-size: 1.6rem;
    font-style: italic;
    margin-bottom: 30px;
    padding-top: 0.5rem;
  }
  
  .form-container {
    display: flex;
    justify-content: center;
  }
  
  form {
    width: 50%;
    margin: 10px auto;
    padding: 10px 20px;
    background: #f4f7f8;
    border-radius: 8px;
  }
  
  fieldset {
    border: none;
  }
  
  legend {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  
  label {
    display: block;
    padding-bottom: 0.3rem;
    color: #232931;
    font-size: 1.1rem;
  }
  
  input,
  textarea {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 18px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 30px;
  }
  
  button {
    padding: 19px 39px 18px 39px;
    color: #eeeeee;
    background-color: #36AE7C;
    font-size: 1.3rem;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
  }
  
  button:hover {
    color: #232931;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  }
  
  /* Footer */
  
  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 4px solid #36AE7C;
    padding: 50px;
    background-color: #232931;
    color: #eeeeee;
    font-size: 1.2rem;
    text-align: center;
  }
  
  footer a:link,
  footer a:visited,
  footer a:active {
    color: #eeeeee;
  }
  
  footer a:hover {
    color: #36AE7C;
  }
  
  /* Responsiveness */
  
  /* High Res */
  @media screen and (min-width: 2560px) {
    .project-cell {
      width: 48%;
      padding: 1rem 3rem;
      margin: 0 auto;
    }
  }
  
  /* Tablets */
  @media screen and (max-width: 1000px) {
    .welcome p {
      font-size: 1.5rem;
    }
  
    .welcome h1 {
      font-size: 3rem;
    }
  
    .projects-grid {
      flex-direction: column;
    }
  
    .project-cell {
      width: 100%;
    }
  
    .projects {
      padding-bottom: 5rem;
    }
  
    .projects-header {
      font-size: 2.4rem;
      padding: 6rem 0 5rem 0;
    }
  
    .project-name {
      font-size: 1.2rem;
    }
  
    .contact {
      padding-bottom: 6rem;
    }
  
    .contact-header {
      padding-top: 6rem;
    }
  
    footer {
      font-size: 1rem;
    }
  
    form {
      width: 75%;
    }
  }
  
  /* Large Phones */
  @media screen and (max-width: 767px) {
    .nav-list {
      margin-right: 0;
    }
  
    .navbar {
      justify-content: center;
    }
  
    .welcome h1 {
      font-size: 2rem;
    }
  
    .welcome p {
      font-size: 1rem;
    }
  
    .arrow {
      font-size: 1.5rem;
    }
  
    .arrow::after {
      width: 20px;
      height: 20px;
    }
  
    .projects {
      padding-bottom: 3rem;
    }
  
    .project-cell {
      padding: 1rem 2rem;
    }
  
    .projects-header {
      font-size: 1.8rem;
      padding: 4rem 0 3rem 0;
    }
  
    .contact {
      padding-bottom: 4rem;
    }
  
    .contact-header {
      font-size: 2.8rem;
      padding-top: 4rem;
    }
  
    .social {
      font-size: 1.3rem;
    }
  
    .contact-flex {
      padding: 4rem 0 4rem 0;
    }
  
    .contact-flex a:link,
    .contact-flex a:visited,
    .contact-flex a:active {
      color: #eeeeee;
      font-size: 1.3rem;
    }
  
    .contact-flex a:hover {
      color: #4ecca3;
    }
  
    .form-title {
      font-size: 1.3rem;
    }
  
    label {
      font-size: 1rem;
    }
  
    button {
      font-size: 1.1rem;
    }
  
    footer {
      font-size: 1.3rem;
    }
  
    form {
      width: 100%;
    }
  }
  
  /* Small Phones */
  @media screen and (max-width: 424px) {
    .projects-header {
      font-size: 1.4rem;
    }
  
    .project-cell {
      padding: 1rem 1rem;
    }
  
    .project-name {
      font-size: 1.1rem;
    }
  
    .contact-flex a:link,
    .contact-flex a:visited,
    .contact-flex a:active {
      font-size: 1.2rem;
    }
  
    footer {
      font-size: 1rem;
    }
  }
  

  /* Scroll To Top Button CSS
.scroll-button a{
    position:fixed;
    bottom:20px;
    right:20px;
    color:#eeeeee;
    background: #3abf87;
    padding:10px 12px;
    font-size: 18px;
    border-radius: 6px;
    box-shadow: rgba(0,0,0,0.15);
    display:none;
  } */
  