/* Global Reset */
body, html, h1, h2, h3, h4, h5, h6, p, a, img, div, span, ul, li, input, table, form, th, tr, td, span, object, iframe, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
    font-family: 'Montserrat', Arial;
	list-style: none;
   	border-radius: 0px;
    border-spacing: 0;
}

body, html {
    width: 100%;
    height: 100%;
    background-color: #000;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

.padding {
	padding-left: 5%;
	padding-right: 5%;
}

/* Header Styles */
header {
    z-index: 100;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    height: 100px;
    position: fixed;
    -webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
    box-shadow: inset 0 0 0 1000px rgba(26,26,93,.2);
}

header .mobile-logo {
    display: none;
    height: 60px;

}

header .mobile-logo-click {
    width: 227px;
    height: 60px;
    display: none;
}

nav {
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    -webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

nav ul {
    justify-content: space-evenly;
    display: flex;
    -webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

nav ul li {
    flex-direction: row;
    width: 14.286%;
    text-align: center;
    -webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

nav ul .link {
    height: 100%;
}

nav ul .link a {
    font-size: 20px;
	font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
    line-height: 100px;
}

nav ul .link a:hover {
	background: linear-gradient(to right, #f76765, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid #C5D5E2;
    padding-bottom: 10px;
    border-image: linear-gradient(to right, #f76765, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047);
    border-image-slice: 1;
    font-weight: 600;
}

nav .logo img {
    height: 135px;
    margin-top: 10px;
    opacity: .85;
    -webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

nav .logo img:hover {
    opacity: 1.0;
    -webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

nav .link img {
    padding-top: 5px;
    height: 20px;
    margin-left:7.5px;
    margin-right: 7.5px;
    opacity: .85;
}

nav .link img:hover {
    opacity: 1.0;
}

nav .social-img {
    margin-top: 10px;
}

/* Sub Banner Styles */
.sub-banner {
    width: auto;
    padding-top: 300px;
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0, .30);
}

.sub-banner h1 {
    margin: 0 auto;
    text-align: center;
    font-size: 65px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 2px 2px #000;

}

.content {
    padding-top: 50px;
    padding-bottom: 100px;
}

.content h1 {
    font-size: 38px;
    font-weight: 800;
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(to right, #f76765, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content p {
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    line-height: 150%;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 800px;
    text-align: center;
}

.content .button {
    margin: 0 auto;
    width: 250px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #f76765;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    display: block;
    -webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
    text-align: center;
}

.content .button:hover {
    background-color: #FF7472;
}


/* Shows Styles - Every Page (included in Footer) */
.shows {
    width: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #201519;
    background-image: url(/global-images/shows.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: center;
}

.shows h1 {
    color: #FFF;
    text-align: center; 
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 700;
    background: linear-gradient(to right, #f76765, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.show {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 0px 0px 0px 0px;
    margin-bottom: 40px;
    width: 75%;
    align-items: center;
    justify-content: center;
    background-color: #202529;
    height: auto;
}

.show img {
    width: 35%;
}

.show .text {
    width: 55%;
    padding: 5%;
}

.show p {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}

.show .location {
    font-size: 28px;
    font-weight: bold;
}

.show .city-state {
    margin-bottom: 20px;
}

.show .desc {
    margin-top: 20px;
    font-size: 16px;
}

.show a {
    width: 250px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #f76765;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    display: block;
    -webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
    text-align: center;
    margin-top: 40px;
}

.show a:hover {
    background-color: #FF7472;
}

@media screen and (max-width: 1150px) {

    .shows {
        padding-top: 75px;
        padding-bottom: 75px;
        background-color: #000;
    }

    .show {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
        background-color: #202529;
        border-left: none;
        padding: 0px 0px 25px 0px;
        margin-bottom: 25px;
    }

    .shows h1 {
        font-size: 40px;
    }

    .show p {
        text-align: center;
        width: 100%;
        font-size: 20px;
    }

    .show .text {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .show img {
        width: 100%;
        margin-bottom: 20px;
    }

    .show .location {
        margin-top: 0px;
        font-size: 25px;
        font-weight: bold;
    }

    .show .desc {
        margin-top: 20px;
        font-size: 16px;
        display: none;
    }


    .show a {
        margin: 0 auto;
        font-size: 19px;
        margin-top: 20px;
        width: 75%;
        display: block;
        height: 50px;
        background-color: #f76765;
        color: #FFF;
        line-height: 50px;
    }

    .show a:hover {
        background-color: #f76765;
    }

    .show .date, .show .location, .show .time, .show .city-state {
        width: 100%;
    }

    

}

/* Slideshow container */
.slideshow-container {
    position: relative;
    background-color: #000;
    background-image: url(/images/whatpeople.JPG);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
  }

  .slideshow-container h1 {
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(to right, #f48fb1, #7e57c2, #2196f3, #26c6da, #f9a825, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 700;
  }
  
  /* Slides */
  .top-border {
    background-image: linear-gradient(to right, #f76765, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047);
    width: 100%;
    height: 59px;
    display: block;
  }

  .mySlides {
    display: none;
    padding: 100px;
    text-align: center;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 20px;
    background-image: linear-gradient(to right, #f76765, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047);
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #b0b5b9;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .actives, .dot:hover {
    background-color: #FFF;
  }
  
  /* Add an italic font style to all quotes */
  q {
    font-style: italic;
    font-weight: 700;
    font-size: 21px;
    color: #FFF;
}
  
  /* Add a blue color to the author */
  .mySlides p {
    margin-top: 10px;
    color: #4892f3;
    font-weight: 600;
    font-size: 16px;
  }



.reviews {
    padding: 100px 5% 100px 5%;
    width: 90%;
    height: auto;
    background-image: url(/global-images/reviews.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #303539;
}

.reviews h1 {
    font-size: 50px;
    color: #FFF;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.reviews .r-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}

.reviews .r-grid .quote-box {
    width: 23%;
    display: block;
    padding: 2.5%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    background-color: rgba(25,25,25, 0.5);
    margin-bottom: 25px;
    display: flex;
    align-items: center; /* Centers items vertically */
    justify-content: center;
    border-left: 3px solid #26c6da;
}

.reviews .r-grid .quote-box p {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    color: #FFF;
    line-height: 150%;
    text-shadow: 1px 1px 1px #000;
}

/* Footer Styles */
footer {
    width: auto;
    height: auto;
    padding: 75px 5% 75px 5%;
    background-image: linear-gradient(to bottom right, #031834, #1A1A5D);

    display: flex;
    justify-content: center;
}

footer .aa {
    max-width: 650px;
    text-align: center;
}

footer .aa img {
    width: 175px;
    margin: 0 auto;
    margin-bottom: 25px;
    display: block;
}

footer div h2 {
    font-size: 28px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 20px;
}

footer div p {
    color: #FFF;
    line-height: 150%;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

footer div p a {
    color: #7FBEFF;
    -webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

footer div p a:hover {
    text-decoration: underline;
}

footer div ul li a {
    color: #FFF;
    -webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
}

.lower-footer {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000043;
}

.lower-footer p {
    font-size: 12px;
    color: #FFF;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
}


@media screen and (max-width: 1000px) {
    .reviews .r-grid .quote-box {
        width: 40%;
        display: block;
        padding: 2.5%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        border-left: 0px;
    }
}

@media screen and (max-width: 950px) {
    header {
        height: 60px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-image: linear-gradient(to bottom right, #031834, #62097B);
        position: relative;
    }

    header .mobile-logo {
        display: block;
    }

    header .mobile-logo-click {
        display: block;
    }

    nav .logo {
        display: none;
    }

    nav.hide {
		display: none;
	}

    nav.showing {
		display: block;
		width: 100%;
		position: absolute;
		left: 0%;
		z-index: 1000;
		height: 100%;
        background-image: linear-gradient(to bottom right, #031834, #62097B);
		margin-top: 10px;
	}

	nav ul {
		width: 100%;
        visibility: visible;
        position: relative;
        border: none;
        background-image: linear-gradient(to bottom right, #031834, #62097B);
        box-shadow: none;
        opacity: 1.0;
        margin: 0 auto;
		padding-bottom: 10px;
        display: block;
        justify-content: baseline;
	}

    nav ul .link {
        flex-direction: none;
        width: 100%;
        height: 75px;
    }

    nav ul .link a {
        font-size: 20px;
    }

    #nav-toggle { 
        z-index: 101;
        cursor: pointer; 
		position: absolute;
		right: 5%;
		margin-top: 20px; 
        padding: 10px 35px 16px 0px; 
        float: right;
    }

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 3px;
      width: 35px;
      background: #FFF;
      position: absolute;
      display: block;
      content: '';
    }
    
    #nav-toggle span:before {
      top: -10px; 
    }
    
    #nav-toggle span:after {
      bottom: -10px;
    }

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
      transition: all 300ms ease-in-out;
    }
    
    #nav-toggle.active span {
      background-color: transparent;
    }
    
    #nav-toggle.active span:before, #nav-toggle.active span:after {
      top: 0;
    }
    
    #nav-toggle.active span:before {
      transform: rotate(45deg);
      background: #FFF;
    }
    
    #nav-toggle.active span:after {
      transform: rotate(-45deg);
      background: #FFF
    }

    .sub-banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .sub-banner h1 {
        font-size: 40px;
    }

      /* Slides */
  .mySlides {
    display: none;
    padding: 75px;
    text-align: center;
  }

  .slideshow-container h1 {
    font-size: 38px;
  }

  .prev, .next {
    background-color: rgba(255, 255, 255, 0.8);
    color: white;
  }

  .reviews h1 { 
    font-size: 40px;
  }

}

@media screen and (max-width: 700px) {

    .reviews .r-grid .quote-box {
        width: 95%;
        display: block;
        padding: 2.5%;
        margin-left: 0%;
        margin-right: 0%;
        border-left: 0px;
    }

}