/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Coustard|Open+Sans);

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #b7b7b7;
    background: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Coustard", serif;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
}
h1 {
    font-size: 32px;
    line-height: 70px;
    padding: 0;
    margin: 0;
}
h5 {
    font-size: 28px;
    line-height: 35px;
    padding: 0;
    margin: 0;
    color: #b7b7b7;
}

a {
    color: #b7b7b7;
    text-decoration: none;
    font-weight: normal;
}
a:hover {
    text-decoration: underline;
}

#maximage {
    display: none;
    position: fixed !important;
}

.gradient {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.show {
    display: block;
}
.hide {
    opacity: 0;
}

/* Set Page Elements */
.content {
    position: absolute;
    top: 190px;
    z-index: 9999;
    margin: 0 16px;
    -webkit-font-smoothing: antialiased;
}
.content p {
    font-size: 12px;
}
#logo {
    position: absolute;
    z-index: 1000;
    top: 90px;
    left: 50%;
    transform: translate(-50%, 0);
}

.main-nav {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 1001;
}
.main-nav ul li:first-child {
    border: 0;
}
.main-nav ul {
    padding: 0;
    text-align: center;
}
.main-nav ul li {
    list-style: none;
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 1px solid #b7b7b7;
}
.main-nav ul li a.active {
    color: #ffa800;
}

.social-nav {
    display: none;
}
.social-nav ul {
    margin: 0;
    padding: 0;
}
.social-nav ul li {
    list-style: none;
    display: block;
    float: left;
    background: #393939;
    padding: 20px 10px 5px 10px;
    margin: 1px;
    opacity: 0.5;
}
.social-nav ul li:hover {
    opacity: 1;
}

button.full-screen {
    position: absolute;
    top: 0;
    right: 0;
    width: 31px;
    height: 31px;
    background: url("../images/full-screen-btn.png");
    border: 0;
    cursor: pointer;
    opacity: 0.7;
}
button.full-screen:hover {
    opacity: 1;
}

#arrow_left,
#arrow_right {
    bottom: 30px;
    height: 42px;
    position: absolute;
    right: 40px;
    width: 42px;
    z-index: 1000;
}
#arrow_left {
    right: 95px;
}
.thinScrollBar {
    height: 45vh;
    overflow-y: auto;
}
.thinScrollBar::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.thinScrollBar::-webkit-scrollbar-track {
    background: rgba(#000, 0.05);
    margin-top: 8px;
    margin-bottom: 8px;
}
.thinScrollBar::-webkit-scrollbar-thumb {
    background: #d4d4d4 !important;
}
.thinScrollBar::-webkit-scrollbar-thumb:hover {
    background: #d4d4d4;
}
@media only screen and (min-width: 1024px) {
    h1 {
        font-size: 54px;
    }
    .thinScrollBar::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
    .thinScrollBar {
        height: 50vh;
    }
    .main-nav {
        top: auto;
        left: 140px;
        bottom: 60px;
    }
    .main-nav ul {
        text-align: left;
        padding-left: 80px;
        cursor: pointer;
    }
    .main-nav li a {
        font-size: 24px;
        padding: 0 20px;
    }
    #logo {
        top: auto;
        bottom: 30px;
        left: 100px;
    }
    #logo img{
    	width: 140px;
    	height: 121px;
    }
    .content {
        position: absolute;
        top: 150px;
        margin: 60px 0 0 40px;
        width: 600px;
    }
    .content p {
        font-size: 14px;
    }
    .social-nav ul li {
        padding: 100px 10px 5px 10px;
    }
    .social-nav {
        display: block;
        position: absolute;
        left: 50px;
    }
}
