html, body {
  height:100%;
  width:100%;
  overflow-x: hidden;
}

body {
  font-family: Raleway;
  color: white;
}

h1 {
  font-size: 110pt;
}

h2 {
  letter-spacing: 0.3em;
}

h3 {
  letter-spacing: 0.2em;
}

h6, h5 {
  letter-spacing: 0.1em;
}

button:focus {
  outline:0;
}

.navbar-toggler {
  border:transparent;
}

#home-landing {
  background: url(../img/home-landing-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

#about-landing {
  background: url(../img/about-us-landing-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

#services-landing {
  background: url(../img/services-landing-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

#home-about {
  background: url(../img/home-about-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

#home-services {
  background: url(../img/home-services-bg.png) no-repeat center center fixed;
  background-size: cover;
}

#home-projects {
  background: url(../img/home-projects-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

.full-screen {
  width: 100%;
  height: 100%;
}

.resize-logo {
  max-width:40%;
  max-height:40%;
  width: auto;
  height: auto;
}

.table {
  z-index: 2;
  display: table;
  position: relative;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.tint {
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.4);
}

.custom-button button{
  background:black;
  color:white;
  border:none;
  position:relative;
  height:60px;
  width:300px;
  font-size:1.6em;
  letter-spacing: 0.15em;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}

.custom-button button:hover{
  background:transparent;
  color:white;
}

.custom-button button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: white;
  transition:400ms ease all;
}

.custom-button button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}

.custom-button button:hover:before,.custom-button button:hover:after{
  width:100%;
  transition:800ms ease all;
}

.team {
  background-color:	#F8F8F8;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    margin: 30px !important;
    background-color: transparent !important;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  color: #343a40;
}

.owl-carousel button.owl-dot {
  margin: 0px 20px !important;
}

.img-wrap {
  padding: 0;
  margin: 0;
  background-color: black;
}

.item img {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.item .description{
    display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 0;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.item:hover .description {
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.item:hover img {
  opacity: 0.5;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.text-muted {
  color: #33CCCC !important;
}

.d-flex picture {
  width:300px;
  flex: auto;
  cursor:pointer;
}

.zoom-on-hover img {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.zoom-on-hover:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

@media (min-width: 992px) {
  .w-lg-50 {width:50%!important;}
}

@media (min-width: 992px) {
  .w-xlg-100 {width:100%!important;}
}

.btn:focus {
  border-color: #28a745;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.with-errors {
  font-size: 14px;
}

#ajaxLoad {
  z-index: 2;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/load-ring.gif) center no-repeat;
}

#loadTint {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}

footer {
  background-color: #F5F5F5;
}

footer a {
  color: #333;
}

footer .social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

footer .social {
  -webkit-transform: scale(0.8);
  /* Browser Variations: */

  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
/*
    Multicoloured Hover Variations
*/

footer #social-fb:hover {
  color: #3B5998;
}

footer #social-insta:hover {
  color: #bc2a8d;
}

footer #social-link:hover {
  color: #0073a4;
}

/*--- iOS Landing Page Fix
section {
 	position: relative;
 	width: 100%;
 	height: 100%;
 	display: table;
}
.home-wrap {
 	clip: rect(0, auto, auto, 0);
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
}
#home {
	background-image: url('img/mountains.jpeg');
 	position: fixed;
 	display: table;
 	top: 0;
 	left: 0;
 	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
          transform: translateZ(0);
	will-change: transform;
	z-index: -1;
}
.landing-text {
	z-index: 100;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
--*/

/*--- iOS Fixed Image Fix
figure {
	position: relative;
	width: 100%;
	height: 60%;
}
.fixed-wrap {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#fixed {
	background-image: url('img/background.jpg');
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
          transform: translateZ(0);
	will-change: transform;
}
--*/

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/*
Extra small devices (portrait phones, less than 544px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/


/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {

}

/* Medium devices (tablets, 768px and up)
The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}



/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

@media (max-width: 950px) {

}
