@charset "utf-8";

body { overflow-x: hidden; }

.container-fluid { max-width: 1200px; }

.yellow { background-color: #FFD139; }

.white {}

.row.yellow .col-xl-1 p {
	font-family: Comfortaa, "Comfortaa Light", "IM FELL English";
	text-align: right;
}
.row.white .col-xl-1 p {
	font-family: Comfortaa, "Comfortaa Light", "IM FELL English";
	text-align: left;
}
.col-xl-1 {
	margin: auto;
	padding-left: 16px;
}
.col-xl-2 img{
	max-width: 100%;
	margin-top: -10px;
	margin-bottom: -10px;
}
.modal-header{
	border-bottom: 0px;
	border-color: #11ffee00;
}
.modal-title{
color: #FFFFFF;
}
.modal-content{
	background-color: #11ffee00;
	border-bottom: 0px;
	border: 0px;
}
.modal-open{
	color: #FFFFFF;
}
.btn-block{
		width: 20%;
}
a.navbutton{
	background: Transparent;
	border: 0.2em;
	color: #FFFFFF;
	outline: none;
}
a.navbutton:hover {
	border: 0.2em dotted ##FFFFFF;
	color: #FFFFFF;
	background: #11ffee00;	
	border-radius: 0.5rem;
	opacity: 0.5;
}
#btnContactUs{
	border-color: #b3b3cc;
	float: right;
	border-radius: 0.5rem;
}
#success_message{
	border-color: #b3b3cc;
	float: right;
	border-radius: 0.5rem;
}

#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
}
#navcontainer ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
}
#logo img {
	max-width: 100%;
	position: absolute;
}

#navcontainer ul li a { text-decoration: none; }

.row h1  {
	font-family: "IM FELL English", "Times New Roman";
	text-align: center;
}

.yellow h1  {
	font-family: "IM FELL English", "Times New Roman";
	text-align: center;
}

.row.yellow .col-xl-1 h1 {
	font-family: "IM FELL English", "Times New Roman";
	color: #FFFFFF;
	text-align: left;
}

.row.white .col-xl-1 h1 {
	font-family: "IM FELL English", "Times New Roman";
	color: #FFD139;
	text-align: right;
	position: relative;
	top: -58px;
}
.col-xl-1 .btn.btn-lg {
	border-radius: 9px;
	-webkit-box-shadow: 0px 3px #000000;
	box-shadow: 0px 3px #000000;
	background-color: #828282;
	font-family: "IM FELL English", "Times New Roman";
	font-size: xx-large;
	line-height: normal;
	color: #FFFFFF;
	text-shadow: 0px 0;
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -8px;
	margin-left: -8px;
}

.extendfull, .extendleft {
	padding-left: 3000px;
	margin-left: -3000px;
}

.extendfull, .extendright {
	padding-right: 3000px;
	margin-right: -3000px;
}

#team .row.white .col-xl-1 h2 {
	top: auto;
	text-align: right;
	font-family: "IM FELL English", "Times New Roman";
	color: #FFD139;
	font-size: xx-large;
}
#team .row h1   {
	top: auto;
	font-family: "IM FELL English", "Times New Roman";
	color: #FFD139;
	margin-left: auto;
	margin-right: auto;
}
#team .row.white .col-xl-1 p {
	text-align: right;
}
#team .row.white .col-xl-1 img {
	margin-bottom: 36px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFD139' 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");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFD139' 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");
}

.carousel-indicators li {
	background: #000000;
}

.carousel-indicators .active {
    background-color: #FFD139;
}

.carousel-indicators {
	top: 15px;
}

.carousel-caption {
	/*color: rgba(255,209,57,0.6);*/
	color: #FFD139;
	text-shadow: 1px 1px 1px #000000;
    left: 6%;
    text-align: left;
}

.fix-height {
	padding-top: 50px;
    padding-bottom: 20px;
}

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

@media (min-width: 100px) {
	.d-md-block {
    	display: block !important;
	}
}

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

	.row.white .col-xl-1 p {
		padding-top: 10%;
	}
	.row.white .col-xl-1 .btn {
		margin-top: 3%;
	}
	.row.white img {
		padding-top: 10px;
	}
}

@media (max-width: 768px) {
	#navcontainer {
    	padding-top: 25%;
	}

	.row.white .col-xl-1 p {
		padding-top: 3%;
	}

	.row.white .col-xl-1 img {
		padding-top: 14px;
	}

	.row.white .col-xl-1 .btn {
		margin-top: 2%;
	}	

	#team .row.white .col-xl-1 h1 {
		padding-top: 0;
	}
}

@media (min-width: 769px) {
	#navcontainer {
    	padding-top: 16%;
	}

	.row.white .col-xl-1 h1 {
    	top: 18%;
	}
}

@media (min-width: 992px) {
    #team h1 {
		padding-top: 0;
	}

	#team p {
		padding-top: 0
	}
}

@media (max-width: 992px) {

	#navcontainer {
		width: 100%;
	}

	/*.extendfull, .extendleft {
    	padding-left: 0em;
    	margin-left: 0em;
	}

	.extendfull, .extendright {
    	padding-right: 0em;
    	margin-right: 0em;
	}*/
}

@media (min-width: 1200px) {
	#navcontainer {
    	padding-top: 5%;
	}
}

@media (max-width: 1200px) {
	body{display:flex; flex-direction:row;width: 100%;}
	p { margin-bottom: 0; }
	.col-xl-2 {order:-2}
	.col-xl-1 {order:-1}
	
	#logo {
		display: flex;
		justify-content: center;
	}

    #navcontainer ul { 
		display: flex;
    	align-items: center;
    	justify-content: center;
    }

   img {
		display: block;
   		margin-left: auto;
   		margin-right: auto;
	}

	.row.white .col-xl-1 .btn {
		display: flex;
    	justify-content: center;
	}

	.row.white .col-xl-1 h1 {
		position: initial;
		text-align: center;
	}	
    

    #team .row.white .col-xl-1 p {
    	text-align: center;
    }

	.row.yellow .col-xl-1 {
	 	margin-bottom: 5%;
	}

	.row.yellow .col-xl-1 h1 {
		text-align: center;
	}

	.row.white .col-xl-1 p, .row.yellow .col-xl-1 p {
		text-align: left;
		padding: 1% 2% 0 2%;
	}

	#team p {
		padding: 0 2% 4% 2%;
	}

	#team .row.white .col-xl-1 h1 {
    	margin-top: 2%;
    }

	#team .row.white .col-xl-1 h2 {
		text-align: center;
		margin-bottom: 0;
    }

	.col-xl-1 .btn.btn-lg {
		display: block;
		margin: 0 auto;
	}

	.col-xl-2 .btn.btn-lg {
		display: block;
		margin: 0 auto;
	}
	
	.extendfull, .extendleft {
    	padding-left: 0em;
    	margin-left: 0em;
	}

	.extendfull, .extendright {
		padding-right: 0em;
		margin-right: 0em;
	}
}
