@font-face {
  font-family: 'Varsity';
  src: url('/fonts/varsity_regular.woff2') format('woff2'),
       url('/fonts/varsity_regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
    background: black;
}

.mobile-nav-img {
    display: none;
}

.page-header {
    color: tan;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 8rem;
    font-family: 'Varsity', sans-serif;
}

.page-sub-header {
    color: tan;
    text-align: center;
    font-size: 2rem;
    top: 0;
}

.nav-container {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
}

.nav-bar {
    margin: 0;
    height: 300px;
    background: url('images/machines.png');
}

.nav-img {
    z-index: 100;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.nav-bar-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end; 
    background-color: rgba(0,0,0, 0.6);
    height: 300px;
}

.nav-links {
    list-style-type: none;
    text-align: center;
    padding: 25px;
    font-size: 2.7rem;
}

.nav-links a {
    color: white;
    text-decoration: none;
}

.nav-links a:visited {
    color: white;
    text-decoration: none;
}

.nav-links a:hover {
    color: red;
    text-shadow: 0 0 5px #f538f4, 0 0 10px #f538f4, 0 0 15px #f538f4;
}

.intro-container {
    display: flex;
    flex-direction: row;
    align-content: stretch;
}

.intro-content h1 {
    font-family: 'VarsityTeam', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: tan;
    text-align: center;
}

.intro {
    font-size: 1.7rem;
    color: white;
    vertical-align: center;
}

.intro-img1 {
    float: left;
    padding: 30px;
}

.intro-img1 img {
    border: 2px #f538f4 solid;
    max-width: 800px;
    box-shadow: 0 0 10px #f538f4, 0 0 20px #f538f4, 0 0 30px #f538f4;
    border-radius: 500px 500px 500px 500px;
}

.intro-img2 {
    float: right;
    padding: 30px;
}

.intro-img2 img {
    border: 2px #f538f4 solid;
    max-width: 800px;
    box-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
    border-radius: 400px 400px 400px 400px;
}


.intro-content li {
    font-size: 1.7rem;
    color: white;
}

.intro a {
    text-decoration: none;
}

.intro a:visited {
    color: red;
}

.mobile-intro-img2 {
    display: none;
}

.slide-container {
  width: 100%;
  /*background-image: url('ink-splatter.png');*/
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  align-items: center;  
}

.slideshow {
    width: 100%;
}

.slideshow h1 {
    color: tan;
    text-align: center;
}

.mySlides {
    display: none;
}

.mySlides img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 600px;
  position: relative;
  margin: auto;
}

