@charset "utf-8";

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
	overflow: auto;
	overflow-x: hidden;
	line-height: 0;
}

p {
	padding: 0.25rem 0rem 0.25rem 0rem;
}

sup {
    font-size: 0.75rem;
    vertical-align:super;
}

* {
    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: 59rem;
	position: relative;
	text-align: center;
}

.container .content {
	position: absolute;
	top: 35rem;
	width: 100%;
	z-index: 2;
	padding: 0rem;
}

.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;
}

#table {
	display: inline-table;
	padding: 1rem 1rem 0rem 1rem;
	width: 100%;
	text-align: center;
}

#intro {
	display: table-cell;
	width: 60%;
	padding: 1rem 1rem 0rem 1rem;
	line-height: 1.25;
	text-align: center;
	vertical-align: top;
}

#title {
	text-align: center;
	line-height: 0.5;
	width: 100%;
}

#titlehr {
	width: 5rem;
	display: inline-block;
}

#text {
	text-align: left;
}

#properties {
	display: table-cell;
	width: 40%;
	padding: 0.5rem 1rem 0rem 1rem;
	vertical-align: bottom;
	text-align: center;
}

#properties p {
	line-height: 1;
}

.boxoutside {
	display: inline-block;
	width: 30rem; /* 30rem for one or 16.5rem for more than one property */
	padding: 0.25rem 0.5rem 0.5rem 0.5rem;
	border-radius: 0.5rem;
    background-color: transparent;
    background-color: rgba(204, 204, 204, 0.75);
	margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.boxinside {
	width: 100%;
	padding: 0rem 0rem 0rem 0rem;
}

.name {
	width: 100%;
	text-align: center;
	line-height: 1.25;
	padding: 0rem 0rem 0.5rem 0rem;
}

.picture {
	width: 100%;
	padding: 0rem 0rem 0rem 0rem;
}

.picture img {
	width: 100%;
	border-radius: 0.5rem;
}

#hrnarrow {
	padding: 0rem 0rem 0.25rem 0rem;
}

@media all and (min-width: 3400px) {
.container {
   margin-top: 7rem;
}
}

@media all and (min-width: 1180px) {
#hrnarrow {
   display: none;
}
}

@media all and (max-width: 1180px) {
.container {
	margin-top: 0;
	height: 63rem;
}
.container .content {
	top: 23rem;
}

#table {
	width: 100%;
	display: block;
}
#intro {
	display: block;
	width: 100%;
}
#properties {
	display: block;
	width: 100%;
}
#hrnarrow {
	display: block;
	padding: 0rem 0rem 0.5rem 0rem;
}
.name {
	padding: 0.25rem 0rem 0.5rem 0rem;
}
}

@media all and (max-width: 868px) {
.container {
	height: 57.5rem;
}
.container .content {
	top: 18rem;
}
#table {
	padding: 0;
}
.boxoutside {
	width: 22rem;
}
}

@media all and (max-width: 668px) {
.container {
	height: 64.5rem;
}
.container .content {
	top: 13.5rem;
}
#intro {
	padding: 1rem 1rem 0rem 1rem;
}
.boxoutside {
	width: 32rem;
}
}

@media all and (max-width: 468px) {
.container {
	height: 65.5rem;
}
.container .content {
	top: 10rem;
}
.boxoutside {
	width: 22.5rem;
}
}