  @import "fonts.css";
@import "colors.css";
@import "images.css";
@import "utility.css";
@import "nav.css";
@import "media.css";
@import "timeline.css";
@import "modal.css";

html {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 1.3em;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    background-color: #000000;
    color: #f4f4f4;
    position: relative;
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
}

p {
    line-height: 1.6em;
}

a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
}

sup {
    font-size: 0.5em;
}

.rborder {
    border: 1px solid #c40404;
}

article {
    padding: 0 1em;
}

.top-frame {
    background: #000000;
    padding: 0;
    margin: 0;
    height: 8vh;
}

.bottom-frame {
    background: #000000;
    padding: 0;
    margin: 0;
    height: 92vh;
    overflow-y: scroll;
}

.scroll-parent {
    height: 92vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.scroll-child {
    height: 92vh;
    scroll-snap-align: start;
}

/* SEU Seal */

.seu-seal-logo {
    position: absolute;
    top: 1em;
    left: 10px;
    width: 100px;
    max-width: 150px;
}

.seu-seal-text-left,
.seu-seal-text-right {
    text-align: center;
    position: absolute;
    top: 3vh;
}

.seu-seal-text-left {
    left: 120px;
}

.seu-seal-text-right {
    right: 1em;
}

.top-seal-text {
    font-size: 0.9em;
}

.title-title {
    font-size: 1em;
    letter-spacing: 0.3em;
}

.title-text {
    font-size: 1em;
    line-height: 1.5em;
    width: 100%;
    margin: 0 20% 0 0;
}

.scroll-down-text {
    text-transform: uppercase;
    font-size: 0.7em;
    padding: 0.5em 0 1em 0;
}

.connect-padding {
    padding-bottom: 110px;
}

.globe-circle {
    width: 100%;
    max-width: 60%;
}

.globe-circle-2 {
    width: 100%;
    max-width: 64%;
}

/* special cases small screens only */
@media screen and (max-width: 574px) {

    .seu-seal-text-left {
        display: none;
    }

}

/* Tablet - screens wider than 767px */

@media screen and (min-width: 768px) {

    article {
        padding: 0 1em;
    }

    .title-text {
        line-height: 1.5em;
        width: 65%;
        margin: 0 auto;
        padding-top: 2em;
    }

    .title-title {
        font-size: 1.5em;
        letter-spacing: 0.3em;
    }

    .globe-circle {
        max-width: 80%;
    }

}

/* Desktop - screens wider than 1024px */

@media screen and (min-width: 992px) {

    article {
        padding: 0 1em;
    }

    .title-text {
        line-height: 2em;
        width: 50%;
        margin: 0 auto;
        padding-top: 2em;
    }

    .globe-circle {
        max-width: 70%;
    }

}
