@font-face{
  font-family:Circular;
  src: url(../fonts/CircularStd-Medium.otf);
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family:Circular-Bold;
  src: url(../fonts/CircularStd-Bold.otf);
  font-weight: bold;
  font-style: normal;
}

@font-face{
  font-family:Circular-Book;
  src: url(../fonts/CircularStd-Book.otf);
  font-weight: lighter;
  font-style: normal;
}

@font-face{
  font-family:Roboto-Light;
  src: url(../fonts/roboto-mono_light.ttf);
  font-weight: lighter;
  font-style: normal;
}

@font-face{
  font-family:Roboto-Light-Italic;
  src: url(../fonts/roboto-mono_light-italic.ttf);
  font-weight: lighter;
  font-style: italic;
}

@font-face{
  font-family:Roboto;
  src: url(../fonts/roboto-mono_regular.ttf);
  font-weight: bold;
  font-style: normal;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body{
  margin:0;
  padding:0;
  overflow-x: hidden;
}

a{
  text-decoration: none;
  color:#ba1c21;
}

a:visited{
  color:#ba1c21;
}

#hero{
  height:100%;
  overflow:hidden;
}

#hero video{
  mix-blend-mode: darken;
  width:100%;
}

#intro{
  height:100%;
  overflow:hidden;
}

#program{
  height:100%;
  overflow:hidden;
}

#potential{
  height:100%;
  overflow:hidden;
}

#hero h1{
  position: absolute;
  top:25%;
  text-align:center;
  color:white;
  font-size:72px;
  font-family:Circular-Book;
  font-weight:lighter;
  width:100%;
  text-align:center;
  z-index: 1;
}

#intro h1{
  font-size:105px;
  font-family:Roboto-Light;
  font-weight:lighter;
}

#program h1{
  font-size:115px;
  font-family:Roboto-Light;
  font-weight:lighter;
}

#potential h1{
  font-size:115px;
  font-family:Roboto-Light;
  font-weight:lighter;
}

#about h1{
  font-size:115px;
  font-family:Roboto-Light-Italic;
  font-weight: lighter;
  font-style: italic;
  float:right;
  margin-top:10%;
}

#apply h1{
  font-size:115px;
  font-family:Roboto-Light-Italic;
  font-weight: lighter;
  font-style: italic;
  float:right;
  margin-top:10%;
}

#navigation{
  width:100%;
  background-color: transparent;
  height:100px;
  position:fixed;
  top:0;
  left:0;
  z-index: 999;
  transition: ease all 0.5s;
}

#navigation-scrolled{
  width:100%;
  background-color: white;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
  height:75px;
  position:fixed;
  top:0;
  left:0;
  z-index: 999;
  transition: ease all 0.5s;
}

#navigation-scrolled #main-nav ul li a{
  text-decoration: none;
  color:#ba1c21;
  margin-right:50px;
  text-transform: lowercase;
  font-size:12px;
  padding:10%;
  transition: ease all .2s;
  text-align: center;
}

#navigation-scrolled #main-nav ul li a:hover{
  background-color:#ba1c21;
  color:white;
}

#navigation-scrolled #nav-logo h3{
  color:#ba1c21;

}

#navigation-scrolled #title-ext{
  color:#ba1c21;
}

#navigation-fixed{
  width:100%;
  background-color: white;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
  height:75px;
  position:fixed;
  top:0;
  left:0;
  z-index: 999;
  transition: ease all 0.5s;
}

#navigation-fixed #main-nav ul li a{
  text-decoration: none;
  color:#ba1c21;
  margin-right:50px;
  text-transform: lowercase;
  font-size:12px;
  padding:10%;
  transition: ease all .2s;
  text-align: center;
}

#navigation-fixed #main-nav ul li a:hover{
  background-color:#ba1c21;
  color:white;
}

#navigation-fixed #nav-logo h3{
  color:#ba1c21;

}

#navigation-fixed #title-ext{
  color:#ba1c21;
}

#main-nav{
  position:absolute;
  top:15px;
  right:0;
}

#main-nav ul{
  list-style-type: none;
  font-family:Roboto-Light;
  font-weight:lighter;
  display:inline-flex;
  justify-content: space-between;
  flex-wrap:nowrap;
}

#main-nav ul li a{
    text-decoration: none;
    color:white;
    margin-right:50px;
    text-transform: lowercase;
    font-size:12px;
    padding:10%;
    transition: ease all .2s;
    text-align: center;
}

