/* "Top class" CSS have fun*/
/*General*/
a{
	text-decoration: none;
	color: black;
}

a:hover{
	text-decoration: none;
	color: black;
}

ul{
	/*list-style: none;*/
}

body{
	margin: 0;
    font-family: 'dinregularwebfont';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    overflow-x: hidden !important;
}

 h1{
	font-size: 2em;
	font-family: 'dinregularwebfont' !important;
}

@media(max-width: 600px){
	h1{
		font-size: 1.25em;
	}
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px !important;
    padding-left: 0 !important;
}

/*Nav Links*/
.link{
	display: inline-block;
	font-size: 15pt;
}

.links{
	color: white;
}

.footer{
	text-align: center;
}

.footer a:hover{
	font-weight: bold;
}

/*Navigation*/
.navigation{
	margin-top: 1.2em;
	position: absolute;
	background-color: rgba(202, 179, 180, 0.47);
	/* width: 68%; */
	width: 1150px;
	right: 0;
	z-index: 9999;
	padding: 0 !important;
}

.email{
    top: 43em;
}

@media(max-width: 1025px){
	.email{
		right: 0;
		top: 32;
	}

	.justify-content-end {
    	justify-content: unset !important;
    	margin-right: 0 !important;
	}

	.logo img{
		padding-top: 4em !important;
	}

	.navigation{
		margin-top: 0;
		width: 100vw;
		position: absolute;
	}

	.link{
		display: block;
		font-size: 15pt;
		text-align: center;
	}
}

.fa-envelope-o{
	color: white;
}

.logo img{
	width: 120px;
}

.navbar-toggler{
    margin-top: 0.3em !important;
    margin-bottom: 0.3em !important;
}

@media(max-width: 1519px){
	.navigation{
		width: 83%;
	}
}

/*@media(min-width: 1521px){
	.navigation{
		width: 56%;
	}
}*/

.navs-list{
   margin: 1em;
   padding-left: 0;
}

@media(min-width: 992px){
	.links{
		font-size: 0.6em !important;
	}
}


@media(min-width: 1150px){
	.links{
		font-size: 0.8em !important;
	}
}

@media(min-width: 1250px){
	.links{
		font-size: 0.8em !important;
	}
}

@media(min-width: 1508px){
	.links{
		font-size: 1em !important;
	}
}

/*Logo*/
.logo{
	position: absolute;
}

.logo img{
	padding-top: 1em;
    width: 135px;
}



/*Background-img*/
.background-img img{
	position: absolute;
	height: 100%;
}

.background-img{
	position: absolute;
	height: 100%;
}

.background-video{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;

}

.background-video-half{
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 105%;
    min-height: 105%;
    z-index: -16;
    width: 100vw;
    object-fit: cover;
    transform: translateX(-50%) translateY(-50%);
}
/*
@media(max-width: 768px){
	.background-video-half{

    min-width: 100%;
    min-height: 100%;
	}
}
*/
@media(max-height: 600px){
	.background-video-half{
    	transform: translateX(-50%) translateY(-59%);
	}
}

/*@media(max-width: 1366px){
	#contact-page{
		background-position-y: bottom;
	}
}*/

#footprint-page{
	background-image: url('../img/footprint.jpg');
	background-position: 50%;
	background-size: cover;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

#findus-page{
	background-image: url('../img/findus.jpg');
    background-position-y: bottom;
	background-size: cover;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
}

#contact-page{
	background-image: url('../img/contact-us1.jpg');
    background-position-y: center;
	background-size: cover;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
	background-position-x: center;
}

@media(max-width: 584px){
	#findus-page{
		background-position-x: -19em;
	}

	#privacy-page{
		background-position-x: -21em;
	}
}

@media(max-width: 1366px){
	#findus-page{
    background-position-y: bottom;
	}
	.details-enquiries{
	    font-size: 16pt;
	}

	.email-enquiries{
	    font-size: 16pt;
	}
}

@media(max-width: 769px){
	#findus-page{
		background-position-y: unset;
	}
}

#designers-page{
	background-image: url('../img/designers.gif');
	background-position: 50%;
	background-size: cover;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    animation-iteration-count:infinite;
}

#sponsors-page{
	background-image: url('../img/sponsors-background2.jpg');
	background-position: 50%;
	background-size: cover;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
}

#sponsors-page{
	background-image: url('../img/sponsors-background2.jpg');
}

#terms-page{
	background-image: url('../img/image7.png');
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width: 1366px){
	#terms-page{
	    background-position-y: bottom;
	}

	#sponsors-page{
    	background-position-y: bottom !important;
	}
		#credit-page{
    	background-position-y: bottom !important;
	}
}



