@charset "utf-8";

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
	overflow: auto;
	overflow-x: hidden;
	line-height: 0;
	color: #000000;
	font-family: EB Garamond, serif;
	font-size: 1.25rem;
}

a {
	color: #01407F;
}

p {
	padding: 0.25rem 0rem 0.25rem 0rem;
}

* {
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

hr {
    background-color: transparent;
    border-top: 1px solid #01407F;
}

.container {
	margin-top: 8.25rem;
	width: 100%;
	height: 56rem;
	position: relative;
	text-align: center;
}

.container .content {
	position: absolute;
	top: 28rem;
	width: 100%;
	z-index: 2;
	padding: 1rem;
}

.container .slide {
	z-index: 1;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	transition: opacity 1.5s ease-in-out;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
    }

.container .slide.show {
	opacity: 1;
}

main {
	text-align: center;
}

#intro {
	display: inline-block;
	width: 75%;
	padding: 2rem 2rem 2rem 2rem;
	line-height: 1.25;
	text-align: left;
}

#title {
	text-align: center;
	line-height: 0.5;
	width: 100%;
}

#titlehr {
	width: 5rem;
	display: inline-block;
}

section {
	display: inline-block;
	width: 75%;
	padding: 0rem 0.25rem 0rem 0.25rem;
	line-height: 1.25;
}

#details {
	background-image:url(http://www.lyndon-estate.co.uk/history/images/background.jpg);
	background-color: #CCCCCC;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 0.5rem 0rem 0.5rem 0rem;
}

#details li {
	display: inline-block;
	list-style-type: none;
	padding: 0.5rem 1rem 0.5rem 1rem;
	white-space: nowrap;
	text-align: left;
}

.table {
	display: inline-table;
	padding: 1rem 1rem 1rem 1rem;
	background-color: #FFFFFF;
}

.image {
	display: table-cell;
	padding: 0rem 1rem 0rem 0rem;
	line-height: 0;
}

.image img {
	width: 7.5rem;
	border: solid;
	border-width: medium;
	border-color: #000000;
}

.text {
	display: table-cell;
	vertical-align: top;
	line-height: 1.25;
}

@media all and (min-width: 3400px) {
.container {
   margin-top: 7rem;
}
}

@media all and (max-width: 1180px) {
.container {
   margin-top: 0;
}
.container {
	height: 47rem;
}
.container .content {
	top: 18.5rem;
}
#intro {
	width: 100%;
}
}

@media all and (max-width: 868px) {
.container {
	height: 45rem;
}
.container .content {
	top: 15rem;
}
.container .content {
	padding: 0rem;
}
#intro {
	padding: 1rem 1rem 0rem 1rem;
}
}

@media all and (max-width: 668px) {
.container {
	height: 49rem;
}
.container .content {
	top: 11rem;
}
}

@media all and (max-width: 468px) {
.container {
	height: 56rem;
}
.container .content {
	top: 8rem;
}
#details li {
	white-space: normal;
}
}