﻿.side-menu {
    position: fixed;
    display: block;
    float: left;
    color: #fff;
    min-height: 100%;
    width: 20%;
    background-image: url(../img/menu_texture.png);
}

.first-info {
    min-height: 100%;
    margin-bottom: -140px;
}

    .first-info:after {
        clear: both;
        content: "";
    }

    .contact-side, .first-info:after {
        display: block;
        height: 140px;
    }

.scrum-name-side {
    position: relative;
    margin: 50px 0 10px 30px;
}

    .scrum-name-side figcaption {
        text-transform: uppercase;
        margin-top: 10px;
        font-size: 18px;
        font-family: 'NexaLight', sans-serif;
        letter-spacing: 0.45em;
    }

        .scrum-name-side figcaption span {
            font-family: 'NexaBold', 'NexaLight', sans-serif;
        }

#logo-side {
    width: 65px;
}

.main-nav-side {
    color: #fff;
    font-size: 16px;
    position: relative;
    list-style: none;
    text-align: right;
    margin-top: 50px;
    line-height: 3em;
    right: 18%;
}

    .main-nav-side li {
        letter-spacing: 3px;
        font-family: 'NexaLight', sans-serif;
        text-transform: uppercase;
        opacity: 0.5;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .main-nav-side li:hover {
            opacity: 1;
            cursor: pointer;
        }

.email-link-side {
    margin-top: 25px;
    position: relative;
    text-align: right;
    right: 18%;
    line-height: 2.3em;
}

    .email-link-side span {
        font-size: 16px;
    }

    .email-link-side a {
        border-bottom: 1px solid transparent;
        -webkit-transition: border 0.3s;
        -moz-transition: border 0.3s;
        transition: border 0.3s;
    }

        .email:hover {
            border-bottom: 1px solid #fff;
        }

.contact-side {
    margin-top: 40px;
}

.social-side {
    position: relative;
    width: 100%;
    right: 12%;
    height: 50px;
    bottom: 0;
}

    .social-side a {
        float: right;
    }

.side-links {
    font-size: 11px;
    letter-spacing: 1px;
    text-align: right;
    position: relative;
    right: 15%;
    bottom: 0;
}

    .side-links a {
        padding: 0 3%;
        border-right: 1px solid #fff;
        font-weight: 100;
        font-family: 'NexaLight', Arial, sans-serif;
        opacity: 0.5;
        text-transform: uppercase;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

        .side-links a:hover {
            cursor: pointer;
            opacity: 1;
        }

        .side-links a:last-child {
            border-right: none;
        }

 .copyright-side {
   
    font-size: 9px;  
    right: 18%;
 }
/***** Max-Width: 1200px*****/
@media only screen and (max-width: 1200px) {
    .main-nav-side, .email-link-side {
        right: 12%;
    }

    .email-link-side span{
        font-size: 14px;
    }

    .social-side, .side-links {
        right: 7%;
    }

    .scrum-name-side figcaption {
        font-size: 14px;
    }

    .copyright-side {
        right: 12%;
    }
}

/***** Max-Width: 1024px*****/
@media only screen and (max-width: 1024px) {
    .side-menu {
        display: none;
    }
}