#sponsors-page{
	background-image: url('../img/sponsors-img.jpg');
    background-position-y: bottom;
    background-repeat: no-repeat;
}

#privacy-page{
	background-image: url('../img/privacy.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#credit-page{
	background-image: url('../img/credit.png');
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#schedule-banner{
	background-image: url('../img/image6.png');
	background-position: 50%;
	background-size: cover;
    width: 100vw;
    height: 43vh;
    background-repeat: no-repeat;
}


/*Footprint Page Gallery*/
.footprint-image{
	padding: 1em;
}

.image-display{
	width: 100%;
    height: 24vw;
    object-fit: cover;
}

/*Footprint-h1 For every page*/
.footprint{
	color: white;
	padding-top: 45vh;
	font-family: 'dinregularwebfont';
	text-align: center;
    font-size: 2em;
}

.index-page-text{
	color: white;
    height: 100vh;
    text-align: center;
}

  @media(max-width: 991px){
    .mobile-index-image{
        background-image: url('../img/mobile-index.png');
    	background-position: 50%;
    	background-size: cover;
    	width: 100vw;
    	height: 103vh;
    	background-repeat: no-repeat;
    	background-position-y: bottom;
  }

      .mobile-designers-image{
        background-image: url('../img/mobile-designers.png');
    	background-position: 50%;
    	background-size: cover;
    	width: 100vw;
    	height: 100vh;
    	background-repeat: no-repeat;
    	background-position-y: bottom;
  }


      .mobile-sponsors-image{
        background-image: url('../img/sponsors-mobile.png');
    	background-position: 50%;
    	background-size: cover;
    	width: 100vw;
    	height: 100vh;
    	background-repeat: no-repeat;
    	background-position-y: bottom;
  }

      .mobile-shedule-image{
        background-image: url('../img/schedule.png');
    	background-position: 50%;
    	background-size: cover;
    	width: 100vw;
    	height: 100vh;
    	background-repeat: no-repeat;
    	background-position-y: bottom;
  }

      .mobile-registration-image{
        background-image: url('../img/reg.png');
    	background-position: 50%;
    	background-size: cover;
    	width: 100vw;
    	height: 103vh;
    	background-repeat: no-repeat;
    	background-position-y: bottom;
  }

        .mobile-footprint-image{
        background-image: url('../img/mobile-sponsors.png');
    	background-position: 50%;
    	background-size: cover;
    	width: 100vw;
    	height: 103vh;
    	background-repeat: no-repeat;
    	background-position-y: bottom;
  }

        .mobile-findus-image{
        background-image: url('../img/contact-us.jpg');
    	background-position: 50%;
    	background-size: cover;
    	width: 100vw;
    	height: 103vh;
    	background-repeat: no-repeat;
    	background-position-y: bottom;
  }
  	.mobile-aboutus-image{
		background-image: url('../img/about-mobile.jpg');
		background-position: 50%;
		background-size: cover;
		width: 100vw;
		height: 103vh;
		background-repeat: no-repeat;
		background-position-y: bottom;
	}

  .background-video-half{
        display: none;
  }
}

@media(min-width: 768px){

	.footprint-h1{
		font-size: 6.5rem !important;
	}

	.footprint-h1-contact{
		font-size: 4.5rem;
	}
}

.footprint{
	font-size: 1.7em;
}

@media(max-width: 479px){

	.image-display {
	    width: 100%;
   		height: 43vw;
   		object-fit: cover;
	}
}

/*Designer Page / Footprint Page images are in .findUsImage class*/
.findUsImage{
	width: 100%;
}

.findus-h1{
	font-size: 2.5em !important;
}

.findus-p{
	font-size: 2rem !important;
}

@media(max-width: 650px){
	.findus-h1{
	font-size: 2em !important;
	}

	.findus-p{
		font-size: 1.5rem !important;
	}
}

.tba-image{
    position: absolute;
    z-index: 1;
	top: 113vh;
    width: 1000px;
    opacity: 0.8;
}

@media(max-width: 479px){

	.tba-image{
	    position: absolute;
	    z-index: 1;
	    top: 113vh;
	    left: 0;
	    width: 100%;
	}

}

@media(max-width: 1199px){

	.tba-image{
	    width: 837px;
	}
}

@media(max-width: 1025px){
	.tba-image{
	    width: 834px;;
	}

	.navigation{
		width: 100%;
	}

	.details-enquiries{
		text-align: center !important;
	}

}

@media(max-width: 991px){

	.tba-image{
	    width: 633px;
	}

}

@media(max-width: 767px){
	.tba-image{
	    width: 512px;
	}

.tba-image{
    left: 10%;
   	top: 63em;
	width: 84%;
    opacity: 0.7;
}
}

