
body {
	background-color: #0f0f0f;
	font-family: 'Asap', sans-serif;
	font-size: 100%;
	color: #fff;
	text-align: center;
}
h2 {
	font-size: 3em;
}
#container {
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}
#container p a {
	color: #ee0;
	text-decoration: none;
	border-bottom: 1px dotted #ee0;
}
#container p a:hover {
	color: #0de;
	border-bottom: 1px dotted #0de;
}
.logo a {
	color: #fff;
	text-decoration: none;
}
.hangup {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	margin: 1em 0 0 0;
}
.smaller {
	font-size: 1.0em!important;
}

#thumbs img a {
	color: #999;
	border: 1px solid #ccc;
}
#thumbs img a:hover {
	color: #999;
	border-color: #999;
}
#footer {
	background-color: #000;
	color: #ccc;
	margin: 2em 0 2em 0;
	padding: 1em;
	font-size: 0.8em;
}



/* Breakpoint for iphone vertical */
@media only screen and (min-width: 0px) and (max-width: 320px) {
body {
	font-size: 85%;
}
h2 {
	font-size: 2em;
	line-height: 1.4em;
}
.logo {
	font-family: 'Meddon', 'sans-serif', cursive;
	font-size: 1.8em;
	color: #fff;
}
.hangup {
	margin: 1.2em 0 0.5em 0;
}
#container {
	margin: 1em;
	font-size: 1.1em;
	line-height: 1.55em;
	text-shadow: 1px 1px 0px #777;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}
#thumbs img {
	width: 45%;
	margin: 1%;
}
.hangup {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	font-size: 4em;
}
#footer {
	font-size: 0.7em;
}

	}

/* Breakpoint for ihpne horizintal and ipad vertical */
@media only screen and (min-width: 321px) and (max-width: 767px) {
body {
	font-size: 70%;
}
h2 {
	font-size: 3em;
	line-height: 1.5em;
}
.logo {
	font-family: 'Meddon', 'sans-serif', cursive;
	font-size: 2em;
	color: #fff;
}

#container p {
	margin: 1em;
	font-size: 1.4em;
	line-height: 1.55em;
	text-shadow: 1px 1px 0px #777;
}

#thumbs img {
	width: 45%;
	margin: 1%;
}
.hangup {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	font-size: 7em;
}

	}

/* Breakpoint for ipad horizontal and bigger */
@media only screen and (min-width: 768px) and (max-width: 1019px) {
body {
	font-size: 85%;
}
h2 {
	font-size: 3em;
	line-height: 1.5em;
}
.logo {
	font-family: 'Meddon', 'sans-serif', cursive;
	font-size: 6em;
	color: #fff;
}

#container p {
	margin: 1em;
	font-size: 1.4em;
	line-height: 1.55em;
	text-shadow: 1px 1px 0px #777;
}
#thumbs img {
	width: 30%;
	margin: 1%;
}
.hangup {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	font-size: 7em;
}

	}




/* Breakpoint for bigger screens */
@media only screen and (min-width: 1020px) {

body {
	font-size: 85%;
}
h2 {
	font-size: 3.5em;
	line-height: 1.3em;
}
.logo {
	font-family: 'Meddon', 'sans-serif', cursive;
	font-size: 6em;
	color: #fff;
}

#container {
	max-width: 700px;
}
#container p {
	margin: 1em;
	font-size: 1.4em;
	line-height: 1.55em;
	text-shadow: 1px 1px 0px #777;
}
#thumbs img {
	width: 28%;
	margin: 1%;
}
.hangup {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	font-size: 9em;
}


	}
