/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #fff;
  font-weight: bold;
}

.text-left {
  text-align: left;
}

body {
  font-family: Arial, sans-serif;
  height: 100vh;
}

header {
  height: 5vh;
  background-color: transparent;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

main {
  height: 80vh;
  background-color: transparent;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;

 
}










.logo {
  width: 80vh;
  height: 0;
  padding-bottom: 60vh;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}





.main-container {
  height: 100%;
}

.logoimp {
 
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 10vh;
  padding-right: 10vh;

  background-image: url('../images/logo_imp.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  background-color: transparent;

}

.textbox {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: transparent;
  color: white;
  border-radius: 5px;
}

.scrollabletext {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  color: white;
  border-radius: 0;
}


.text-wrapper {
  height: 60vh; /* adjust the height as needed */
  overflow-y: scroll;
}

.scrollable-text {
  width: 100%;
  height: 100%;
  padding: 10px;
  max-width: 800px;
  min-width: 100vh;
  margin: 0 auto;
  background-color: transparent;
  color: white;
  border-radius: 0;

}


footer {
  height: 15vh;
  background-color: transparent;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.boxes {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100vh;
}

.box {
  width: 30vh;
  padding: 20px;
  background-color: transparent;
  margin: 0 10px;
  justify-content: center;
}

.box h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  header {
    font-size: 18px;
  }
  
  .box {
    width: 80vh;
    margin: 0 10px 10px;
  }
}


.box a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  transition: color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
  line-height: 1.4;
}

.box a:hover {
  color: #fff;
  font-weight: bold;
}












/* Footer icons*/

.footer a {
}


.footer a:hover {
  font-weight: bold;

}
.footer .social a {

}

.footer .sociallogo a {

}





.fa-github {
  margin: 0 0px;
}

.fa-github:hover {
  color: #f77104;
}


.fa-instagram{
  margin: 0 5px;
}

.fa-instagram:hover {
  color: #B32E87;
}

.fa-twitter {
  margin: 0 5px;
}

.fa-twitter:hover {
  color: #1C9CEA;
}

.fa-linkedin {
  margin: 0 5px;
}
.fa-linkedin:hover {
  color: hsl(187, 83%, 51%);
}






.sociallogo {
  width: 12%;
  float:right;
  margin-right: 10px;
}


