body {
	overflow-x: hidden;
	font-family: 'Roboto Condensed', sans-serif;
}

.navbar {
	background: #0c6488;

}

.nav-item {
	padding-right: 90px;

}

.navbar-light .navbar-toggler {
	border: none;
}

#mainNav a {
	text-transform: uppercase;
	color: white;
}

#topBar {
	width: 100%;

}

#mainNav a:hover {
	color: #f39625;
}

.carousel {
	margin-bottom: 0;
	padding: -20 40px 30px 40px;

}

/* Reposition the controls slightly */

.carousel-control {
	left: -12px;
}

.carousel-control.right {
	right: -12px;
}

/* Changes the position of the indicators */

.carousel-indicators {
	text-align: center;
	top: auto;
	bottom: 0px;
}

/* Changes the colour of the indicators */

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

.carousel-indicators .active {
	background: #333333;
}

.sliderTag {
	text-align: right;
	color: #b3b3b3;
	font-size: 2rem;
	text-transform: uppercase;
}

.sliderPtag {
	text-align: right;
	color: #b3b3b3;
	text-transform: uppercase;
}

@media (max-width: 850px) {
	.carousel-caption {
		bottom: 10px;
	}
	.sliderTag {
		font-size: 1.5rem;
		line-height: 0;
	}
	.sliderPtag {
		font-size: 1rem;
	}
}

@media (max-width: 600px) {
	.carousel-caption {
		bottom: 0;
	}
	.sliderTag {
		font-size: 1rem;
		line-height: 0;
	}
	.sliderPtag {
		font-size: .5rem;
	}
}

@media (max-width: 420px) {
	.carousel-caption {
		bottom: 0;
	}
	.sliderTag {
		font-size: .4rem;
		line-height: 0;
		margin-bottom: .2rem;
	}
	.sliderPtag {
		font-size: .4rem;
	}
}


ul {
	list-style-type: none;
	text-align: center;
}

footer {
	background-color: #000;

}

h3 {
	color: #f39625;
	text-transform: uppercase;
	text-align: center;
	line-height: 140%;
	margin-top: 5%;
	margin-bottom: 3%;
}

.accent {
	border-bottom: #f39625 solid 2px;
}

p {
	font-size: 1.25rem;
}

.intro {
	margin-bottom: 3rem;
}

.mask {
	width: 100%;
	position: absolute;
	margin-top: 37.8%;
}

.images {
	cursor: pointer;
	width: 100%
}

.mask2 {
	width: 100%;
	position: absolute;
}

.label {
	position: absolute;
	bottom: 55%;
	color: white;
	text-transform: uppercase;
	font-size: 2.5vw;
	text-decoration: none;
}

.label:hover {
	color: #ffffffc4;
	text-decoration: none;
}

.label1,
.labelwork {
	left: 25%;
}

.label2 {
	left: 15%;
}

.label3 {
	left: 20%;
}

.label4 {
	left: 30%;
}

@media (max-width: 576px) {
	.mask,
	.mask2 {
		display: none;
	}

	.label {
		bottom: 45%;
		font-size: 1.2rem;
	}
}

.iconArea {
	margin-top: 3%;
	margin-bottom: 3rem;
}

.icon2 {
	position: absolute;
	width: 100%;
	margin-top: 35%;
}

.iconArea h4 {
	color: #f39625;
	text-transform: uppercase;
}

.iconArea h5 {
	margin-top: 1rem;
	color: white;
	text-transform: uppercase;
}

.iconArea img:hover,
.iconArea img:active,
.iconArea img:focus {
	opacity: 0.6;
}


.iconArea h4:hover,
.iconArea h4:active,
.iconArea h4:focus,
	{
	color: #e77e1e;
}

.iconArea h5:hover,
.iconArea h5:active,
.iconArea h5:focus {
	color: #f39625;
}

.iconArea a:hover,
.iconArea a:active,
.iconArea a:focus {
	text-decoration: none;
}

@media only screen and (max-width: 1000px) {
	.iconArea h4,
	.iconArea h5 {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 800px) {
	.iconArea h4,
	.iconArea h5 {
		font-size: .7rem;
	}
}

@media only screen and (max-width: 350px) {
	.iconArea h4,
	.iconArea h5 {
		font-size: .5rem;
	}
	h3 {
		font-size: 1rem;
	}
	p {
		font-size: .7rem;
	}
}

div.hr {
	width: 100%;
	height: 1px;
	background: #f39625;
	position: relative;
	margin-top: 15px;
}

div.hr:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -14px;
	left: 50%;
}

