@import url("https://fonts.googleapis.com/css?family=Arimo|Courgette|Roboto+Condensed&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
}

body {
  padding: 2%;
}

#root {
  border: 7px solid black;
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.wrapper-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 58.33333%;
}

hr {
  color: black;
  border: 2px solid black;
}

#left-top {
  width: 58.33333%;
  height: 100%;
  background: #eeb212;
}

#left-top .left-top {
  width: 100%;
  height: 66.66667%;
  padding: 1%;
}

#left-top .left-top .aboutMe-head {
  font-size: 3vw;
  font-family: "Arimo", sans-serif;
}

@media (min-width: 1060px) {
  #left-top .left-top .aboutMe-head {
    font-size: 4vh;
  }
}

#left-top .left-top .aboutMe {
  font-size: 4vw;
  line-height: 1;
  margin-top: 2px;
}

@media (min-width: 550px) {
  #left-top .left-top .aboutMe {
    font-size: 2vw;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  #left-top .left-top .aboutMe {
    font-size: 3vw;
  }
}

@media (min-width: 1060px) {
  #left-top .left-top .aboutMe {
    font-size: 3vh;
  }
}

#left-top .left-top .education-header {
  font-size: 3vw;
  font-family: "Arimo", sans-serif;
}

@media (min-width: 1060px) {
  #left-top .left-top .education-header {
    font-size: 4vh;
  }
}

#left-top .left-top .education {
  font-size: 4vw;
  line-height: 1;
}

@media (min-width: 550px) {
  #left-top .left-top .education {
    font-size: 2vw;
    margin: 20px 0 0 0;
  }
}

@media (min-width: 768px) {
  #left-top .left-top .education {
    font-size: 3vw;
  }
}

@media (min-width: 1060px) {
  #left-top .left-top .education {
    font-size: 3vh;
  }
}

#left-top .left-bottom {
  width: 100%;
  height: 33.33333%;
  background: white;
  padding: 4%;
  margin: 0;
  line-height: 1;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#left-top .left-bottom .name {
  font-size: 7vh;
  font-weight: 700;
  font-family: "Arimo", sans-serif;
  line-height: 1;
}

@media (min-width: 550px) {
  #left-top .left-bottom .name {
    font-size: 7vh;
  }
}

#right-top {
  width: 50%;
  height: 100%;
  background: #d50d26;
}

#right-top .contactContainer {
  color: whitesmoke;
  text-align: center;
  margin: 10px 0 20px 0;
}

@media (min-width: 768px) {
  #right-top .contactContainer {
    font-size: 3vh;
  }
}

@media (min-width: 1060px) {
  #right-top .contactContainer {
    font-size: 5vh;
  }
}

#right-top .interest {
  font-weight: 800;
  text-align: center;
  font-size: vh;
}

@media (min-width: 768px) {
  #right-top .interest {
    font-size: 5vw;
  }
}

@media (min-width: 1060px) {
  #right-top .interest {
    font-size: 3vw;
  }
}

#right-top .handsOnExperience {
  font-size: 2vh;
}

@media (min-width: 500px) {
  #right-top .handsOnExperience {
    font-size: 3vh;
  }
}

@media (min-width: 768px) {
  #right-top .handsOnExperience {
    font-size: 2vh;
  }
}

@media (min-width: 1000px) {
  #right-top .handsOnExperience {
    font-size: 3vh;
  }
}

#right-top .icons {
  text-align: center;
  font-size: 4vw;
  line-height: 1.5;
  margin-top: 5px;
}

@media (min-width: 550px) {
  #right-top .icons {
    line-height: 1.2;
    font-size: 2vw;
    padding: 2%;
  }
}

@media (min-width: 768px) {
  #right-top .icons {
    font-size: 2vh;
    line-height: 1.5;
  }
}

@media (min-width: 1060px) {
  #right-top .icons {
    font-size: 3vh;
    line-height: 1;
  }
}

#right-top .icons ol {
  list-style: none;
}

#bottom {
  width: 100%;
  height: 41.66667%;
  background: #3269e7;
  padding: 3%;
}

#bottom .bottom-wrapper {
  width: 80%;
  height: 80%;
  margin: auto;
  overflow: scroll;
  border: 2px solid black;
}

#bottom .bottom-wrapper ul {
  list-style-type: circle;
}

#bottom .links {
  padding: 4%;
}

#bottom .links a {
  color: white;
}

#bottom .links a:visited {
  color: white;
}

#bottom .links a:hover {
  color: pink;
}

@media (min-width: 1000px) {
  #bottom {
    font-size: 3vh;
  }
  #bottom #bottom {
    padding: 0;
  }
  #bottom .links {
    padding: 0;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=main.css.map */