.countdown {
    text-transform: uppercase;
    font-weight: bold;
}

.countdown span {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin-left: 0.8rem;
}

.countdown span:first-of-type {
    margin-left: 0;
}

.countdown-circles {
    text-transform: uppercase;
    font-weight: bold;
}

.countdown-circles span {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    text-shadow: none;
	color: #4b7198;
}

@media (max-width: 600px) {
	.countdown-circles > .holder:last-child {
		display:none;
	}
	header .blockquote {
		font-size:16px;
	}
	.py-lg {
		padding-top:1em !important;
		padding-bottom:1em !important;
	}

}

.holder {
	color:#fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.countdown-circles span:first-of-type {
    margin-left: 0;
}

.rounded {
    border-radius: 1rem !important;
}

.btn-demo {
    padding: 0.5rem 2rem !important;
    border-radius: 30rem !important;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold !important;
}

.btn-demo:hover, .btn-demo:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
}


input::placeholder {
  	color:#000 !important;
}


.jumbotron-two {
	padding-top:0px;
}


@media (max-width: 991px) {
	h1 {
  		margin-top: 40px;
	}
	.pricing .card-title {
		font-size:50px;
	}
}

.holder.m-2 {
	font-size:20px !important;
}
.h1.font-weight-bold {
	margin-bottom:0px;
}
.btn {
	border-radius:0;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}

header {
	padding-bottom:15px;
}

.btn-xl {
	min-width:200px;
	border:2px solid #4b7198;
}
.btn-primary:hover {
	background:#001156;
	border:2px solid #001156;
}

header .btn-xl.btn-outline-primary {
	color:#fff;
}
header .btn-xl.btn-outline-primary:hover {
	background:#4b7198;
}
.btn-outline-primary {
	color:#4b7198;
}
.btn-outline-primary:hover {
	color:#fff;
}

.media {
	color:#fff;
}
.media-icon i {
	color:#001156;
}

.blockquote {
	font-size:24px;
}

header #counter {
	background: url('https://static.gazette.com/register/images/skyline-3.jpg') bottom center no-repeat #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
header #counter .container {
	position:relative;
	min-height:400px;
}