@media(max-width: 767px){
	.tba-image{
		width: 80%;
	}
}

/*Schedule Page*/
.style-schedule{
	color: white;
	padding-top: 45vh;
	font-family: 'dinregularwebfont';
	text-align: center;
    font-size: 2em;
}

.schedule{
	text-align: center;
}


.h1-schedule-link{
    color: black;
}

@media(max-width: 768px){
	.schedule-container{
		text-align: center;
	}

	.schedule-dates{
		display: inline-block;
		text-align: center;
	}

	.schedule{
		max-width: 100%;
		padding: 1em 0 1em 0;
   	    font-size: 15pt;
	}
}

.schedule-calendar{
	width: 65vw;
	padding-top: 3vh;
}

.schedule-dates{
	margin-top: 5em;
	color: grey;
}

.schedule:hover{
	color: white;
}

.slick-next:before {
    color: black !important;
}

.slick-prev:before {
    color: black !important;
}



/*Resistration Page*/
.registration-description{
	color: white;
	padding-top: 45vh;
	font-family: 'dinregularwebfont';
	text-align: center;
    font-size: 2em;
}

.registration-description-p{
	float: right;
	width: 15em;
	text-align: left;
	font-size: 26pt;
}

.registration-description h1{
	font-size: 2em;
	font-family: 'dinregularwebfont' !important;
}

	@media(max-width: 480px){
	.registration-description h1{
		font-size: 1.5em;
		font-family: 'dinregularwebfont' !important;
	}

	.registration-description p{
		font-size: 13pt;
	}
}

.registration{
	padding-top: 45vh;
}

/*Sponsors Page*/

.sponsors-modal{
	margin-top: 2em;
	text-align: center;
    margin: 0 auto;
    padding-top: 5em;
    width: 90%;
}

.modal-button{
	width: 100%;
    color: black;
    text-shadow: 0px 4px 3px black;
    border: unset;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 1.1em;

}

.modal-button:hover{
	background-color: black;
}

.modal-button:focus{
	border: unset;
	box-shadow: unset;
}

.modal-button:active{
	background-color: black;
}

.card{
	border: 0px;
}

.card1{
	background-image: url('../img/card1.png') !important;
	background-repeat: no-repeat;
}

.card2{
	background-image: url('../img/men2.png') !important;
	background-repeat: no-repeat;
}

.card3{
	background-image: url('../img/card4.png') !important;
	background-repeat: no-repeat;
}

.card4{
	background-image: url('../img/men4.png') !important;
	background-repeat: no-repeat;
}

.card-body{
	background: black;
    color: white;
    border-radius: 7px;
	background-size: cover;
}

.card-title{
	margin-top: 1em;
	color: white;
	text-shadow: 0px 4px 3px black;
	font-size: 1.5em;
}

.card-text{
	margin-bottom: 50px;
	color: white;
	text-shadow: 0px 4px 3px black;
	font-size: 1.1em;
}

.modal-body{
	color: black;
	text-align: left;
    border: 1px solid;
    border: 0 !important;
}

.btn-primary:hover {
    border-color: black;
}

.modal-body{
	color: black;
	text-align: left;
    border: 1px solid;
}

@media (min-width: 992px){
	.modal-lg {
	    max-width: 1080px;
	}
}

.button-div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.button-div:focus{
	outline: unset;
}

.btn{
	border: 0px solid transparent;
}

.btn-primary.focus, .btn-primary:focus{
	box-shadow: 0px 0px 0px 0px rgba(0,123,255,0.5);
}

@media(max-width: 767px){
	.card{
		margin-bottom: 30px;
	}
}

@media(max-width: 768px){
	.card-title{
		font-size: 13pt;
	}
}

@media(max-width: 1024px){
	.card-title{
		font-size: 1.1em !important;
	}
}

/*Find Us*/
.locationDescription{
	padding-top: 3em;
	margin-right: 0;
}

.directionText{
	font-size: 15pt;
}

.locationImages{
	 margin: 0 7em 0 7em;
}

.pLocation{
	padding-left: 4.5em;
    padding-bottom: 2em;
    padding-top: 2em;
}

.directions-image{
	width: 70%;
}

@media(max-width: 991px){
	.mapsTrains{
		width: 110% !important;
	}
}

@media(max-width: 768px){

	.directions-image{
		width: 100%;
    	padding-left: 15px;
	}

	.mapsTrains{
		width: 200% !important;
    	padding-left: 15px;
	}

	.pLocation{
		padding-left: 0;
	    padding-bottom: 0;
	    padding-top: 3em;
	    text-align: center;
	}

	.locationDescription{
		padding-top: 3em;
		text-align: center;
	}

	.mapsCol{
		margin-top: 0;
	}

	.directionText{
		margin-top: 0;
	}

	.directionText {
	    font-size: 11pt;
	}

	.locationImages{
		 margin: 0 0 0 0;
	}

}



