,
header,
html {
	height: 100%;
}

body {
	height: 100%;
}




/* Navigation Bar */

#Nav a {
	color: #fffff0;
	font-weight: 700;
	font-family: Roboto;
	text-decoration: none;
	background-color: transparent
}

#Nav a:hover {
	color: #fcba03;
	text-decoration: none
}

.navbar-nav>li {
	margin-top: 14px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top
}

.navbar-nav>li>ul {
	margin-top: 0;
	padding-top: 0;
	display: none
}

.navbar-nav>li>.dropdown-menu {
	background-color: #262626;
	margin-left: 24px;
	height: auto;
	padding-top: 10px
}

.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0
}


.navbar-dark {
	background-color: #262626;
}


/* Page Fonts & Colours */

h1 {
	
	color: #fcba03; 
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
        rgba(255 255, 255, 1); 
	text-shadow: -2px 2px black;

}

.btn-custom {background-color: white; color:#fcba03;}
.btn-custom:hover{background-color: #fcba03; color:white;}

h2 {
	color: white;
	font-family: 'Roboto', sans-serif;
}

h3,
h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	padding-bottom: 10px;
	padding-top: 10px;
}

h4:hover {
	color: #4287f5
}

p {
	color: #000;
	font-family: Roboto;
	font-size: 16px;
	text-align: left;
	margin-bottom: 20px
}

li {
	font-size: 16px;
	font-family: Roboto;
	list-style-position: outside;
	text-align: left;
}

.anchor {
	padding-top: 100px;
	margin-top: -70px
}

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

a:hover {
	color: #fcba03;
	text-decoration: none;
}

.subheader {
	font-size: 24px;
	color: #3c93c2;
	font-family: Roboto;
}

.mainheader {
	color: #4e5369;
	text-align: left;
}

.service {
	color: #373b38;
	font-size: 22px;
	font-weight: 600;
	font-family: Roboto;
	padding-bottom: 10px;
	text-decoration:none;
}

.service:hover {
	color:  #fcba03;
	text-decoration:none;
	
}


/* Home Page Carousel */

view {
	position: absolute;
	overflow: hidden;
	height: 100vh;
	cursor: default
}

#intro {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #fff
}

.view .mask {
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background-attachment: fixed;
}

.cover {
	object-fit: cover;
	width: 100%;
	height: 100vh;
}

.overlay .mask {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

img {
	width: 100%;
	height: 100%
}

.carousel-inner .carousel-item {
	padding-top:79px;
	height:100vh;	
	transition: -webkit-transform 10s ease;
	transition: transform 10s ease;
	transition: transform 10s ease, -webkit-transform 10s ease;
	transition-duration: 3s;
	transition-property: opacity
}


/* Footer */

.page-footers {
	background-color: #252626
}

.page-footer {
	background-color: #262626
}

copyright {
	color: #fff
}

pfooter {
	color: #fff
}

#Contact {
	color: #fff;
	font-weight: 700;
	font-family: Roboto;
	text-decoration: none
}

#Contact a:link {
	color: #fff;
	text-decoration: none
}

#Contact a:visited {
	color: #fff;
	text-decoration: none
}

#Contact a:hover {
	color: orange;
	text-decoration: none
}


/* Bouncing Arrow */

.fa-arrow-circle-down {
	color:white ;
	font-size: 36px
}

.fa-circle {
	color: black;
}

.arrow {
	animation: bouncing 1s infinite ease-in-out;
	bottom: 0;
	display: block;
	height: 70px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 50px
}

@keyframes bouncing {
	0% {
		bottom: 0
	}
	50% {
		bottom: 20px
	}
	100% {
		bottom: 0
	}
}







/* The typing effect */

@keyframes typing {
	from {
		width: 0%
	}
	to {
		width: 100%;
	}
}

@keyframes blink-caret {
	from,
	to {
		border-color: #fffff;
	}
}


/* For Mobile Phones */

@media screen and (max-width: 600px) {


.typewriters h1 {
	position:absolute;
	top: 150px;
	left:10px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	border-right: .15em transparent;
	white-space: nowrap;
	/* keeps content in one line */
	letter-spacing: .01em;
	animation: typing 2.5s steps(26, end), blink-caret 1.75s step-end;
}

.typewriters h2 {
	position:absolute;
	top: 200px;
	left:0px;
	padding-left:10px;
	text-align: center;
	margin: 0px auto;
	font-weight: bold;
	letter-spacing: .01em;
	white-space: nowrap;
	overflow: hidden;
	border-right: .15em transparent;
	-webkit-animation: typing 2s steps(26, end), blink-caret 1s step-end;
	-webkit-animation-delay: 3s;
	-webkit-animation-fill-mode: both;
	-moz-animation: typing 2s steps(26, end), blink-caret 1s step-end;
	-moz-animation-fill-mode: both;
	-moz-animation-delay: 3s;
}



.fit {object-fit:cover;}



.carousel-inner .carousel-item {
	padding-top:65px;
	width: 100%;
	height:100vh;	
	object-fit: auto;
	transition: -webkit-transform 10s ease;
	transition: transform 10s ease;
	transition: transform 10s ease, -webkit-transform 10s ease;
	transition-duration: 3s;
	transition-property: opacity
}


	h1 {
		font-size: 38px;
		font-weight: 700;
	}
	h2 {
		font-size: 15px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 25px;
	}
	.navbar-nav>li {
		margin-top: 0px;
		font-size: 16px;
		display: inline-block;
		vertical-align: top
	}
	li {
		font-size: 16px;
		font-family: Roboto;
		list-style-position: inside;
		text-align: left;
	}
	img {
		padding-bottom: 0px;
	}
	.navbar-dark {
		background-color: #262626;
	}
}


