﻿.top-menu {
    display: none;
    z-index: 10;
}

@media screen and (max-width: 1024px) {
    .top-menu {
        position: absolute;
        color: #fff;
        display: block;
        width: 100%;
        top: 0;
        left: 0;
        height: 70px;
        min-height: 0;
        background-color: #DB0A5B;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .open.top-menu {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        min-height: 100%;
    }

    .menu-toggle {
        width: 27px;
        position: absolute;
        left: 20px;
        top: 15px;
        cursor: pointer;
    }

    .toggle-brick {
        height: 4px;
        background: #fff;
        margin-top: 6px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .open .toggle-brick:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 14px;
    }

    .open .toggle-brick:last-child {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -14px;
    }

    .open .middle {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

    .scrum-name-top {
        text-align: center;
        margin: 0 auto 40px;
    }

        .scrum-name-top figcaption {
            text-transform: uppercase;
            margin-top: 10px;
            font-size: 18px;
            font-family: 'NexaLight', sans-serif;
            font-weight: 100;
            letter-spacing: 0.45em;
        }

            .scrum-name-top figcaption span {
                font-family: 'NexaBold', 'NexaLight', sans-serif;
            }

    #logo-top {
        margin-top: 10px;
        width: 50px;
    }

    .main-nav-top {
        position: absolute;
        width: 100%;
        font-family: 'NexaLight', sans-serif;
        list-style: none;
        list-style-type: none;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 20px;
        z-index: 10;
        padding: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .main-nav-top li {
            text-align: center;
            width: 100%;
            padding: 10px 0px 10px 0;
            opacity: 0.7;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            -webkit-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
            -moz-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
            -o-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
            transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        }

            .main-nav-top li:hover {
                opacity: 1;
                cursor: pointer;
                padding: 12px 15px 12px 0;
            }

            .main-nav-top li:last-child {
                border-bottom: 1px solid transparent;
            }

    .hide {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }

    .hidden.hide {
        visibility: visible;
        display: block;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }

    .email-link-top {
        position: relative;
        top: 240px;
        text-align: center;
        
    }

        .email-link-top span {
            display: block;
            position: relative;
            margin-bottom: 6px;
        }

            .email-link-top span a {
                font-size: 20px;
            }

    .email {
        border-bottom: 1px solid transparent;
    -webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }
    .email:hover {
        border-bottom: 1px solid #fff;
    }

    .contact-top {
        position: relative;
        top: 230px;
        width: 100%;
    }

    .social-top {
        position: relative;
        margin-top: 10px;
        width: 100%;
        height: 50px;
        text-align: center;
    }

        .social-top a span{
            font-size: 24px;
        }

    .top-links {
        margin-top: 30px;
        font-size: 12px;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
    }

        .top-links a {
            padding: 0 3%;
            border-right: 1px solid #fff;
            font-weight: 100;
            font-family: 'NexaLight', Arial, sans-serif;
            opacity: 0.8;
            text-transform: uppercase;
        }

    .top-links a:hover {
        cursor: pointer;
        opacity: 1;
    }

    .top-links a:last-child {
        border-right: none;
    }
}

.copyright-top {
    font-size: 11px;
    text-align: center;   
    margin: 20px auto 0; 
}

@media screen and (max-width: 640px) {
    .main-nav-top {
        font-size: 16px;
    }

    .scrum-name-top {
        margin-bottom: 20px;
    }

    .email-link-top {
        top: 210px;
    }

    .contact-top {
        top: 190px;
    }
}