#main-nav ul li a:hover{
  background-color:white;
  color:#ba1c21;
}

#nav-logo{
  top:0;
  left:5%;
  position: absolute;
  display:inline-flex;
}

#nav-logo h3{
color:white;
font-size:20px;
font-family:Circular-Bold;
font-weight:bold;
display: inline-flex;
}

#title-ext{
  width:196px;
  overflow-x:hidden;
  color:white;
  transform:translateX(-5%);
  transition:ease all 0.2s;
  opacity:0;
}

#logo-int:hover #title-ext{
  transform:translateX(0%);
  opacity:1;
}

.institute-red-overlay{
  background:linear-gradient(rgba(186, 28, 33, 1.0),rgba(186, 28, 33, 1.0));
  height:100%;
  pointer-events: none;
}

span.bold{
  font-family:Circular-Bold;
  font-weight:bold;
}

span.book{
  font-family:Circular-Book;
  font-weight:lighter;
}

.hero-buttons-container{
  position: absolute;
  top:50%;
  width:100%;
  align-items: center;
  z-index: 1;
}

.hero-buttons-container button{
  background-color:transparent;
  color:white;
  font-family:Circular-Bold;
  font-size:14px;
  font-weight:bold;
  text-transform: uppercase;
  border:2.5px white solid;
  width:150px;
  height:50px;
  transition: ease all .5s;
}

.hero-buttons-container button:hover{
  background-color:white;
  color:#ba1c21;
  border:2.5px transparent solid;
  cursor:pointer;
}

.hero-buttons{
  margin:0 auto;
  display:flex;
  justify-content: space-between;
  flex-wrap:nowrap;
  width:25%;
}

.arrow-container{
  width:100%;
  position:absolute;
  top:85%;
  z-index: 1;
  text-align:center;
  font-size:21px;
}

.fixed{
  position:fixed;
  z-index: 1;
}

#about{
  display:inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  width:100%;
}

#apply{
  display:inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  width:100%;
}

.text-container{
  width:75%;
  text-align: center;
  margin:0 auto;
  margin-top:125px;
}

.text-container h2{
  font-size:108px;
  font-family:Circular-Bold;
  font-weight:bold;
  font-style: normal;
}

.about-container{
  background:linear-gradient(rgba(186, 28, 33, 1.0),rgba(186, 28, 33, 1.0)),url(../assets/images/about-image.jpg);
  background-blend-mode: darken;
  background-position: center center;
  background-size:cover;
  color:white;
  height:100%;
  width:50%;
  z-index: 1;
}

.about-container h1{
    margin:0px 0px 0px 0px;
}

.apply-container{
  background:linear-gradient(rgba(186, 28, 33, 1.0),rgba(186, 28, 33, 1.0)),url(../assets/images/apply-image.jpg);
  background-blend-mode: darken;
  background-position: center center;
  background-size:cover;
  color:white;
  height:100%;
  width:50%;
  z-index: 1;
}

.apply-container h1{
    margin:0px 0px 0px 0px;
}

.apply-information{
  width:50%;
}

.canvas-container{
  position:absolute;
  top:0;
  left:0;
  z-index: 0;
}

#apply-intro h3{
  font-family:Roboto-Light;
  color:#ba1c21;
  font-size:14px;
}

#gallery{
  width:100%;
  z-index: 2;
}

.gallery-intro-container{
  margin-top: 150px;
  text-align: center;
}

.gallery-container{
  margin-top:75px;
  width:100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-row{
  width: 85%;
  margin: 0 auto;
  display: inline-flex;
  justify-content: space-between;
  margin-bottom:50px;
}

.button-container{
  margin:0 auto;
  width:100
}

#about-nav{
  list-style-type: none;
  width: 100%;
  margin-left: 550px;
  font-family: Roboto-Light;
}

#about-nav li{
  padding: 5px;
  transition: ease all 0.2s;
  width: 100;
  text-align: center;
}

#about-nav li:hover{
  background-color:white;
  color:#ba1c21;
}

#button-out{
  text-align:center;
  margin:0 auto;
  background-color: transparent;
  color:#ba1c21;
  border:3px #ba1c21 solid;
  padding:10px;
  font-family:Circular;
  text-transform: uppercase;
  transition: ease all 0.2s;
  outline:none;
  margin-bottom:15px;
}

