/* css Document */
body{
	background-color: black;
}

nav img {
	width: 100px;
}

nav {
	width: 100px;
}

.navbar {
	position: absolute;
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
}

.outer-container {
    width: 100%;
    height: 100%;
    text-align: center;
	z-index: -3;
}

.video-header {
    display: inline-block;
    position: relative;
	/*padding: 0;
	margin: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;*/
}

.video {
	z-index: -2;
	width: 100vw;
}

.content {
    position: absolute;
    left: 5%;
    top: 0px;
    margin: 45% 0px 0px 0px;
    padding: 5px 5px;
}

.content h1 {
    
    font-size: 50px;
    font-family: Helvetica neue;
    color: #fff;
}

.contents strong:hover {
    color: #fc9b0b;
}


.bar {
	background-image: url("../images/bar.png");
	width: 100%;
	height: 35px;
	background-repeat: repeat-x;
	padding: 0;
	margin: -10px 0 0;
}

.title {
	width: 100%;
	height:auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.title h1 {
	font-size: 50px;
	color: #fc9b0b;
	text-transform: uppercase;
}

.fa {
    padding: 7px;
    font-size: 10px;
    width: 30px;
	height: 30px;
    text-align: center;
    text-decoration: none;
	color: #FFF;
	border-radius: 100%;
	margin: 0px 5px 0px 5px;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
	text-decoration: none;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #fc9b0b;
    color: #FFF;
}

/* Twitter */
.fa-twitter {
    background: #fc9b0b;
    color: white;
}

.fa-youtube {
    background: #55ACEE;
    color: white;
}


.card {
	border: none;
	background: black;
	padding: 80px 0px;
	
}

.card-text{
	font-size: 24px;
	color: white;
	line-height: 50px;
}

.card-title {
	font-size: 24px;
	color: white;
}

.card-title a {
	text-decoration: none;
	color: #fc9b0b;
	
}

.underline1 {
  display: inline;
  position: relative;
  overflow: hidden;
}
.underline1:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: -5px;
  background: #fc9b0b;
  height: 4px;
  transition-property: left right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.underline1:hover:after,
.underline1:focus:after,
.underline1:active:after {
  right: 0;
}

.card-body {
	

	font-size: 12px;
}

.card-body strong {
	color: #fc9b0b;
	font-weight: bolder;
	
}

.card-body h3 {
	font-size: 24px;
	font-weight: 100;
}

.services-card {
	border: none;
	background: black;
}

.services-card-body {
	font-size: 12px;
	font-weight: lighter;
}

.services-card-body strong {
	color: #fc9b0b;
	font-weight: bolder;
	
}

.services-card-body h3 {
	font-size: 24px;
	font-weight: 100;
}

.icons {
	font-size: 50px;
	fill: #333;
}

.iconsimg {
	width: 40px;
	margin-top: 2px;
}

.iconsimg:hover	{
	width: 40px;
	fill: #fc9b0b;
}

.fa {
	color: #333;
}

.fa:hover {
	color: #fc9b0b;
}

.gallery {
	margin-top: 80px;
}

.gallery-video{
	width: 100%;
	min-width: 250px;
	padding-left: 0px;
	margin-left: 0px;
	align-content: left;
}

.gallery-title	{
    font-size: 12px;
    margin: 0px 0px 50px 0px;
    text-align: left;
    min-width: 250px;
    padding-left: 18px;
    padding-right: 25px;	
}

.gallery h1 {
	font-size: 50px;
	color: #fc9b0b;
	text-transform: uppercase;
	text-align: center;
}

.footer {
	padding: 30px 0px 20px 0px;
}

.footer p {
	color: white;
}

.footer h1 {
	color: #fc9b0b;
}

.footer ul li {
	color: #FFF;
	display: block;	
}

.footer ul li {
	display:inline-block;
	padding: 0px 20px 0px 20px;
	text-align: center;
}

@media only screen and (min-width : 320px) and (max-width : 550px){
	
.navbar-brand {
		margin-left: auto;
		margin-right: auto;
	}
	
	.outer-container {
    width: 100%;
    height: 100%;
    text-align: center;
	z-index: -3;
}

.video-header {
    display: inline-block;
    position: relative;
}

.video {
	z-index: -2;
	width: 100vw;
	height: auto;
	
}

.content {
    position: absolute;
    left: 25%;
    top: 0px;
    margin: 25% 0px 0px 0px;
    padding: 5px 5px;
}

.content h1 {
    
    font-size: 30px;
    font-family: Helvetica neue;
    color: #666;
}

.contents strong:hover {
    color: #fc9b0b;
}
	
.card {
	border: none;
	background: black;
	padding: 80px 0px;
	
}
	
	
.card-text {
	

	font-size: 20px;
	line-height: 34px;
}
	
.centreAlign {
		margin-left: auto; 
		margin-right: auto;
	}

.footer {
	padding: 20px 0px 20px 30px;
}
	
.footer ul li {
	color: #FFF;
	display: block;	
}

.footer ul li {
	display:inline-block;
	padding: 0px 2px;
	text-align: center;
}
}