/**
 *	ATBO's fadeThrough jQuery Plugin for simple Element Fading
 *	nothing less, nothing more.
 *
 *  The MIT License (MIT)
 *	
 *	Copyright (c) 2014 www.at-bo.com
 *	
 *	Permission is hereby granted, free of charge, to any person obtaining a copy
 *	of this software and associated documentation files (the "Software"), to deal
 *	in the Software without restriction, including without limitation the rights
 *	to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 *	copies of the Software, and to permit persons to whom the Software is
 *	furnished to do so, subject to the following conditions:
 *	
 *	The above copyright notice and this permission notice shall be included in all
 *	copies or substantial portions of the Software.
 *	
 *	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 *	IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 *	FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 *	AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 *	LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 *	OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 *	SOFTWARE.
 */

@import url(http://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister);
@import url(http://fonts.googleapis.com/css?family=Hammersmith+One);


@font-face {
	font-family: 'museo_sans_500';
	src: url('http://www.at-bo.com/font/MuseoSans_500-webfont.eot');
	src: url('http://www.at-bo.com/font/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.at-bo.com/font/MuseoSans_500-webfont.woff') format('woff'), url('http://www.at-bo.com/font/MuseoSans_500-webfont.ttf') format('truetype'), url('http://www.at-bo.com/font/MuseoSans_500-webfont.svg#museo_sans_500regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_sans_500 A';
	src: url('http://www.at-bo.com/font/MuseoSans_500.eot');
	src: url('http://www.at-bo.com/font/MuseoSans_500.eot?#iefix') format('embedded-opentype'), url('http://www.at-bo.com/font/MuseoSans_500.woff') format('woff'), url('http://www.at-bo.com/font/MuseoSans_500.ttf') format('truetype'), url('http://www.at-bo.com/font/MuseoSans_500.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-image: url('../img/background.png');
	background-repeat: no-repeat;
	background-position: 50% 250px;
	color: rgb(102, 102, 102);
}

h2, h3, h4 {
	text-transform: uppercase;
	font-family: 'Love Ya Like A Sister', cursive;
	text-shadow: 0px 1px 0 #0099cc,
				-1px 2px 0 #0099cc;
}

ul {
	list-style: none;
}

@media only screen and (max-width: 768px) {

	body {
		background-image: url('../img/background.png');
		background-repeat: no-repeat;
		background-position: 50% 335px;
	}
	
	.welcome {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.text-right {
		text-align: center!important;
	}
	
	.text-left {
		text-align: center!important;
	}
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.welcome h1 {
	text-transform: uppercase;
	font-size: 80px;
	line-height: 40px;
	font-family: 'Love Ya Like A Sister', cursive;
	text-shadow: 0px 1px 0 #0099cc,
				-1px 2px 0 #0099cc,
				-2px 3px 0 #0099cc,
				-3px 4px 0 #0099cc,
				-4px 5px 0 #0099cc;
}
.welcome span {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	color: #666666;
	line-height: 24px;
	-webkit-font-smoothing: antialiased!important;
	font-family: "museo_sans_500", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.welcome span i {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	color: #0099cc;
	line-height: 24px;
	-webkit-font-smoothing: antialiased!important;
	font-family: "museo_sans_500", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.welcome span hr {
	margin: 10px 0px 0px 0px;
}
.start-button:link, .start-button:active, .start-button:visited, .start-button:focus {
	font-family: 'Love Ya Like A Sister', cursive;
	text-transform: uppercase;
	font-size: 30px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: rgb(34, 34, 34);
	font-weight: 800;
	text-shadow: 0px 1px 0 #0099cc,
				-1px 2px 0 #0099cc,
				-2px 3px 0 #0099cc;	
}
.lab-footer {
	background-image: url("http://customer.at-bo.com/img/bg.png");
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-box-shadow:inset 0 10px 10px -10px rgba(0,0,0,0.7);
	box-shadow:inset 0 10px 10px -10px rgba(0,0,0,0.7);
}
.lab-footer span {
	font-size: 12px;
}
.logo-image {
	height: 20px;
}
#demo2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#demo2 li {
	margin: 0px;
	padding: 0px;
}