
/*

Template Name: Sync
Author: Jonathan Daniel
Author website: #
Description: Responsive HTML5 Landing Page
Tags: Responsive, Retina, Bootstrap 3, Landing Page, One Page, App, iOS, iPhone, iPad, Clean
Version: 1.0


-- TABLE OF CONTENTS

1. GENERAL
2. HOME
3. SERVICES
4. VIDEO PRESENTATION
5. APP PRESENTATION
6. FEEDBACK
7. FEATURES
8. GALLERY
9. DOWNLOAD APP
10. SUBSCRIBE
11. CONTACT INFO
12. FOOTER

*/


/* 1) GENERAL */ 

/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	background-image: url(../skyFormBg.jpg);
	background-position: center top;
}
div {
	margin: 400px 0 0 0;
}
h1 {
	color: #773909;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
h1 a{
	color: inherit;
}























