@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Poppins");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@font-face {
    font-family: 'Pixel';
    src: url('/assets/font/04B_30__.ttf') format('truetype');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    color: black;
}

body {
    background-color: white;
    /* background-image: linear-gradient(beige, #e1f5dd); */
    background-attachment: fixed;
    /* color: #c9c9c9; */
    color: black;
    text-align: center;
    font-size: 18px;
    padding-top: 0px;
    line-height: 27px;
    /* font-family: "Roboto", sans-serif; */
    /* font-family: 'Pixel'; */
    font-familY: "Poppins";
    /* font-family: "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS PGothic", arial, helvetica, clean, sans-serif; */
    /* font-family: cursive; */
}


a {
    /* color: #c9c9c9; */
    /* color: blue; */
    color: black;
    /* text-decoration: none; */
}

a:hover {
    color: #f5a9c3;
    /* color: black; */
    /* text-decoration: none; */
    cursor: pointer;
}

h3 {
    color: #2c3e50;
    margin: 50px 0;
    text-align: center;
}

.white {
    color: white;
}

::-moz-selection {
    /* Code for Firefox */
    color: #f5a9c3;
    /* color: blue; */
    background: white;
}

::selection {
    color: #f5a9c3;
    /* color: blue; */
    background: white;
}

ul {
    text-align: left;
    list-style-type: circle;
    padding-left: 25px;
}


/*
************ SPLASH PAGE ************ 
 */

.container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding-top: 7vh;
    display: block;
    width: 50%;
}

img.logo {
    margin: auto;
    display: block;
    width: 25%;
    margin-bottom: 25px;
}

.reel-wrapper {
    /* border: 2px solid black; */
    /* padding: 25px; */
}

#reel {
    margin: auto;
    display: block;
    width: 66%;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 2px dashed black;
}

#intro-text {
    margin-top: 50px;
    font-size: 28px;
    line-height: 36px;
}

.intro {
    text-align: center;
    font-weight: bold;
    border: 1px solid black;
    padding: 25px;
    /* font-size: 100px;
    line-height: 120px; */
}

#link-border {
    width: 300px;
}

a#extension-link {
    /* font-size: 30px;
    line-height: 36px; */
    /* text-decoration: none; */
    /* border: 2px solid;
    border-radius: 10px;
    display: inline;
    padding: 10px; */
    /* font-family: 'Pixel'; */
    font-weight: bold;
}

a#extension-link:hover {
    /* border: 3px solid #f5a9c3; */
}

img {
    max-width: 100%;
}


/*
************ ABOUT ************ 
 */

#gif-container {
    width: 80%;
    text-align: center;
}

.copy {
    margin: auto;
    display: block;
    text-align: left;
}

img.squiggle {
    margin: auto;
    display: block;
    width: 30%;
}

.section-break {
    text-align: center;
}

#arrow {
    height: 85px;
    position: absolute;
    margin-top: -13px;
    margin-left: 500px;
    transform: rotate(53deg) scaleY(-1);
}

@media only screen and (min-width: 768px) {
    #arrow {
        height: 85px;
        position: absolute;
        margin-top: -13px;
        margin-left: 290px;
        transform: rotate(53deg) scaleY(-1);
    }
}

.screengrab {
    width: 100%;
    /* display: inline-block;
  float: left; */
    margin-bottom: 15px;
}

.home-glance {
    width: 31%;
    margin: 0px 2% 2% 0px;
    display: inline-block;
    float: left;
}

#covid-container {
    background-color: #ebff6b;
    color: black;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
}

#covid-container a {
    color: black;
}

#covid-container a:hover {
    opacity: 0.5;
}


/*
************ GALLERY ************ 
 */

.gallery-video-container {
    color: #c9c9c9;
    margin: auto;
    margin-top: 25px;
    display: block;
    text-align: center;
    /* display: flex;
  flex-wrap: wrap; */
}

.gallery-entry {
    width: 75%;
    margin: 25px auto;
    /* border: 1px solid; */
    display: block;
    padding: 5px;
}

.gallery-entry video {
    width: 90%;
}

.gallery-entry video:focus {
    outline: 1px solid;
}

.gallery-entry-name {
    margin: 15px;
}

.question {
    font-weight: bold;
}

.qa {
    margin: 25px 0;
}