﻿h1, h2, h3, h4 {
    color: #4AD482;
}

.owl-carousel {
    width: 770px;
}

.test-class {
    border: 1px solid black;
}

img {
    width: 100%;
}

body {
}

.left-image-bar-vertical {
    margin: 25px 0 0 0;
}

.left-image-bar-vertical img {
    border: 2px solid pink;
    border-radius: 10px;
    width: 285px;
    height: 215px;
}

#homepage-text {
    padding: 40px 25px 0 0;
}

    #homepage-text div {
        margin-bottom: 25px;
    }

div.hideSkiplink {
    background: url(../Images/menu-strip.gif) repeat-x 0 0;
}

.level1 .static {
    color: black !important;
    font-size: 20px !important;
}

    .level1 .static .highlighted {
        height: 35px;
        border-radius: 5px;
    }

.session-table {
    width: 315px !important;
}

#location-div {
    padding-left: 35px;
}

.contact-details-div {
    margin-left: 30px;
}

.topnav {
    background: url('../Images/menu-strip.gif') repeat-x 0 0;
    overflow: hidden;
    color: black;
}

    .topnav div:first-child {
        display: none;
    }
    /* Style the links inside the navigation bar */
    .topnav a, .topnav a:visited, .topnav span {
        float: left;
        display: block;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        color: black;
    }

        /* Change the color of links on hover */
        .topnav a:hover {
            background-color: #ddd;
            color: black;
            text-decoration: none;
            height: 45px;
        }

    /* Hide the link that should open and close the topnav on small screens */
    .topnav .icon, .topnav .icon.visited {
        display: none;
        color: black;
        text-decoration: none;
    }



/* Responsiveness*/
@media screen and (max-width:48em) {
    .contact-details-div {
        margin-left: 0px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
        background-color: #ddd;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

            .topnav.responsive a:hover {
                background-color: #49D77D !important;
            }
}
