body { font-size:62.5%; }

.content{
	position: relative;
    overflow-x:hidden;
}

.content-footer{
	border-top:15px solid #d3d3d3;
}

.outside-grid-right{
	height: calc(100vh - 162px);
}

.outside-grid-right:before {
	background:url('../images/right-image-new.jpg') no-repeat 0 0;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;

}

.custom-coming-soon h1{
	font-size: 2.3rem;
	color:#ffffff;
}

.custom-coming-soon p{
	color:#ffffff;
	font-size:18px;
}

.content-footer ul li a{
	font-size:12px;
}

.content-footer ul li a, .content-footer p{
	color:#ffffff;
	font-size:14px;
}

.content-footer ul li a:hover{
	text-decoration:underline;
	color:#ffffff;
}

.content-footer ul li:last-child a{
	padding-right:0;
}

.nav-link:focus, .nav-link:hover {
	color:#ffffff;
}

ul.navbar-nav li{
	margin:0 10px;
}

ul.navbar-nav li:last-child{
	margin-right:0;
}

.content.content-interior{
	margin:2rem 0;
}

.content.content-interior h1{
	text-align:center;
	margin:0 0 3rem 0;
	color:#000000;
}

.custom-coming-soon h3{
	color:#000000;
	font-size:1.4rem;
	margin:1.5rem 0 1rem 0;
}

.content.content-interior p, .content.content-interior p a{
	color:#000000;
	text-decoration:none;
}

.content.content-interior p a:hover{
	text-decoration:underline;
}

.content.content-interior ul li{
	list-style-type:disc;
	color:#000000;
	font-size: 1rem;
}

.content.content-interior ul li p{
	margin:0;
	color:#000000;
}