/* You can add global styles to this file, and also import other style files */
@import 'deeppurple-amber.css';

@font-face {
  font-family: Lato-Light;
  src: url('assets/fonts/Lato-Light.ttf') format('ttf');
}
* {outline: none;}
body { 
  padding: 0;
  margin: 0; 
  font-family: Lato, Roboto, sans-serif; 
}
.row{
  padding: 3em 1.875em; 
  max-width: 90em;
  margin: auto;
}

/* typography */
.title{
  font-size : 2em;
  font-weight: 700;
  width: 100%;
  padding-bottom: 15px;
}
.heading{
  font-size: 1.8em;
  font-weight: 700;
}
.subtitle{
  font-size: 1.2em;
  font-weight: 400;
}
.text{
  font-size: 1em;
  font-weight: 400;
}
.link{
  color: black !important;
  font-size: 1em;
  font-weight: 700
}
.link:hover, .link:focus{
  text-decoration: underline;
}
.button{
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  border: 3px solid #000;
  padding: 10px;
  margin-bottom: 1em;
  background: #fff;
  transition: all .2s ease-in-out;
}
.button:hover , .button:focus{
  text-decoration: underline;
  transform: scale(1.1);
  -moz-box-shadow:    0px 0px 5px 4px #ccc;
  -webkit-box-shadow: 0px 0px 5px 4px #ccc;
  box-shadow:         0px 0px 5px 4px #ccc;
}
.imagelink { transition: all .2s ease-in-out; }
.imagelink:hover { transform: scale(1.1); }
.carousel 
{ display: flex; align-items: center; }

/* carousel css */
.owl-carousel .owl-stage { display: flex; align-items: center; width: fixed; }


  
  /* display: flex; align-items: center; } */
.owl-carousel {
  position: relative;
  min-width: 0px;
  }
  .owl-prev,
  .owl-next {
  position: absolute;
  top: 50%;
  margin-top: 10px; 
  height: 4em;
  width: 4em;
  opacity: 0.3;
  
  
  }
  .owl-prev:hover,  .owl-next:hover {
    opacity: 1;
  }

  .owl-prev{
    background: url("../imgs/prev.png") no-repeat scroll 50% 50% !important;
    left: -20px;
}
.owl-next{
    background: url("../imgs/next.png") no-repeat scroll 50% 50% !important;
    right: -20px;
}
.owl-carousel .prev-slide:hover{
   background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
  background-position: -0px -53px;
}
.owl-dots {
  margin-top: -10px !important;
}


.carousel-control-prev-icon {
  /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important; */
  /* left: 200px;
  margin-left: -190px; */
  
}
 
 .carousel-control-next-icon {
   /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
   right: 0;
   margin-right: -190px; */
   
  }


  .carousel-indicators{
    bottom: -50px;
  }

  .carousel-indicators li {
    background-color: #999 !important;
    background-color: rgba(70, 70, 70, 0.25) !important;
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
  
  .carousel-indicators .active {
    background-color: #444 !important;
  }

/* Mobile view  */
@media screen and (min-width: 768px) {
  .mobile-only{
    display: none;
  }
  .row{
    padding: 50px 3.1875em; 
    max-width: 90em;
    margin: auto;
  }
  .title{
    font-size : 3.067em;
    font-weight: 700;
    width: 100%;
    padding-bottom: 15px;
  }
  .heading{
    font-size: 1.867em;
    font-weight: 700;
  }
  .subtitle{
    font-size: 1.2em;
    font-weight: 400;
  }
 
  
}