.mapsCol{
	text-align: right;
}

.mapsTrains{
	width: 70%;
}

/*Contact-us Page*/
.contact-us{
	top: 26em;
    right: 7em;
    color: white;
}

.contact-us h1{
	font-size: 41pt;
}

.contact-us{
	right: 0;
}

.contact-us{
	font-size: 2em;
	font-family: 'dinregularwebfont' !important;
}

@media(max-height: 600px){
	.contact-us{
	    padding-bottom: 1em;
	}
}

@media(min-height: 732px){
	.contact-us{
		padding-bottom: 0em;
	}
}

@media(max-width: 991px){
	.contact-us{
		font-size: 1.2em !important;
	}

	.contact-us{
		padding-bottom: 0em !important;
		text-align: center;
	}

	.contact-p{
		max-width: 100% !important;
		flex: 0 0 100%;
	}

	.contactus-h1{
		margin: 0 auto !important;
	    font-size: 1.1em;
	}

	.contactus-h1{
		flex: 0 0 100%;
  		max-width: 100%;
	}

	.details-enquiries{
	    font-size: 15pt !important;
	    padding-left: 15px;
	}

	.details-enquiries{
		color: white !important;
		text-align: unset;
	}
}
.details-enquiries{
	font-size: 18pt !important;
	width: unset !important;
}

@media(max-width: 480px){
	.details-enquiries{
		font-size: 14pt !important;
	}

	.footprint-h1-contact{
		font-size: 1em !important;
	}
}

.contactus-h1{
    text-align: left;
}

@media(max-width: 768px){
	.details-contact{
		width: 100vw;
	}

	.contact-p{
		margin: 0 auto !important;
	}

	.email-enquiries{
		width: 90vw;
	}

	.style-contact{
		color: white;
		padding-top: 38vh;
		font-family: 'dinregularwebfont';
		text-align: center;
    	font-size: 2em;
	}

}



@media(max-width: 1366px){
	.details-enquiries{
		margin-top: 0.3em !important;
	}
}

@media(min-width: 1367px){
	.details-enquiries{
		margin-top: 1em !important;
	}
}

@media(max-width: 1024px){
	.details-enquiries{
		color: white !important;
		text-align: left;
	}
}

.details-enquiries{
	font-size: 18pt;
    text-align: left;
}

.email-enquiries{
   font-size: 17pt;
   margin-right: 21em;
}

@media(max-width: 1024px){
	.email-enquiries{
		margin-right: 6em;
		text-align: left;
	}
}

.email-enquiries{
	font-size: 18pt;
}

@media(max-width: 991px){

	.email-enquiries{
		margin: 0 auto;
		text-align: unset;
	}

	.contact-email{
	    flex: 0 0 100%;
    	max-width: 100%;
	}
}

.style-contact{
	color: white;
	padding-top: 51vh;
	font-family: 'dinregularwebfont';
	text-align: center;
    font-size: 2em;
}

.arrow{
	position: absolute;
    bottom: 0;
    right: calc(50% - 100px);
}

.footprint-images{
    background-size: cover;
    background-position: center;
    height: 300px;
}

@media(max-width: 767px){
	.footprint-images{
    	height: 500px;
	}
}

@media(max-width: 430px){
	.footprint-images{
    	height: 300px;
	}
}

@media(max-width: 991px){
	.footprint-container-2{
		padding-top: 1em;
	}
}
.designer-logo {
	height: 25vw;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.marion {
	background-image: url("../img/marionayanote.png");
}
.kahmune {
	background-image: url("../img/kahmune-logo.jpg");
}
.jazagury {
	background-image: url("../img/jazagury.jpg");
	/* max-height: 300px; */
}
.taylorblake {
	background-image: url("../img/taylor-blake.jpg");
}
.mash {
	background-image: url("../img/mash-logo-black-2.png");
}
.yull {
	background-image: url("../img/yull-logo.png");
}
.jesusegun {
	background-image: url("../img/jesu-segun-logo.png");
}
.santewade{
	background-image: url("/img/santewade.png");
}
.calla{
	background-image: url("/img/calla.jpg");
}
.designer10{
	background-image: url("/img/designer10.jpg");
}
.liam{
	background-image: url("/img/liam_fahy_london_logo_and_box.jpg");
}
.juliet{
	background-image: url("/img/ja_logo_vector.jpg");
}
.eyato {
	background-image: url("/img/eyato-logo.jpg");
}
.card {
	border-radius: 10px;
}
