body {
    background-color: transparent;
}
@font-face {
    font-family: balloons;
    src: url(fonts/Balloons!.ttf);
}
@font-face {
    font-family: roadstay;
    src: url(fonts/Roadstay.ttf);
}

.cursive {
    font-family: roadstay;
}

.balloon {
    /* color: purple; */
    font-size: 1.3em;
    font-family: balloons;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.jumbotron-bg {
    position: absolute;
    background-image: url(../img/tokamak.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: contrast(66%) brightness(60%) saturate(70%);
    width: 100%;
    /* height: calc(100vh - 250px); */
    height: 100%;
    z-index: -1;
}

.iter {
    background-color: #fcb52c;
}
.iter-background {
    background-color: #f5f5f5;
}

.isttok {    
    background-image: url(../img/isttok/IMG_4136.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /* height: calc(100vh - 100px); */
    min-height: 600px;    
}

.card {
    border-radius: 1rem;
}

.card-img {
    filter: contrast(70%) brightness(70%) saturate(80%);
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(1rem - 1px);
    border-bottom-left-radius: calc(1rem - 1px);
}
.card-img, .card-img-top {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}

.section-container {
    min-height: calc(100vh - 150px);
}

.line {
    font-size: 4vh;
}

.masthead {
    margin-bottom: 0rem;
    height: calc(100vh - 250px);
    min-height: 400px;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
    text-decoration: none;
}

.fa-circle {
    padding: 2px;
    font-size: 11px;
    width: 13px;
    text-align: center;
    text-decoration: none;
    margin: 1px 2px;
}

.fa-icon {
    padding: 4px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 2px 2px;
}

.fa-list {
    padding: 12px;
    font-size: 20px;
    width: 22px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

/* /// BLOG /// */
/* ENTRY Gallery image size and layout*/
.bg-black {
    background-color: black;
}
.gallery-img {
    position: relative;
    width: 100%;
    height: 70vmin;
    /* background-size: cover; */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.carousel-indicators {
    bottom: -50px !important;
    filter: invert(100%);
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .carousel-control-next,
    .carousel-control-prev {
        filter: invert(100%);
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 30px;
        height: 30px;
    }
    .carousel-control-prev {
        left: -15% !important;
    }
    .carousel-control-next {
        right: -15% !important;
    }
 }

/* JOB DETAIL Gallery image caption */
.gallery-img .carousel-caption {
    bottom: -20px !important;
    opacity: 0.25;
    -webkit-text-stroke: 1px #2C232C;
    transition: opacity .2s ease;
}
.gallery-img:hover .carousel-caption {
    opacity: 1.0;
}
/* YOUTUBE videos responsive iframe */
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
