body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	color: #95a5a6;
	font-weight: 400;
	font-size: 20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

#mac_default {
	position: relative;	
	background: url(../img/default_site.png) no-repeat center top;
	background-size: 100% auto;
	-webkit-transition: all 6s linear 0s;
    -moz-transition: all 6s linear 0s;
    -o-transition: all 6s linear 0s;
    transition: all 6s linear 0s;
}
#content_default:hover #mac_default {
    background-position: 100% 100%;
}
#mac_shortcode {
	position: relative;	
	background: url(../img/shortcode_site.png) no-repeat center top;
	background-size: 100% auto;
	-webkit-transition: all 6s linear 0s;
    -moz-transition: all 6s linear 0s;
    -o-transition: all 6s linear 0s;
    transition: all 6s linear 0s;
}
#content_shortcode:hover #mac_shortcode {
    background-position: 100% 100%;
}
#intro {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}
.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}
#intro h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
	font-weight: 700;
	color: #fff;
}
#intro h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	font-weight: 700;
	color: #fff;
}
#intro .intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
#intro a.btn.btn-default.btn-lg {
	background-color: rgba(255,255,255,0.6);
	border-color: transparent;
    box-shadow: -1px 1px 7px rgba(0,0,0,.25);
    color: #333;
    font-weight: 600;
}
#intro a.btn.btn-default.btn-lg:hover {
	background-color: rgba(255,255,255,0.8);
}

#content_default {
    padding: 50px 0;
    background-color: #f8f8f8;
}
#content_shortcode {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
#purchase {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/purchase.jpg) no-repeat center center;
    background-size: cover;
}
#purchase h3 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	font-weight: 700;
	color: #fff;
}
#purchase a.btn.btn-default.btn-lg {
	background-color: rgba(255,255,255,0.6);
	border-color: transparent;
    box-shadow: -1px 1px 7px rgba(0,0,0,.25);
    color: #333;
    font-weight: 600;
}
#purchase a.btn.btn-default.btn-lg:hover {
	background-color: rgba(255,255,255,0.8);
}