/* @font-face {
    font-family: Lato;
    src: url(font/Lato-Regular.ttf);
  } */
  
  html * {
    font-family: Lato;
  }

  main {
    margin-top: 4em;
    background-color: #B0C4DE;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  
html, body {
    margin: 0;
    height: 100%;
}
.navbar {
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    border-radius: 5px;
    background-color: #89CFF0;
  }
  
  .navbar a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
  }
  
  .navbar a.logo {
      font-size: 25px;
      font-weight: bold;
  }
  
  .navbar a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .navbar a.active {
    background-color: dodgerblue;
    color: white;
  }
  
  .navbar-right {
    float: right;
  }

  html {
    background-color: #034694;
    

  }

  .wip {
    text-align: center;
    background-color: orangered;
    width: 30vw;
    margin: auto;
  }

  .introduction h1 {
    font-size: 50px;
    text-align: center;
  }

  .education {
    text-align: center;
  }

  .educationsection {
    background-color: orange;
    /* background-image: url('../media/12.jpg'); */
    margin: auto;
    width: 40vw;
    border-radius: 20px;
    border: 2px solid black;
    box-shadow: 10px 10px 10px;
    /* display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around */
  }

  .educationclasses {
    /* background-color: red; */
    width: 40vw;
    margin: auto;
  }

  #diplomaimage{
    width: 30vw;
  }

  #ritlogo {
    width: 20vw;
  }

  .skills {
    /* background-color: red; */
    /* width: 75vw; */
    margin: auto;
  }

  .skills h1 {
    text-align: center;
  }

  .skillssection{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    justify-content: space-around
    
  }
  .skillsblock {
    background-color: cornflowerblue;
    border-radius: 20px;
    border: 2px solid black;
    width: 15vw;
    padding-left: 1%;
    padding-right: 1%;
    box-shadow: 10px 10px 10px;
  }

  .experience {
    /* background-color: orange; */
    /* width: vw; */
    margin: auto;
    padding-bottom: 50px;
    /* background-image: url('../media/background.jfif');
    background-repeat: no-repeat;

    background-size: 100% 100%; */
        /* background-attachment: fixed; */
  }
  .experience h1 {
    text-align: center;
    /* color: white; */
  }

  .experiencesection {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    margin: auto;
    justify-content: space-around
  }

  .experienceblock{
    background-color: white;
    width: 20vw;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    border-radius: 20px;
    border: 2px solid black;
    box-shadow: 10px 10px 10px;
  }

  #experienceimage {
    width: 20vw;
    margin-top: 10px;
    border-radius: 20px;
  }
  /* .experienceblock h2 {
    text-align: center;
  } */