@mixin breakpoint($point) {
	@if $point == iphone {
		@media (max-width: 321px) { @content; }
	}
	@if $point == mobile {
		@media (max-width: 641px) { @content; }
	}
	@if $point == tablet {
		@media (max-width: 769px) { @content; }
	}
	@else if $point == overtab {
		@media (max-width: 750px) { @content; }
	}
	@else if $point == overgrid {
		@media (max-width: 960px) { @content; }
	}
	@else if $point == maxtb {
		@media (max-height: 700px)  { @content; }
	}
	@if $point == retina {
	   @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { @content; }
	}
}

@import 'questionnaire/questionnaire';
@import 'start/start';
@import 'quiz/quiz';
@import 'playlist/playlist';
@import 'linkedin/linkedin';
@import 'form/form';
// Put Sanitize overwrites here
// ---

@import 'vendor/sanitize';




*{ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

 .clearfix { clear: both; }

textarea, input { outline: none; }
input {-webkit-appearance: none; box-shadow: none !important; }

.overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 2;
	transition: .3s opacity ease;

	&.active {
		opacity: 1;
	}
}


.aboutInnerWrap {
    width: 29%;
    height: 325px;
    position: absolute;
    z-index: 100;
    left: 0%;
    top: 50%;
    margin-top: -225.5px;
    min-width: 451px;
	left: -100%;
    opacity: 0;
	transition: .3s left ease;

	@include breakpoint(mobile) {
	 	min-width: 89%;
	}

	@include breakpoint(mobile) {
	 	top: 70px;
	 	margin-top: auto;
	}

    @media only screen and (min-device-width : 375px) and (max-device-width : 736px) {
	    top: 115px;
   	}


    &.active {
    	opacity: 1;
    	left: 6%;
    }

    .aboutTitle {
	    width: 601px;
		color: #fff;
		font-style: italic;
		font-family: 'sansa_problackitalic';
		text-transform: uppercase;


		.titleimg {
			width: 200px;
			margin: 0 auto;
			padding: 10px 0 20px;
		}

		@include breakpoint(mobile) {
		   font-size: 66px;
		   width: 100%;
		}
    }

    .aboutText {
    	color: #fff;
    	font-size: 14px;
    	font-family: proxima_nova_alt_semibold;

    	a {
    		color: #fff;
    		text-decoration: underline;

    		&:hover {
    			opacity: .7;
    		}
    	}
		@include breakpoint(mobile) {
		   font-size: 12px;
		   line-height: 15px;
		}
    }
}

.abouttitle {
    color: #fff;
    font-size: 46px;
    font-family: sansa_problackitalic;
    text-transform: uppercase;
    padding-bottom: 15px;

	@include breakpoint(mobile) {
	   font-size: 32px;
	   padding-bottom: 3px;
	}
}


.hidden {
	display: none;
}

.container {
    overflow: hidden;
}

// Put your main styles here

input {
    border: 1px solid #000000;
}

.skewwrap {
	z-index: 55;
}


.aboutskew {
    width: 100%;
    z-index: 3;
    height: 100%;
    position: relative;
	left: -100%;
    transition: .3s left ease;

    &.active {
    	left: 0;
    }
}

#app {
    height: 100vh;
    overflow: hidden;

	.filtrLogo {
		position: absolute;
		left: 6%;
		top: 5%;
   		z-index: 40;
		cursor: pointer;

		@include breakpoint(mobile) {
			top: 4%;
			left: 5%;
    		width: 47px;
		}
	}

	.aboutTheJob {
		position: absolute;
	    display: block;
	    right: 6%;
	    top: 5%;
	    background: url(../images/aboutthejob.png) no-repeat;
	    background-size: 210px;
	    width: 210px;
	    height: 40px;
	    z-index: 4;
	    cursor: pointer;
	    transition: .3s opacity ease;

	    &:hover {
	    	opacity: .7;
	    }

		&.active {
			display: none;
		}

		@include breakpoint(mobile) {
		    background: url(../images/questionmark.png) no-repeat;
		    width: 26px;
		    background-size: 26px;
		    height: 26px;
		    right: 5%;
	        top: 4%;
		}
	}

	.close {
		display: none;
		position: absolute;
		right: 6%;
		top: 5%;
		cursor: pointer;
		z-index: 80;
	    width: 210px;
	    height: 40px;
	    background: url(../images/close.png) no-repeat;
	    background-size: 210px;
		transition: .3s opacity ease;


	    &:hover {
	    	opacity: .7;
	    }

		@include breakpoint(mobile) {
			background: url(../images/aboutX.png) no-repeat;
		    width: 26px;
		    background-size: 26px;
		    height: 26px;
	        top: 4%;
	        right: 5%;
		}

		&.active {
			display: block;
		}
	}

	.closeMobile {
		display: none;
		position: absolute;
	    right: 6%;
	    top: 7%;
		cursor: pointer;
		z-index: 80;
	    width: 35px;

		&.active {
			@include breakpoint(mobile) {
				display: block;
			}
		}
	}
}

