body {
	background: url(../img/bg.jpg);
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;

	font-family: Roboto, "Noto Sans", "Noto Sans JP", "Noto Sans KR", "Noto Naskh Arabic", "Noto Sans Thai", "Noto Sans Hebrew", "Noto Sans Bengali", sans-serif;
	color: #eceff1;
	font-size: 16px;
}

.container {
	background-color: rgba(0, 0, 0, .7);
}

h2,h3 {
	color: #00BFFF;
}

a {
	color: #00BFFF;
	text-decoration: underline;
	font-size: 15px;
	font-weight: 700;
}

a:focus,a:hover {
	color: #4dd0e1;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.title {
	font-size: 28px;
    font-weight: 700;
    padding: 28px 0;
    text-transform: uppercase;
    border-top: 1px solid #00BFFF;
    border-bottom: 1px solid #00BFFF;
	text-align: center;
}

.btn-metro {
	color: #ffffff;
    width: 100%;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-color: #fff;
    background-color: #00BFFF;
	margin-bottom: .5rem;
}
.btn-metro:hover {
	color: #00BFFF;
    background-color: #222;
    border-color: #00BFFF;
}

.block-facts {
	margin: 18px 8px;
}

.box-facts {
	display: table;
	width: 100%;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	border-bottom: 1px dashed #00BFFF;
}

.box-facts span {
	display: table-cell;
	vertical-align: middle;
}

.box-facts .review {
	color: #00BFFF;
	font-weight: 700;
	width: 33%;
	line-height: 16px;
}

.post p {
	text-align: justify;
}

.card-header {
	font-size: 24px;
	background:#dfdfdf;
	color: #133e69;
	font-weight: 700;
}
p.card-text {
	color: #133e69;
    text-align: justify;
}

.footer-wrapper {
	padding: 10px 0;
    color: #37d0e1;
    text-transform: uppercase;
    border-top: 1px solid #00BFFF;
    border-bottom: 1px solid #00BFFF;
	text-align: center;
	padding-top: 1.5rem;
}
.keyword {
	font-weight: 700;
    font-family: arial;
    letter-spacing: .02em;
}
.footer-wrapper li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #37d0e1
}

.footer-wrapper li:first-child {
	border: none
}

.footer-wrapper li:hover {
	background: 0 0
}

@media (max-width: 768px) {}

@media (min-width: 460px) {
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (max-width: 460px) {
}