/*change checkbox style
  add photos
  add load page animations*/

.margin-auto {
  margin: auto !important;
}

.container-fluid {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-12 {
  width: 100%;
}

.navbar {
  padding: 0 1rem;
  font-family: Raleway;
  z-index: 90;
}

.navbar-toggler {
  padding: 0 .25rem;
  margin: .25rem 0;
}

.navbar-brand {
  font-size: 1.3rem;
  font-family: Righteous;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #326cc9;
}

.navbar-dark .navbar-nav #navLink:hover {
  color: white;
  background: #326cc9;
}

footer {
  background: #e0e0e0;
  color: grey;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding: 5px 0;
}

.footer {
  text-align: center;
}

.footer a {
  color: grey;
  padding-left: 20px;
}

.footer a:hover {
  color: #326cc9;
}

.footer a:focus {
  color: grey;
}

.footer p {
  margin: 0;
}

.carousel-item {
  width: auto;
  white-space: nowrap;
}

.carousel-item img {
  height: 390px;
  max-height: 390px;
}

.bg-img {
  background-size: cover;
  background-position: center center;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.box-md {
  height: 390px;
  margin-top: 15px;
  box-sizing: border-box;
}

.box-lg {
  height: 490px;
  margin-top: 15px;
  box-sizing: border-box;
}

.section-header {
  padding-top: 15px;
  font-size: 32px;
  text-align: center;
  clear: both;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Gugi;
}

.social .social-item {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 33.333333%;
  height: 50%;
  color: white;
  font-size: 5.0em;
  /* text-align: center; */
}

.item-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
}

.social a {
  text-decoration: none;
}

.social .fb {
  background: #3b5998;
}

.social .pt {
  background: #cb2027;
}

.social .ig {
  background: #fb3958;
}

.social .tw {
  background: #55acee;
}

.social .yt {
  background: #ff0000;
}

.social .sc {
  background: #bab825;
}

.newsletter {
  background: #326cc9;
  text-align: center;
  color: #113a7c;
}

.newsletter h3{
  margin: 0;
  padding: 40px 0;
  font-size: 46px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-family: Righteous;
}

input[type="email"]{
  width: 80%;
  height: 75px;
  padding: 20px 110px 20px 20px;
  background-color: #113a7c;
  border: 2px solid #518eef;
  color: #1f5ec4;
  font-size: 2.0rem;
  font-family: Raleway;
}
input[type="email"]::placeholder{
  color: #1f5ec4;
}

button[type="submit"]{
  margin-left: -87px;
  margin-top: -25px;
  padding: 0;
  height: 70px;
  width: 80px;
  position: absolute;
  background-color: transparent;
  border: none;
  font-size: 5.0em;
  color: #1f5ec4;
}

.form-check{
  padding-top: 30px;
}

.form-check-label{
  font-size: 1.1em;
  color: #518eef;
}

.form-check-label a{
  text-decoration: underline;
  color: #518eef;
}

form p{
  width: 90%;
  margin: auto;
  font-size: 16px;
  color: #113a7c;
}

.store-locator {
  height: 100%;
  overflow: hidden;
  background-image: url("map.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 15px;
}

.find-btn {
  cursor: pointer;
  width: 340px;
  height: 150px;
  position: absolute;
  top: 35%;
  left: -30px;
  background-image: url("findButton.svg");
  background-repeat: no-repeat;
  z-index: 2;
  transition: all .4s ease;
}

.find-btn:hover{
  left: 0;
}

.box-overlay{
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #fff;
  opacity: 0.2;
  transition: all .4s ease;
}

.bg-img:hover .box-overlay{
  width: 100%;
}

.social-item:hover .box-overlay{
  width: 100%;
}

.zoom{
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: all .4s ease;
}

.zoom:hover{
  transform: matrix(1.02, 0, 0, 1.02, 0, 0);
}

#campaingLink {
  background-image: url("https://placeimg.com/600/400/tech");
}

#content {
  margin-top: 1.5% !important;
}

.footer-margin {
  margin-bottom: 5%;
}

@media (max-width: 1200px) {
  .box-md {
    height: 406.66;
  }
}

@media (max-width: 1200px) {
  #content {
    margin-top: 2% !important;
  }
}

@media (max-width: 990px) {
  #content {
    margin-top: 4% !important;
  }
}

@media (max-width: 990px) {
  .navbar-dark .navbar-nav #navLink:hover {
    background: rgba(0, 0, 0, 0);
    color: #326cc9;
  }
}

@media (max-width: 823px) {
  .footer-margin {
    margin-bottom: 9% !important;
  }
}

@media (max-width: 768px) {
  .footer-margin {
    margin-bottom: 18% !important;
  }
}

@media (max-width: 768px) {
  #content {
    margin-top: 5.5% !important;
  }
}

@media (max-width: 768px) {
  .newsletter h3{
    margin: 0;
    padding: 40px 0;
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: Righteous;
  }
}

@media (max-width: 768px) {
  .row h2 {
    display: none !important;
  }
}
