/*
 * Headings
 */

@font-face {
    font-family: "Oxygen";
    src: url("fonts/Oxygen-Regular.ttf");
}

@font-face {
    font-family: "Oxygen";
    src: url("fonts/Oxygen-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Oxygen";
    src: url("fonts/Oxygen-Light.ttf");
    font-weight: lighter;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 56px !important;
	line-height: 72px;
}

h2 {
	font-size: 48px !important;
	line-height: 72px;
}

h3 {
	font-size: 30px;
	line-height: 36px;
}

h4 {
	font-size: 22px;
	line-height: 36px;
}

h5 {
	font-size: 20px;
	line-height: 36px;
}

h6 {
	font-size: 19px;
	line-height: 30px;
}

a {
	font-weight: bolder;
	transition: opacity .3s ease;
}

a:hover {
	opacity: .8;
}

/*
 * Headings mobile
 */
@media only screen and (max-width: 980px)
{
	h1 {
		font-size: 35px !important;
		line-height: 50px !important;
	}

	h2 {
		font-size: 30px !important;
		line-height: 40px !important;
	}

	h3 {
		font-size: 25px !important;
		line-height: 30px !important;
	}

	h4 {
		font-size: 20px !important;
		line-height: 25px !important;
	}
}

/*
 * Supertitle
 */
.supertitle_hero h1 {
	text-transform: uppercase;
	font-size: 20px !important;
	font-weight: bold;
}

.supertitle_hero h2 {
	font-size: 56px !important;
}


.supertitle_body h2 {
	text-transform: uppercase;
	font-size: 16px !important;
	font-weight: bold;
}

.supertitle_body h3 {
	font-size: 30px !important;
}

/*
 * Supertitle mobile
 */
@media only screen and (max-width: 980px)
{
	.supertitle_hero h1 {
		font-size: 16px !important;
	}

	.supertitle_hero h2 {
        font-size: 35px !important;
        line-height: 45px !important;
	}

	.supertitle_body h2 {
		text-transform: uppercase;
		font-size: 16px;
		font-weight: bold;
	}
	
	.supertitle_body h3 {
		font-size: 30px;
	}
}

/*
 * Styling lists
 */

.entry-content ul {
    padding: 0 0 23px 1.2em;
}

/* 
 * Styling links
 */
#main-content .et_pb_text_inner a::after,
#main-content .et_pb_blurb_description a::after {
	opacity: 0.8;
    font-family: 'ETmodules';
	display: inline-block;
	margin-left: .2em;
	margin-bottom: -0.2em;
    content: '\e03c';
}

