/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700&display=swap');

 html,body { height: 100%; margin: 0px; padding: 0px; }
body {
	background: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #283891;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #283891;
}

h2 {
	font-family: 'Titillium Web', sans-serif;
color: #283891;
	
}

h1 {
	font-family: 'Titillium Web', sans-serif;
color: #283891;
	font-size: 50px;
	
}

h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #283891;	
}

h4 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #283891;
    
}

h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #283891;
	
}

p {
    margin-bottom: 20px;
    font-size: 14px;
	color: #283891;
	
}
br {
    margin-bottom: 10px;
   
}

span {
    font-family: "Titillium Web", sans-serif;
    color: #C02030;
    font-weight: 700;
}


a {
	color: #C02030;
	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: #283891;
    text-decoration: none;
    outline: 0;
    font-family: "Titillium Web", sans-serif;
}

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;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

/* wrapper */

#wrapper {
	text-align: center;
	padding: 0 0 0 0;
	background-color: #ffffff;
	background-size: cover;
}



#wrapper h1 {
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 45px;
	font-weight: 700;
}

h2.subtitle {
    color: #283891;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* social */
.social {
    padding: 30px 0 0 0;
}




/* footer */
p.copyright {
	margin-top: 50px;
	color: #283891;
	text-align: center;
	font-size: 12px;
	font-weight:700;
  padding: 0;
  margin-bottom: 15px;
  line-height: 14px;
}	

.credits {
    color: #283891;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
}
.credits a {
    color: #C02030;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
}
