@charset "UTF-8";
/* CSS Document */

/* CSS for Responsive Navigation Bar */
.topnav {
  overflow: hidden;
  background-color:rgb(255,255,255);
  top: 0;
  margin: 0;
}

.topnav a {
  float: left;
  display: block;
  color: rgb(35,31,32);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  font-family: "Roboto Regular", sans-serif;
}

.topnav a:hover {
  background-color: rgb(0,141,175);
  color: rgb(255,255,255);
}

.topnav a.active {
  background-color: rgb(236,28,36);
  color: rgb(255,255,255);
}

.topnav .icon {
  display: none;
}
.navbar-brand{
 float: left;
  display: block;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*Sponsor Parallex Styling*/
@-webkit-keyframes infiniteLogoScroll {
  0% {
    transform: translateX(1920px)
  }
  100% {
    transform: translateX(-250px)
  }
}
@keyframes infiniteLogoScroll {
  0% {
    transform: translateX(1920px)
  }
  100% {
    transform: translateX(-250px)
  }
}

.logo-scroller {
  position: relative;
  overflow: hidden;
  width: 1920px; /* match animation translate */
  margin: 0 auto;
}

.logo-scroller__row {
  display: flex;
  margin: 24px 0;
  height: 100px;
  background-color: transparent;
}

.logo-scroller__item {
  box-sizing: border-box;
  position: absolute;
  padding: 0 5px;
  animation-name: infiniteLogoScroll;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 50s; /* match script duration */
}

.is-paused .logo-scroller__item {
  animation-play-state: paused;
}

.logo-scroller__logo {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px; /* match animation translate */
  height: 100px;
  padding: 15px;
}

/*Thank You Sponsors*/
h3{
font-family: anisette-std, sans-serif;
font-weight: 500;
color: rgb(0,141,174);
letter-spacing: 2px;
text-align: center;
font-size: 21px;
line-height: 2;
}

/* Footer Styling */
.footer {
    background: rgb(255,255,255);
	color:rgb(35,31,32);
	font-family: roboto, sans-serif;
    font-weight: 500;
	padding:45px 0 20px;
	text-align: left;
}

h4{
font-family: anisette-std, sans-serif;
font-weight: 500;
font-style: normal;	
color: rgb(0,141,175);
letter-spacing: 2px;
font-size:16px;
text-align: left;
}

.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
  
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none;
  text-align: left;
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.copyright-text{
  color:rgb(35,31,32);
  font-family: roboto, sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 15px;
}
.social-title{
  font-family: anisette-std, sans-serif;
  font-weight: 500;
  color: rgb(0,141,175);
  letter-spacing: 2px;
  font-size:16px;
  text-align: left;
  padding-bottom: 5px;
}
hr.new1{
border-top: 2px solid rgba(236,28,36,0.5);
padding-top:10px;
padding-bottom:5px;
}
@media screen and (max-width: 600px) {
  .social-icons{
	display:block;
	text-align: center;
	padding-left:0;
    margin-bottom:0;
    list-style:none;
	}
  .copyright-text{
	text-align: center;
	}
  .social-title{
	text-align: center;	
	}
}

/*floating action button*/
.adminActions {
  position: fixed;
  bottom: 35px; right: 35px;
}

  .adminButton {
    height: 60px;
    width: 60px;
    background-color: rgb(0,141,175);
    border-radius: 50%;
    display: block;
    color: rgb(255,255,255);
    text-align: center;
    position: relative;
    z-index: 1;
  }

    .adminButton i {
      font-size: 22px;
    }

  .adminButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
	float: center;
	color: rgb(255,255,255);
	font-family: roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 12px;
	text-decoration: none;
  }

    .adminButtons a {
      display: block;
      width: 110px;
      height: 60px;
      border-radius: 4px;
      text-decoration: none;
      margin: 10px auto 0;
      line-height: 1.25;
      opacity: 0;
      visibility: hidden;
      position: relative;
	  color: rgb(255,255,255);
	  font-family: roboto, sans-serif;
      font-weight: 500;
      font-style: normal;
	  font-size: 12px;
      box-shadow: 0 0 5px 1px rgba(0,141,175, 0.5);  
    }

      .adminButtons a:hover {
        transform: scale(1.05);
		box-shadow: 0 0 5px 1px rgba(236,28,36, 0.5);
		color: rgb(236,28,36);
      }

      .adminButtons a:nth-child(1) {background-color: rgb(0,141,175); transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;}
      .adminButtons a:nth-child(2) {background-color: rgb(0,141,175); transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;}
      .adminButtons a:nth-child(3) {background-color: rgb(0,141,175); transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;}
      .adminButtons a:nth-child(4) {background-color: rgb(0,141,175); transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;}
	  .adminButtons a:nth-child(5) {background-color: rgb(0,141,175); transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;}

      .adminActions a i {
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
      }

  .adminToggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0; left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(0,141,175,0.5);
  }

    .adminToggle:hover {
      box-shadow: 0 3px 6px 2px rgba(236,28,36,0.5);
    }

    .adminToggle:checked ~ .adminButtons a {
      opacity: 1;
      visibility: visible;
    }

/* Quotes Slideshow container */
.slideshow-container {
  position: relative;
  background: rgb(255,255,255);
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border: rgb(35,31,32);
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: rgb(0,141,175);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgb(255,255,255);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: rgb(236,28,26);
}

/* Add an italic font style to all quotes */
q {
  font-style: italic;
  font-family: "Roboto", sans-serif;
  color: rgb(35,31,32);
  }

/* Add a blue color to the author */
.author {
color: rgb(0,141,175);
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 1000px) {
  .slideshow-container{
	width:100%;
	display: block;
	}
  .card-title{
	font-size: 16px;
	}
  h1{
	font-size: 2.5vw;
	}
  h6{
	font-size: 2vw;	
	}
	}