#button-out:hover{
  color:white;
  background-color:#ba1c21;
}

#events{
  width:100%;
}

.events-intro-container{
  margin-top: 150px;
  text-align: center;
}

.events-container{
  margin-top:75px;
  width:100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.events-row{
  width: 85%;
  margin: 0 auto;
  display: inline-flex;
  justify-content: space-between;
  margin-bottom:50px;
}

.card{
  height:250px;
  width:250px;
  border:15px rgba(186, 28, 33, 1.0)  solid;
  background-color:white;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: ease all 0.5s;
  z-index: 1;
}

.card:hover{
  background-color:transparent;
  border:15px transparent solid;
}

.card img{
  flex-shrink: 0;
  height:100%;
  opacity: 0;
  transition: ease all 0.5s;
  background-color:#ba1c21;
  mix-blend-mode: darken;
}

.card:hover img{
  opacity: 1;
}

.card .card-title{
  position:absolute;
  font-family:Roboto-Light;
  padding:10px;
  transition:ease all 0.5s;
  font-size:14px;
  text-align: center;
  width:215px;
}

.card .card-caption{
  position:absolute;
  margin-top:2.5%;
  font-family:Roboto-Light;
  transition:ease all 0.5s;
  font-size:10px;
  padding: 10px;
  width: 215px;
  text-align: center;
}

.card:hover .card-title{
  background-color:white;
  margin-top:50px;
}

.card:hover .card-caption{
  background-color:white;
  margin-top:100px;
}

.card-title, .card-caption{
  color:#ba1c21;
}

.card-date{
  position: absolute;
  color: #ba1c21;
  font-size: 24px;
  margin-top: -88px;
  margin-left: -90px;
  padding: 5px;
  background-color: white;
  font-family: Roboto;
  width: 50px;
}

.pixel{
  height:250px;
  width:250px;
  background-color:rgba(186, 28, 33, 1.0);
  display:inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: ease all 0.2s;
  z-index: 1;
  margin-top:15px;
}

.pixel:hover{
  background-color:rgba(186, 28, 33, 0)
}

.pixel img{
  mix-blend-mode: darken;
  flex-shrink: 0;
  height:100%;
}

.leftbox img{
  mix-blend-mode: darken;
  flex-shrink: 0;
  height:100%;
}

.pixel:hover .pixel-caption{
  color:#ba1c21;
  background-color:white;
  padding:10px;
  margin-top:75px;
}

.pixel .pixel-caption{
  position:absolute;
  color:white;
  font-family:Roboto-Light;
  padding:10px;
  transition:ease all 0.5s
}

.about-information{
  background-color:white;
  height:100%;
  width:50%;
  margin:0 auto;
  text-align:center;
}

.create-tagline{
  background:linear-gradient(rgba(186, 28, 33, 1.0),rgba(186, 28, 33, 1.0)),url(../assets/images/dancer.jpg);
  background-blend-mode: darken;
  background-position: center center;
  background-size:cover;
  color:white;
  height:100%;
  width:100%;
  z-index: 1;
  position:relative;
}

.create-tagline h1{
    margin:0px 0px 0px 0px;
}

.intro-tagline{
  background:linear-gradient(rgba(186, 28, 33, 1.0),rgba(186, 28, 33, 1.0)),url(../assets/images/class.jpg);
  background-blend-mode: darken;
  background-position: center center;
  background-size:cover;
  color:white;
  height:100%;
  width:100%;
  position:relative;
  z-index: 1;
}

.intro-tagline h1{
    margin:0px 0px 0px 0px;
}

.potential-tagline{
  background:linear-gradient(rgba(186, 28, 33, 1.0),rgba(186, 28, 33, 1.0)),url(../assets/images/potential.jpg);
  background-blend-mode: darken;
  background-position: center center;
  background-size:cover;
  color:white;
  height:100%;
  width:100%;
  position:relative;
  z-index: 1;
}

.potential-tagline h1{
    margin:0px 0px 0px 0px;
}

.roboto-italic{
  font-family:Roboto-Light-Italic;
  font-weight:lighter;
  font-style:italic;
}

.roboto{
  font-family:Roboto;
  font-style: normal;
  font-weight:bold;
}

.body-copy{
  font-family:Circular;
  font-style: normal;
  font-weight: normal;
  font-size:18px;
  margin:0 auto;
  margin-bottom:15px;
}

.intro-tagline + .body-copy{
  position: absolute;
  margin-left: 65%;
  margin-top: -500px;
  text-align: center;
  width: 25%;
}

.create-tagline + .body-copy{
  position: absolute;
  margin-left: 65%;
  margin-top: -500px;
  text-align: center;
  width: 25%;
}

.potential-tagline + .body-copy{
  position: absolute;
  margin-left: 65%;
  margin-top: -500px;
  text-align: center;
  width: 25%;
}

.institute-red{
  color:#ba1c21;
}

#arrow-down{
  color:white;
}

