@import url(https://fonts.googleapis.com/css?family=Lato:700,900);

* {
    cursor: url("../img/pointer.png") 3 3, auto;
}

.full {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}

#popup-background {
    background-color: rgba(0, 0, 0, 0.70);
    z-index: -1;
}

.video-bg {
    background-image: url("../img/point.png");
    z-index: 0;
}

#background {
    z-index: -1;
}

body {
    color: white;
    text-align: center;
    font-family: lato;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

a {
    color: white;
    text-decoration: none;
}
.procrastination {
    font-family: HanyiSentyBubbleTea, serif;
    font-size: 5em;
}

.head {
    width: 100%;
}

.head big {
    margin: 0px;
    padding-top: 20px;
    color: #fff;
    font-size: 8rem;
    line-height: 8rem;
    padding-bottom: 40px;
    font-weight: 900;
    text-align: center;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.head small {
    font-size: 4rem;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.content {
    margin-left: 31%;
    width: 400px;
    text-align: center;
}

ul {
    list-style-type: none;
    padding: 0;
    margin-top: .5em;
    line-height: 1.6em;
}

.left {
    float: left;
}

.right {
    float: right;
}

.link, .email {
    text-decoration: none;
    transition: color .2s, border-bottom-color .2s;
    border-bottom: 2px solid transparent;
    color: white;
}

.link:hover, .email:hover {
    color: white;
    border-bottom-color: #e74c3c;
    outline: none;
}

.lang {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  border-bottom-color: #e74c3c;
  outline: none;
}

.icon {
    width: 20px;
    display: inline-block;
}

.service {
    width: 100px;
    display: inline-block;
    color: white;
}
.service-lang {
    width: 100px;
    display: contents;
    color: white;
}

#logo {
    width: 180px;
    display: inline-block;
    color: #8E77FF;
}

.footer {
    bottom: 0;
    left: 1%;
    width: calc(100% - 50px);
    height: auto;
    position: absolute;
    z-index: 1;
}

.footer-text {
    font-size: 5;
    color: white;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
