/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: white;
  color: black;
  font-family: Verdana;

}

html {
  scroll-behavior: smooth;
}

a {
  color: #1c5380;
}


.bigDiv {

}

.TitleDiv {
   background: url("/images/banner 4.png");
   background-size: contain;
   background-repeat: no-repeat;
    width: 100%;
    height: 450px;
align-content: end;
}

.mainProject {
  width: 100%;
  background: url("/images/background plants.jpg");
  height: 800px;
  background-size: cover;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainElementLeft {
  background-color: white;  
  height: 600px;
  width: 620px;
 border-right: solid 1px black;
}

.mainElementRight {
  background-color: white;  
  height: 600px;
  width: 620px;
 border-left: solid 1px black;
}

.twotexts {
 display: flex;
 justify-content: center;
 align-items: center;
}

.bottomProjects {
 Height: 750px;
 background-image: url("/images/hugebackground.webp");
    background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}

.bigButton {
 background-color: #F3CF90;
 height: 150px;
 width: 500px;
 transition: 0.5s;
   border: solid 1px white;
}

.bigButton:hover {
  background-color: white;
  border: solid 1px black;
}

.personalButton {
 background-image: url("/images/funky.png");
 height: 100px;
 width: 80%;
 transition: 0.5s;
   border: solid 1px white;
}

.personalButton:hover {
   background-image: url("/images/white.png");
  background-color: white;
  border: solid 1px black;
}

.topBar {
  text-align: center;
}

.twoitems {
 display: flex;
 justify-content: space-between;
}





.Title {
  color: #2c3538;
  font-size: 75px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-variation-settings: "wdth" 100;
}

.titleSmall {
  color: #2c3538;
  font-size: 29px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-variation-settings: "wdth" 100;
    letter-spacing: 5px;
}
.titleSmaller {
  color: #2c3538;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-variation-settings: "wdth" 100;
  letter-spacing: 2px;
}

.underTitleBold {
  color: #2c3538;
  font-size: 45px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-variation-settings: "wdth" 100;
}

.email {
    color: #2c3538;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
  font-variation-settings: "wdth" 100;
}

.linkedin {
  color: #1c5380;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "wdth" 100;
}

.tinyText {
  color: #2c3538;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
  font-variation-settings: "wdth" 100;
}

.buttonText {
  color: #2c3538;
  font-size: 29px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-variation-settings: "wdth" 100;
  letter-spacing: 5px;
  text-decoration: none;
}

.buttonText a {
  text-decoration: none;
}

.3 {
  width: 50%
  background: orange;
}
