@import url('https://fonts.googleapis.com/css?family=Hind|Muli&display=swap');

body{
	color:#2C2C2C;
}

p{
	font-size:1rem;
	padding-left:15px;
}

h2{
	font-size:1.5rem;
	font-weight:500;
	padding-left:15px;
	color:dimgray;
}

h4{
	font-size:1.2rem;
	font-weight:700;
	padding-left:15px;


}

h3{
	font-size:1.1rem;
	font-weight:500;
	padding-left:15px;
}

h5{
	font-size:.8rem;

}
.embed-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.embed-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.btn-dark{
	transition-duration: 0.75s ease;
}

.btn-dark:hover {
	background-color:#888;
	border-color:#888;


}

.container{
	padding-left:0px;
}

.container-2{
	padding-left:0px;
}

.navbar-nav li {
	padding-right: 20px;
	color:#222;
	background-color: white;
}

.nav-link {
	background-color: white;

}

.navbar-nav > .active > a {
  color: #222;
  background-color: white;
}
.nav-item > a:hover {
  color: #222;
  background-color: white;
}

.navbar .navbar-collapse{
	text-align:center;
}

.section-one{
	padding-left: 0px;
	padding-top: 20px;
}

#container-two img{
	display: block;margin:0 auto;
}





.fa-twitter, .fa-vimeo-v, .fa-envelope, .fa-instagram{
	color:#222;
	font-size: 2em;
	margin: 1rem;

}

/*----Contact form--*/

.contact-form{
			background:rgba(255,255,255,0);
			color:#222;
			margin-top: 10px;
			padding: 20px;
			box-shadow: 0px 0px 10px 3px grey;
		}


/*----Slider--*/
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  /*margin: auto;*/
}

/* Slideshow container */
.slideshow-container-2 {
  max-width: 100%;
  position: relative;
  padding-left:5px;
  margin: auto;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot,.dot1 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}

.active, .dot:hover, .dot1:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

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

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}



/*---Media Queries --*/
@media (max-width: 992px) {

	}

  }
@media (max-width: 768px) {



}
@media (max-width: 576px) {



}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
