body {
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
}

.max-width {
  max-width: 1336px;
  margin: 0 auto;
}

.header-container {
  background-color: transparent;
  position: absolute;
  top: 0px;
  width: 100%;
  position: fixed;
  transition: all 0.5s;
}

.header-container.over-white{
  background-color: #0051ff;
}

.header {
  height: 70px;
  color: white;
}

.label {
  display: inline-block;
  margin-right: 15px;
  display: flex;
  justify-content: space-between;
}

.label i {
  margin-left: 5px;
}

.label:hover {
  cursor: pointer;
}

.button-container {
  margin-left: auto;
  /* max-width: 500px; */
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

.me {
  border: 1px solid white;
  padding: 10px;
  width: 90px;
  text-align: center;
  transition: all .4s ease-in-out;
}

.me:hover {
  background-color: white;
  color: #333;
}

.first-panel {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('http://fimrc.sa.utoronto.ca/files/2014/10/UofT-img-e1416105054815.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1000px rgba(0, 113, 230, 0.66);
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
}

.name {
  font-size: 10vh;
  color: white;
  text-align: center;
}

.second-panel {
  padding: 20px;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text {
  max-width: 750px;
}

.third-panel {
  height: 500px;
  padding: 20px;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 113, 230);
  ;
  color: white;
}

.skills, .experience {
  width: 750px;
}

.skills-list {
  display: flex;
  flex-wrap: wrap;
}

.languages {
  display: flex;
  flex-wrap: wrap;
}

.one-lang {
  display: flex;
}

.rating {
  min-width: 91px;
}

.lang-name {
  padding-left: 15px;
}

.col-lang {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.one-exp {
  box-shadow: 4px 6px 6px 0px gainsboro;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid gainsboro;
  border-bottom: none;
  border-right: none;
  margin-top: 15px;
}

.exp-body {
  padding: 15px;
}

.contact-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  background-color: #333;
  color: white;
}
