:root {
  --light-grey: #f1f1f1;
  --grey: #676767;
  --main-blue: #232265;
  --pastel-blue:#6f6db1;
  --pastel-teal:#6bb1bf;
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(35, 34, 101, 0.4);
  }
  50% {
    box-shadow: 0 0 0 0px rgba(107, 177, 191, 0.9);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(35, 34, 101, 0);
  }
}
.footer-links p a:link,.footer-links p a:visited{
  color: white;
}
.mobile-menu{
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,.95);
}
.mobile-menu-items {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.mobile-menu-items li{
  text-align: center;
  padding: 10px;
}
.close-mobile-menu{
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close-mobile-menu:hover{
  opacity: .75;
}
h3{
   font-size: 24px;
    text-transform: uppercase;
    color: var(--main-blue);
    letter-spacing: 5px;
    font-weight: 700;
}
h4{
   font-size: 18px;
    text-transform: uppercase;
    color: var(--main-blue);
    font-weight: 700;
}
.row-title{
    font-size: 24px;
    text-transform: uppercase;
    color: var(--main-blue);
    letter-spacing: 10px;
    font-weight: 700;
    text-align: center;
      line-height: 2.5em;
  }
  .headline {
      position: relative;
  }
  .headline:after {
      content:' ';
      position: absolute;
      display:block;
      width: 80%;
      margin: 0 2%;
      border:1px solid #f1f1f1;
      border-radius:4px;
      -webkit-border-radius:4px;
      -moz-border-radius:4px;
      box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
      -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
      -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    left: 50%;
    transform: translateX(-50%);
       
  }
  .row-header-text{
    font-size: 14px;
    text-transform: uppercase;
    color: var(--pastel-teal);
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
  }
  .testimonial_title{
    font-size: 16px;
    text-transform: uppercase;
    color: var(--pastel-teal);
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
  }
  .testimonial_text{
    text-align: left;
    font-style: italic;
  }
  .testimonial_text b{
    font-size: 24px;
  }
  .testimonial_author, .testimonial_date{
    font-size: 10px;
    color: var(--main-blue);
  }
  .row-text{
    font-size: 14px;
    color: var(--grey);
    text-align: center;
    margin-top: 40px;
  }

  .large-title{
    font-size: 36px;
    font-weight: 100;
  }

  body{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
  }
  .logo{
  	max-width: 150px;
  }

  .hero-banner{
  	margin-left: 20px;
  	margin-right: 20px;
  	color: white;
  	background-color: black;
  	background-size: cover;
  	background-position: center center;
  }
   .hero-banner h1{
   	font-size: 30px;
   	font-weight: 400;
   	text-align: center;
   	text-shadow: 0px 0px 10px rgba(0,0,0,3);
   	position: relative;
   	top: 200px;
   	overflow: hidden;
   	margin: 0 auto;
   }
   .hero-banner h1 small{
   	font-size: 12px;
   	font-weight: 700;
   	letter-spacing: 20px;
   }
   	.hero-banner h1 small:before,
	.hero-banner h1 small:after {
	  background-color: white;
	  content: "";
	  display: inline-block;
	  height: 1px;
	  position: relative;
	  vertical-align: middle;
	  width: 50%;
	}
    .special-deal-left{
    display: flex;
    align-items: center;
    color: white;
  }
  .special-deal-left div{
    width: 100%;
  }
  .special-deal-center{
    display: flex;
    align-items: center;
  }
  .white-shadow{
    background-color: white;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.75);
width: 100%;
  }
   .special-deal-center div h1{
      color: var(--main-blue);
      letter-spacing: 10px;
      font-size: 14px;
      text-transform: uppercase;
   }
  .special-deal-right{
    color: white;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
  }
	.hero-banner h1 small:before {
	  right: 0.5em;
	  margin-left: -50%;
	}

	.hero-banner h1 small:after {
	  left: 0.5em;
	  margin-right: -50%;
	}
	.banner-footer{
		text-align: center;
		position: relative;
		top: 350px;
		text-shadow: 0px 0px 10px rgba(0,0,0,1);
	}
  .banner-large {
  	height: 615px;
  }
  .banner-thin {
  	height: 215px !important;
  }




@media (min-width: 992px) {
    .nav-bar-custom .nav li{
    width:130px;
    line-height: 50px;
  }
  body{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
  }

  .logo{
  	max-width: 250px;
  }
  .hero-banner{
  	margin-left: 20px;
  	margin-right: 20px;
  	color: white;
  	background-color: black;
  	background-size: cover;
  	background-position: center center;
  }
   .hero-banner h1{
   	font-size: 55px;
   	font-weight: 400;
   	text-align: center;
   	text-shadow: 0px 0px 20px rgba(0,0,0,1);
   	position: relative;
   	top: 200px;
   	overflow: hidden;
   	width: 600px;
   	margin: 0 auto;
   }
   .hero-banner h1 small{
   	font-size: 27px;
   	font-weight: 700;
   	letter-spacing: 20px;
   }
   	.hero-banner h1 small:before,
	.hero-banner h1 small:after {
	  background-color: white;
	  content: "";
	  display: inline-block;
	  height: 1px;
	  position: relative;
	  vertical-align: middle;
	  width: 50%;
	}

	.hero-banner h1 small:before {
	  right: 0.5em;
	  margin-left: -50%;
	}

	.hero-banner h1 small:after {
	  left: 0.5em;
	  margin-right: -50%;
	}
	.banner-footer{
		text-align: center;
		position: relative;
		top: 200px;
		text-shadow: 0px 0px 10px rgba(0,0,0,1);
	}
  .banner-large {
  	height: 615px;
  }
  .banner-thin {
  	height: 215px !important;
  }


  #character_justify {
	  position: relative;
	  margin: 0;
	  padding: 0;
	}

	

	#character_justify * {
	  margin: 0;
	  padding: 0;
	  border: none;
	}
}
@media (min-width: 768px) {
  body{
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  }
  .nav-bar-custom .nav li{
    width:100px;
    line-height: 50px;
  }
  .nav{
    flex-wrap: nowrap;
  }
  .hero-banner h1 {
    top: 100px;
  }
  .banner-footer {
    top: 150px;
  }
}
@media (min-width: 1200px) {
  body{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
  }
  .nav-bar-custom .nav li{
    width:130px;
    line-height: 50px;
  }
  .hero-banner h1 {
    top: 150px;
  }
  .banner-footer {
    top: 200px;
  }
}