.mobileHide {
	@include breakpoint(iphone) {
	 	display: none;
	}
}

.wrap {
    width: 500px;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 130px;
    color: #fff;

	@include breakpoint(mobile) {
	 	padding-top: 83px;
	}

    @media only screen and (min-device-width : 375px) and (max-device-width : 736px) {
        padding-top: 110px;
    }

	&.questionwrap {
		@include breakpoint(mobile) {
			padding-top: 65px;
		}

	/*    @media only screen and (min-device-width : 375px) and (max-device-width : 736px) {
	        padding-top: 100px;
	    }*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	padding-top: 100px;
 }


		@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) {
	       padding-top: 44px;
		}
	}

	&.playwrap {
	    @media (max-height: 700px) and (min-width: 769px) {
  			padding-top: 106px;
    	}
	}

	&.questionnaireBanner {

		@include breakpoint(mobile) {
		    padding-top: 65px;
		}

		@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) {
	    	padding-top: 57px;
		}


		@media only screen and (min-device-width : 375px) and (max-device-width : 736px) {
            padding-top: 90px;
		}

	}

	.title {
		position: relative;
		font-size: 110px;
		font-family: 'sansa_problackitalic';
		text-align: center;
		text-transform: uppercase;



		@include breakpoint(tablet) {
			font-size: 90px;
		    text-align: center;
		}

		@include breakpoint(mobile) {
			font-size: 67px;
		}

		@include breakpoint(iphone) {
			font-size: 50px;
		}

		&.underline {
			display: inline-block;
			font-size: 58px;
			border-bottom: 7px solid #fff;


			@include breakpoint(mobile) {
			    font-size: 34px;
			    border-bottom: 5px solid #fff;
			}
		}

		&.contacttitle {
	    	font-size: 40px;
	    	z-index: 1;

			@include breakpoint(mobile) {
			    font-size: 22px;
			}
		}

		&.musicQuizTitle {
			font-size: 79px;

			&.endviewtitle {
			    font-size: 76px;

				@include breakpoint(tablet) {
					font-size: 70px;
				}

				@include breakpoint(mobile) {
					font-size: 30px;
				}

				@include breakpoint(iphone) {
					 font-size: 15px;
				}

			}

			@include breakpoint(tablet) {
				font-size: 70px;
			}

			@include breakpoint(mobile) {
				font-size: 50px;
			}

			@include breakpoint(iphone) {
				 font-size: 37px;
			}
		}

		&.playlistTitle {
		    font-size: 42px;
		}

		&.quizz {
    		font-size: 29px;
		    text-align: center;
		    padding-bottom: 30px;

			@include breakpoint(mobile) {
			    line-height: 32px;
    			font-size: 18px;
			}

			@include breakpoint(iphone) {
			 	font-size: 16px;
			    padding-bottom: 12px;
    			line-height: 10px;
			}

		    .followupQuestion {
	    	    font-size: 30px;
    			line-height: 34px;
			    border-bottom: 7px solid #fff;
			    padding-bottom: 7px;


				@include breakpoint(mobile) {
					font-size: 18px;
					line-height: 22px;
					 border-bottom: 5px solid #fff;
				}

				@include breakpoint(iphone) {
				    font-size: 12px;
				    line-height: 15px;
			       	border-bottom: 4px solid #fff;
				}


		    }
		}
	}
	.text {
		font-family: 'proxima_nova_alt_semibold';
		&.startText {
		    font-size: 18px;
		    line-height: 22px;
    		text-align: center;
			position: relative;
			z-index: 5;

			&.active {
				z-index: 0;
			}

			@include breakpoint(tablet) {
    		    font-size: 12px;
			    line-height: 15px;
			    padding-top: 10px;
				width: 93%;
				margin: 0 auto;
			}

			@include breakpoint(iphone) {
			    font-size: 12px;
			    line-height: 14px;
			}
		}

		&.quiztext {
		    position: relative;
			text-align: left;
		    padding-top: 50px;
		    font-size: 23px;
		    line-height: 28px;
		    z-index: 10;
		    text-align: center;

		    &.utility-width {
				width: 99%;
				margin: 0 auto;
		    }

		    &.active {
		    	z-index: 0;
		    }

			@include breakpoint(mobile) {
			    font-size: 14px;
			    line-height: 18px;
				width: 100%;
				margin: 0 auto;
			}

			@include breakpoint(iphone) {
			   	padding-top: 25px;
			}
		}

		&.playlisttext {
		    @media (max-height: 700px) and (min-width: 769px) {
	           	padding-bottom: 23%;
		    }
		}

	}
}

.titleCenterWrap {
	text-align: center;
    position: relative;
    z-index: 1;
}





.aboutlinks {
	color: #fff;
	text-decoration: underline;

	&:hover {
		opacity: .7;
	}
}

.btn {
    position: absolute;
    font-size: 26px;
    color: #fff;
    border: 3px solid #fff;
    right: 6%;
    bottom: 8%;
    padding: 2px 0;
    cursor: pointer;
    font-family: 'proxima_nova_altextrabold';
    letter-spacing: 3px;
	text-align: center;
    width: 210px;
    transition: background 0.4s ease;
    transition: color 0.4s ease;
    z-index: 5;

    .submitchecktext {
		display: none;
    	position: absolute;
	    font-size: 10px;
	    right: 16.1%;
	    bottom: 116%;
	    font-family: proxima_nova_altextrabold;
	    letter-spacing: 0px;
	    width: 184px;

		@include breakpoint(mobile) {
	    	right: -10.9%;
		}

	}


	@include breakpoint(mobile) {
    	width: 115px;
		border: 2px solid #fff;
	    font-size: 14px;
	    padding: 0 12px;
	    letter-spacing: 1px;
        padding: 1px 12px 0;
	}

	&.btnMiddle {
		@include breakpoint(mobile) {
			left: 50%;
		    margin-left: -55.7px;
		}
	}

    &:hover {
    	background: #fff;
    	color: #252525;

		@include breakpoint(tablet) {
		    background: none;
		    color: #fff;
		}
    }
    &.hideBtn {
	    right: -250px;
    }

    &.active {
    	z-index: 0;
    }
    &.prev {
    	right: auto;
    	left: 6%;
    }

  /*  &:hover {
		color: rgba(0, 0, 0, 0);
		background: #fff;
    } */

    &.mobilePrev {
		@include breakpoint(mobile) {
		    left: auto;
		    margin-left: 0;
		}
    }

    &.mobileNext {
		@include breakpoint(mobile) {
		    left: auto;
		    margin-left: 0;
		}
    }
}

.badgewrapper {

    display: block;
    position: relative;
    z-index: 24;

    &.active {
	    z-index: 1;
    }

	.resultText {
	    position: relative;
	    font-size: 18px;
	    padding-top: 25px;
	    line-height: 22px;
	    font-family: proxima_nova_alt_semibold;

		@include breakpoint(mobile) {
		    font-size: 12px;
		    line-height: 12px;
		    text-align: center;
		}
		@include breakpoint(iphone) {
	    	padding-top: 7px;
		}

		@media (max-height: 700px) and (min-width: 769px) {
	  	 	font-size: 14px;
	  	 	line-height: 19px;
		}
	}

	.result {
		position: relative;
		width: 240px;
		margin: 0 auto;
		height: 240px;

		@include breakpoint(mobile) {
		    width: 200px;
		    height: 200px;
		   	background-size: 200px !important;
		}

		@include breakpoint(iphone) {
		    width: 120px;
		    height: 120px;
		   	background-size: 120px !important;
		}

		@media (max-height: 700px) and (min-width: 769px) {
		  	width: 200px;
		  	height: 200px;
		}

		&.tunedeaf {
			background: url(../images/tunedeaf.png) no-repeat;
			@media (max-height: 700px) and (min-width: 769px) {
			  	background-size: 200px;
			}
		}

		&.mainstreamer {
			background: url(../images/mainstreamer.png) no-repeat;
			@media (max-height: 700px) and (min-width: 769px) {
			  	background-size: 200px;
			}
		}

		&.toplister {
			background: url(../images/toplister.png) no-repeat;
			@media (max-height: 700px) and (min-width: 769px) {
			  	background-size: 200px;
			}
		}

		&.playlistprotege {
			background: url(../images/playlistprotege.png) no-repeat;
			@media (max-height: 700px) and (min-width: 769px) {
			  	background-size: 200px;
			}
		}

		&.musicgenius {
			background: url(../images/musicgenius.png) no-repeat;
			@media (max-height: 700px) and (min-width: 769px) {
			  	background-size: 200px;
			}
		}

		&.legend {
			background: url(../images/legend.png) no-repeat;
			@media (max-height: 700px) and (min-width: 769px) {
			  	background-size: 200px;
			}
		}

		.procent {
			position: absolute;
		    font-size: 64px;
		    left: 50%;
		    top: 50%;
			transform: translate(-50%, -50%);
		    font-family: sansa_problack;

			@include breakpoint(mobile) {
			    font-size: 50px;
			    font-family: sansa_problackitalic;
			}

			@include breakpoint(iphone) {
			    font-size: 32px;
			}

		}
	}
}

.formwrap {
	text-align: center;
	background: #212225;
	margin-top: 70px;
    padding-bottom: 23px;
    position: relative;
  	z-index: 15;

	@include breakpoint(mobile) {
		margin-top: 25px;
	    padding-bottom: 12px;
	}

	::-webkit-input-placeholder {
	   	font-style: italic;
		font-size: 13px;
	}

    &.active {
    	z-index: 1;
    }

    &.playlistwrap {
    	background: #212225;
	    margin-top: 40px;
        padding-bottom: 20;
	    position: relative;


	   	@include breakpoint(mobile) {
          	padding-bottom: 16px;
            margin-top: 12px;
	    }

		@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) {
	    	padding-bottom: 0;
		}


    }

	.formtext {
		width: 93%;
    	margin: 21px auto 0px;
		background: #fff;
	    border-radius: 15px;
		color: #000;
		font-family: proxima_nova_alt_rgregular;
		font-size: 12px;
    	padding: 4px 14px;

		@include breakpoint(mobile) {
			margin: 12px auto 0;
		}

	}
	.tracks {
	    width: 93%;
        background: #171717;
	    margin: 0 auto;
	    text-align: left;

	    &.questionnaireSearchTracks {
	    	background: #212225;

	   		@include breakpoint(mobile) {
		      	height: 152px;
			}
	    }

	    &.questionnairetracks {
	    	background: #212225;
	    }

		.track {
			background: #2d2e33;
		    padding: 10px 8px;
			margin: 2px 0;
			transition: background .3s ease;
			cursor: pointer;

			&:hover {
				background: #46474e;
			}

			.line {
				line-height: 14px;
				font-size: 13px;

				&.lineone {
					font-family: proxima_nova_alt_semibold;
					color: #d0d2d3;
				}

				&.linetwo {
					color: #929497;
					font-family: proxima_nova_alt_rgregular;
				}
			}
		}
	}
}


