/*! 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
   ========================================================================== */


body {
	
	background-image: url(../img/YouVyu_Background_Image_V2.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: black;

	font-family: "brandon-grotesque", sans-serif;

}

img {
	
	max-width: 100%;
	
}

#wrapperDiv {
	
	width: 96%;
	height: 100%;
	margin-left: 2%;
	
}

#darkenDiv {
	
	/* 
	width: 1280px;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	opacity: .3;
	z-index: 5;
	*/
	
}

#innerWrapperDiv {
	/* 
	width: 100%;
	height: 100%;
	*/
	
	/*
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	*/
	
}


#rowOne {
	
	display: block;
	height: 15%;
	width: 100%;
	
}


.brandingSet {
	
	/* float: left; */
	
	width: 100%;
	margin-top: 1.5em;
	
}

.brandingSet * {
	
	display: inline-block;
	color: white;


}

.brandingSet h2 {
	
	font-size: 3em;
	font-weight: 500;
	line-height: .4em;
	margin-top: 0em;
	margin-bottom: 0em;
	
}

.brandingSet > h3 {
	
	font-size: 1.8em;
	font-weight: 500;
	font-style: italic;
	line-height: .5em;
	margin-left: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
	
}


.brandingSet img.youVyuIcon {
	
	height: 3em;
	line-height: .5em;
	padding-bottom: 1em;
	/* margin-top:  */
	
}


.brandingSet a {
	
	float: right; 
	padding-top: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	
}



.brandingSet a h3 {
	
	font-size: 1.5em;
	font-weight: 500;
	font-style: normal;
	margin-left: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
	width: 5em;
	line-height: 1.7em;
	text-align: center;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    border:none;

	
}

.brandingSet a:first-of-type h3 {
	
	background-color: #4a5879;
	
}


.brandingSet a:nth-of-type(2) h3 {
	
	 background-color: black;
	
}

.brandingSet a h3:hover {
	
	background-color: white;
	color: black;
	
}



/*

.logInSet {
	
	width: 50%;
	display: inline; 
	margin-top: .5em;
	
}

.logInSet a {
	
	display: inline-block;
	float: right;
	color: white;
	text-decoration: none;
	
}

.logInSet h3 {
	
	font-size: 1.5em;
	font-weight: 500;
	margin-left: 1em;
	width: 5em;
	line-height: 1.7em;
	text-align: center;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    border:none;

	
}

.logInSet a:first-of-type h3 {
	
	background-color: #4a5879;
	
}


.logInSet a:nth-of-type(2) h3 {
	
	 background-color: black;
	
}

.logInSet a h3:hover {
	
	background-color: white;
	color: black;
	
}

*/




#rowTwo {
	
	float: none;
	width: 50%;
	margin-left: 25%;
	margin-top: 5%;
	color: white;
	text-align: center;
	line-height: 1em;
	
}

#rowTwo h2 {
	
	font-size: 3.5em;
	font-weight: 500;
	
}

#rowTwo #locationQuery {
	
	width: 60%;
	height: 2.5em;
	font-size: 1.5em;
	text-align: center;
	padding-left: 0em;
	color: black;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 6px;
    border: none;
    opacity: .9;
	
}


#rowTwo h2.getAppLink {
	
	font-size: 1.7em;
	font-weight: 500;
	width: 80%;
	margin-left: 10%;
	margin-top: 40%;
	line-height: 2em;
	text-align: center;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    border:none;
	background-color: #4a5879;

	opacity: .8;

}


#rowThree {
	
	float: none;
	width: 100%;
	margin-left: 0%;
	margin-top: 0%;
	color: white;
}

#rowThree * {
	
	display: inline-block;
	
}

#rowThree .aboutYouVyu {
	
	float: left;
	font-size: 1.8em;
	font-weight: 500;
	color: white;
	
}

#rowThree > a h3:hover {
	
	color: #e6e658 !important;
	
}


#rowThree .followUsSet {
	
	float: right;
}



#rowThree .followUsSet a:hover {
	
	color: yellow;
	
}


#rowThree .followUsSet h3 {
	
	font-size: 1.8em;
	font-weight: 500;
}

#rowThree .followUsSet img {
	
	width: 2em;
	margin-left: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-bottom: 1.2em;
	
}