.footer{
  height:150px;
  background-color:#ba1c21;
  color:white;
  font-family:Roboto-Light;
  font-weight:lighter;
  font-size:12px;
  text-align:center;
  margin:0 auto;
}

.footer a{
  color:white;
  padding:5px;
  transition: ease all 0.2s;
  margin-top:25px;
}

.footer a:hover{
  color:#ba1c21;
  background-color:white;
}

.footer .fab{
  font-size:16px;
}

.footer div{
  margin-bottom:25px;
}

#nav-footer{
  top:15px;
}

.nav-footer-container{

}

#eventModal {
  display:none;
  background-color: rgba(0,0,0,0.50);
  width:100%;
  height:100%;
  z-index:4;
  position:fixed;
  left:0;
  top:0;
  animation-name:fade-in;
  animation-duration:1s;
}

#galleryModal {
  display:none;
  background-color: rgba(0,0,0,0.50);
  width:100%;
  height:100%;
  z-index:4;
  position:fixed;
  left:0;
  top:0;
  animation-name:fade-in;
  animation-duration:1s;
}

.close {
    position: absolute;
    top: 75px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor:pointer;
}

#eventModal .leftbox .rightbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#galleryModal .leftbox .rightbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@keyframes fade-in {
  from{opacity:0}
    to{opacity:1}
}

.nav-arrow-left{
  position:absolute;
  color:white;
  z-index: 5;
  font-size:32px;
  float:left;
  top:50%;
  left:20%;
}

.nav-arrow-right{
  position:absolute;
  color:white;
  z-index: 5;
  font-size:32px;
  float:right;
  top:50%;
  right:20%;
}


.leftbox, .rightbox{
  display:block;
  height:auto;
  z-index: 5;
  margin:0 auto;
  animation-name:slide-right;
  animation-duration:1s;
}

@keyframes slide-right {
  from{transform:translateX(-250%)}
  to{transform:translateX(0%)}

}


canvas {
    display: grid;
    grid-template-columns: 1fr;
  opacity:0.2;
  pointer-events:none;
  position:absolute;
  top:0;
  left:0;
  z-index: 1;
    }

.container {
  background: #FFFFFF;
  width: 660px;
  height: 540px;
  margin: 0 auto;
  position: relative;
  margin-top: 10%;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.5);
  animation-name:slide-right;
  animation-duration:1s;
}

.logo {
  float: right;
  margin-right: 12px;
  margin-top: 12px;
  font-family: "Circular-Bold", sans-serif;
  color: #ba1c21;
  font-weight: 900;
  font-size: 2.0em;
  letter-spacing: 1px;
}

.CTA {
  width: 80px;
  height: 40px;
  right: -20px;
  bottom: 0;
  margin-bottom: 90px;
  position: absolute;
  background: #7ED386;
  font-size: 1em;
  transform: rotate(-90deg);
}
.CTA h1 {
  color: #FFFFFF;
  margin-top: 10px;
  margin-left: 9px;
}
.CTA:hover {
  background: #3FB6A8;
  transition: all .3s ease;
}

