/***** NAVBAR *****/
/*** Pallet: https://coolors.co/palette/e63946-f1faee-a8dadc-457b9d-1d3557 ***/
.navbar {
    background-color: #A8DADC;
    border-radius: 0;
    min-height: 6vh;
}

/* Navbar title */
.navbar-default .navbar-brand {
    color: #1D3557;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
}

/* Navbar hover effects */
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #E63946;
    text-decoration: none;
    animation-name: navbar-ani;
    animation-duration: 5s;
}

@keyframes navbar-ani {
    0% {
        background-color: #1D355700;
        width: 0%
    }

    1% {
        background-color: #1D3557;
        width: 0%
    }

    20% {
        background-color: #1D3557;
        width: 100%
    }

    60% {
        background-color: #1D3557;
        width: 100%
    }

    100% {
        background-color: #1D355700;
        width: 0%
    }
}

/* Navbar links */
.navbar-default .navbar-nav>li>a {
    color: #1D3557;
    font-size: 18px;
    padding: 10px;
}

.navbar-nav>li>a:first-letter {
    font-size: 20px;
    font-weight: 400;
}

/* Navbar collapsed styles */
.navbar-toggler {
    color: #1D3557;
    border-color: #1D3557;
    background-color: #A8DADC;
    border-radius: 4px;
    border: 1px solid;
    fill: #1D3557;
    font-size: 16px;
    position: relative;
    margin-right: 10px;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    background-color: #E63946;
    color: #1D3557;
    fill: #1D3557;
    border-color: #F1FAEE;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

/* customizable snowflake styling: https://pajasevi.github.io/CSSnowflakes/ */
.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(80px)
    }

    100% {
        transform: translateX(0px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s;
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
}

/*** JUMBOTRON Replacement ***/

.jumboreplace {
    text-align: center;
    padding: 3%;
    border-radius: 0px;
    min-height: 92vh;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.jumboreplace a {
    font-size: 28px;
    color: #ffffff;
    text-decoration: none;
}

.jumboreplace h2 {
    font-size: 36px;
    font-weight: bold;
}

.jumboreplace h3 {
    letter-spacing: 2px;
}

.img-responsive {
    width: 100%;
}

/*** FOOTER ***/
footer {
    background-color: #1D3557;
    padding: .2%;
    padding-right: 1%;
    text-align: right;
    min-height: 2vh;
    vertical-align: middle;
}

footer span {
    font-size: 10;
    text-decoration: none;
}

.footer-text {
    color: #F1FAEE;
}

.footer-text:hover {
    color: #F1FAEE;
}

/*** CARD ***/

.card {
    background-color: #1D356788;
    border-color: #F1FAEE;
    border-width: 2px;
    width: 98%;
    height: 98%;
    padding: 4%;
    padding-top: 0%;
    padding-bottom: 0%;
    margin: auto;
    transition: height .8s ease-out, width .8s ease-out;
    z-index: 0;
}

.card-img-top {
    padding-bottom: 4%;
    z-index: 0;
}

.card-port-text {
    background-color: #ffffff00;
    text-align: left;
    font-size: 14;
    position: relative;
    z-index: 1;
    text-indent: 2%;
}

.card-title {
    font-size: 24;
}

.card:hover {
    border-color: #E63946;
    width: 100%;
    height: 100%;
}

/*** Portfolio items ***/
.portfolio-image {
    padding-bottom: 4%;
}

.portfolio {
    background-color: #1D3557;
    min-height: 92vh;
    padding: 3%;
}

.portfolio-description {
    color: #F1FAEE;
}

.portfolio-title {
    color: #E63946;
}

.subtitle {
    font-size: 18;
    color: #A8DADC;
    font-weight: 400;
}

/*** Resume Styles ***/
.resume h2 {
    color: #F1FAEE
}

.resume h4 {
    font-weight: bold;
    text-align: left;
    font-size: 14pt;
    color: #F1FAEE;
}

.resume h3 {
    font-weight: bold;
    text-decoration: underline;
    color: #F1FAEE
}

.resume li {
    width: 100%;
    text-align: left;
    font-size: 14pt;
    font-weight: 400;
    color: #A8DADC;
}

.resume hr {
    color: #E63946;
    border: 2px solid;
    border-radius: 20px;
    opacity: 100%;
}

.placetime {
    font-size: 11pt !important;
    font-style: normal !important;
    float: right;
    font-weight: initial;
    color: #A8DADC;
}

.smplacetime {
    font-size: 11pt;
    font-weight: initial;
    text-align: left;
}

.resume li.grant {
    font-weight: bold;
}

.resume li.grant span {
    font-weight: initial;
    font-size: 14pt;
    font-style: italic;
}

.resume a {
    width: 100%;
    text-align: left;
    font-size: 14pt !important;
    font-weight: 400;
    color: #A8DADC !important;
    text-decoration: underline !important;
}

.resSubheading {
    font-style: italic;
    font-weight: bold;
    text-align: left;
    font-size: 16pt;
    text-transform: uppercase;
}

.btn-outline-primary:focus {
    background-color: #E63946;
    color: #E63946;
}

.btn-check+.btn-outline-primary {
    color: #A8DADC;
    background-color: #1D3557;
    border-color: #A8DADC;
}

.btn-check:checked+.btn-outline-primary {
    color: #1D3557;
    background-color: #A8DADC;
    border-color: #1D3557;
}

.btn-check:focus+.btn-outline-primary {
    box-shadow: 0 0 0 .25rem rgba(29, 53, 87, .25);
}

.btn-outline-primary:hover {
    color: #E63946;
    background-color: #1D3557;
    border-color: #E63946;
}

.TA {
    text-align: left;
    color: #A8DADC;
}

.TA p {
    margin-bottom: 0px;
}

.TA-title {
    font-weight: bold;
    font-size: 14pt;
}

.service-title {
    font-weight: normal;
    font-size: 14pt;
}

.profAf {
    font-size: 14pt;
    font-weight: unset;
    text-align: left;
    color: #A8DADC;
}

.profAf div.col-2 {
    font-weight: bold;
}

/*** Basic Text Styles ***/

#about-world {
    max-height: 200px;
}


p {
    font-size: 20px;
}

a {
    color: #A8DADC;
}

h3 {
    text-align: left;
}

a:hover {
    color: #E63946;
}

.container {
    padding: 25px 0;
}

.quicksand-400 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}



body {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    background-color: #f7f1fa;
    color: #F1FAEE;
}