/*! main.css  */
/* CSS styling for mammashirls.com */
/* all content copyright bracken fields multimedia 2018 cannot be reproduced in any way without written consent */
/** {
   border: 1px solid red !important;
}*/

body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.4em;
  color: #818181;
}
h1 {
  font-size: 24px;
  text-shadow: 4px 4px 4px #aaa;
}
h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #336699;
  font-weight: 600;
  margin-bottom: 30px;
}
h3 {
  font-size: 22px;
  margin-bottom: 30px;
  color: #336699;
  font-weight: 600;
  text-shadow: 4px 4px 4px #aaa;
}

h4 {
  font-size: 20px;
  line-height: 1.375em;
  color: #336699;
  font-weight: 400;
}
.banner-text {
  font-size: 22px;
  text-shadow: 4px 4px 4px #aaa;
}

.btn-lg {
  width: 100%;
  margin-bottom: 35px;
}  
img {
  border: 10px;
  border-color: #336699;
  padding-left: 10px;
  padding-right: 10px;
}
.text-right {
  padding-right: 10px;
}

.text-left {
  margin-left: 10px;
  padding-left: 10px;
}

.text-red {
  color: red;
}
.text-blue {
  color: #336699;
}

.container-fluid {
  padding: 60px 50px;
}
.bg-grey {
  background-color: #f6f6f6;
}
.logo-small {    
  color: #336699;
  font-size: 50px;
}
.logo {
  color: #336699;
  font-size: 200px;
}
.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.carousel-caption {
  color: #818181;
  text-shadow: none;
  text-align: left;
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
  color: #336699;
}
.carousel-caption h3 {
  visibility: hidden;
}
.carousel-indicators {
  visibility: hidden; 
}
.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  /*    margin: 70px 0;*/
}
.item span {
  font-style: normal;
}
.item {
  text-align: left;
}
.panel {
  border: 1px solid #336699; 
  border-radius:0 !important;
  transition: box-shadow 0.5s;
}
.panel:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
  border: 1px solid #336699;
  background-color: #fff !important;
  color: #336699;
}
.panel-heading {
  color: #fff !important;
  background-color: #336699 !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-footer {
  background-color: white !important;
}
.panel-footer h3 {
  font-size: 32px;
}
.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}
.panel-footer .btn {
  margin: 15px 0;
  background-color: #336699;
  color: #fff;
}

.navbar {
  margin-bottom: 0;
  background-color: #336699;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}
.navbar li a, .navbar .navbar-brand {
  color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #336699 !important;
  background-color: #fff !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}
footer {
  font-size: 14px;
  line-height: 1em;
}
footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: #336699;
}
.slideanim {visibility:hidden;}
.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  visibility: visible;
}
.clients {
  height: 750px;
  line-height: 1.375em;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}


.map-size {
  overflow:hidden;
  height:400px;
  width:100%;
  color: #000000; 
}

.map {
  height: 100%;
}




/* iphone 6 normal and (orientation: portrait)*/
@media screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait)  {

  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

}

@media screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape)  {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)  {

  .carousel-caption h3 {
    visibility: hidden;
  }
  .carousel-indicators {
    visibility: hidden; 
  }
  .clients {
    height: 625px;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)  {
  .carousel-caption h3 {
    visibility: hidden;
  }
  .carousel-indicators {
    visibility: hidden; 
  }
  .clients {
    height: 600px;
  }
  .item {
    padding-left: 15%;
    padding-right: 15%;
    text-align: left;
  }
} 

@media only screen and (min-width: 1025px) and (orientation: landscape) {
  h1 {
    font-size: 28px;
    text-shadow: 4px 4px 4px #aaa;
  }
  h2 {
    color: #336699;
  }
  h3 {
    font-size: 26px;
    color: #336699;
    text-shadow: 4px 4px 4px #aaa;
  }
  h4 {
    color: #336699;
  }
  .banner-text {
    font-size: 28px;
    text-shadow: 4px 4px 4px #aaa;
  }
  .clients {
    height: 600px;
  }
  .item {
    padding-left: 25%;
    padding-right: 25%;
    text-align: left;
  }
  .pad25 {
    padding-left: 25%;
    padding-right: 25%;
  }
  .carousel-caption h3 {
    visibility: hidden;
  }
  .carousel-indicators {
    visibility: hidden; 
  }
}



@media screen and (max-width: 520px){
.carousel-caption h3 {
  visibility: hidden;
}
.carousel-indicators {
  visibility: hidden; 
}
}

@media screen and (max-width: 480px) {
  .logo {
    font-size: 150px;
  }
  .carousel-caption h3 {
    visibility: hidden;
  }
  .carousel-indicators {
    visibility: hidden; 
  }
}

@media screen and (max-width: 400px){
  .carousel-caption h3 {
    visibility: hidden;
  }
  .carousel-indicators {
    visibility: hidden; 
  }
}
