@font-face {
    font-family: 'Simplifica';
    src: url('../res/fonts/simplifica/SIMPLIFICA Typeface.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


.navbar-custom {
    color: whitesmoke;
    background-color: transparent;

    margin-bottom: 0px;

    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

    /*background-color: rgba(15, 15, 15, 0.8);*/
}

.navbar .navbar-inverse.navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-nav {
    float: right;
    padding: 15px;
}

.navbar-nav li a {
    color: white;
    font-size: 30px;
    font-family: 'Saira Condensed', sans-serif;
    text-shadow: 0 0 0.5em #437c90;
}

/*.navbar-inverse .navbar-nav > li > a {*/
    /*color: whitesmoke;*/
/*}*/

.splash-container {
    background-color: #0f0f0f;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
}

.splash-container .splash {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.splash-container p {
    font-family: "Simplifica", sans-serif;
    color: whitesmoke;
    text-shadow: 0 0 0.5em #437c90;
}

#mainHeading {
    text-align: center;
    font-size: 80px;
    font-size: 4vw;
    margin-bottom: 0px;
    line-height: 60px;
}

#subHeading {
    margin-top: 0px;
    text-align: center;
    font-size: 40px;
    color: #888888;

    min-height: 55px;
}

#demo-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: -1;
}

#subHeading a, svg {
    margin: 10px;
    transition: fill 100ms linear;
}

.sm-icon {
    height: 48px;
    width: 48px;

    /*transition: all .1s ease-in-out;*/
    /*fill: url(#gradient2);*/
    fill: whitesmoke;

    -webkit-filter: drop-shadow( -5px -5px 5px #437c90 );
    filter: drop-shadow( 0px 0px 5px #437c90 );
}

.sm-icon:hover {
    fill: #0f0f0f;

    /*fill: url(#gradient);*/
    /*transform: scale(1.1);*/
}

#scroll-container {
    margin-top: 100vh;
    width: 100%;
    min-height: 100vh;

    padding-top: 50px;

    background-color: rgba(15, 15, 15, 0.8);
}

.scroll-section {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;

    width: 100%;
    min-height: 100%;
}

#about-container {
    /*min-height: 100vh;*/
}

#about-container span {
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14pt;
    color: whitesmoke;
}

#about-container h1 {
    /*text-align: right;*/
}

#school-info {
    min-width: 50%;
    text-align: right;
    /*border: 1px solid #E84A27;*/
}

#bigtext {
    /*color: whitesmoke;*/
    color: #E84A27;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: right;
    width: 100%;
}

#school-info img {
    float: right;
    height: 150px;
    width: 150px;
    margin: 0 15px 15px 15px;
}

.section-header {
    margin-bottom: 20px;
    font-family: 'Saira Condensed', sans-serif;
    color: whitesmoke;
    font-size: 50px;
}

#coursework-section {
    width: 50%;
}

#coursework-section strong {
    color: whitesmoke;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.25vw;
    font-size: 24px;
    font-weight: normal;
}

.course-item {
    color: #437c90;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1vw;
    font-size: 16px;
}

.masonry-grid {
    width: 100%;
    min-height: 150px;
}

.masonry-item {
    padding: 20px;
    /*border: 1px solid #437c90;*/
}

#workexp-section {
    color: whitesmoke;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
    font-size: 1.25vw;
    font-size: 28px;
}

#workexp-section section a img {
    margin: 5px;
    transition: all .2s ease-in-out;
}

#workexp-section section a :hover {
    transform: scale(0.9);
}

#skills-section {
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.25vw;
    font-size: 40px;
    color: whitesmoke;
}

#projects-container {
    min-height: 100vh;
}

.project-card {
    min-width: 300px;
    max-width: 24%;
    min-height: 33vh;

    margin: 5px;

    background-color: whitesmoke;
    border: solid 1px #437c90;
}

.project-card h1 {
    margin-bottom: 15px;
    color: #437c90;
}

.project-card p {
    color: #0f0f0f;
}

.project-card a {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
