body {
  background-color: #FFFFFF;
    font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif; font-weight: normal;
    font-size: 20px;
    color: #000000;

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

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", Impact, "Franklin Gothic Bold", sans-serif; !important;
    font-weight: bold;
    color:#fff;
}

h1 {
	font-size: 50px;
}

.home {
	margin-top:90%;
}

/* Paragraph & Typographic */
p {
    line-height: 30px;
    margin-bottom: 40px;
    font-size: 20px;
}

.centered {
    text-align: left;
}

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

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.logo {
	text-align: left;
	margin-top: 10px;
}


.w {
	margin-top: 0px;
}
.w i {
	font-size: 40px;
	padding: 21px;
}
