/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
	color: #171717;
	position: relative;
		background: center bottom no-repeat, linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%) #f5f5f5;
	
}

#wrapper {
	width: 100%;
	min-height: 100vh;
	position: relative;
}
img {
	max-width: 100%;
}

#nflpa-logo {
	width: 100%;
/*	position: absolute;
	left: 0;
	top: 0;*/
	z-index: 1000;
	text-align: center;
	padding-top: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
}
#nflpa-logo img {
	height: 30px;
}
.nflpa-text {
	font-size: 12px;
	display: inline-block;
	text-align: left;
	padding-left: 20px;
	color: #797979;
	font-family: 'Lato', sans-serif;
}
.home-content {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	max-width: 1270px;
	margin: 0 auto;
	min-height: 100vh;
	padding-right: 40px;
	padding-left: 40px;
	background: url(../img/bg_field.png) center bottom no-repeat, linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%) #f5f5f5;
	background-size: contain;
	
}

#main-logo {
	max-width: 350px;
	margin: 0 auto;
}

h1 {
	font: 40px/40px 'Montserrat', sans-serif;
	color: #171717;
	font-weight: 700;
}
.intro {
	color: #797979;
	font-family: 'Lato', sans-serif;
}
.appstore-badge {
	max-width: 180px;
	margin: 40px auto;
}

.play3d-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.play3d-social ul li {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
}
.play3d-social ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	transition: all .3s;
	opacity: 1;
}
.play3d-social ul li a:hover {
	opacity: .5;
}
.icon-twitter {
	background-image: url("../img/icon_twitter.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-facebook {
	background-image: url("../img/icon_facebook.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.icon-instagram {
	background-image: url("../img/icon_instagram.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.home-copy{
	width: 45%;
}
.home-visual img {
	margin: auto 0 0;
	z-index: 2;
	width: inherit;
}
.home-visual {
	display: flex;
	height: 754px;
	width: 450px;
	margin: auto auto 0;
	text-align: center;
	position: relative;
	background: url(../img/hand.png) center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	
}

#play3d-video {
	position: relative;
	width: 237px;
	height: 420px;
	left: 71px;
	margin-top: 67px;
}

#copyright {
	font-size: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	color: #a1a1a1;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	text-align: right;
}

#mobile-visual {
	display: none;
}

@media only screen 
and (max-width : 900px)  {
	h1 {
		font-size: 33px;
		line-height: 33px;
	}
	.home-visual {
		display: flex;
		height: 620px;
		width: 370px;
		margin: auto auto 0;
		text-align: center;
		position: relative;
		background: url(../img/hand.png) center bottom;
		background-size: contain;
		background-repeat: no-repeat;
		
	}
	
	#play3d-video {
		position: relative;
		width: 196px;
		height: 347px;
		left: 58px;
		margin-top: 54px;
	}
	
}

@media only screen 
and (max-width : 767px)  {
	body {
		background: none;
	}
	#nflpa-logo {
		position: relative;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		padding-right: 0;
		padding-left: 0;
	}
	#main-logo {
		max-width: 250px;
	}
	#nflpa-logo img {
		max-width: 150px;
	}
	.home-content {
		display: block;
		padding: 0 20px;
		background-size: 200%;
	}
	.home-copy {
		width: 100%;
		margin-top: 30px;
		padding-bottom: 100px;
	}
	h1 {
		font-size: 28px;
		line-height: 30px;
		margin-top: 0px;
	}
	
	.home-visual {
		display: flex;
		height: 536px;
		width: 320px;
		margin: 50px 0 0 37px;
		text-align: center;
		position: relative;
		background: url(../img/hand.png) center bottom;
		background-size: contain;
		background-repeat: no-repeat;
		display: none;
	}
	#nflpa-logo img {
		height: 25px;
	}
	.nflpa-text {
		padding-left: 10px;
	}
	#wrapper {
		overflow: hidden;
	}
	
	#copyright {
		text-align: center;
	}
	
	
	#mobile-visual {
		background: url(../img/phone.png) center bottom;
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
		width: 209px;
		margin: 20px auto 0;
		position: relative;
		height: 360px;
	}
	#play3d-video-mobile {
		position: relative;
		width: 143px;
		height: 256px;
		left: 29px;
		margin-top: 40px;
	}
	
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	#main-logo {
		max-width: 300px;
	}
	h1 {
		font-size: 30px;
		line-height: 30px;
	}
	.home-visual {
		display: flex;
		height: 620px;
		width: 370px;
		margin: auto auto 0;
		text-align: center;
		position: relative;
		background: url(../img/hand.png) center bottom;
		background-size: contain;
		background-repeat: no-repeat;
		
	}
	
	#play3d-video {
		position: relative;
		width: 196px;
		height: 347px;
		left: 58px;
		margin-top: 54px;
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	#main-logo {
		max-width: 300px;
	}
	h1 {
		font-size: 30px;
		line-height: 30px;
	}
	
}