@font-face {
    font-family: 'rubikregular';
    src: url('../fonts/rubik/rubik-regular-webfont.svg#rubikregular') format('svg'), url('../fonts/rubik/rubik-regular-webfont.woff2') format('woff2'), url('../fonts/rubik/rubik-regular-webfont.woff') format('woff'), url('../fonts/rubik/Rubik-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'rubikregular' !important;
    font-size: 13px;
    font-weight: normal;
    color: black;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: hidden;
}

#main {
    text-align: right;
    position: absolute;
    right: 40px;
    top: 65%;
    transform: translateY(-50%);
}

#quote {
    position: fixed;
    right: 0;
    top: -140px;
    letter-spacing: 1px;
}

#gallery {
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 50000;
}

#company_info {
    margin-top: 10px;
    letter-spacing: 1px;
}

#company_type {
    letter-spacing: 0.183em;
    margin-right: -0.13em;
}

#company_type,
#contact {
    margin-top: 0.08em;
}

#social_media {
    margin-top: 5px;
}

#social_media li {
    margin-left: -5px;
}

.caption {
    display: block;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: right;
    padding-left: 20px;
}