/*!
Theme Name: Epicenter-Start
Author: Rose Sherwood
Author URI: http://www.rosesherwood.com
Description: A basic WordPress Theme that utilizes the Tailwind Framework
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Epicenter-Start
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TailwindCSS for WordPress is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
    font-family: "ALSSchlangeslab";
      src: url('inc/fonts/ALSSchlangeslab/ALSSchlangeslab.woff2') format('woff2'), 
      url('inc/fonts/ALSSchlangeslab/ALSSchlangeslab.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
}

@font-face {
    font-family: 'DINNextLTPro-Regular';
    src: url('inc/fonts/DINNextLTPro-Regular/DINNextLTPro-Regular.eot');
    src: url('inc/fonts/DINNextLTPro-Regular/DINNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('inc/fonts/DINNextLTPro-Regular/DINNextLTPro-Regular.svg#DINNextLTPro-Regular') format('svg'),
    url('inc/fonts/DINNextLTPro-Regular/DINNextLTPro-Regular.ttf') format('truetype'),
    url('inc/fonts/DINNextLTPro-Regular/DINNextLTPro-Regular.woff') format('woff'),
    url('inc/fonts/DINNextLTPro-Regular/DINNextLTPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/* @font-face {
    font-family: 'DINNextLTPro-Medium';
    src: url('inc/fonts/DINNextLTPro-Medium/DINNextLTPro-Medium.eot');
    src: url('inc/fonts/DINNextLTPro-Medium/DINNextLTPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('inc/fonts/DINNextLTPro-Medium/DINNextLTPro-Medium.svg#DINNextLTPro-Medium') format('svg'),
    url('inc/fonts/DINNextLTPro-Medium/DINNextLTPro-Medium.ttf') format('truetype'),
    url('inc/fonts/DINNextLTPro-Medium/DINNextLTPro-Medium.woff') format('woff'),
    url('inc/fonts/DINNextLTPro-Medium/DINNextLTPro-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */



html {
    width: 100%;
    height: 100%;
}
button:focus {
    outline: 0;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:hover, a:focus, a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* ----------------------------------------------
 * Generated by Animista on 2019-4-23 15:27:35
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


@-webkit-keyframes shake-vertical {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }
    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

@keyframes shake-vertical {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }
    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

.shake-vertical {
    -webkit-animation: shake-vertical 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-vertical 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}

.header-text {
    line-height: 4rem;
    font-family: "ALSSchlangeslab";
    font-size: 72px;
    letter-spacing: -0.01em;
    color: #fff;
    line-height: 80px;
}

#wpadminbar {
    display: none;
}
button {
    padding-top: 0.65rem;
    padding-bottom: 0.4rem;
    background:#8FD6BD;
    font-family: "DINNextLTPro-Regular";
}
button:hover {
    background: #000000;
    color: #34B78F;
}
.locations-text{
    font-size: 20px;
    font-family: "DINNextLTPro-Regular";
    margin-bottom: 1rem;
}
.header-content{
    font-size: 20px;
    font-family: "DINNextLTPro-Regular";
    line-height: 30px;
}
.city-desc{
    line-height: 26px;
}
footer{
    background: #34B78F;

}
footer a{
    font-family: "DINNextLTPro-Regular";
}
footer p{
    font-family: "DINNextLTPro-Regular";
}
.bg{
    background: url(./img/bg.jpg) center center no-repeat;
    background-size: cover;
    height:100vh;
    width:100vw;
    position: fixed;
}
@media screen and (max-width: 768px) {
.header-text{
    font-size: 41px;
    line-height: 45px;
}
    .header-content{
        font-size: 16px;
        line-height:21px;
        margin-top: .5rem;
    }
    .locations-text{
        font-family: "ALSSchlangeslab";
        margin-top: 2.5rem;
        font-size: 20px;
    }
}
p{
    font-family: "DINNextLTPro-Regular";
}
h1, h2, h3, h4{
    font-family: 'ALSSchlangeslab';
}
button, a {
    font-family: 'DINNextLTPro-Regular';
}
p, span, h1, h2, h3, h4, button, a{
    -webkit-font-smoothing: antialiased;
}
.promo{
    min-height: 75vh;
    
    overflow: hidden;
    
}
.bg-video {
  //position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 90vh;
  overflow: hidden;
  z-index: -1;
}

.bg-video #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 90vh;
  z-index: -2;
}
.background-video {
  width: 100vw;
  height: 90vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.header-logo{
    position: absolute;
    width:180px;
    left:50px;
    top:20px;
    
}
    @media (min-width: 768px) {
        .title-row:nth-child(2){
                    line-height: 1.15;
                    margin-left:-4rem;
                }
            
        }