/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2023 | 01:40:10 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.royal-overview-wrapper {
	background: var(--royal-white);
	padding: 100px 50px 50px 50px;
}

.royal-overview-content {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
}

.royal-overview-left {
	width: 70%;
	padding-right: 100px;
	overflow: hidden;
}

.royal-overview-left h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 3.5rem;
	font-weight: 300;
	color: var(--royal-darkgray);
	display: inline-block;
	position: relative;
}

.royal-overview-left h1:before {
	content: '';
	display: block;
	width: 100vw;
	height: 1px;
	position: absolute;
	left: calc(100% + 20px);
	top: 40px;
	background: #DDD;
}

.royal-overview-left p {
	font-size: 1.4rem;
	color: var(--royal-medgray);
	font-weight: 300;
	line-height: 1.7em;
}

.royal-overview-right {
	position: relative;
	top: 40px;
	width: 30%;
	overflow: hidden;
	border-left: solid 1px #DDD;
}

.royal-overview-right-link,
.royal-overview-right-link:visited {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	width: 100%;
	height: 50%;
	background: var(--royal-white);
	transition: all ease 0.3s;
	font-family: 'Roboto Slab', serif;
	font-size: 2.2rem;
	font-weight: 300;
	color: var(--royal-darkgray);
	padding-left: 40px;
	border-bottom: solid 1px #DDD;
}

.royal-overview-right-link:hover,
.royal-overview-right-link:active,
.royal-overview-right-link:focus {
	background: rgba(0,0,0,0.05);
	text-decoration: none;
	color: var(--royal-darkgray);
}

.royal-overview-right-link span {
	display: inline-block;
	font-family: inherit;
}

/* -------------------------------------------------------------------- */
@media (max-width: 1399px) {

	.royal-overview-right-link,
	.royal-overview-right-link:visited {
	font-size: 1.8rem;
	}
	
	.royal-overview-left p {
    font-size: 1.2rem;
	}
	
	.royal-overview-left h1 {
    font-size: 2.5rem;
	}
	
	.royal-overview-left h1:before {
    top: 28px;
	}
	
	.royal-overview-right {
    position: relative;
    top: 28px;
	}

}

/* ----------------------------------------------------------- */
@media (max-width: 1199px) {

	.royal-overview-right-link,
	.royal-overview-right-link:visited {
	font-size: 1.5rem;
	}
	
	.royal-overview-left p {
    font-size: 1.1rem;
	line-height: 1.9em;
	}
	
	.royal-overview-left h1 {
    font-size: 2.2rem;
	}
	
	.royal-overview-left h1:before {
    top: 20px;
	}
	
	.royal-overview-right {
    position: relative;
    top: 20px;
	}

}

/* ----------------------------------------------------------- */
@media (max-width: 980px) { 
	
	.royal-overview-wrapper {
	background: var(--royal-white);
	padding: 40px 60px 30px 60px;
	}

	.royal-overview-content {
    display: block;
	}
	
	.royal-overview-left,
	.royal-overview-right {
	width: 100%;
	text-align: center;
	padding: 0px;
	}
	
	.royal-overview-left p {
	padding: 0px;
	}
	
	.royal-overview-left h1:before {
    top: 22px;
	left: unset;
	right: calc(100% + 20px); 
	}
	
	.royal-overview-left h1:after {
	content: '';
	display: block;
	width: 100vw;
	height: 1px;
	position: absolute;
	left: calc(100% + 20px);
	top: 22px;
	background: #DDD;
	}
	
	.royal-overview-left h1 {
    font-size: 1.7rem;
	margin-bottom: 0px;
	}
	
	.royal-overview-right {
    top: unset;
    border-left: none;
	border-top: solid 1px #DDD;
	margin-top: 10px;
	}
	
	.royal-overview-right-link,
	.royal-overview-right-link:visited {
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	padding: 20px;
	}

}

/* ----------------------------------------------------------- */
@media (max-width: 800px) {
	
	.royal-overview-wrapper {
	background: var(--royal-white);
	padding: 20px 20px 20px 20px;
	}
	
	.royal-overview-left p {
    font-size: 1.0rem;
    line-height: 1.8em;
	}
	
	.royal-overview-right-link, .royal-overview-right-link:visited {
    font-size: 1.1rem;
	}
	
}