.net {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
    height: 100vh;
}

.blackwave {
	position: absolute;
    width: 100%;
    right: -15%;
    top: 50%;
    margin-top: -224px;

	@include breakpoint(mobile) {
	    width: 180%;
		right: auto;
	}
}

.socialmiddle {
    margin-left: -70px;
}

.socialeft {
	left: 6% !important;
	@include breakpoint(mobile) {
	    left: auto !important;
	}
}

#aboutsocial {
	z-index: 0;
	left: -100%;
	transition: .3s left ease;

	&.active {
		z-index: 40;
		left: 6%;
	}
}




.tryagain {
    left: 6%;
	@include breakpoint(mobile) {
	    left: 5%;
	    right: auto;
	}
}

.aboutWrapper {
	display: none;
    position: absolute;
    top: 0;
    height: 100vh;
    width: 66%;
    z-index: 55;
    background: url(../images/aboutbgg.png) no-repeat;
   	overflow: hidden;
	background-position: right center;
    min-width: 850px;
    background-size: cover;

	&.active {
		display: block;
	}
}



.titleimg {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;

	@include breakpoint(mobile) {
		padding-bottom: 3%;
	}
}


.socialWrapper {
    width: 140px;
    left: 50%;

	@include breakpoint(mobile) {
		width: auto;
	}

	&.startSocial {
		left: 6%;
		margin-left: auto;
	}

	&.socialStart {
		z-index: 40;
		position: absolute;
	    bottom: 8%;

		@include breakpoint(mobile) {
		    right: 14.4%;
	       	top: 4%;
		    bottom: auto;
		    left: auto;
	        width: 94px;
		}

		&.active {
			z-index: 0;
		}
	}

	.socialTitle {
		font-family: proxima_nova_altextrabold;
		font-size: 30px;
		color: #fff;

		@include breakpoint(mobile) {
		   	display: none;
		}
		&.titleQuiz {
		    font-size: 16px;
		    padding-bottom: 7px;
		}
	}

	.divider {
		height: 7px;
		width: 95%;
		background: #fff;
	    position: relative;
	    top: -6px;
    	margin: 3px 2px;

		@include breakpoint(mobile) {
		   	display: none;
		}
	}

	.iconwrapper {
		.item {
			float: left;
			width: 33%;
		    text-align: center;
		    cursor: pointer;
			img {
			    width: 90%;

				@include breakpoint(mobile) {
					width: 26px;
					opacity: .7;
				}

			    &:hover {
			    	opacity: .7;
			    }
			}
		}
	}
}

