@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(roboto.woff) format("woff");
}

* {
  box-sizing: border-box;
}

#container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

::-moz-selection {
  background: #fcfcfc;
  background: #ffffff33;
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: #ffffff33;
  text-shadow: none;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-webp .background {
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(#1a275399 100%, #1a275399 100%);
  background: -webkit-linear-gradient(#1a275399 100%, #1a275399 100%);
  background: linear-gradient(#1a275399 100%, #1a275399 100%), url("static/images/city.jpeg") no-repeat center center fixed;
  background-size: cover;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.webp .background {
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(#1a275399 100%, #1a275399 100%);
  background: -webkit-linear-gradient(#1a275399 100%, #1a275399 100%);
  background: linear-gradient(#1a275399 100%, #1a275399 100%), url("static/images/city.webp") no-repeat center center fixed;
  background-size: cover;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50%;
  text-align: center;
  color: #ffffff;
}

#main h1 {
  font-size: 3.5em;
}

#main h1 {
  padding: 0;
  margin: 0px 0px 30px 0px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: normal;
}

#main ul {
  padding: 0;
}

#main ul li {
  display: inline-block;
  list-style-type: none;
}

#main ul li a {
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

#main ul li a i {
  padding: 10px 16px 10px 16px;
  border-radius: 6px;
  font-size: 2.1em;
  color: #ffffff;
  transition: 0.3s;
}

#main ul li a i:hover {
  background-color: #ffffff29;
}

#main ul li a i:active {
  background-color: #ffffff4f;
}

#main button i {
  margin-right: 12px;
}

.resume_btn {
  background-color: #004dcf6b;
  border: 2px solid #071f639c;
  border-radius: 2.45rem;
  color: #ffffff;
  margin-top: 16px;
  padding: 12px 38px;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.resume_btn:hover {
  background-color: #004ccf98;
}

.resume_btn:active {
  transform: scale(0.98);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fade-title {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

.fade-icons {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1s;
}

.fade-button {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.5s;
}
