@font-face {
  font-family: Garamond;
  src: url(assets/G.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(assets/R.ttf);
}
html, body {
  position: static;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.navbar {
  position: fixed;
  z-index: 100;
  display: none;
  width: 100%;
}

/*Div 1*/
.Home {
  position: relative;
  top:0;
  width: 100%;
  height: 100%;
}

.mainText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#Titre {
  white-space: nowrap;
  font-size: 36px;
  color: white;
  font-family: "Roboto", serif;
}

.subTitle {
  color: white;
  font-family: "Roboto", serif;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/HomeBackground.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  filter: blur(5px);
}

/*Div2*/
.About {
  position: relative;
  background-color: white;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.aboutnavs {
  position: absolute;
  top: 100px;
  right: 50%;
  transform: translateX(50%);
}

#abouth1 {
  font-size: 36px;
  color: black;
  font-family: "Roboto", serif;
  margin-left: auto;
  margin-right: auto;
}

#aboutbar {
  position: absolute;
  top: 50px;
  height: 3px;
  width: 115px;
  background-color: black;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#aboutme {
  position: absolute;
  top: 200px;
  right: 50%;
  transform: translateX(50%);
  font-family: "Roboto", serif;
  font-size: 15px;
}

.amP {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.myWorkwb {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  top: 550px;
  right: 50%;
  transform: translateX(50%);
}

.MW {
  justify-content: flex-start;
  position: relative;
  padding: 0 60px;
  text-align: center;
}

.MWtext {
  font-family: "Roboto", serif;
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  top: 80px;
  right: 50%;
  transform: translateX(50%);
}

.MWsubtext {
  font-family: "Roboto", serif;
  position: absolute;
  font-size: 12px;
  top: 120px;
  left: 0;
}

#MWh3 {
  font-size: 36px;
  color: black;
  text-align: center;
  font-family: "Roboto", serif;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  color: white;
  position: absolute;
  left: 25px;
}

.hexagon {
  width: 100px;
  height: 55px;
  background: black;
  position: relative;
}

.hexagon:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid black;
}

.hexagon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid black;
}

/*Skills*/
.Skills {
  position: relative;
  background-color: white;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#Chart {
  width: 600px;
  height: 300px;
  position: absolute;
  top: 230px;
  right: 50%;
  transform: translateX(50%);
  text-align: center;
  font-family: "Roboto", serif;
  margin-left: auto;
  margin-right: auto;
}

/*OurWork*/
.OurWork {
  position: relative;
  background-color: white;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.SampleDiv {
  position: absolute;
  top: 200px;
  right: 50%;
  transform: translateX(50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#Sampleh3 {
  margin-bottom: 50px;
}

#Sample {
  width: 800px;
  height: 400px;
}

/*Contact*/
.Contact {
  position: relative;
  background-color: white;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.ContactIN {
  width: 500px;
  height: 40px;
  margin-bottom: 25px;
}

#TA {
  height: 150px;
  max-height: 150px;
  outline: none;
  overflow-y: auto;
}

#Contactbtn {
  position: absolute;
  bottom: -190px;
  right: 10px;
  font-size: 11px;
  font-family: "Roboto", serif;
}

.ContactForm {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 220px;
  width: 500px;
}

#contactp {
  position: absolute;
  top: 190px;
  right: 50%;
  transform: translateX(50%);
  white-space: nowrap;
  font-size: 16px;
  color: black;
  text-align: center;
  font-family: "Roboto", serif;
}

footer {
  position: relative;
  top: 100%;
  width: 100%;
  height: 140px;
  background-color: #343a40;
}

#footerp {
  position: absolute;
  bottom: 10px;
  right: 50%;
  transform: translateX(50%);
  text-align: center;
  font-family: "Roboto", serif;
  color: white;
}

.nav-item {
  margin-top: -15px;
}

.active {
  height: 64px;
}
.navbar{
  position: fixed;
  top:0;
  width: 100%;
}

@media screen and (max-width: 600px) {
  html {
    overflow-x: hidden;
  }

  .About {
    position: relative;
    background-color: white;
    top: 0;
    width: 100%;
    height: 1000px;
    margin: 0;
  }
  .aboutnavs{
    top:52px;
  }

  #aboutme {
    font-size: 12px;
  }

  #MWh3 {
    white-space: nowrap;
    font-size: 28px;
  }

  .MWtext {
    white-space: nowrap;
  }

  .MW {
    padding: 0;
  }

  .myWorkwb {
    display: grid;
    grid-gap: 60px;
    grid-row-gap: 160px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  #Chart {
    width: 97%;
    height: auto;
    position: absolute;
    top: 230px;
    right: 50%;
    transform: translateX(50%);
    text-align: center;
    font-family: "Roboto", serif;
    margin-left: auto;
    margin-right: auto;
  }

  .OurWork {
    height: 600px;
  }

  #Sample {
    width: 300px;
    height: auto;
  }
  .Contact{
    height:100px;
  }
  .ContactForm {
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 140px;
    width: 300px;
  }

  .ContactIN {
    max-width: 300px;
    margin-bottom: 5px;
    height: 40px;
  }

  #contactp {
    position: absolute;
    top: 120px;
    right: 50%;
    transform: translateX(50%);
    white-space: nowrap;
    font-size: 12px;
    color: black;
    text-align: center;
    font-family: "Roboto", serif;
  }

  #Contactbtn {
    position: absolute;
    bottom: -150px;
    right: 10px;
    font-size: 11px;
    font-family: "Roboto", serif;
  }

  #navbarNav {
    position: absolute;
    margin-top: -10px;
    width: 99vw;
    left: 0;
    background-color: #343a40;
  }

  .nav-link {
    margin-left: 10px;
  }
}

@media screen and (min-width: 610px) {
  .About{
    height: 800px;
  }
  .Skills{
    height: 900px;
  }
  .OurWork{
    height: 800px;
  }
  .Contact{
    height: 100px;
  }


}

/*# sourceMappingURL=style.css.map */