.leftbox {
  float: left;
  top: -5%;
  left: 3%;
  position: absolute;
  width: 25%;
  height: 110%;
  background: #ba1c21;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

nav a {
  list-style: none;
  padding: 15px;
  color: #FFFFFF;
  font-size: 1.1em;
  display: block;
}
nav a:hover {
  color: #ba1c21;
  background-color:white;
  transition: all .3s ease;
}
nav a:first-child {
  margin-top: 7px;
}

.active {
  color: #ba1c21;
  background-color:white;
}

.works{
  display:inline-flex;
  flex-wrap:wrap;
  justify-content: space-between;
  width:100%;
}

.canvas{
  box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
  width:115px;
  height:115px;
  margin-top:25px;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.canvas img{
  width:auto!important;
  height:100%;
  margin-top:0px!important;
  flex-shrink: 0;
}

.rightbox {
  float: right;
  width: 60%;
  height: 100%;
}

.rightbox h1 {
  font-family:Roboto-Light, sans-serif;
  color: #ba1c21;
  font-size: 1.5em;
  margin-top: 40px;
  margin-bottom: 35px;
}

.rightbox h2 {
  color: #ba1c21;
  font-family: "Roboto", sans-serif;
  width: 80%;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: 2px;
}

.rightbox p {
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, #ba1c21, rgba(186, 28, 33, 0.5)) 1 0%;
  border-top: 0;
  width: 80%;
  font-family: Roboto-Light, sans-serif;
  font-size: .9em;
  padding: 7px 0;
  color: #070707;
}

.rightbox img {
  margin-top:0px;
  width:250px;
}

.btn {
  float: right;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  border: none;
  color: #3FB6A8;
}
.btn:hover {
  text-decoration: underline;
  font-weight: 900;
}

input {
  border: 1px solid #dddddd;
  font-family: "Roboto", sans-serif;
  padding: 2px;
  margin: 0;
}

.privacy h2 {
  margin-top: 25px;
}

.settings h2 {
  margin-top: 25px;
}

.noshow {
  display: none;
}

@import url(https://fonts.googleapis.com/css?family=News+Cycle);
.slider {
  font: 1.1em 'Roboto-Light', sans-serif;
  padding: 1%;
  background: #ba1c21;
  color: #fff;
  margin-bottom: 1%;
  text-transform: lowercase;
  z-index: 1;
}
.slider span {
  margin-right: .3%;
}
.slider a {
  text-decoration: none;
  color: #fff;
}

.content {
  font: 1em 'Roboto-Light', sans-serif;
  padding: 1%;
}
.content p {
  margin-bottom: 1%;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto-Light", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 12px;
}
.form button {
  font-family: "Roboto-Light", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #ba1c21;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 12px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #ba1c21;
}
.form .message {
  font-family:Roboto-Light;
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 10px;
}
.form .message a {
  color: #ba1c21;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.form-container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.form-container:before, .form-container:after {
  content: "";
  display: block;
  clear: both;
}
.form-container .info {
  margin: 50px auto;
  text-align: center;
}
.form-container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.form-container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.form-container .info span a {
  color: #000000;
  text-decoration: none;
}
.form-container .info span .fa {
  color: #EF3B3A;
}

.events-row{
  flex-wrap:wrap;
}

.gallery-row{
  flex-wrap:wrap;
}

.modal-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(186, 28, 33);
    background-color: rgba(186, 28, 33, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.modal-nav-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    list-style-type: none;
    font-family: Roboto-Light;
    text-transform: lowercase;
}

.modal-nav a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.modal-nav a:hover, .modal-nav a:focus {
    color: #f1f1f1;
}

.modal-nav .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 9999;
}

#button-for-mobile-nav{
  display: none;
  float:right;
  margin-right: 25px;
  margin-top: 25px;
  font-size:14px;
  background-color:transparent;
  color:white;
  border:0px;
  outline:none;
}

@media (max-width:1920px){

#hero video{
width:auto;
height:125%;
}
}

@media (max-width:1024px){

#hero video{
height:150%;
width:auto;
}

  .events-row{
    flex-wrap:wrap;
    width:80%;
  }
  .card{
    height:300px;
    width:300px;
    margin-top:15px;
  }

  .card-img{
    height:100%;
  }

  .card img{
    height:100%;
    width:auto;
  }

  .card-date{
    margin-top: -115px;
    margin-left: -115px;
  }

  .card .card-caption {
    margin-top:5%;
  }

  .card:hover .card-title {
    margin-top:0px;
}
}

@media (max-width:1175px){
  .pixel {
    height:350px;
    width:350px;
  }

  .pixel-img{
    width:auto;
  }

  .pixel:hover .pixel-caption{
    margin-top:0px;
  }
}

@media (max-width:824px){
  .events-row{
    flex-wrap:wrap;
    width:70%;
  }

  .pixel{
    height:300px;
    width:300px;
  }

  .pixel-img{
    width:auto;
  }

  .pixel:hover .pixel-caption{
    margin-top:0px;
  }

  .card{
    height:225px;
    width:550px;
    margin-top:15px;
  }

  .card-img{
    width:100%;
  }

  .card img{
    height:auto;
    width:100%;
  }

  .card-date{
    margin-top: -75px;
    margin-left: -210px;
  }

  .card .card-caption {
    margin-top:5%;
  }

  .card:hover .card-title {
    margin-top:0px;
}


}

