* {
	box-sizing: border-box;
	outline: none
}

html {
	font-size: 16px
}

body {
	background-color: #1598CC;
	color: rgba(0, 0, 0, 0.9);
	font-family: 'Rubik', Arial, sans-serif, monospace;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin: 0;
	overflow-x: hidden
}

button, input, optgroup, select, textarea {
	color: rgba(0, 0, 0, 0.9);
	font-size: 1rem
}

select {
	color: inherit;
	font-size: inherit
}

#app {
	display: flex;
	flex: 1;
	flex-direction: column
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	letter-spacing: .25px;
	line-height: 1.1
}

h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 66px
}

h2 {
	font-size: 40px;
	font-weight: 300;
	line-height: 2.7rem
}

h3 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase
}

h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px
}

blockquote {
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	line-height: 28px
}

@media only screen and (max-width: 767px) {
	body {
		line-height: 24px
	}
	h1 {
		font-size: 36px;
		font-weight: 700;
		line-height: 42px
	}
	h2 {
		font-size: 36px;
		font-weight: 300;
		line-height: 2.5rem
	}
	h3 {
		font-size: 18px;
		font-weight: 400;
		line-height: 22px;
		text-transform: uppercase
	}
	h4 {
		font-size: 16px;
		font-weight: 500;
		line-height: 18px
	}
	blockquote {
		font-size: 16px;
		font-weight: 800;
		line-height: 22px
	}
}

a, a:hover, a:visited {
	text-decoration: none
}

a, a:visited, a:active {
	color: #088488
}

a:hover {
	color: hsl(181.875, 88.8888888889%, 22.5882352941%)
}

img {
	overflow: hidden
}

input {
	background-color: transparent;
	border: none;
	padding: 0
}

button {
	color: #088488
}

.full-width {
	width: 100% !important
}

sup {
	padding-left: .125rem;
	top: -.25rem
}

em {
	font-style: italic
}

strong {
	font-weight: 700
}

blockquote>strong {
	font-weight: inherit;
	text-decoration: underline
}

blockquote>em {
	font-style: normal
}

input, textarea, select, button {
	font-family: inherit
}