﻿/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 0px;
  background-color: #ffffff;

}

@media (min-width: 992px) {
  body {
    padding-top: 94px;
  }
}

.portfolio-item {
  margin-bottom: 15px;
}

footer {
  padding: 50px 0;
}

footer p {
  font-size: 14px;
  margin: 0;
}

h1 {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 50px;
  margin: 0 0 5px;
  letter-spacing: 1px;
  position: center;
  text-shadow: 0px 0px 10px black,0px 0px 10px black,0px 0px 15px black,0px 0px 20px black,0px 0px 20px black;
}

h2 {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 5px;
  letter-spacing: 1px;
}

h3 {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 5px;
  letter-spacing: 1px;
}

h4 {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 5px;
  letter-spacing: 1px;
  text-shadow: 0px 0px 10px black,0px 0px 10px black,0px 0px 15px black,0px 0px 20px black,0px 0px 20px black;
}

h6 {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 25px;
  margin: 0 0 5px;
  letter-spacing: 1px;
}

.intro-section {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 0px;
}

.other-section {
  color: black;
  background: rgba(255, 255, 255, 0.1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #DC8371;

}

a:focus, a:hover {
  text-decoration: underline;
  color: #8a483b;
}

.bg-black {
	z-index: 1000;
	position: relative;
	background-color: #000000;
}

.ztop {
	z-index: 1000;
	position: relative;
}

.marg {
	padding: 20px;
	border-radius: 50%;
	font-size: 300px;
  text-align: center;
}



#mainNav {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: black;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: white;
  border: 1px solid white;
}

#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav a {
  color: white;
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: black;
}

#mainNav {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
  -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
  transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
  letter-spacing: 1px;
  border-bottom: none;
  background: black;
  text-decoration: underline;
}

#mainNav.navbar-shrink {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: #000000;
}
#mainNav .nav-link.active {
  outline: none;
}
#mainNav .nav-link.active:hover {
  color: white;
}
  
.parallax-container {
  position: fixed;
  overflow: visible;
  width: 100%;
  height: 1000%;
}
	
.parallax-layer {
  width: 100%;
  height: 1000%;
  position: fixed;
  left: 0;
  top: 0;
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 100%;
}
	
.layer-0 {
  top: -100px;
  z-index: 0;
  background-image: url('../images/para/layer_0.png');
}
	
.layer-1 {
  top: 400px;
  z-index: 2;
  background-image: url('../images/para/layer_1.png');
}

	
@media (min-width: 530px) {

	.layer-0 {
	  top: -100px;
	 }

	
	.layer-1 {
	  top: 400px;
	}

}
	
@media (min-width: 690px) {
	
	.layer-0 {
	  top: -150px;
	}
	
	.layer-1 {
	  top: 400px;
	}
	
	.layer-2 {
	  top: 1600px;
	  z-index: 3;
	  background-image: url('../images/para/layer_2.png');
	}
}

@media (min-width: 992px) {

  .intro-section {
    padding-bottom: 30px;
  }

  
  .parallax-container {
	  position: fixed;
	  overflow: visible;
	  width: 100%;
	  height: 1000%;
	}
	
	.parallax-layer {
	  width: 100%;
	  height: 1000%;
	  position: fixed;
	  left: 0;
	  top: 0;
	  background-position: top center;
	  background-repeat: repeat-x;
	  background-size: 100%;
	}
	
	.layer-0 {
	  top: -200px;
	}
	
	.layer-1 {
	  top: 650px;
	}
	
	.layer-2 {
	  top: 1500px;
	}
	
	h1{
		font-size: 70px;
		margin: 0 0 35px;
	}
	h2{
		font-size: 40px;
		margin: 0 0 35px;
	}
	h3{
		font-size: 18px;
		margin: 0 0 35px;
	}
	h4{
		font-size: 40px;
		margin: 0 0 35px;
	}

}


@media (min-width: 1200px) {
	.layer-0 {
	  top: -300px;
	}
	
	.layer-1 {
	  top: 700px;
	}
	
	.layer-2 {
	  top: 1400px;
	}
	
	h1{
		font-size: 90px;
		margin: 0 0 35px;
	}
	h2{
		font-size: 50px;
		margin: 0 0 35px;
	}
	h3{
		font-size: 24px;
		margin: 0 0 35px;
	}
	h4{
		font-size: 50px;
		margin: 0 0 35px;
	}

}

@media (min-width: 1400px) {
.layer-0 {
	  top: -350px;
	}
	
	.layer-1 {
	  top: 700px;
	}
	
	.layer-2 {
	  top: 1300px;
	}



}

@media (min-width: 1600px) {
.layer-0 {
	  top: -400px;
	}
	
	.layer-2 {
	  top: 1200px;
	}


}

@media (min-width: 1700px) {
.layer-0 {
	  top: -450px;
	}

}




.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 0%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}


