/*@charset "UTF-8";*/
@import url(font-awesome.min.css);


/* Basic */

	body {
		overflow-x: hidden;
		background: #222;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		overflow-x: hidden;
		color: #222;
		font-family: "Montserrat", Arial, Helvetica, sans-serif;
		font-size: 13pt;
		font-weight: 400;
		line-height: 1.5em;
	}

	a {
		color: #fff;
		text-decoration: none;
	}

		a:hover {
			text-decoration: none;
			color: #858585;
		}

	strong, b {
		color: #fff;
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #FFFFFF;
		font-weight: 500;
		line-height: 1em;
		margin: 0 0 0.3em 0;
		font-size: 1.6rem;
		font-weight: 500;
		letter-spacing: 0.5em;
		padding-top: 40px;
		padding-bottom: 0.5rem;
		font-family: 'Montserrat', sans-serif;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
    }

	h2 {
		font-size: 1.4em;
		text-transform: capitalize;
	}

	h3 {
		font-size: 1.35em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 0.8em;
		line-height: 1.5em;
		font-weight: 400;
		text-align: center;
		color: #969696;
		margin-left: auto;
    	margin-right: auto;
		letter-spacing: normal;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	h5 {
		font-size: 1em;
		font-weight: 300;
		letter-spacing: normal;
		line-height: normal;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(144, 144, 144, 0.25);
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	blockquote {
		border-left: solid 4px rgba(144, 144, 144, 0.25);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 4px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Nav Bar */

#navbar {
	background: rgba(0, 0, 0, 0.3);
	transition: background-color 0.3s ease;
}

#navbar.scrolled {
	background: rgba(12, 12, 12, 0.9);
}

.navbar{
	background: rgba(0, 0, 0, 0.3);
}

.navbar-brand img {
	height: 3rem;
	margin-left: 20px;
}

.navbar-nav li {
	padding-right: 1.2rem;
	font-size: 14px;
	font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link {
	color: #aeaeae;
	padding-top: .8rem;
}

.navbar-dark .navbar-nav .nav-link.active {
	color: #e1e1e1;
	font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #ffffff;
	font-weight: 500;
}

/* Hero Animation */

.video-background{
	position: relative;
	width: 100%;
	min-height: 95vh;
	background-color: rgba(0, 0, 0, 0.2);
}

.video-background.vis{
	position: relative;
	width: 100%;
	min-height: 95vh;
	background-color: rgba(0, 0, 0, 0.4);
}


.col-sm-10 {
	margin: 2rem auto 8rem;
	padding-top: 2rem;
}

.col-md-8 h3 {
	font-size: 2.4rem;
}

.col-md-6 {
	font-size: 2.4rem;
	margin-left: auto;
	margin-right: auto;
}


/* Hero Caption */

.caption {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-left: auto;
}

.caption h1 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4em;
	color: #fff;
	letter-spacing: 0.5em;
	padding-top: 40px;
	padding-bottom: 0.5rem;
	font-family: 'Montserrat', sans-serif;
}

.caption h2 {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 1rem;
	color: #e1e1e1;
}

.caption h3 {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 3rem;
	color: #e1e1e1;
} 


.logo-visualisation {
	position: relative;
	width: 620px;
	text-align: center;
}

.title-visualisation {
	position: relative;
	text-align: center;
}

.button-start h3.active,
.button-start h3:hover,
.button-start h3:focus{
	color: #fff;
}

.button-start img {
	width: 3rem;
	padding-top: 24px;
}

.button-start h3 {
	margin-bottom: 0rem;
	margin-top: 4rem;
	font-size: 2rem;
	transition: 0.5s;
}

.btn-secondary {
	border-width: medium;
	border-radius: 0;
	padding: .6rem 1.2rem;
	font-size: 1.2rem;
	text-transform: uppercase;
	margin: 1rem;
	border-color: #1EBBA3;
	background-color: #1EBBA3;
	color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus{
	border-color: #189592;
	background-color: #189592;
	color: #fff;
}

/* Spacer */

.spacer {
	height: 50px;
	line-height: 0;
	color: #A8CF1E;
}
.spacer-grey {
	display: block;
	height: 50px;
	background-color: #cdcdcd;
}

/* Carousel */

.carousel-item active {
	display: block;
}

.carousel-item {
	width: 100% !important;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	box-sizing: border-box;
}

.carousel {
	position: relative;
}

.carousel-indicators {
	padding-bottom: 60px;
}

.carousel-captiom {
	position: absolute;
	top: 38%;
}




/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/* Services / Clients */

.colContainer{
	background-color: #cecece;
}

.servicesicon img {
	padding-left: 2px;
	padding-top: 26px;
	max-width: 100%;
	height: auto;
	padding-right: 2px;
	padding-bottom: 26px;
}
.servicesgfx {
    padding-left: 65px;
    padding-top: 4px;
}
.servicestitle {
    padding-top: 26px;

}
.servicesbox {
	padding-left: auto;
	padding-right: auto;
	height: auto;
	/*border: 1px solid #EBEBEB;*/
	min-width: 160px;
	margin-left: 8px;
	margin-right: 8px;
	width: 160px;
	margin-top: 12px;
	margin-bottom: 16px;
}

.txtheadingServices {
    margin-top: 10px;
    padding-top: 32px;
    padding-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
}

.txtheadingServices h3{
	color: #101010;
}

/* End of Services */

/* Portfolio */

.container surrounding-padding-col-1 {
	max-width: 100%;
	padding-left: 6px;
	padding-right: 6px;
}

.txtheadingPortfolio h2{
	color: #E1E1E1;
	margin-top: 0px;
	line-height: 1em
}

.headingPortfolio {
	font-size: 2rem;
	margin-top: 28px;
}


.paragraphPortfolio {
	color: #E1E1E1;
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 48px;
	padding-bottom: 20px;
}

h6.project-title-box {
	font-weight: 500;
	color: #CDCDCD;
	font-size: 1em;
	line-height: 1.5em
}

p.paragraph.text-card {
	font-weight: 500;
	color: #E1E1E1;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 18px;
	max-width: 800px;
}

.imgPortfolio {
	width: 100%;
}

.jumbotron {
	border-radius: 0;
	padding: 2px 0 2px;
	background-color: #171717;
}

.jumbotron.container-fluid {
	min-width: 100%;
}

.minitron {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

 .image-row img {
    max-width: 100%; /* Ensures images are responsive */
    height: auto;
}

 .image-thumb {
      display: inline-block;
      overflow: hidden;
    }

 .image-thumb img {
      display: block;
      width: 100%;
      height: auto;
      transition: transform 0.3s ease, filter 0.3s ease;
	}	

 .image-thumb:hover img {
    transform: scale(1.05); /* Slight zoom effect */
    filter: brightness(70%); /* Darken the image */
}

.portfolio img {
	max-width: 100%;
	transition: transform 0.4s ease;
}

.row.no-padding [class*=col-] {
	padding: 2px;
}

.portfolio img:hover {
	transform: scale(1.05);
	background-color:#171717;
    opacity:0.5;
	transition: 0.5s;
	cursor: pointer;
}

.portfolio {
	width: 100%;
	height: auto;
	overflow: hidden;
	object-fit: cover;
	padding-bottom: 20px;
}

.offset:before {
	height: 4rem;
	margin-top: -4rem;
	content: "";
	display: block;
}

.portfoliotxt-top {
	color: #E1E1E1;
	font-weight: 500;
	line-height: 1.5em;
	padding-left: 2em;
	margin-bottom: 0.4em;
	font-size: 1.0em;
}
.vehiclestxt-top {
	color: #E1E1E1;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 0.4em;
	font-size: 1.0em;
	text-align: center;
}


/* End of Portfolio */

/* About */

.colContainerAbout {
	background-color: #EBEDEB;
	padding-bottom: 20px;
}

.txtheadingAbout {
    margin-top: 10px;
    padding-top: 32px;
    padding-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
}
.button-end img {
	width: 3rem;
	padding-bottom: 24px;
}

.txtheadingAbout h3{
	color: #F66E00;
	font-weight: 500;
}

.paragraphAbout {
	color: #383838;
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 48px;
	padding-bottom: 20px;
}

p.paragraphAbout {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

.title-awards {
	color: #383838;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 8px;
}

p.txt-awards {
	margin-bottom: 6px;
}

.txt-awards {
	color: #383838;
	line-height: 24px;
	font-size: medium;
	min-width: 30%;
	margin-top: -20px;
	min-height: 122px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 16px;
}

.card-body {
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
}

.card-img-top {
	width: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}

.card.text-center {
	background-color: #EBEDEB;
}

.about-padding {
	padding-bottom: 32px;
}


/* End of About */

/* Footer */

.col-md-5 {
	padding-top: 64px;
}

.footerContainer {
	background: #171717;
}

.txtfooter p {
	margin-top: 18px;
	padding-top: 8px;
}

.contact-body {
	margin-top: 0px;
	color: #eeeeee;
}

.contact-txt {
	font-size: 16px;
	color: #E1E1E1;
	font-weight: 400;
}

/* End of Footer */

/* Portfolio Images */

.bg-wrc8 {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("../gallery/wrc8/poster_wrc8.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 15%;
	padding-bottom: 200px;
}
.bg-wrc7 {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("../gallery/wrc7/poster_wrc7.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 15%;
	padding-bottom: 200px;
}
.bg-testdrive {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../gallery/test drive/poster_testdrive.png") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 15%;
	padding-bottom: 200px;
}
.bg-cyberpunk {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url("../gallery/cyberpunk/poster_cyberpunk2077.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 15%;
	padding-bottom: 200px;
}
.bg-vrally4 {
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url("../gallery/vr4/poster_vr4.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 15%;
	padding-bottom: 200px;
}
.bg-flightsim {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url("../gallery/flight sim/poster_flightsim.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 15%;
	padding-bottom: 200px;
}
.bg-tt {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url("../gallery/tt/poster_tt.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 15%;
	padding-bottom: 200px;
}
.bg-gearclub {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url("../gallery/workinprogress.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 15%;
	padding-bottom: 200px;
}
.bg-concepts {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url("../gallery/Various_Games/Other/HydroExtractor-720p.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 15%;
	padding-bottom: 200px;
}
.bg-titanic {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url("../gallery/Visualisations_Titanic/titanic2-Grand_Staircase4.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 18%;
	padding-bottom: 200px;
}
.bg-architectural {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url("../gallery/Visualisations_Various/JG-Johnstone.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 18%;
	padding-bottom: 200px;
}
.bg-urban {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url( "../gallery/Visualisations_Urban/transurban.png") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 18%;
	padding-bottom: 200px;
}
.bg-industrial {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url( "../gallery/Visualisations_Industrial/Humes\ -\ Seg04.png") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	padding-top: 18%;
	padding-bottom: 200px;
}


.landing-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	max-width: 880px;
}
.landing-text h1 {
	font-size: 2rem;
  	font-weight: 700;
	line-height: 1.3em;
  	color: #fff;
  	letter-spacing: 0.5em;
  	padding-top: 0px;
  	padding-bottom: 20px;
  	font-family: 'Montserrat', sans-serif;
}
.landing-text h2 {
	font-size: 170%;
	font-weight: 500;
	color: #eee;
	letter-spacing: normal;
	line-height: 1.4em;
	padding-top: 0px;
	text-align: center;
}
.landing-text h3 {
	font-weight: 500;
	font-size: 100%;
	color: #c2c2c2;
	text-transform: uppercase;
	text-align: center;
}
.landing-text h4 {
	font-size: 95%;
	color: #d9d9d9;
}
.landing-blurb {
	font-weight: 500;
	color: #e1e1e1;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	text-transform: none;
	padding-right: 10px;
	padding-left: 10px;
}

.divider-grey {
	min-width: 20px;
	min-height: 20px;
	display: block;
	background-color: #222;
}

.col-md-12 {
	width: auto;
	max-height: 100%;
}

  .container.video {
    background-color: #212229;
	padding-right: 0px;
	padding-left: 0px;
/*	margin-right: auto;
    margin-left: auto;*/
  }

.container {
	padding-right: 0px;
  	padding-left: 0px;
}

/* End of Porfolio Images */

/* Media Screen Size */

@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
	.img-fluid {
		padding-bottom: 5px;
	}
}

@media (max-width: 768px) {
	.caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-left: auto;
	}
	.logo-visualisation {
  		width: 420px;	
	}
  .container.video {
    margin-right: auto;
    margin-left: auto;
    background-color: #15161a;
	padding-right: 0px;
	padding-left: 0px;
  }

  h2 {
	font-size: 1.2rem;
  }
  .paragraphPortfolio {
	margin-right: 5%;
	margin-left: 5%;
	}

    .caption h1 {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .caption h2 {
        font-size: 1.2rem;
        font-weight: 500;
        margin-bottom: 0.5rem;
    }

    .caption h3 {
        font-size: 1.1rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }
	.button-start img {
	width: 3rem;
    }

    .button-start h3 {
        margin-bottom: -0.5rem;
        margin-top: 2rem;
		font-size: 2rem;
    }
	
	.navbar-nav li{
		padding-right: 0.1rem;
	}
	
	.img-fluid {
		padding-bottom: 5px;
	}

	.landing-text h1 {
	font-size: 1.2rem;
  	font-weight: 500;
	}
	.txtheadingPortfolio h2{
	line-height: 1.4em
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
	.img-fluid {
		padding-bottom: 5px;
		padding-top: 8px;
	}
	
}

@media (min-width: 960px) {
	.container {
		max-width: 100%;
	}
	
}

@media (min-width: 1200px) {
	.container {
		max-width: 100%;
	}
}



/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
