/* IMPORT FONTS */
@import url();


/*------------------------------------*\
    GLOBAL
\*------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

a {
	color: #006c86;	
}

a:focus,
a:active:focus {
	text-decoration: none;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/

.header {
	
}

	.header__logo {
		margin: 24px 0;
	}

	.header__title {

	}
	
	
/*------------------------------------*\
    #RESPONSIVE
\*------------------------------------*/

/* lg */
@media only screen and (max-width : 1200px) {

}

/* md */
@media only screen and (max-width : 992px) {

}

/* sm */
@media only screen and (max-width : 768px) {

}

/* xs */ 
@media only screen and (max-width : 480px) {

}
