body {
    background-color: #141414;
}

.navbar-custom {
    background-color: #303030;
    border-color: #E7E7E7;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
}

.splash {
    
    background-image: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('../img/Feynman_Banner_Web_Small_Devices.jpg');
    background-color: #141414b2;
    background-attachment: local;
    background-size: cover;
    padding-top: 15vh;
    padding-bottom: 17vh;
    align-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;

}
/*
@media (min-width: 1200px) {
    .splash {
        background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5) ), url('../img/Feynman_Banner_Web.jpg');
        background-attachment: local;
        background-size: cover;
    }
}
*/
.splash h1 {
    font-family: 'FontAwesome', sans-serif;
    font-weight: lighter;
    color: white;
    font-size: calc(10px + 5vmin);
    padding-bottom: 1vh;
    opacity: 1;
}

.splash h2 {
    color:#9e9e9e;
    font-family: 'FontAwesome', sans-serif;
    font-weight: lighter;
    opacity: 1;
}

#splash-logo {
    margin-bottom: 5vh;
    height: 28vh;
    border-radius: 50%;
    opacity: 1;
}
#splash-boxy-logo {
    margin: 7vh;
    height: 25vh;
    opacity: 1;
}

.splash .pseudo-nav {
    text-align: center;
    align-items: center;
    align-self: center;
    align-content: center;
    margin-left: 10%;
    margin-right: 10%;
    opacity: 1;
}
.splash .socials {
    text-align: center;
    align-items: center;
    align-self: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0vh;
    opacity: 1;
}

.splash-blurb {
    text-align: center;
    align-items: center;
    align-self: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: calc(10px + 0.85vmin);
    padding-bottom: 2vh;
    opacity: 1;
}

.splash-blurb p {
    color:white;
    font-family: 'FontAwesome', sans-serif;
    font-weight: lighter;
    opacity: 1;
}



.splash .row {
    width: 80%;
    opacity: 1;
}

.section {
    text-align: center;
    align-content: center;
    align-items: center;
    padding: 5vh;
}

.section p {
    text-align: left;
    font-size: 20px;
}

.section p a {
    font-weight: bold;
}

.section h1 {
    padding-bottom: 2.5vh;
}

.section h2 {
    padding-bottom: 10px;
}

.section h3 {
    padding-bottom: 10px;
}

.section-dark {
    background-color: #252525;
    color: lightgrey;
}

.section-light {
    background-color: rgb(243, 243, 243);
    color: #404040;
}

.section-box {
    background-color: #252525;
    color: #404040;
}

.section-box .container {
    background-color: lightgrey;
    padding: 5vh;
    color: #404040;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: auto;
    margin-bottom: auto;
}

footer {
    background-color: black;
    color: lightgrey;
    padding-top: 5vh;
    padding-bottom: 5vh;
    text-align: center;
    align-content: center;
    align-items: center;
}

.footer-link {
    color: #acacac;
    font-size: 16px;
    text-decoration: underline;
}

.footer-link:hover {
    color: #d1d1d1;
}

footer h6 {
    font-size: 16px;
    color: #acacac;
}

.floating-box {

    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-width: 0px;
}

.btn-bounce {
    margin-top: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
}

.btn-bounce:hover, .btn-bounce:focus {
    color: #fff;
    background: rgba(255, 255, 255, .2);
}


.btn-social {
    margin-top: 0px;
    border: 0px solid #fff;
    border-radius: auto;
    font-size: 24px;
    width: auto;
    height: auto;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    margin-left: 12px;
    margin-right: 12px;
}

#profile-pic {
    width: 95%;
    border-radius: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.wrapper td {
    vertical-align: middle;
    text-align: center;
}
.card-text{
    color: inherit;
    align-content: center;
    text-align: center;
    size: inherit;
}

.card-body{
    color: #404040;
}
.card-img-top{

    object-fit: fill;
    width: 100%;

}

.see-more{
    margin: 5vh;
    min-width: 10vw;
}

.section-blurb{
    text-align: center;
    padding-bottom: 2.5vh;
}
code {
    color:#252525;
    background-color: rgb(226, 226, 226);
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 2pt;
}


.fade-in {
    opacity: 0;
    -webkit-animation: fade-in 2.5s;
    /* Safari and Chrome */
    -moz-animation: fade-in 2.5s;
    /* Firefox */
    -ms-animation: fade-in 2.5s;
    /* Internet Explorer */
    -o-animation: fade-in 2.5s;
    /* Opera */
    animation: fade-in 2.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -mz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox */

@-moz-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari and Chrome */

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera */

@-o-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in.one {
    -webkit-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.fade-in.two {
    -webkit-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.fade-in.three {
    -webkit-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.fade-in.four {
    -webkit-animation-delay: 1.8s;
    -ms-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.fade-in.five {
    -webkit-animation-delay: 2.1s;
    -ms-animation-delay: 2.1s;
    -moz-animation-delay: 2.1s;
    -o-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.fade-in.six {
    -webkit-animation-delay: 2.4s;
    -ms-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s;
}
.fade-in.seven {
    -webkit-animation-delay: 2.7s;
    -ms-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
    -o-animation-delay: 2.7s;
    animation-delay: 2.7s;
}