@font-face{
	font-family: "Gotham Black";
	src: url("fonts/Gotham Black Regular.ttf") format("truetype");
}

nav {
	background-color: #DC9928;
	text-transform: uppercase;
}

.nav-link{
	color:white!important;
}

h3{
	font-family: "Gotham Black", regular;
	font-size: 35px;
}
h4{
	font-family: "Gotham Black", regular;
	font-size: 24px;
}

h2{
	font-family: "Gotham Black", regular;
	font-size: 45px!important;
}

h5{
	font-size:24px;
}
.ParallaxVideo{
	height: 680px;
	padding-bottom: 50px;
	padding-top: 50px; 
}
.ParallaxVideo video{
	min-width: 100%;
	position: fixed;
	top:0;
	z-index: -999;
}
.ParallaxVideo h1 {
	color: #fff;
	font-size: 76px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

@font-face{
	font-family: "Gotham Black";
	src: url("../fonts/Gotham Black Regular.ttf") format("truetype");
}

.sli{
	background-color: #434343;
	padding-bottom: 30px;
	margin-bottom: 0;
}

.swiper-2 {
	width: 100%;
	height: 500px;
	margin-left: auto;
    margin-right: auto;
}

.slide-2 {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 30px) / 2);
	background-position: center;
	background-size: cover;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-3 {
	width: 100%;
	height: 555px;
	margin-left: auto;
    margin-right: auto;
}
.slide-3 {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((200% - 30px) / 2);
	background-position: center;
	background-size: cover;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.swiper-slide .title {
	margin-top: 300px;
	margin-bottom: 300px;
	font-size: 41px;
	font-weight: 300;
	background-color: rgba(255, 255, 255, 0.6);
	padding-left: 10%;
	padding-right: 10%;
}
.swiper-slide .subtitle {
	font-size: 21px;
}
.swiper-slide .text {
	font-size: 14px;
	max-width: 400px;
	line-height: 1.3;
}

@media (min-width: 501px) {
}

@media (max-width: 500px) {
	
	.swiper-container {
		width: 100%;
		height: 90%;
	}

	#taller{
		height: 800px;
	}
}