#homePage{
	color:  #f5f5f5;
	background-color: #000;
}
h2{
	font-size: 2em;
}

#job_gallery_page{
	background-color: #222;
}
#header{
	text-align: center;
	background-color: #222;
	color: #eee;
	padding-bottom: 20px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	overflow: hidden;
	height: 100%;
}
#header h1{
	font-size: 2em;
}
#header p{
	color:  #bdbdbd;
}
#footer h2{
	font-size: 1em;
}
#footer p{
	font-size: 0.7em;
}
#footer{
	background-color: #212121;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#main-nav{
	margin-top: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
#main-nav.main-nav-minimised{
	overflow: hidden;
	margin-top: -50px;
}
.navbar-inverse .navbar-brand{
	color: #e0e0e0;
}
.navbar-inverse .navbar-nav > li > a{
	color: #e0e0e0;
}
.navbar-inverse .navbar-toggle .icon-bar{
	color: #e0e0e0;
}

.navbar-inverse .navbar-toggle .icon-bar{
	background-color: #e0e0e0;
}

#mainHeading + p{
	color: #eee;
	font-size: 1.2em;
}
.telephoneNumberLink:link, .telephoneNumberLink:hover, .telephoneNumberLink:active, .telephoneNumberLink:visited {
	text-decoration: none;
	color: #eee;
}
#main{
	background-color: #ffb300;
	color: #000;
}
#main-2{
	background-color:  #212121;
	color:  #e0e0e0;
}
#jobsTextContainer{
	background-color: #212121;
	color: #e0e0e0;
}
#ourTeamContainer{
	display: flex;
	justify-content: center;
	align-items: center;
}
#profilePicFlex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap; 
	margin-right: -15px;
}
#profilePicFlex div{
	margin: 10px; 
	width: 35%;
	text-align: center;
}

#ourWorkTextContainer h3{
	font-size: 1.5em;
}
#main-3{
	background-color:  #f5f5f5;
	color: #111;
}
#mainImage{
	height: 367px;
	background: url("../img/weld6.jpg") no-repeat center;
}

#main p, #main-2 p, #main-3 p{
	font-size: 1.3em;
	text-align: right;
	padding-left: 10%;
	padding-bottom: 1em;
}
#main .img-main p {
	font-size: 1.3em;
	position: absolute;
	top: 65%;
	left: 0;
	color: black;
	width: 100%;
	background: url("../img/mask.png") no-repeat center;
	padding-right: 2em;
	padding-top: 1em;
	padding-bottom: 1.2em;
}
#main .layout, #main-2 .layout, #main-3 .layout{
	display: block;
	width: 50%;
	height: 20px;
}
#main .layout{
	border-bottom: 5px solid #000;
}
.viewWorkButton, #viewTeamButton{
	display: none;
}
p.FindOutMore{
	display: none;
}
#main-2 .layout{
	border-bottom: 5px solid #e0e0e0;;
}
#main-3 .layout{
	border-bottom: 5px solid #111;
}
#ourTeamImg{
	margin-left: -15px;
	margin-right: -15px;
}

div.img-main{
	position: relative;
	width: 33.333333333333%;
	height: auto;
	float: left;
}
#img-main-1{
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	transition: all 1.0s;
}
#img-main-2{
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	transition: all 1.0s;
	-webkit-transition-delay: 0.75s; /* Safari */
	transition-delay: 0.75s;
}
#img-main-3{
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	transition: all 1.0s;
	-webkit-transition-delay: 1.5s; /* Safari */
	transition-delay: 1.5s;
}
div.img-main img{
	width: 100%;
	object-fit: contain;
}
#myCarousel{
	display: none;
}

#jobCarousel, #ourTeamCarousel{
	margin-left: -15px;
	margin-right: -15px;
}

