* {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
*:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
body {
	font-family: "Arsenal", sans-serif;
	font-weight: 400;
	color: #fff;
	background-color: #194839;
	background-size: 100% auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Arsenal", sans-serif;
	color: #fff;
}
p {
	font-size: 18px;
	color: #fff;
}

.content {
	background: #194839;
	background: linear-gradient(180deg,rgba(12, 45, 33, 1) 0%, rgba(25, 72, 57, 1) 30%);
}
.content li {
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1.2;
	padding-left: 40px;
	background: url(../image/point.svg) no-repeat center left;
}
.content p {
	padding-left: 40px;
}

footer {
	background: #194839;
	background: linear-gradient(0deg,rgba(12, 45, 33, 1) 0%, rgba(25, 72, 57, 1) 100%);
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #89DC65;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.content li {
		font-size: 36px;
		padding-left: 50px;
	}
	.content p {
		padding-left: 50px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.content {
		height: 85vh;
	}
	footer {
		height: 15vh;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.content li {
		font-size: 48px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}