/*fonts*/
html, body {
	font-family: 'Raleway', sans-serif;
}

/*paddings*/
.p100t {padding-top: 5rem;}
.p100b {padding-bottom: 5rem;}
.p50t {padding-top: 2.5rem;}
.p50b {padding-bottom: 2.5rem;}
.p25t {padding-top: 1.25rem;}
.p25b {padding-bottom: 1.25rem;}
.p10t {padding-top: 0.5rem;}
.p10b {padding-bottom: 0.5rem;}

p {
	font-size: 1.2rem;
}

#hero h1 {
	font-weight: 700;
	text-transform: uppercase;
}

#hero p {
	font-size: 1.2rem;
}

h1 {font-size: 2rem;}
h2 {font-size: 2rem; font-weight: 700;}
h3 {font-size: 2rem;}

/*Contact form*/
#contacts .cog-body {padding-top: 0 !important; margin-top: 0 !important;}
#contacts .cog-heading, .cog-header__text {display: none !important;}

#contacts textarea {height: 10rem !important}

/*Footer*/
footer {
	margin-top: 5rem;
	padding-bottom: 5rem;
}

footer li.list-group-item {border: 0;}