/*font-family: 'Source Sans Pro', sans-serif;*/


/* Global View */

@import '~mdb-ui-kit/css/mdb.min.css';

html {
  width: 100%;
  height: 100%;
  margin: 0;
  scroll-padding-top: 155px;
}

body {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  overflow-x: hidden;
}

.custom1 {
  background-color: black;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  position: fixed;
  z-index: 100;
}

.custom1b {
  background-color: black;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  position: fixed;
  z-index: 100;
}

.custom2 {
  background-color: black;
}

.dropdown-item {
  text-decoration: none;
  text-align: right;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: rgb(250, 249, 246);
  line-height: 1.2rem;
}

.dropdown-item:hover {
  color: black;
}

.btn {
  background-color: black;
  border: none;
  font-size: 1.2rem;
  color: rgb(250, 249, 246);
}

.btn:focus {
  color: rgb(250, 249, 246);
  outline: none;
  box-shadow: none;
}

main {
  width: 100%;
  margin: 0 auto;
}

h1 {
  font-family: 'Source Sans Pro', sans-serif;
  color: rgba(83, 176, 174);
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

h2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(51, 51, 51);
  font-size: 2.5rem;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-color: rgb(51, 51, 51);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.625rem;
  margin-bottom: 1.8rem;
  margin-top: 1.8rem;
}

.name {
  font-family: 'Source Sans Pro', sans-serif;
  color: black;
  font-size: 6rem;
  font-weight: 600;
  line-height: 6rem;
  margin-bottom: 1.5rem;
}

p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: rgb(51, 51, 51);
}

.custom3 {
  background-color: rgb(250, 249, 246);
  padding-top: 15rem;
  padding-bottom: 5rem;
}

.custom4 {
  background-color: rgba(83, 176, 174);
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.custom5 {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.custom6 {
  color: rgb(250, 249, 246);
  margin-bottom: 0.3rem;

}

.mybutton {
  background-color: black;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgb(250, 249, 246);
  padding: 0.8rem 1.2rem;
  display: inline-block;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.22);
  margin-top: 1rem;
}

.mybutton:hover {
  background-color: rgba(83, 176, 174);
  color: rgb(51, 51, 51);
}

.custom7 {
  background-color: rgb(250, 249, 246);
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.custom8 {
  margin-bottom: 0.3rem;
}

.custom8a {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.custom9 {
  margin-bottom: 2rem;
}

.custom10 {
  background-color: black;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 5rem;

}

.custom10b {
  display: none;
}

.custom11 {
  color: rgb(250, 249, 246);
  text-decoration-color: rgb(250, 249, 246);
}

.custom12 {
  color: rgb(250, 249, 246);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.custom13 a {
  color: rgb(250, 249, 246);
  text-decoration: underline;
  text-decoration-color: rgb(250, 249, 246);
  font-size: 1.4rem;
  margin-bottom: 5rem;
}

.custom13 a:hover {
  color: rgba(83, 176, 174);
  text-decoration: underline;
  text-decoration-color: rgba(83, 176, 174);

}

.custom14 {
  text-align: center;
  color: rgb(250, 249, 246);
  font-size: 1rem;
  margin-top: 5rem;
}

.about2 {
  display: none;
}

.services2 {
  display: none;
}

.services3 {
  display: none;
}

.projects2 {
  display: none;
}

.picture2 {
  display: none;
}

.thumbnail {
  margin-bottom: 2rem;
}

.thumbnail:hover .picture1 {
  display: none;
}

.thumbnail:hover .picture2 {
  display: block;
}

.custom1b {
  display: none;
}







@media (max-width:1200px) {

  html {
    scroll-padding-top: 180px;
  }

  .dropdown-item {
    font-size: 1rem;
    line-height: 1rem;
  }

  .btn {
    font-size: 1rem;
  }

  h1 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }

  h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .name {
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 1.3rem;
  }

  p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .custom3 {
    padding-top: 15rem;
    padding-bottom: 3rem;
  }

  .custom4 {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .custom5 {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .custom6 {
    margin-bottom: 0.2rem;

  }

  .mybutton {
    font-size: 0.8rem;
    padding: 0.6rem 1rem;
    margin-top: 1rem;
  }

  .custom7 {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .custom8 {
    margin-bottom: 0.2rem;
  }

  .custom9 {
    margin-bottom: 1.5rem;
  }

  .custom10 {
    padding-top: 1.5rem;
    padding-bottom: 3rem;

  }

  .custom11 {
    margin-top: 1.6rem;
  }

  .custom12 {
    font-size: 1rem;
    margin-bottom: 0.7rem;
  }

  .custom13 a {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }

  .custom14 {
    font-size: 0.8rem;
    margin-top: 2.5rem;
  }


}


@media (max-width:992px) {

  .services1 {
    display: none;
  }

  .services2 {
    display: block;
  }

  .services3 {
    display: none;
  }

}



/* Tablet View */
@media (max-width:768px) {

  html {
    scroll-padding-top: 110px;
  }

  .dropdown-item {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }

  h1 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .name {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 1.2rem;
  }

  .about1 {
    display: none;
  }

  .about2 {
    display: block;
    margin-top: 3rem;
  }

  .services1 {
    display: none;
  }

  .services2 {
    display: none;
  }

  .services3 {
    display: block;
  }

  .projects1 {
    display: none;
  }

  .projects2 {
    display: block;
  }

  .custom1 {
    display: none;
  }

  .custom1b {
    display: block;
  }

  .custom3 {
    padding-top: 8rem;
  }

  .custom9 {
    margin-bottom: 2rem;
  }

  .custom10 {
    padding-top: 1rem;
    padding-bottom: 2rem;

  }


}


/* Mobile View */
@media (max-width:450px) {

  html {
    scroll-padding-top: 100px;
  }

  .name {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .mybutton {
    font-size: 0.7rem;
    padding: 0.5rem 0.9rem;
    margin-top: 0.8rem;
  }

  .custom3 {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }

  .custom4 {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .custom5 {
    margin-top: 0.8rem;
    margin-bottom: 1.2rem;
  }

  .mybutton {
    font-size: 0.8rem;
    padding: 0.6rem 1rem;
    margin-top: 1rem;
  }

  .custom7 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .custom8 {
    margin-bottom: 0.2rem;
  }

  .custom9 {
    margin-bottom: 1.5rem;
  }

  .custom11 {
    margin-top: 1.3rem;
  }

  .custom12 {
    font-size: 1rem;
    margin-bottom: 0.7rem;
  }

  .custom13 a {
    font-size: 1rem;
    margin-bottom: 2.2rem;
  }

  .custom14 {
    font-size: 0.7rem;
    margin-top: 2rem;
  }

  .custom10 {
    display: none;
  }

  .custom10b {
    background-color: black;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;

  }


  .custom10b {
    display: block;
  }

  .custom14 {
    line-height: 1rem;
  }



}