/* ==========================================================================
   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 only screen and (max-width: 1280px) {

	#rowTwo #locationQuery {
		width: 80%;
	}

	#rowTwo h2.getAppLink {
		
		margin-top: 30%;
		
	}

}

@media only screen and (max-width: 980px) {

	#rowTwo {
		width: 60%;
		margin-left: 20%;
	}


}


@media only screen and (max-width: 768px) {

	#rowOne {
		height: 25%;
	}

	.brandingSet h2 {
		margin-left: 14%;
	}


	.brandingSet a:first-of-type {
		/* display: block; */
		float: none;
		margin-left: 29%;
	}

	.brandingSet a:nth-of-type(2) {
		float: none;
	}

	#rowTwo {
		width: 80%;
		margin-left: 10%;
	}

	#rowTwo h2 {
		font-size: 2.5em;
	}

	#rowTwo h2:first-of-type {
		margin-top: 18%;
	}

	#rowTwo h2.getAppLink {
		margin-top: 50%;
		font-size: 1.4em;
	}

	#rowThree {
		margin-top: 27%;
	}
}


@media only screen and (max-width: 670px) {
	
	#rowOne .brandingSet > h3 {
		display: block;
		text-align: center;
		line-height: 1.0em;
		margin-bottom: 5%;
	}
	
	#rowOne .brandingSet > h2 {
		margin-left: 37%;
		
	}
	
	#rowTwo #locationQuery {
		padding-left: 5%;
		padding-right: 5%;
		margin-left: 10%;
	}
	
	
	#rowTwo h2.getAppLink {
		margin-top: 50%;
		font-size: 1.4em;
		height: 2em;
		padding-left: 5%;
		padding-right: 5%;
	}
	
}


@media only screen and (max-width: 414px) {
	
	#rowOne .brandingSet > h2 {
		margin-left: 25%;
		font-size: 2.5em;
	}
	
	#rowOne .brandingSet > h3 {
		font-size: 1.4em;
	}
	
	.brandingSet a:first-of-type {
		float: none;
		margin-left: 7%;
	}

	.brandingSet a:nth-of-type(2) {
		float: none;
	}
	
	#rowTwo {
		margin-left: 0%;
		width: 94%;
	}
	
	#rowTwo h2 {
		font-size: 2em;
	}
	
	#rowTwo h2:first-of-type {
		margin-top: 15%;
	}

	#rowTwo #locationQuery {
		margin-left: 5%;
		height: 2em;
		font-size: 1em;
	}


	#rowTwo h2.getAppLink {
		margin-top: 20%;
		font-size: 1.2em;
		height: 4em;
	}

	#rowThree {
		margin-top: 10%;
	}

	#rowThree h3 {
		margin-top: 0;
		margin-bottom: 5%;
	}

	#rowThree h3.aboutYouVyu {
		float: none;
		text-align: center;
		/* margin-left: 50%; */
		font-size: 1.2em;
	}
	
	#rowThree .followUsSet {
		float: none;
		margin-left: 20%;
	}
	
	#rowThree .followUsSet h3 {
		font-size: 1.2em;
	}
	
	#rowThree .followUsSet a img {
		width: 1.5em;
	}
	
	
}




@media only screen and (max-width: 360px) {
	
	
	#rowOne .brandingSet h2 {
		font-size: 2em;
		margin-left: 30%;
	}

	#rowOne .brandingSet h3 {
		font-size: 1.3em;
	}

	.brandingSet a:first-of-type {
		/* display: block; */
		float: none;
		margin-left: 10%;
	}

	.brandingSet a:nth-of-type(2) {
		float: none;
	}

	#rowTwo {
		width: 98%;
		margin-left: 2%;
	}

	#rowTwo h2 {
		font-size: 2em;
	}

	#rowTwo h2:first-of-type {
		margin-top: 18%;
	}

	#rowTwo #locationQuery {
		margin-left: 0;
		font-size: 1.2em;
		height: 2em;
		width: 92%;
		padding-left: 2%;
		padding-right: 2%;
	}

	#rowTwo h2.getAppLink {
		margin-top: 15%;
		margin-left: 0;
		font-size: 1.4em;
		width: 92%;
		height: 4em;
		padding-left: 2%;
		padding-right: 2%;
	}

	#rowThree {
		margin-top: 0;
	}

	#rowThree > a {
		display: block;
	}


	#rowThree > a h3.aboutYouVyu {
		font-size: 1.5em;
		float: none;
		display: block;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0
	}

	#rowThree .followUsSet {
		display: block;
		float: none;
		text-align: center;
		
	}

	#rowThree .followUsSet h3 {
		font-size: 1.5em;
		margin-top: 1em;
		margin-bottom: 0;
	}

	
	
}











@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;
    }
}