.active {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
    from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-float-left {
    z-index: 5000;
}

.slide-float-left img{
    width: 500px;
    z-index: 1000;
    border: solid 10px red;
}

.slide-float-right img{
    width: 500px;
    border: solid 10px red;
}

.hr-style{
    color: red;
    box-shadow: 0 0 10px #f538f4, 0 0 20px red, 0 0 30px #f538f4;
    z-index: 100;
}

.side-line {
  left: 0;              /* or right: 0 */
  top: 0;
  height: 100%;
  width: 4px;
  background: #f538f4;  /* neon red */
  box-shadow: 0 0 15px #ff0000;
}

.foot-container {
    width: 100%;
    background-color: black;
    margin: auto;
}

.fc-img {
    max-width: 250px;
    float: right;
}

.foot-content {
    width: 70%;
}

.foot-left {
    width: 100%;
    align-items: center;
}

.foot-left h2 {
    font-family: 'VarsityTeam', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: tan;
    padding: 5px;
    margin-bottom: 0px;
}

.foot-right {
    float: right;
}

.foot-right img {
    max-width: 200px;
}


.foot-links a {
    align-items: center;
    color: white;
}

.foot-links img {
    max-width: 70px;
}

.page-links h3 {
    color: tan;
    font-size: 1.5rem;
}

.foot-links h3 {
    color: tan;
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.foot-image {
    color: tan;
    text-align: center;
    font-size: 10px;
}

.foot-center {
    width: 100%;
}

.page-links a {
    color: tan;
    font-size: 1.3rem;
    padding: 1px;
    align-items: center;
    text-decoration: none;
    width: 100%;
}

.page-links a:hover {
    color: red;
}

.title {
    font-family: 'VarsityTeam', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: tan;
    text-align: center;
}

.gallery-container {
    width: 100%;
    padding: 10px;
    background-image: url('images/slide-accent.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -350px;
}

.gallery-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.art-container {
    z-index: 100;
    width: 100%;
    position: relative;
    background-image: url('images/art-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery-image img {
    width: 400px;
    border: 2px solid white;
    margin: 10px;
}

.art-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: rgba(0,0,0, 0.8);
}

.art-image img {
    width: 600px;
    border: 2px solid white;
    margin: 10px;
}

.art-background {
    z-index: -100;
    width: 100%;
    background-image: url('images/art-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    opacity: 0.4;
}

.img-container {
    width: 100%;
}

.contact-img img{
    max-width: 700px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.form-container {
    width: 90%;
    padding: 15px;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form {
    border: none;
}

.form input[type=text], input[type=email]{
    width: 90%;
    padding: 20px;
    border: 2px solid #f538f4;
}

.form select{
    width: 93%;
    padding: 20px;
    border: 2px solid #f538f4;  
}

.form input[type=text]:focus, input[type=email]:focus, select:focus {
    box-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
}

.button {
    padding: 15px;
    background-color: black;
    border: 0.5px solid #f538f4;
    border-radius: 20px;
    color: white;
    width: 25%;
}

.button:hover {
    box-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
}

.terms-section {
    padding: 40px 20px;
    max-width: 900px;
    margin: auto;
    line-height: 1.7;
    color: #eee;
}

.terms-section h1,
.terms-section h2 {
    font-family: 'VarsityTeam', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: tan;
}

.terms-section ul {
    margin-left: 20px;
}

.terms-section hr {
    border: 0;
    border-bottom: 1px solid #444;
    margin: 30px 0;
}

.terms-section .updated {
    color: #aaa;
    margin-bottom: 20px;
}

.aftercare-section {
    padding: 40px 20px;
    max-width: 900px;
    margin: auto;
    line-height: 1.7;
    color: #eee;
}

.aftercare-section h1,
.aftercare-section h2 {
    font-family: 'VarsityTeam', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: tan;
}

.aftercare-section ul {
    margin-left: 20px;
}

.aftercare-section hr {
    border: 0;
    border-bottom: 1px solid #444;
    margin: 30px 0;
}

.aftercare-section .updated {
    color: #aaa;
    margin-bottom: 20px;
}

@media only screen and (max-width: 2304px) {
    .intro-img1 img {
        max-width: 500px;
    }
    
    .intro-img2 img {
        max-width: 500px;
    }
    
    .intro {
        font-size: 1.4rem;
    }
    
    .intro-content li {
        font-size: 1.4rem;
    }
    
    .nav-links {
        font-size: 2.2rem;
    }
    
.slide-float-left img{
    width: 450px;
}

.slide-float-right img{
    width: 450px;
}
    
}
@media only screen and (max-width: 600px) {
    .nav-bar-container {
        flex-direction: column;
        padding-bottom: 10px;
    }
    
    .nav-img {
        display: none;
    }
    
    .nav-links {
        font-size: 1.7rem;
    }
    
    .intro {
        font-size: 1rem;
    }
    
    .intro-content li {
        font-size: 1rem;
    }
    
    .intro-img1 img {
        width: 250px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    
    .intro-img2 {
        display: none;
    }
    
    .mobile-intro-img2 {
        display: block;
    }
    
    .mobile-intro-img2 img {
        width: 250px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        box-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
        border-radius: 400px 400px 400px 400px;
        border: 2px #f538f4 solid;
    }
    
    .page-header {
        font-size: 2.2rem;
    }
    
    .mobile-nav-img {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 250px;
    }
    
    .intro-content {
        display: flex;
        flex-direction: column;
    }
    
    .slide-float-right, .slide-float-left {
        display: none;
    }
    
    footer {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    
    .foot-image img {
        display: none;
    }
    
    .fc-img {
        max-width: 150px;
    }
    
    .contact-img img {
        max-width: 250px;
    }
    
    .art-image img {
        max-width: 375px;
    }
    
    .button {
        width: 100%;
    }
    
    .gallery-image img {
        max-width: 375px;
    }
    
    .gallery-container {
        background-image: none;
    }
    
    .gallery-content {
        flex-direction: column;
    }
    
    .art-content {
        flex-direction: column;
    }
}