/*
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

@media only screen and (max-width: 1200px) {
    html {
        background-size: cover;
    }
}
@media only screen and (min-width: 1201px) {
    html {
        background-size: cover;
    }
}
*/
@font-face {
    font-family: LibreBaskerville;
    src: url("fonts/LibreBaskerville-Regular.ttf") format('truetype');
        font-weight: normal;
        font-size: normal;  
}
@font-face {
    font-family: Aldhabi;
    src: url("fonts/Aldhabi.ttf") format('truetype');
        font-weight: normal;
        font-size: normal;
}
@font-face {
    font-family: BebasNeue;
    src: url("fonts/BebasNeue-Regular.woff2") format('woff2');
        font-weight: normal;
        font-size: normal;
}
/*
@font-face {
    font-family: Alegreya, sans-serif;
    src: url("fonts/AlegreyaSansSC-Regular.ttf") format('truetype');
        font-weight: normal;
        font-size: normal;
  }
*/
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
  
@-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
  
@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
  
@-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

* {
    box-sizing: border-box;
   /* color: rgb(80, 80, 80); */
}

html {
    margin: 0;
    padding: 0;
 /*   background-image: url("images/scratch_bg_side2a.jpg");
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    */
}

.nav ul {
    margin: 0;
    text-align: center; 
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: normal;
    background-color: black;
}
.nav li {
    display: inline;

}
.nav a {
    display: inline-block;
    padding: 0.5em;
    color: white;
    text-decoration: none;
    
}
.nav a:hover {
    background-color: rgb(110, 110, 110);
}

.main-nav {
    text-align: hover;
    font-family: Lato, sans-serif;
    font-size: 1.1em;
    font-weight: lighter;
    border-bottom: 1px solid lightgrey;
}

.main-nav li {
    padding: 0 5%;
}
.intro {
    font-family: LibreBaskerville, serif;
    font-style: normal;
    font-size: clamp(20px, 0.8vw, 90px);
    margin-left: 6vw;
    margin-right: 6vw;
    text-align: center;
    line-height: 3vw;
}


.fancy-header {
    background-color: #ffffff;
    background-image: url("images/cell_bars_2.jpg");
    background-blend-mode: multiply;
    background-size: 100%;
}
/*
.box {
    height: 100px;
    width: 100px;
    padding: 20px;
    margin: 50px;
    border: 10px #ff0000;
}
*/
.org-name {
    text-align: center;
    margin: 0;
    font-size: 4em;
}



.title-logo {
    display: block;
    max-width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto; 
}

.crew-pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    width: 70%;
    max-width: 80%;
}

.hl-ctr {
    display: grid;
    grid-template-columns: 3;
    grid-template-rows: 1;
}
.hl-ctr-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.hl-ctr-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    color: #000000;

    margin-top: 2.5vw;
    margin-bottom: 1.5vw;
    margin-left: 0;
    margin-right: 0;
    padding: 0;

    justify-content: center;
    text-align: center;
    text-decoration: none;

    display: inline-block;

    /* Keeps line from having lots of space above/below on smaller screens. */
    line-height: 0.70;
    font-size: clamp(45px, 2.7vw, 110px);
    font-family: BebasNeue;

}
.hl-ctr-3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.fade-in-text {
    animation: fadeIn 2s;

    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}
  

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    align-items: center;
}

/* Create two equal columns that sits next to each other */
.column-thin {
    flex: 5%;
    padding: 0 4px;
}
.column-image {
    flex: 40%;
    padding: 0 4px;
}
.column-video {
    flex: 40%;
    padding: 0 0%;
}
.column-smallimg {
    flex: 40%;
    padding: 0 0%;
}

.column-image img {
    margin-top: 2vw;
    margin-bottom: 2vw;
    vertical-align: middle;
    justify-content: center;
    max-width: 100%;
    display: flex;
}

.column-smallimg {
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-left: 1vw;
    margin-right: 1vw;
    vertical-align: middle;
    justify-content: center;
    max-width: 65%;
    display:flex;
}
.column-text {
    flex: 40%;  
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    margin: 1vw;
    align-items: center;    
}
.regular-text {
    font-family: "LibreBaskerville", serif;
    font-weight: 100;
    font-style: normal;
    font-size: clamp(22px, 1.1vw, 80px);
    margin-left: 6vw;
    margin-right: 6vw;
    text-align: center;
}
/* Grid for centered headlines below the first */
.hl-ctr-sml {
    display: grid;
    grid-template-columns: 3;
    grid-template-rows: 1;
}
.hl-ctr-sml-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.hl-ctr-sml-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    color: #000000;

    margin-top: 3vw;
    margin-bottom: 1.5vw;
    margin-left: 0;
    margin-right: 0;
    padding: 0;

    justify-content: center;
    text-align: center;
    text-decoration: none;

    display: inline-black;
    font-size: clamp(35px, 3vw, 100px);
    font-family: BebasNeue;
}
.hl-ctr-sml-3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

iframe:focus {
    outline: none;
}

iframe[seamless] {
    display: block;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    border-width: 20px;
    border-color: red;
    z-index: 1;
    overflow: hidden;
}

/* Typing animation attempt */
.typed-out {
    overflow: hidden;
 /*   border-right: 0.15em solid orange; [Cursor] */
    white-space: nowrap;
    font-size: clamp(50px 3.2rem 150px);
    width: 0;
    animation: typing 1.5s forwards;
    padding-top: 1rem;
}

.black-footer {
    background-color: black;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
    font-size: clamp(10px, 1rem, 20px);
    color: white;
}

a.link-one:link {
    color:#3100a3ef;
    font-family: "LibreBaskerville", serif;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
}
a.link-one:visited {
    color:#3100a3ef;
    font-family: "LibreBaskerville", serif;
    font-weight: 400;
    font-style: normal;
 }
a.link-one:hover {
    color:#3100a3ef;
    font-family: "LibreBaskerville", serif;
    font-weight: 800;
    font-style: normal;
}
a.link-one:active {
    color: black;
    font-family: "LibreBaskerville", serif;
    font-weight: 800;
    font-style: normal;
}


a.link-two:link {
  color: lightgray;
  text-decoration: none;
}

a.link-two:visited {
color: whitesmoke;

}

a.link-two:hover {
  color: white;
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 800;
  font-style: normal;
}

a.link-two:active {
  color: white;

} 


.alegreya-sans-sc-regular {
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }