body,
html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.jumbotron {
    background: url('../img/grad.jpg') center center repeat;
}

.logo {
    padding-top: 20px;
}

.hero {
    /* Sizing */
    width: fill;
    height: 100%;
    position: relative;
}

.cover {
    position: absolute;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20 px;
}

.name {
    font-size: 60px;
}

.whiteGrad {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 33px 30px rgba(255, 255, 255, 0.9);
}


/* https://stackoverflow.com/questions/20652581/bootstrap-affix-nav-causes-div-below-to-jump-up */

.nav-wrapper {
    min-height: 67px;
}

.navbar-affixed-top.affix-top {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.navbar-affixed-top.affix {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    animation: fadeIn ease-in 1;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 3.5s;
}

#canvasParent {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.center-bottom {
    position: absolute;
    top: 90%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.hero-arrow {
    font-size: 9vw;
    animation-duration: 2s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
}

.blue {
    color: #308DC6;
}

.green {
    color: #44B29D;
}

.yellow {
    color: #EFC94C;
}

.orange {
    color: #E27A3E;
}

.red {
    color: #DF5A49;
}

.link {
    text-decoration: underline;
}

.banner {
    height: calc(100vh - 111px);
    margin-bottom: 0%;
}

.logoContainer {
    padding: 10px;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

#heading-breadcrumbs {
    background: url('../img/texture-coord.png') center center repeat;
    padding: 20px 0;
    margin-bottom: 40px;
}

.big-glyph {
    font-size: 20px;
}

.error-message {
    min-height: 400px;
}

.center-vert {
    padding: 10% 0;
}

.bottom-margin {
    margin-bottom: 10px;
}

.img-cover {
    object-fit: cover;
    object-position: center;
    min-height: 200px;
}

.img-cover-small {
    object-fit: cover;
    object-position: center;
    min-height: 45px;
}

.background-image-fixed-cape {
    background: url('../img/cape_blur.jpg') center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
} 

.embed-responsive {
    overflow: visible;
}

.embed-responsive-gfycat {
    padding-bottom: calc(56.25% + 43px);
}

body {
    font-size: 16px;
}