/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Lato:300|Raleway:300,500');


/* OVERALL ASPECT */

body {
	padding-top: 0px;
	background-color: #f2f2f2;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555;

	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;

	margin-top: 70px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", sans-serif;
	font-weight: 300;
	color: #333;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 15px;
}

.centered {
	text-align:center;
}

.mt {
	margin-top: 40px;
}

/* Links */
a {
    color: #f85c37;
    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;
}

.navbar {
	font-family: "Lato", sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #4e4e4e;
}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#description {
	padding-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 50px;
}

#description h1 {
	font-size: 44px;
	font-weight: 500;
	margin-bottom: 35px;
}

#description h3 {
	font-weight: 300;
}

#description p {
	font-weight: 300;
	font-size: 18px;
}

.indent {
        text-indent:  0em;
        padding-left: 2em;
}


#screenshot {
	padding-top: 0px;
	padding-bottom: 50px;
}

#screenshot h3 {
	font-weight: 300;
	margin-bottom: 35px;
}

#support {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#support h3 {
	font-weight: 300;
	margin-bottom: 35px;
}

#support p {
	font-weight: 300;
	font-size: 18px;
}



#contact {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 150px;
}

#contact h3 {
	font-weight: 300;
	margin-bottom: 35px;
}

#contact p {
	font-weight: 300;
	font-size: 18px;
}



#privacy {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

#privacy h3 {
	font-weight: 300;
	margin-bottom: 35px;
}

#privacy h4 {
	font-weight: 300;
	margin-bottom: 20px;
}

#privacy p {
	font-weight: 300;
	font-size: 18px;
}



/* Footer */
#f {
	padding-top: 20px;
	background-color: #4e4e4e;
}

#f p {
	color: white;
	text-align: right;
	font-weight: 300;
	font-size: 13px;
}

#f h1 {
	color: white;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
}

.f_link {
    color: #ffffff;
}


/* Image Opacity */
/*
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}
*/