#myCarousel .item .carousel-text, #jobCarousel .item .carousel-text, #ourTeamCarousel .item .carousel-text{
	position: absolute;
	top: 65%;
	left: 0;
	color: black;
	width: 100%;
	padding: 15%;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	font-size: 1em;
	background: url("../img/mask.png") center;
}
.carousel-text-jobName{
	display: inline-block; 
	padding-top: 6px; 
	padding-bottom: 6px; 
	line-height: 1.43"
}
#homePage .jobCarouselImage, #homePage .myCarouselImage{
	width: 100%;
}
#jobCarousel .item .carousel-text, #ourTeamCarousel .item .carousel-text{
	font-size: 1.5em;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;   
    cursor: inherit;
    display: block;
	
}
#image_demo{
	height: auto;
}
#galleryList{
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 100;
	padding-top: 6px;

}
#galleryList .btn{
	margin-bottom: 6px;
	margin-right: 6px;
}
#galleryList .btn:first-child{
	margin-left: 6px;
}
#imagesContainer img{
		margin-top: 10px;
}
#adminPanel{
	margin-top: 80px;
	color: black;
}
#changeJobForm .btn{
	margin-bottom: 10px;
}
#jobChangeList li, #staffChangeList{
	list-style-type: none;
}
#adminLogOff{
	float: right;
}
.imageForDeletion{
	margin-bottom: 4px;
}
.carousel-text a{
		float: right;
	}

#flexBox{
	display: flex;
	justify-content: center;
	align-items: center;
}
#ourWorkTextContainer{
	font-size: 1.3em;
}

@media only screen and (max-width: 1200px) {
	
	#jobCarousel .item .carousel-text, #ourTeamCarousel .item .carousel-text{
		font-size: 1.2em;
		line-height: 1em;
		padding-right: 10%;
		padding-left: 10%;
	}
		
	.bannerText{
		padding-right: 30px;
		padding-left: 30px;
	}
	#ourWorkTextContainer{
		font-size: 1em;
		padding-top: 15px;
		padding-bottom: 30px;
	}
	#main .img-main p{
		font-size: 1.1em;
	}	
	#main p, #main-2 p, #main-3 p{
		font-size: 1.3em;
	}
}

@media only screen and (max-width: 960px) {
	#main .img-main p{
		font-size: 0.9em;
	}	
	#main p, #main-2 p, #main-3 p{
		font-size: 1.1em;
	}
	#main h2, #main-2 h2, #main-3 h2{
		font-size: 1.5em;
	}
}


@media only screen and (max-width: 600px) {	

	
	#jobCarousel{
		display: none;
	}
	
	#jobCarousel .item{
		text-align: justify;
	}
	
	
	#ourTeamCarousel .item{
		text-align: center;
	}
	#ourTeamCarousel .item h3{
		margin-top: 0;
		margin-bottom: 0;
	}
	div.img-main{
		width: 100%;
	}
	#mainImage{
		display: none;
	}
	.viewWorkButton, #viewTeamButton{
		display: inline-block;
	}
	p.FindOutMore{
		display: block;
		font-style: italic;
	}
	#myCarousel{
		display: block;
	}
	.carousel-control, .carousel-control:hover, .carousel-indicators{
		opacity: 1;
	}
	.img-main{
		display: none;
	}
	#main p, #main-2 p, #main-3 p{
		font-size: 1em;
		margin-right: 1em;
		padding-bottom: 0.5em;
	}
	#main p a, #main-2 p a, #main-3 p a{
		text-decoration: none;
		color: #e0e0e0;
	}
	
	#main div.image-mask p{
		font-size: 2em;
		color: black;
	}
	
	#imagesContainer{
		clear: left;
		margin-left: -15px;
		margin-right: -15px;

	}
	#imagesContainer:first-child{
		margin-top: 50px;
	}
	#imagesContainer img{
		margin-top: 5px;
	}
	#jobGallery{
		display: none;
	}
	#galleryList .btn:first-child{
		margin-left: 0;
	}
	#footer{
		padding-top: 10px;
		padding-bottom: 30px;
	}	
	
	#ourWorkTextContainer, #profileImagesContainer{
		display: none;
	}
	.bannerText{
		padding-right: 0px;
		padding-left: 0px;
	}
} 



