/*

Party Punch Clock Website

*/

/* Reset */
img,legend{border:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-o-text-size-adjust:100%}body,figure{margin:0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Fonts */
@font-face {
    font-family: "GoBold";
    src:url("../font/Gobold-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "GoBoldThin";
    src:url("../font/Gobold-Thin.ttf") format("truetype");
}


/* Styles */
body {
	background: black;
	font-family: 'HelveticaNeue-Light', sans-serif;
	font-weight: 300;
	margin:0;
	padding:0;
	color: white;
}
::-webkit-scrollbar {
	display: none;
}
a {
	text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
h1 {
	font-family: 'GoBold';
	font-size: 90px;
	font-weight: normal;
	margin: 20px auto 0px auto;
	text-align: center;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.35);
}
h2 {
    font-family: 'GoBoldThin';
	font-size: 40px;
	text-align: center;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.35);
	font-weight: 300;
}
.iphones {
	width: 100%;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	color: white;
    background: url('../img/concert-back.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: 0 -7px 20px 10px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 -7px 20px 10px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 -7px 20px 10px rgba(0,0,0,0.7);
}
.iphones img {
	max-height: 600px;
}
img.appstore {
    display: block;
    margin: 0 auto 20px auto;
	max-width: 250px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
img.appstore:hover {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.details {
	width: 100%;
	max-width: 800px;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: justify;
	margin: 0 auto;
}
.details p {
	margin: 20px auto;
	font-size: 20px;
}
p.left {
	width: 50%;
	float: left;
}
p.right {
	width: 50%;
	float: right;
}
p.small {
	font-size: 16px;
}
h3 {
	font-family: 'GoBold';
	font-size: 50px;
	font-weight: normal;
}
.pad {
	height: 75px;
}
.padtext {
	height: 200px;
}

.footer {
	width: 100%;
	min-height: 150px;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	background: black;
	color: white;
}
a.share {
	font-size: 40px;
	color: white;
	transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	opacity: 0.75;
}
a.share:hover {
	transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	opacity: 1;
}


/* Small Screens */
@media screen and (max-width: 600px) {
	p.left, p.right {
		display: block;
		width: 100%;
	}
}


/* Animations */
@-o-keyframes heartbeat {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(0.9);
    }
    100% {
        -o-transform: scale(1);
    }
}
@-moz-keyframes heartbeat {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.9);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes heartbeat-big {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.5);
    }
    100% {
        -o-transform: scale(1);
    }
}
@-moz-keyframes heartbeat-big {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.5);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-webkit-keyframes heartbeat-big {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes heartbeat-big {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
