@charset "utf-8";

/* General styles
 * Created by: RYC
 */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:600');

body { 
  height: 100%; 
  margin: 0; 
  padding: 0;
  font-family: 'Source Sans Pro' , Arial , sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #282828;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

a,
a:active,
a:visited {
  color: #0d79a0;
  text-decoration: none;
}

a:hover {
  color: #2980b9;
  text-decoration: underline;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1 {
  margin: 10px 0 30px 0;
  font-size: 36px;
  line-height: 1.3;
}

h2 {
  margin: 10px 0 20px 0;
  font-size: 28px;
  line-height: 1.2;
}

h3 {
  margin: 10px 0 20px 0;
  font-size: 20px;
  line-height: 1.2;
}

p {
  margin-bottom: 15px;
  text-align: justify;
}


/* colors */
.red {
	color: #e62037;
}

.red-background {
	background-color: #e62037;
}


/* custom */



/* others */
.reset {
  clear: both;
}

.hide {
  display: none;
}