#footer-theme{
	background: rgb(35,34,101);
	background: linear-gradient(0deg, rgba(35,34,101,1) 0%, rgba(107,177,191,1) 91%);
	color: white;
	padding-bottom: 60px;
	padding-top: 30px;
}
.nav-bar-custom .nav{
	width: 100%;
	text-align: center;
}

.nav-bar-custom .nav li a:link,.mobile-menu-items li a:link{
	color: var(--grey);
}
.nav-bar-custom .nav li a:visited,.mobile-menu-items li a:visited{
	color: var(--grey);
}
.nav-bar-custom .nav li a:hover,.mobile-menu-items li a:hover{
	color: var(--main-blue);
	text-decoration: none;
}

.nav-bar-custom .nav li:last-child a:link,.mobile-menu-items li:last-child a:link {
  background-color: var(--pastel-blue);
  border-radius: 4px;
  color: white !important;
  text-transform: uppercase;
  padding:5px;
  animation: shadow-pulse 2s infinite;
}
.nav-bar-custom .nav li:last-child a:visited,.mobile-menu-items li:last-child a:visited {
  background-color: var(--pastel-blue);
  border-radius: 4px;
  color: white !important;
  text-transform: uppercase;
  padding:5px;
}

.nav-bar-custom .nav li:last-child a:hover,.mobile-menu-items li:last-child a:hover {
  background-color: var(--pastel-teal);
}



.blue-btn,.btn-primary {
  background-color: var(--pastel-blue);
  border-radius: 4px;
  color: white !important;
  text-transform: uppercase;
  padding:5px;
    padding-left: 10px;
  padding-right: 10px;
  border: none;
  animation: shadow-pulse 2s infinite;
}
.blue-btn:visited,.btn-primary:visited {
  background-color: var(--pastel-blue);
  border-radius: 4px;
  color: white !important;
  text-transform: uppercase;
  padding:5px;
}
.blue-btn:hover,.btn-primary:hover {
  background-color: var(--pastel-teal);
  text-decoration: none;
}
.teal-btn {
  background-color: var(--pastel-teal);
  border-radius: 4px;
  color: white !important;
  text-transform: uppercase;
  padding:5px;
  padding-left: 10px;
  padding-right: 10px;
}
.teal-btn:visited {
  background-color: var(--pastel-teal);
  border-radius: 4px;
  color: white !important;
  text-transform: uppercase;
  padding:5px;
}
.teal-btn:hover {
  background-color: var(--pastel-blue);
  text-decoration: none;
}