@font-face {
    font-family: 'coastalround';
    src: url('/resources/fonts/arkitype_-_coastal_round-webfont.woff2') format('woff2'),
    url('/resources/fonts/arkitype_-_coastal_round-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Helvetica';
    background-color: white;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

a,a:hover {
    text-decoration: none;
}

.carousel {
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 0;
}

.carousel-item {
    height: 100vh;
    width: 100vw;
    background-position: center;
    background-size: cover;
}

/* ALL THE REST */
#page-content {
    top: 0;
    z-index: 100;
    position: fixed;
    display: grid;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
    grid-template-rows: min-content auto;
}

#page-content section:nth-of-type(1) {
    margin-top: 40px;
}

#network-logo {
    display: block;
    width: 70px;
    margin: 0 auto;
    image-rendering: crisp-edges;
    transition: transform .2s;
}

#network-logo img {
    width: 70px;
    transition: transform .2s;
}

section:nth-of-type(1) #network-logo:hover ,section:nth-of-type(1) #network-logo img:hover {
    transform: scale(1.05);
}

#page-content h1 {
    text-align: center;
    margin-top: 25px;
    font-size: 40px;
    font-family: CoastalRound !important;
    color: white;
    letter-spacing: 8px;
}

#page-content section:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    margin: 0 auto;
}

#select-server {
    font-size: 16px;
    color: #ffa600;
    text-align: center;
    padding-bottom: 30px;
}

.column {
    display: grid;
    grid-template-rows: auto auto auto;
    border-radius: 20px;
}

.column .server-record:hover {
    background-color: #2c2c2c;
    cursor: pointer;
}

.column .server-record {
    background-color: #1c1c1c;
    border-radius: 20px;
    padding: 12px;
    display: grid;
    grid-template-columns: 60px auto 60px;
    transition: background-color 100ms linear;
}

.column .server-record img {
    height: 60px;

    -webkit-filter: drop-shadow(5px 5px 5px black);
    filter:         drop-shadow(5px 5px 5px black);
}

.column .server-record .server-info {
    padding: 0 15px;
    text-align: left;
    float: left;
}

.server-info h2 {
    font-size: 18px;
    color: #ffa600;
}

.server-info h3 {
    font-size: 12px;
    color: white;
    padding: 5px;
    margin-top: 14px;
    background-color: rgb(24,24,24);
    border-radius: 20px;
    text-align: center;
}

.ldBar {
    height: 60px !important;
    width: 60px !important;
}

.ldBar path.mainline {
    stroke-width: 6;
    stroke: #007bff;
    stroke-linecap: round;
}
.ldBar path.baseline {
    stroke-width: 1;
    stroke: white;
    stroke-linecap: round;
}

.ldBar-label {
    color: white;
    font-weight: 100;
    font-size: 8px;
    text-shadow: none !important;
}

#page-content section:nth-of-type(3) {
    position: absolute;
    display: grid;
    padding: 0 40px;
    bottom: 180px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

#page-content section:nth-of-type(3) img, #page-content section:nth-of-type(3) a {
    height: 40px;
    transition: transform .2s;
}

#page-content section:nth-of-type(3) img:hover,#page-content section:nth-of-type(3) a:hover {
    transform: scale(1.2);
}

#page-content section:nth-of-type(3) i {
    padding: 0 10px;
}

.move-left {
    display: none;
}

.move-right {
    display: none;
}

#page-content section:nth-of-type(3) a:nth-of-type(2),h2:nth-of-type(2) {
    float: right;
    text-align: right;
}

#copyright {
    width: 100%;
    position: absolute;
    display: block;
    bottom: 110px;
    text-align: center;
    padding: 0 50px;
    color: white;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: 10px;
}

@media only screen and (min-width: 1000px) {
    #page-content section:nth-of-type(1) {
        margin-top: 80px;
    }

    #network-logo {
        width: 150px;
    }

    #network-logo img {
        width: 100%;
    }

    #page-content h1 {
        font-size: 60px;
    }

    #select-server {
        font-size: 15px;
        padding-bottom: 40px;
    }

    .server-info h2 {
        font-size: 25px;
    }

    .server-info h3 {
        font-size: 15px;
        margin-top: 20px;
    }

    .column .server-record {
        padding: 20px;
        display: grid;
        grid-template-columns: 60px auto 60px;
        transition: background-color 100ms linear;
    }

    .column .server-record img {
        height: 80px;
    }

    .ldBar {
        height: 80px !important;
        width: 80px !important;
    }

    .ldBar-label {
        font-size: 11px;
    }

    .column .server-record {
        padding: 20px;
        grid-template-columns: 80px auto 80px;
    }

    .column .server-record .server-info {
        padding: 0 20px;
    }

    .move-left {
        animation: move-left 1s alternate;
        animation-iteration-count: infinite;
    }
    
    .move-right {
        animation: move-right 1s alternate;
        animation-iteration-count: infinite;
    }

    #page-content section:nth-of-type(2) {
        padding-top: 150px;
    }

    #page-content section:nth-of-type(3) h2 {
        color: white;
        font-size: 18px;
        height: 40px;
        display: block;
        margin: 10px 20px 0 20px;
    }

    #page-content section:nth-of-type(3) {
        grid-template-columns: 50px auto auto 50px;
        bottom: 30px;
        padding: 0 60px;
    }
    
    @keyframes move-right {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(20px);
        }
    }
    
    @keyframes move-left {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-20px);
        }
    }

    #copyright {
        font-size: 10px;
        bottom: 10px;
    }
}

/* FADE IN STUFF
    ------------------------------------------------------------------------------------------*/
.fade-in {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
