﻿body {
}

a {
    text-decoration: none;
}

.container {
}

    .container header {
        position: fixed;
        background-color: #fff;
        width: 90%;
    }

    .container .body-content {
        padding-top: 100px;
    }

#topheader {
    box-sizing: border-box;
    background-color: #3c6e71;
}

#topheader .Content {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

.emailIcon {
    width: 16px;
    filter: brightness(100%) saturate(100%) invert(100);
    transform: scaleX(-1);
}

.headerTitle {
    box-sizing: border-box;
    padding-right: 0;
    background-color: #fff;
}

.headerDescription {
    box-sizing: border-box;
    padding-right: 0;
    background-color: #fff;
}

.headerBlock {
    padding-top: 10px;
}

#topheader a {
    color: #fff;
}

    #topheader a:hover {
        color: rgb(53,53,53);
    }

.site-header {
    text-decoration: none;
    font-size: 2em;
    color: #000;
    font-weight: bold;
}

.site-description {
    color: rbg(53,53,53);
    white-space: nowrap;
}

.hide {
    display: none;
}

.indentHanger {
    font-size: 16px;
    padding-left: 72px;
    text-indent: -36px;
    padding-bottom: 10px;
}

h1 {
    font-weight: 600;
    font-size: 32px;
}

h2 {
    font-weight: 500;
    font-size: 25px;
}

h3 {
    background-color: rgba(60, 110, 113, 0.40);
    font-weight: 400;
    font-size: 20px;
    padding: 5px;
}

h4 {
    font-weight: 500;
    font-size: 18px;
}

.nav-link #navBars {
    margin-top: -3px;
    padding: 8px 9px 3px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width:45px;
    right:5px;
    position:absolute;
}

    .nav-link #navBars input {
        display: none;
    }

    .nav-link #navBars span {
        position: relative;
        z-index: 1;
        display: block;
        margin-bottom: 6px;
        width: 24px;
        height: 2px;
        background-color: rgba(125, 125, 126, 1);
        border-radius: .25rem;
    }

#navbarNav:hover span {
    color: rgba(50, 117, 168, 0.9);
}

.box-shadow:after {
    content: "";
    width: 100%;
    height: 0px;
    display: block;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 8px 2px #eee;
    -moz-box-shadow: 0px 0px 8px 2px #eee;
    box-shadow: 0px 0px 8px 2px #eee;
}

#divMobileMenu {
    display: none;
}

.SocialMediaIcon {
    width: 16px;
}

#divMainMenu {
    box-sizing: border-box;
}

#divMainMenu .nav .topnavbar {
    width: 550px;
    float: right;
}

.ProfileImage {
    width: 200px;
    height: 200px;
    margin: 10px;
    float: left;
}

.ProjectBlock {
    margin-top: 15px;
    padding: 5px;
}

.ProjectBlockAlt {
    margin-top: 15px;
    padding: 5px;
    background-color: rgba(60, 110, 113, 0.05);
}

.ProjectBlockContent {
    padding-left: 40px;
}

.ProjectBlockVideo {
    padding-left: 50px;
}

#footer {
    box-sizing: border-box;
    background-color: #3c6e71;
}

#footer .col{
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}

@media (pointer:none), (pointer:coarse) {
    #divMainMenu {
        display: none;
    }

    #divMobileMenu {
        display: block;
        position: absolute;
        top: 50px;
        right: 5px;
    }

    .nav-link #navbars
    {
        width:50px;
        display:inline;
    }

    .nav-link:focus, .nav-link:hover span {
        color:rgba(50, 117, 168, 0.9);
    }

    .nav-link:hover {
        background-color: rgba(50, 117, 168, 0.9);
        color:#fff;
        padding-left:5px;
    }

    #navbarNav {
        position: absolute;
        width: 200px;
        right: 5px;
        top: 50px;
        border: solid 1px;
        background-color: #fff;
        padding: 5px;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25em;
    }
}
