
html {
  box-sizing: border-box;
  font-weight: 400;
  font-size: 11px;
  color: #000;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	background: #fff;
	color: #000;
	font-family: 'Oswald', Helvetica, sans-serif;;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

h1{
	color: #002244;
	padding: 2px 5px 2px 10px;
	font-size: 4em;
}
h2 {
    color: #002244;
    padding: 2px 5px 2px 10px;
    font-size: 2em;
}
h3 {
    font-size: 2em;
    color: #002244;
}

h4 {
    font-size: 2em;
    color: #002244;
    padding: 5px 10px 0 0px;
    font-weight: 400;
}

p {
	margin: 0;
	padding: 15px 10px;
    font-size: 1.2em;
    line-height: 1.3em;
}

.larger-text {
	margin: 0;
	padding: 15px 0px;
    font-size: 1.3em;
    line-height: 1.4em;
    color: #002244;
}

a {
  color: #0000ff;
}

img {
    width: 100%;
    display: block;
}

header {
    padding: 30px 10px 40px 10px;
    box-shadow: 0 10px 30px #eee;
}

section {
    padding: 20px;
}

.sub-head {
    text-align: center;
}
.property {
    margin-bottom: 30px;
}
.property-content {
    background-color: #f8f8f8;
    padding: 0 10px 10px 10px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.property-content {
    color: #999;
    padding-bottom: 20px;
}
.property-content:hover {
    color: #666;
}
.property a {
    color: #ccad5b;;
    font-size: 1.2em;
}
.property-img {
    display: block;
    background-size: cover;
    background-position: center center;
    /* min-height: 375px; */
}
.date-subhead {
    border-bottom: 1px solid #999;
    padding: 10px 0px;
    margin: 0 0 30px 15px;
}
@media (min-width: 768px) {
    .property-img {
/*        min-height: 250px; */
    }
}
@media (min-width: 1500px) {
    .property-img {
        max-height: 350px;
    }
}
/********** MODAL **********/
#modal-link {
/*    position: relative;*/
    font-size: 1.2em;
    color: #002244;
    cursor: pointer;
}

.modal {
/*    position: absolute!important;
    top: 100px!important;
    left: 0!important;*/
}

.modal-body p {
    font-size: 1.2em;
}
