body.landing {
  font-family: "lato",sans-serif;
  font-size: 2vh;
  font-weight: 300;
  padding: 0;
}
* {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.h1, .h2, .h3, h1, h2, h3 {
	font-family:"din-condensed",sans-serif;
    letter-spacing: 4px;
}

a {
	color: #f16662;
}

#landing-container {
	height:100vh;
	max-height:100vh;
}
	#landing-container .wrapper {
		display: block;
		height:100%;
		padding: 4% 6%;
	}

.wrapper-left {
	width: 50%;
    position: relative;
    float: left;
	z-index: 0;
	background-image: url(img/talent-shack_welcome.jpg);
	background-size: cover;
	background-position: center right;
}

.wrapper-right {
	width: 50%;
	position: fixed;
	right: 0;
	z-index: 2;
	background-color: #123054;
	color: #fff;
}

.landing-logo {
    position: relative;
    width: auto;
    height: 24%;
}
	.landing-logo a {
		display: block;
	}
	.landing-logo img {
		width: auto;
	    height: 100%;
	    position: absolute;
	    left: 50%;
	    transform: translate(-50%, 0);
	}

.landing-tagline {
	width: 100%;
}
.landing-tagline h3 {
	font-family:"din-condensed",sans-serif;
	font-size: 7vh;
	color: #f16662;
	letter-spacing: 10px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0;
	padding-right: 30%;
}

.landing-main {
}
	.landing-main h1 {
		text-indent: -9999px;
		height: 0;
		margin: 0;
	}

.landing-heading {
	border-bottom: solid 1px #fff;
	padding-bottom: 2vh;
	margin-bottom: 2vh;
}
	.landing-heading h2 {
	    font-family: inherit;
	    font-size: 3.5vh;
	    font-weight: 400;
	    line-height: 120%;
	    letter-spacing: 2px;
	    margin-bottom: 20px;
	}


.landing-intro,
.landing-menu {
	width: 47%;
	display: inline-block;
	vertical-align: top;
}

.landing-intro {
	margin-right: 4%;
    padding-right: 4%;
}
	.landing-intro span {
		color: #f16662;
    	font-size: 3vh;
    	display: block;
	}

.landing-menu ul {
	list-style: none;
	padding-left: 0;
}

	.landing-menu ul li {
		position: relative;
		width: 100%;
	}
	.landing-menu .landing-menu__main {
	    width: 100%;
		position: relative;
		font-family:"din-condensed",sans-serif;
		font-size: 5.5vh;
		line-height: 160%;
    	letter-spacing: 8px;
		text-transform: uppercase;
		color: #29ade3;
		cursor: pointer;
	}
		.landing-menu .landing-menu__main:before {
			content: "";
		    min-width: 32px;
		    height: 3vh;
		    max-height: 32px;
		    background: url(img/starburst.png) 0 0 no-repeat/ auto 100%;
		    display: inline-block;
		    margin-right: 18px;
    		margin-bottom: 6px;
		    transition: all .3s ease-in-out;
		    -webkit-transition: all .3s ease-in-out;
		}
		.landing-menu .landing-menu__main:hover {
			color: #f16662;
		}
		.landing-menu > ul > li.active .landing-menu__main {
			color: #f16662;
			margin-bottom: 2%;
		}
		.landing-menu > ul > li.active .landing-menu__main:before {
		    -webkit-transform: rotate(45deg);
		    -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		    -o-transform: rotate(45deg);
		    transform: rotate(45deg);
		    transition: all .3s ease-in-out;
		    -webkit-transition: all .3s ease-in-out;
		}
	ul.landing-menu__more {
		height: 0;
		opacity: 0;
    	top: 4%;
	    margin: 0;
	    transition: all .3s ease-in-out;
	    -webkit-transition: all .3s ease-in-out;
	}
		.landing-menu > ul > li.active .landing-menu__more {
			height: 100%;
			opacity: 1;
    		margin-left: 1%;
		}

	.landing-menu__more li {
	    font-size: 1.6vh;
	    line-height: 150%;
	    font-weight: 700;
    	letter-spacing: 1px;
    }

.landing-join  {
    padding-top: 2%;
    border-top: solid 1px #fff;
    width: 76%;
    position: absolute;
    bottom: 4%;
}
	.landing-join p {
		margin-bottom: 20px;
	}

.join-btn {
    display: inline-block;
    padding: 12px;
    border: solid 3px #f16662;
	font-family:"din-condensed",sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
	.join-btn:hover {
		text-decoration: none;
		background-color: #f16662;
		color: #fff;
	}

.join-btn--register {
	margin-right: 12px;
}
.join-btn--login {
	margin-left: 12px;
}

@media only screen and (max-width: 1560px) {
	#landing-container > .wrapper {
		padding: 4% 6%;
	}
	.landing-tagline h3 {
		padding: 0;
	}
}

@media only screen and (max-width: 1466px) {
	body.landing {
		font-size: 1.7vh;
	}
	.landing-menu .landing-menu__main {
		font-size: 4vh;
	}
	.landing-menu .landing-menu__main:before {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 1280px) {
	#landing-container > .wrapper {
		padding: 4% 5%;
	}
	.landing-heading h2 {
		font-size: 3vh;
	}
}

@media only screen and (max-width: 1025px) {
	body.landing {
	    font-size: 2vh;
	}
	#landing-container {
		height: auto;
		max-height: auto;
	}
	#landing-container > .wrapper {
	    padding: 6% 5%;
	    width: 100%;
	    height: 50%;
	    position: relative;
	    clear: both;
	}
	#landing-container .wrapper-left {
    	background-position: top 62% left;
		min-height: 66vh;
	}
	#landing-container .wrapper-right {
		bottom: 0;
		height: auto;
	}
	.landing-logo {
		height: auto;
	}
	.landing-logo img {
		width: 30%;
	    height: auto;
	    position: relative;
	}
	.landing-intro span {
		margin-bottom: 2%;
	}
	.landing-intro, .landing-menu {
		width: 100%;
		display: block;
	}
	.landing-intro {
	    margin-bottom: 4vh;
	}
	.landing-menu {
		margin-bottom: 6vh;
	}
	.landing-menu__more li {
		font-size: 2vh;
	}
	.landing-menu .landing-menu__main:hover {
		color: #29ade3;
	}
	ul.landing-menu__more {
	    height: 100%;
	    opacity: 1;
	    margin-bottom: 4%;
	}
	.landing-join {
	    width: 100%;
	    position: relative;
	}
}

@media only screen and (max-width: 768px) {
	#landing-container > .wrapper {
	    padding: 8%;
	}	
	#landing-container .wrapper-left {
		background-position: center left 24%;
		min-height: 54vh;
	}
	.landing-logo img {
		width: 50%;
	}
	.landing-heading {
	    margin-bottom: 4vh;
	}
}

@media only screen and (max-width: 480px) {
	body.landing {
	    font-size: 2.3vh;
	}
	.landing-heading h2,
	.landing-intro span {
	    margin-top: 0;
	}
}

@media only screen and (max-width: 320px) {
	.landing-heading h2,
	.landing-intro span {
	    font-size: 4vh;
	}
	.landing-tagline h3 br {
		display: none;
	}
}