﻿@import url(normalize.css);

@font-face {
    font-family: 'Conv_segoeui';
    src: url('/Content/font/segoeui.eot');
    src: local('☺'), url('/Content/font/segoeui.ttf') format('truetype'), url('/Content/font/segoeui.woff') format('woff'), url('/Content/font/segoeui.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

html {
    background: url(/Content/img/zinzin-background.jpg) no-repeat center center fixed #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-family: 'Conv_segoeui', Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #FFF;
    text-align: justify;
    cursor: default;
}

#container {
    width: 960px;
    padding-bottom: 40px;
    position: relative;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 20px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px black inset;
}

#logo {
    width: 600px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    margin: auto;
    top: 30px;
}

    #logo h1 {
        font-size: 48px;
        font-weight: normal;
    }

.course-container-cover {
    width: 500px;
    height: 300px;
    position: relative;
    margin: auto;
    margin-top: 15px;
}

.course-container {
    width: 500px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
}

#social-media-icon-container {
    width: 57px;
    height: 57px;
    position: relative;
    margin: auto;
    margin-top: 60px;
}

.social-media-icon {
    width: 57px;
    height: 57px;
    position: relative;
    float: left;
    opacity: .3;
    transition: opacity .3s ease-in-out;
}

    .social-media-icon:hover {
        opacity: 1;
    }

footer {
    width: 600px;
    height: 18px;
    line-height: 18px;
    position: relative;
    margin: auto;
    margin-top: 85px;
    font-size: 12px;
    text-align: center;
}













@media screen and (max-width: 961px) {
    #container {
        width: 97%;
        padding-bottom: 40px;
        position: relative;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 20px;
        background-color: rgba(0,0,0,.5);
        box-shadow: 0 0 1px black inset;
    }

    #logo {
        width: 97%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        position: relative;
        margin: auto;
        top: 30px;
    }

        #logo h1 {
            font-size: 48px;
            font-weight: normal;
        }

    .course-container-cover {
        width: 97%;
        height: 300px;
        position: relative;
        margin: auto;
        margin-top: 15px;
    }

    .course-container {
        width: 97%;
        height: 300px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #social-media-icon-container {
        width: 57px;
        height: 57px;
        position: relative;
        margin: auto;
        margin-top: 60px;
    }

    .social-media-icon {
        width: 57px;
        height: 57px;
        position: relative;
        float: left;
        opacity: .3;
        transition: opacity .3s ease-in-out;
    }

        .social-media-icon:hover {
            opacity: 1;
        }

    footer {
        width: 97%;
        height: 18px;
        line-height: 18px;
        position: relative;
        margin: auto;
        margin-top: 15px;
        font-size: 12px;
        text-align: center;
    }
}