div.hr:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #f39625 transparent;
	display: block;
	width: 0;
	z-index: 1;
	left: 70%;
	transform: rotate(180deg);
}

.tablink {
	background-color: white;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	/* padding: 14px 16px; */
	font-size: 10px;
	width: 25%;
}

.tablink:hover {
	background-color: #f39625;
}

/* Style the tab content */

.tabcontent {
	padding-top: 2rem;
	display: none;
	overflow-y: hidden;
	text-align: center;
	min-height: 250px;
}

.tabcontent p {
	color: #f39625;
}

@media only screen and (max-width: 350px) {
	.tabcontent {
		min-height: 200px;
	}
}

.promotion,
.contact {
	position: relative;
	display: inline-block;
	text-align: center;
}

.donateBtn,
.donate {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	margin-top: 16.5%;
	cursor: pointer;
	background-color: #222222;
	border: none;
	color: #fff;
	width: 145px;
	height: 40px;
	text-transform: uppercase;
	font-weight: 600;
}

.donateBtn:hover {
	background-color: #fff;
	color: #222222;
	font-weight: bold;
	border: solid 3px #001949;
}

/******** Contact ********/

.contact {
	min-height: 470px;
	background-color: #222222;
}

.contactForm {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 30px auto;
	max-width: 70%;
}

.contactForm h3 {
	text-align: center;
	border-bottom: 2px solid #ffcd00;
	line-height: 0.1rem;
	margin: 10px 0 20px;
	font-size: 2em;
	font-weight: normal;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
}

.contactForm h3 span {
	background-color: #222222;
	padding: 0 5px;
}

.contactForm input {
	margin-bottom: 20px;
}

.contactForm input:first-of-type {
	margin-top: 35px;
}

.contactForm input,
.contactForm textarea {
	font-size: 1em;
	padding: 15px 10px 10px;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	width: 49%;
	margin-left: 15px;
}

.contactForm textarea {
	height: 193px;
	margin-bottom: 10px;
	width: 44%;
	margin-right: 15px;
	margin-top: -213px;
}

.contactBtn {
	font-size: 1rem;
	margin-top: 50px;
	margin-bottom: 25px;
	background-color: transparent;
	padding: 12px 45px;
	border: 2px solid #ffcd00;
	display: inline-block;
	cursor: pointer;
	width: 240px;
	height: 60px;
	color: #fff;
	text-transform: uppercase;
}

.contactBtn:hover,
.subBtn:hover {
	background-color: #ffcd00;
	color: #000;
	font-weight: bold;
}

/******** Subscribe ********/

.subscribe {
	padding-bottom: 45px;
}

.subscribe h4 {
	text-align: center;
	font-size: 20px;
	padding-top: 55px;
	padding-bottom: 15px;
}

.subscribe input {
	width: 71%;
	border: solid 1px #000;
}

.subscribe input::placeholder {
	padding-left: 10px;
}

.subBtn {
	font-size: 1rem;
	background-color: transparent;
	border: 2px solid #ffcd00;
	display: inline-block;
	cursor: pointer;
	width: 81px;
	text-transform: uppercase;
	float: right;
}

/******* Contact Information ******/

.contactInfo {
	border-right: 2px solid #ffcd00;
}

.contactTable {
	width: 85%;
}

.contactTable .top {
	padding-top: 25px;
}

.contactTable .bottom {
	padding-bottom: 74px;
}

.contactTable .right {
	float: right;
}

.contactTable th {
	text-transform: uppercase;
}

.donate {
	margin-top: 120px;
	background-color: #fed136;
	color: #000;
}

.donate:hover {
	font-weight: bold;
}

.charity {
	min-height: 200px;
}

/******* Social Media ******/

.socialMedia {
	margin-top: 45px;
	background-color: #fed136;
}

.socialIcon {
	width: 40px;
	margin-right: 10px;
	cursor: pointer;
}

.copyright {
	padding-top: 8px;
}


/******* Small screen ******/

@media (max-width: 690px) {

	.contact {
		min-height: 680px;
	}

	.donateBtn {
		margin-top: 14%;
		font-size: 13px;
		width: 80px;
		height: 25px;
	}

	.contactForm input,
	.contactForm textarea {
		width: 100%;
	}

	.contactForm textarea {
		margin-top: 0;
		margin-right: 0;
	}

	.contactInfo {
		padding-top: 20px;
		padding-bottom: 20px;
		border-right: none;
		border-bottom: 2px solid #ffcd00;
	}

	.charity {
		padding-top: 20px;
	}

}
