html {
    -webkit-font-smoothing: antialiased;
}

body {
    background: white;
    color: black;
    font-family: "GTSectra", serif;
    font-size: 26px;
    line-height: 1.2;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* Animation */

.ImgTopLeft {
    position: absolute;
    top: 50px;
    left: 50px;
    height: 260px;
}

.ImgTopLeft img {
    width: auto;
    height: 100%;
}

#AnimOn {
    display: none;
}

.show {
    display: inline !important;
}

.hide {
    display: none !important;
}


/* Text */

.TextBottomLeft {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.KarlaBold {
    font-family: "Karla", sans-serif;
    font-weight: bold;
}

.KarlaReg {
    font-family: "Karla", sans-serif;
    font-weight: normal;
}

.KarlaRegItalic {
    font-family: "Karla", sans-serif;
    font-weight: normal;
    font-style: italic;
}

.SectraBook {
    font-family: "GTSectra", serif;
    font-weight: normal;
    letter-spacing: 1px;
}