@import url("https://fonts.googleapis.com/css?family=Barlow");
/* General ====================================== */

body {
    font-family: 'Barlow', sans-serif;
}

/* Index page ============================ */

/* Main background page */

.landing-img {
    position: absolute;
    right: 25px;
    top: 10vh;
}

/* Main logo */

.archive {
    position: relative;
    left: 5px;
    padding: 15px;
    z-index: 1;
    width: 200px;
}

/* Navigation */

nav {
    width: 200px;
    line-height: 30%;
    position: relative;
    left: 55px;
}

nav li a {
    color: #000 !important;
}

nav li a:hover {
    background-color: transparent !important;
    color: #000 !important;
    font-weight: 600;
}

nav li a:focus {
    background-color: transparent !important;
    color: #000 !important;
    font-weight: 600;
}

nav li a:active {
    background-color: transparent !important;
    color: #000 !important;
    font-weight: 600;
}

.link2 {
    margin-left: 10px;
    line-height: 120%;
}

.active {
    font-weight: 600;
    margin-left: 10px;
}

#active {
    font-weight: 600;
    margin-left: 10px;
}

.active-main {
    font-weight: 600;
}

#link3 {
    line-height: 120%;
}

/* Nav menu for active links Jquery */
.active-href {
    font-weight: 900;
}

/* Other pages =============================== */

/* Navigation */

.main-nav {
    left: 40px;
    z-index: 5;
}

.main-nav li a {
    color: #000 !important;
}

.main-nav li a:hover {
    color: #000 !important;
}

.main-nav li a:focus {
    color: #000 !important;
}

#link {
    line-height: 100%;
}

/* Slider */

.container {
    margin-top: 100px;
    width: 700px;
}

.navigation {
    height: 500px;
}

.image img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
    max-height: 580px;
}

.images {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 500px;
}

.number {
    margin-top: -20px;
}

#no {
    margin-top: -50px;
    margin-left: 10px;
}

.prev {
    position: absolute;
    height: 100%;
    width: 10%;
    top: 0;
    left: 0;
}

.next {
    float: left;
    height: 100%;
    width: 10%;
    position: absolute;
    right: 0;
    top: 0;
}

#ver-img {
    top: -30px;
}

/* Video program page - second image */

#video-img {
    top: 25%;
}

/* next, prev button on slider */

.next img,
.prev img {
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.prev img {
    float: right;
}

/* Column with text */

#first {
    top: 55px;
}

#first p {
    margin: 25px;
    text-align: justify;
}

#first h3 {
    margin: 25px;
}

.open {
    display: none;
}

.closed {
    display: block;
}

/* About us page and Support page */

.bio {
    margin-top: 20%;
    margin-left: 30%;
    text-align: justify;
}

/* Contact page */

.contact {
    margin-top: 20%;
    margin-left: 25%;
    margin-bottom: 200px;
}

.contact a {
    font-size: 17px;
    text-decoration: none;
}

/* Media Screens ===================================== */

@media screen and (min-width: 1900px) {
    .container {
        margin-top: 300px;
    }

    #first {
        top: 300px;
    }

    #video-img {
        top: 0;
    }
}

@media screen and (max-width: 1300px) {
    .landing-img img {
        width: 50vw;
    }

    .navigation {
        width: 400px;
        height: 250px;
        margin-top: 250px;
    }

    .images {
        width: 400px;
    }

    .image img {
        width: 400px;
    }

    .next img,
    .prev img {
        top: 70%;
    }

    #first {
        top: 150px;
    }
}

@media screen and (max-width: 768px) {
    .navigation {
        width: 300px;
        height: 150px;
    }

    .images {
        width: 300px;
    }

    .image img {
        width: 300px;
    }

    .next img,
    .prev img {
        top: 45%;
    }

    .bio {
        margin-top: 150px;
        margin-left: 0;
    }

    .contact {
        margin-top: 150px;
        margin-left: 0;
    }
}

@media screen and (max-width: 468px) {
    .landing-img {
        visibility: hidden;
    }

    .navigation {
        width: 300px;
        height: 150px;
    }

    .images {
        width: 200px;
    }

    .image img {
        width: 200px;
    }

    #first p {
        font-size: 12px;
    }
}
