/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v32-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-slab-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-slab-v34-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v26-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* afacad-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Afacad';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/afacad-v1-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* afacad-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Afacad';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/afacad-v1-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.container {
    display: flex;
  	flex-wrap: wrap;
  	align-items: end;
}

.col-left {
    width: 50%;
    flex-basis: 50%;
}

.col-right {
    width: 50%;
    text-align: right;
    flex-basis: 50%;
}

.start .col-left {
    width: 48%;
    flex-basis: 48%;
}

.start .col-right {
    width: 48%;
    text-align: right;
    flex-basis: 48%;
}

.start .container {
    column-gap: 25px;
}

img {
    max-width: 100%;
    height: auto;
}

.col-left img {
    vertical-align: bottom;
}

body {
    background-color: #191919;
    font-family: Afacad;
    letter-spacing: 0.5px;
    line-height: 1.5em;
    font-size: 18px;
}

body.start  {
    background-color: #af6236;
}

main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 25px;
}

.textcontainer {
    background-color: #ffffffe0;
    padding: 70px;
    text-align: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

p.brands {
    font-weight: bold;
    font-size: 21px;
    margin: 30px 0;
        word-spacing: 3px;

}

h1 {
    line-height: 1em;
    font-family: Afacad;
}

.job h1 {
    font-size: 26px;
}

.job strong {
    font-family: 'Afacad';
    font-size: 20px;
}

.textcontainer img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 30px auto;
}

footer {
    text-align: center;
    color: white;
    font-size: 13px;
    position: relative;
}

footer a {
	color: white;
}

.videobg .textcontainer img {
	filter: invert(1);
}

.videobg .textcontainer {
    background-color: #2c2c2ce0;
    color: white;
}

.videobg main {
	max-width: 650px;
	position: relative;
}

video#myVideo {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

button {
    border: none;
    background-color: #000000;
    color: white;
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 25px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    font-family: 'Afacad';
    letter-spacing: 0.5px;
}

.start button {
	background-color: #af6236;
}

.textcontainer.job h1, .textcontainer.job p, .textcontainer.job ul {
    text-align: left;
}

.textcontainer.job {
	max-height: 750px;
}

.txtbox {
    overflow: scroll;
    max-height: 600px;
}

body.jobsite {
    padding: 0;
    margin: 0;
}

.jobsite main {
    padding: 0 25px 50px 25px;
}

@media (max-width: 767px) {
	.col-left, .col-right {
		flex-basis: 100%;
		width: 100%;
	}
	.textcontainer, .textcontainer.job {
		padding: 25px;
		max-height: 100%;
	}
	.txtbox {
		max-height:100%;
	}
	.textcontainer img {
   		max-width: 150px;
   		width: 100%;
    	margin: 30px auto 30px auto;
	}
	.col-left img {
		vertical-align: bottom;
	}
	
	.videobg h1 {
    	font-size: 31px;
	}
	
}