/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	height: 100%;
	background-color: #fff;
}

body {
	margin: 0 auto;
	height: 100%;
	color: #000;
}


audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	font-weight: 700;
	text-decoration: none;
	color: #000;
}

a:active,
a:hover {
	outline: 0;
	color: #fff;
}

b,
strong {
	font-weight: bold;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


body,
input,
select,
textarea {
	color: #000;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000;
	letter-spacing: .03em;
	text-align: center;

}

h1 { font-size: 2.4em; }
h2 { font-size: 2.2em; }
h3 { font-size: 2em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.4em; }


p {
	margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/


#band {
	display:block;
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.title {
	margin-top: 5em;
	background: url(../imgs/title.jpg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display:block;
	position: relative;
	min-height: 5em;
	width: 100%;
}

.action {
	position: relative;
	display: block;
	margin: 1em auto;
}


.third {
	display:block;
	position: relative;
	width: 33.33%;
	width: calc(100% / 3);
	min-height: 10em;
	float: left;
	text-align:center;
	
}

	.left {
		background: url(../imgs/left.jpg);
		background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
	}
	
	.right {
		background: url(../imgs/right.jpg);
		background-position: center left;
	background-size: contain;
	background-repeat: no-repeat;
	}

.share {
	padding-top: 8em;
	text-align: center;
	float: left;
}

.footer {
		text-align: center;
		position: relative;
		
}
	
.copyright {
	position: fixed;
	bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .6em;
	width: 100%;
}

	.copyright a {
		color: #000;
	}
	
.button
		 {
	position:relative;
	border: .3em solid;
	border-color: #000;
	border-radius: .8em;
	line-height: 1;
	margin: 2.4em .2em 0 .2em;
	padding: .6em 1em .4em;
	display:block;
	max-width: 100%;
	height: 2em;
}


.button:hover
{
	background: #000;
	color: #fff;
}

.button:focus,
button:active,
{	background: #000;
	color: #fff;
}

	.button:before {
		content: "\f005";
		font-family: FontAwesome;
		font-size: 2em;
}


	.button:before:hover {
		color: #fff;
	}

.round-button  {
    display:block;
    border: 2px solid #000;
    border-radius: 50%;
    color:#000;
    text-align:center;
	padding: .5em .4em;
}

	.round-button:hover, .round-button:focus, .round-button:active  {
	background: #000;
	color: #fff;
	}

	.wider {
		padding: .5em .6em;
	}
	
	.fa-google-plus {
		padding: .7em .6em;
	}
	
.nope {
	width: 100vw;
	height: 100vh;
	background:url(../imgs/no.jpg);
	background-size: contain;
	background-position: center center;
	background-color:#d7e7ef;
	background-repeat: no-repeat;
}
	
	
.yup {
	width: 100vw;
	height: 100vh;
	background:url(../imgs/yes.jpg);
	background-size: contain;
	background-position: center center;
	background-color:#000;
	background-repeat: no-repeat;
}
	
@media screen and (min-width: 30em) {
	
.title {
	min-height: 8em;
}
	
	
	
}

@media screen and (min-width: 50em) {
	
.title {
	min-height: 10em;
}
	
.action {
	width: 70%;	
	
}