﻿@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/assets/fonts/BasisGrotesquePro-Regular.eot');
    src: url('/assets/fonts/BasisGrotesquePro-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/BasisGrotesquePro-Regular.woff2') format('woff2'), url('/assets/fonts/BasisGrotesquePro-Regular.woff') format('woff'), url('/assets/fonts/BasisGrotesquePro-Regular.ttf') format('truetype'), url('/assets/fonts/BasisGrotesquePro-Regular.svg#Basis Grotesque Pro') format('svg');
}

@font-face {
    font-family: 'Basis Grotesque Pro Bold';
    src: url('/assets/fonts/BasisGrotesquePro-Bold.eot');
    src: url('/assets/fonts/BasisGrotesquePro-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/BasisGrotesquePro-Bold.woff2') format('woff2'), url('/assets/fonts/BasisGrotesquePro-Bold.woff') format('woff'), url('/assets/fonts/BasisGrotesquePro-Bold.ttf') format('truetype'), url('/assets/fonts/BasisGrotesquePro-Bold.svg#Basis Grotesque Pro') format('svg');
}

@font-face {
    font-family: 'Basis Grotesque Pro Light';
    src: url('/assets/fonts/BasisGrotesquePro-Light.eot');
    src: url('/assets/fonts/BasisGrotesquePro-Light.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/BasisGrotesquePro-Light.woff2') format('woff2'), url('/assets/fonts/BasisGrotesquePro-Light.woff') format('woff'), url('/assets/fonts/BasisGrotesquePro-Light.ttf') format('truetype'), url('/assets/fonts/BasisGrotesquePro-Light.svg#Basis Grotesque Pro') format('svg');
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #255d52;
}

::selection {
    color: #fff;
    background: #255d52;
}

body {
    font-family: 'Basis Grotesque Pro';
    padding: 50px;
}

a {
    color: #646464;
    text-decoration: underline;
}

    a img {
        width: 14px;
        margin-right: 3px;
        position: relative;
        top: 2px;
    }

hr {
    border: none;
    height: 1px;
    background-color: #ebebeb;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
}

.logoimage {
    display: inline-block;
    width: 65px;
    height: 65px;
    margin-right: 5px;
    cursor: pointer;
    background-color: #255d52;
    border-radius: 5px;
}

    .logoimage img {
        width: 100%;
        border-radius: 5px;
        transition: opacity .15s ease-in-out;
    }

        .logoimage img:hover {
            opacity: 0.5;
        }

.title {
    display: inline-block;
    font-size: 25px;
}

    .title span {
        display: block;
        font-size: 17px;
    }

.contentSection {
    margin-top: 25px;
}

.projects {
    display: block;
    margin-bottom: 25px;
}

.projectItem {
    display: inline-block;
    font-size: 20px;
    list-style: decimal;
    margin-bottom: 10px;
    width: 100%;
    position:relative;
}

    .projectItem .projectTitle d {
        background-color: #d7d7d7;
        font-size: 10px;
        text-transform: uppercase;
        margin-right: 5px;
        padding: 2px 5px 1.75px 5px;
        border-radius: 3px;
        display: inline-block;
        position: relative;
        top: -5px;
    }

    .projectItem .projectTitle {
        line-height: 1;
        display: inline-block;
        margin-top: 5px;
    }

    .projectItem .projectMeta {
        display: block;
        font-size: 15px;
        margin-top: 2px;
    }

        .projectItem .projectMeta img {
            width: 14px;
            margin-right: 3px;
            position: relative;
            top: 2px;
        }

.projectCover {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    display: inline-block;
}

    .socialSection {
        display: block;
        margin-bottom: 40px;
        width: 100%;
        float: left;
    }

    .socialSection ul {
        list-style-type: none;
        padding: 0;
    }

        .socialSection ul li {
            float: left;
            margin-right: 20px;
        }

            .socialSection ul li a {
                color: #000;
            }

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 8px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

@media (max-width:767px) {
    body {
        padding: 25px;
    }
}

@media (max-width:480px) {
    body {
        padding: 10px;
    }
}