.wave {
    position: absolute;
    top: 29%;
    z-index: 1;

    &.leftish {
    	left: 4000px;
    }
}

.dana-transition {
	position: absolute;
	overflow: hidden;
	transition: all 0.7s ease;
	left: 0;
	top: 0;
	width: 100%;

	@include breakpoint(tablet) {
	   	transition: none;
	}
}

/* .dana-enter defines the starting state for entering */
/* .dana-leave defines the ending state for leaving */
.dana-enter {
  left: 100%;
}

.dana-leave {
  left: -100%;
}

.quiznavbar {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 52px;

		@include breakpoint(mobile) {
		   	display: none;
		}

	.innerwrapnav {
		position: relative;
	    width: 221px;
	    margin: 0 auto;

	   	.navbarline {
	    	width: 0%;
			height: 5px;
			background: #fff;
			position: absolute;
			left: 2px;
			top: 50%;
			margin-top: -3px;
		    border-radius: 5px;
	    }
	}

}


.test {
	background: #212225 !important;
}


.thejoblink {
	text-decoration: underline;
	transition: opacity .3s ease;
	cursor: pointer;

	&:hover {
		opacity: .7;
	}
}


textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    appearance:none;
}


@font-face {
    font-family: 'sansa_problack';
    src: url('fonts/sansapro-black-webfont.eot');
    src: url('fonts/sansapro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansapro-black-webfont.woff2') format('woff2'),
         url('fonts/sansapro-black-webfont.woff') format('woff'),
         url('fonts/sansapro-black-webfont.ttf') format('truetype'),
         url('fonts/sansapro-black-webfont.svg#sansa_problack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sansa_problackitalic';
    src: url('fonts/sansapro-blackitalic-webfont.eot');
    src: url('fonts/sansapro-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansapro-blackitalic-webfont.woff2') format('woff2'),
         url('fonts/sansapro-blackitalic-webfont.woff') format('woff'),
         url('fonts/sansapro-blackitalic-webfont.ttf') format('truetype'),
         url('fonts/sansapro-blackitalic-webfont.svg#sansa_problackitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_altextrabold';
    src: url('fonts/mark_simonson_-_proxima_nova_alt_extrabold-webfont.eot');
    src: url('fonts/mark_simonson_-_proxima_nova_alt_extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mark_simonson_-_proxima_nova_alt_extrabold-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_alt_extrabold-webfont.woff') format('woff'),
         url('fonts/mark_simonson_-_proxima_nova_alt_extrabold-webfont.ttf') format('truetype'),
         url('fonts/mark_simonson_-_proxima_nova_alt_extrabold-webfont.svg#proxima_nova_altextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_altthin';
    src: url('fonts/mark_simonson_-_proxima_nova_alt_thin-webfont.eot');
    src: url('fonts/mark_simonson_-_proxima_nova_alt_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mark_simonson_-_proxima_nova_alt_thin-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_alt_thin-webfont.woff') format('woff'),
         url('fonts/mark_simonson_-_proxima_nova_alt_thin-webfont.ttf') format('truetype'),
         url('fonts/mark_simonson_-_proxima_nova_alt_thin-webfont.svg#proxima_nova_altthin') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_alt_rgregular';
    src: url('fonts/mark_simonson_-_proxima_nova_alt_regular-webfont.eot');
    src: url('fonts/mark_simonson_-_proxima_nova_alt_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mark_simonson_-_proxima_nova_alt_regular-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_alt_regular-webfont.woff') format('woff'),
         url('fonts/mark_simonson_-_proxima_nova_alt_regular-webfont.ttf') format('truetype'),
         url('fonts/mark_simonson_-_proxima_nova_alt_regular-webfont.svg#proxima_nova_alt_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

       //url('fonts/mark_simonson_-_proxima_nova_alt_regular-webfont.woff') format('woff'),


@font-face {
    font-family: 'proxima_nova_alt_semibold';
    src: url('fonts/mark_simonson_-_proxima_nova_alt_semibold-webfont.eot');
    src: url('fonts/mark_simonson_-_proxima_nova_alt_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mark_simonson_-_proxima_nova_alt_semibold-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_alt_semibold-webfont.ttf') format('truetype'),
         url('fonts/mark_simonson_-_proxima_nova_alt_semibold-webfont.svg#proxima_nova_alt_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