@media (max-width:768px){

  #hero video{
  height:100%;
  width:auto;
  }
  
  #main-nav{
    display:none;
  }

  #navigation-fixed #button-for-mobile-nav{
    color:#ba1c21;
  }

  #button-for-mobile-nav{
    display: block;
  }

  #title-ext{
    transform:translateX(0%);
    opacity:1;
  }

  .hero-buttons-container{
    position: absolute;
    top:50%;
    width:100%;
    align-items: center;
    z-index: 1;
  }

  .hero-buttons-container button{
    background-color:transparent;
    color:white;
    font-family:Circular-Bold;
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
    border:2.5px white solid;
    width:150px;
    height:50px;
    transition: ease all .5s;
    margin-top:25px;
  }

  .hero-buttons-container button:hover{
    background-color:white;
    color:#ba1c21;
    border:2.5px transparent solid;
    cursor:pointer;
  }

  .hero-buttons{
    margin:0 auto;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    width:25%;
    margin-top:25px;
  }

  .body-copy{
    font-family:Circular;
    font-style: normal;
    font-weight: normal;
    font-size:16px;
    margin:0 auto;
    margin-bottom:15px;
    height:100%;
    width:70%;
  }

  .intro-tagline{
    position:static;
    height:50%;
  }

  .create-tagline{
    position:static;
    height:50%;
  }

  .potential-tagline{
    position:static;
    height:50%;
  }

  #intro h1{
    font-size:65px;
  }

  #program h1{
    font-size:65px;
  }

  #potential h1{
    font-size:65px;
  }

  #intro{
    height:50%;
  }

  #program{
    height:50%;
  }

  #potential{
    height:50%;
  }

  .intro-tagline + .body-copy{
    text-align: center;
    width: 100%;
    height: auto;
    background-color: white;
    font-size:16px;
    margin-left:0px;
    margin-top:0px;
    position:absolute;
  }

  .create-tagline + .body-copy{
    text-align: center;
    width: 100%;
    height: auto;
    background-color: white;
    font-size:16px;
    margin-left:0px;
    margin-top:0px;
    position:absolute;
  }

  .potential-tagline + .body-copy{
    text-align: center;
    width: 100%;
    height: auto;
    background-color: white;
    font-size:16px;
    margin-left:0px;
    margin-top:0px;
    position:absolute;
  }

  .about-container{
    width:100%;
    height:50%;
  }

  .apply-container{
    width:100%;
    height:50%;
  }

  .apply-information{
    height:720px;
  }

  .text-container{
    width:100%;
    height:50%;
  }

  #hero h1{
    font-size:54px;
  }

  #about{
    flex-wrap:wrap;
  }

  #apply{
    flex-wrap:wrap;
  }

  .gallery-row{
    flex-wrap:wrap;
    width:70%;
  }

  .events-row{
    flex-wrap:wrap;
    width:70%;
  }

  .pixel{
    height:225px;
    width:550px;
    margin-top:15px;
  }

  .pixel-img{
    width:100%;
  }

  .pixel img{
    height:auto;
    width:100%;
  }

  .card{
    height:225px;
    width:550px;
    margin-top:15px;
  }

  .card-img{
    width:100%;
  }

  .card img{
    height:auto;
    width:100%;
  }

  .card-date{
    margin-top: -75px;
    margin-left: -210px;
  }

  .card .card-caption {
    margin-top:5%;
  }

  .card:hover .card-title {
    margin-top:0px;
}

  .gallery-intro-container{
    height:5%;
    font-size:16px;
  }

  .events-intro-container{
    height:5%;
    font-size:16px;
  }

  .gallery-intro-container + .body-copy{
    font-size:16px;
  }

  .container{
    margin-top:25%;
  }

}

@media (max-width:640px){
  .card .card-date{
    margin-left:-175px;
  }

  .card-img{
    height:100%;
  }

  .card img{
    width:100%;
    height:auto;
  }

  .container{
    width:420px;
    height:540px;
  }

  .rightbox p{
    margin-left:25px;
  }

  .rightbox h1{
    margin-left:25px;
  }

  .rightbox h2{
    margin-left:25px;
  }
}
