/* ================= GENERAL STYLES ================== */

*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    margin: 0px;
    -webkit-overflow-scrolling: touch;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 30px;
    margin-top: 0px;
    line-height: 1;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 22px;
}

p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    margin-top: 0px;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

label {
    line-height: 1;
    margin-bottom: 10px !important;
    display: block;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.clear,
.clr {
    clear: both;
}

.overflow-hidden {
    overflow: hidden;
}

hr {
    margin: 60px 0px;
    padding: 0;
    border: none;
    height: 1px;
    clear: both;
}

blockquote {
    display:block;
    margin: 40px 0px;
    padding: 60px 50px;
}

blockquote p {
    font-size:20px;
    line-height:1.6;
}

/* ============================= */
.center-section {
	position: absolute;
	top:20%;
	left:20%;
}

.header-icons {
    list-style-type: none;
    display: inline-block;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    vertical-align: bottom;
}

.header-icons li.logo img {
    height: 220px;
    width: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    vertical-align: bottom;
    display: inline-block;
    margin-right: -40px;
}

.header-icons li {
    float: left;
    display: block;
    margin: 5px;
    padding: 0;
    line-height: 220px;
}

.header-icons li.social a {
    position: relative;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-indent: -500em;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
}

.header-icons li.social a:before {
    font-family: 'FontAwesome';
    speak: none;
    text-indent: 0em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.header-icons li.social a:hover:before {
    -webkit-transform: translateZ(0) rotate(360deg);
    -moz-transform: translateZ(0) rotate(360deg);
    -o-transform: translateZ(0) rotate(360deg);
    -ms-transform: translateZ(0) rotate(360deg);
    transform: translateZ(0) rotate(360deg);
}

/* ================= HEADER ICONS ================== */

.header-icons li.social a:before {
    background: #fff;
}

.header-icons li.social a,
.header-icons li.social a:hover,
.header-icons li.social a:focus,
.header-icons li.social a:active {
    color: #1F2041;
}

#down-arrow {
    color: #1F2041;
}

#down-arrow:hover {
    color: #782347;
}

.center-section h1 {
	font-family: 'Sintony', sans-serif;
    font-size: 90px;
    margin-bottom: 5px;
    margin-top: 0px;
	color: #fff;
}

.center-section  .subtitle {
	font-family: 'Sintony', sans-serif;
	font-weight:bold;
	color: #7C8483;
    font-size: 40px;
    line-height: 1;
}

#footer {
	line-height: 55px;
	font-size: 15px;
	font-family: 'Sintony', sans-serif;
	position: fixed;
	background-color: #0f0a07;
	color:#fff;
	left:0;
	right:0;
	bottom:0;
	padding: 0 25px;
	font-weight: bold;
	text-align: center;
}

#footer ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#footer ul li {
	display: inline-block;
	padding: 0 20px;
}

#footer ul li i {
	margin-right: 7px;
}

#footer ul li a {
	color:#fff;
}