/* For Screens up to iPAD */

@media screen and (min-width: 601px) and (max-width:834px) {

.carousel-inner .carousel-item {
	padding-top:65px;
	width: 100%;
	height:100vh;	
	object-fit: auto;
	transition: -webkit-transform 10s ease;
	transition: transform 10s ease;
	transition: transform 10s ease, -webkit-transform 10s ease;
	transition-duration: 3s;
	transition-property: opacity
}


	h1 {
		font-size: 50px;
		font-weight: 700;
		letter-spacing: 0.1em;
		font-family: Roboto;
	}
	h2 {
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 0.1em;
		font-family: Roboto;
	}
	.navbar-nav>li {
		margin-top: 0px;
		font-size: 16px;
		display: inline-block;
		vertical-align: top
	}
	li {
		font-size: 16px;
		font-family: Roboto;
		list-style-position: inside;
		text-align: left;
	}
	.navbar-dark {
		background-color: #262626;
	}

.fit {object-fit:cover;}

.typewriters h1 {
	position:absolute;
	top: 140px;
	right:50px;
	text-align: right;
	margin: 0 auto;
	overflow: hidden;
	border-right: .15em transparent;
	white-space: nowrap;
	/* keeps content in one line */
	letter-spacing: .01em;
	animation: typing 2.5s steps(26, end), blink-caret 1.75s step-end;
}

.typewriters h2 {
	position:absolute;
	top: 210px;  right: 38px;
	text-align: right;
	margin: 0 auto;
	font-weight: bold;
	letter-spacing: .01em;
	white-space: nowrap;
	overflow: hidden;
	border-right: .15em transparent;
	-webkit-animation: typing 2s steps(26, end), blink-caret 1s step-end;
	-webkit-animation-delay: 1.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation: typing 2s steps(26, end), blink-caret 1s step-end;
	-moz-animation-fill-mode: both;
	-moz-animation-delay: 3s;
}


}

@media screen and (min-width: 835px) and (max-width:1112px) {

  h1 { font-size: 50px; font-weight:700; letter-spacing: 0.1em; font-family:Roboto; }
  h2 { font-size: 19px; font-weight:600; letter-spacing: 0.1em; font-family:Roboto; }


.typewriters h1 {
	position:absolute;
	top: 140px;
	right:50px;
	text-align: right;
	margin: 0 auto;
	overflow: hidden;
	border-right: .15em transparent;
	white-space: nowrap;
	/* keeps content in one line */
	letter-spacing: .01em;
	animation: typing 2.5s steps(26, end), blink-caret 1.75s step-end;
}

.typewriters h2 {
	position:absolute;
	top: 210px;  right: 57px;
	text-align: right;
	margin: 0 auto;
	font-weight: bold;
	letter-spacing: .01em;
	white-space: nowrap;
	overflow: hidden;
	border-right: .15em transparent;
	-webkit-animation: typing 2s steps(26, end), blink-caret 1s step-end;
	-webkit-animation-delay: 1.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation: typing 2s steps(26, end), blink-caret 1s step-end;
	-moz-animation-fill-mode: both;
	-moz-animation-delay: 3s;
}

}




/* For Desktops */

@media screen and (min-width: 1113px) {

      

  h1 {	font-size: 65px;font-weight: 700;letter-spacing: 0.1em;	}
  h2 {font-size: 25px;font-weight: 400;	letter-spacing: 0.1em;}
  h3 {position:absolute; top:600px; left:0px; right:0px; text-align:center ;color:#ffffff;}	

.typewriters h1 {
	position:absolute;
	top: 140px;
	right:100px;
	text-align: right;
	margin: 0 auto;
	overflow: hidden;
	border-right: .15em transparent;
	white-space: nowrap;
	/* keeps content in one line */
	letter-spacing: .01em;
	animation: typing 2.5s steps(26, end), blink-caret 1.75s step-end;
}

.typewriters h2 {
	position:absolute;
	top: 220px;  right: 100px;
	text-align: right;
	margin: 0 auto;
	font-weight: bold;
	letter-spacing: .01em;
	white-space: nowrap;
	overflow: hidden;
	border-right: .15em transparent;
	-webkit-animation: typing 2s steps(26, end), blink-caret 1s step-end;
	-webkit-animation-delay: 1.5s;
	-webkit-animation-fill-mode: both;
	-moz-animation: typing 2s steps(26, end), blink-caret 1s step-end;
	-moz-animation-fill-mode: both;
	-moz-animation-delay: 3s;
}



}