/****** cc-import-typography-reboot ******/

@import url('css2.css');


body,
html {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #00004B;
	font-family: 'Jost', sans-serif;
}


/****** cc-commen-style-reboot ******/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Jost', sans-serif;
	letter-spacing: 0;
	color: #fff;
	margin: 0;
	padding: 0;
}


h1 {
	font-size: 100px;
	text-transform: uppercase;
	font-weight: 600;
}

h2 {
	font-size: 40px;
	text-transform: uppercase;
}

h3 {
	font-size: 32px;
	text-transform: uppercase;
}

h4 {
	font-size: 22px;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
	text-transform: uppercase;
}

h6 {
	font-size: 15px;
	text-transform: capitalize;
}


p {
	font-size: 14px;
	color: #f5f5f5;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #fff;
}

.cc-btn {
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	border-radius: inherit;
	padding: 10px 40px;
	background-color: transparent;
}

.cc-btn:hover {
	background-color: #fff;
	color: #000;
}

.cc-btn-link {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	margin-top: 20px;
}