.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 440px;
}

.page-header .title {
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.page-header h4 {
    text-align: center;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 2em;
}

.hr-danger {
    background-color: #E8A124;
    width: 30%;
    height: 4px;
    border: 0 none;
}

.section .title {
    border-bottom: 4px solid #E8A124;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
}

.section .description {
    text-align: justify;
    font-family: "Roboto Slab", "Times New Roman", serif;
    line-height: 1.4em;
}

.features .card {
    height: auto;
    margin-top: 50px;
}

.dates-title {
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;
    margin: 5px 20px;
}

.card>.content h4 {
    margin-top: -10px;
    font-weight: 600;
}

.og-sale {
    font-size: 18px;
    margin-left: 10px;
    font-family: "Roboto Slab", "Times New Roman", serif;
}

.dates ul {
    font-family: "Roboto Slab", "Times New Roman", serif;
    color: #808285;
    list-style: none;
}

.dates li {
    padding: 5px 0;
}

.dates .active {
    color: #E8A124;
}

.dates .inactive {
    color: #ccc;
}

.content table {
    font-family: "Roboto Slab", "Times New Roman", serif;
    margin-top: -20px
}

.footer-big h5 {
    color: #E8A124;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.neblogo img {
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.logotext {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding: 10px 80px;
}

.links ul {
    padding: 0;
    list-style: none;
}

.links ul li a {
    padding: 5px;
    font-size: 16px;
    display: block;
}

.links ul li a:hover {
    text-decoration: none;
    color: #E8A124;
}

address {
    font-size: 15px;
    margin-left: 5px;
    line-height: 25px;
}

@media (min-width:991px) {
    .navbar-right {
        padding-left: 80px
    }
}

.field-rep {
    padding: 0 15px 20px;
}

.fieldmap img {
    margin-bottom: 25px;
}

.card-field {
    padding-top: 10px;
}

.card-field .description {
    color: #3c4858;
    font-family: "Roboto Slab", "Times New Roman", serif;
}

.card-field .card-title {
    color: #E8A124;
}

.history p {
    margin: 10px 20px;
    text-align: justify;
    font-size: 16px;
}

.history a:hover {
    border-bottom: 4px solid #E8A124;
}

.land {
    font-family: "Roboto Slab", "Times New Roman", serif;
    padding-right: 40px;
    font-size: 16px;
}

.forms p {
    margin: 0 20px;
    text-align: justify;
    font-size: 16px;
}

.forms h4 {
    margin-left: 20px;
    margin-bottom: 0;
}

.map {
    padding-left: auto;
    padding-right: auto;
}

.landlist {
    margin-top: 20px;
}

.table {
    font-family: "Rubik", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

/* .table td:nth-of-type(5) {
    text-align: right;
} */

.forms a:hover {
    border-bottom: 4px solid #E8A124;
}

.landlist a:hover {
    border-bottom: 4px solid #E8A124;
}

.mapsm img {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.maplg img {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb {
    font-family: "Roboto Slab", "Times New Roman", serif;
    background-color: #FFF;
    margin-right: 65px;
}

.card-image img {
    margin-left: auto;
    margin-right: auto;
}

.landlist .btn a {
    color: #FFF;
}

.date {
    color: #E8A124;
    font-weight: 600;
}

.subtitle {
    font-size: 18px;
}

.rec-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    border-bottom: 3px solid #E8A124;
}

.reclease a:hover {
    color: #E8A124;
}

.reclease a {
    color: #FFF;
    padding: 0 20px;
}

.group {
    color: #8B0000;
}

.group2 {
    color: #19109b;
}

.alert.container {
    width: 100%;
    font-size: 20px;
}

.card-signup {
    height: 300px
}

h4.info-title {
    font-weight: 700;
    font-family: "Roboto Slab", "Times New Roman", serif;
    font-size: 1.3em;
    line-height: 1.55em;
    padding-top: 20px;
    text-align: left;
}

.alert-success>[data-notify="message"] {
    font-size: 150%;
    line-height: 30px;
}

.adbtn {
    color: white;
    background-color: #224E7B;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 10px;
    margin-top: 5px;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    font-weight: 600;
}

.adbtn:hover,
.adbtn:focus {
    box-shadow: 0 0 30px 30px #E8A124 inset;
}

.section td a {
    font-weight: 600;
}

#myFrame {
    /* width: 500px;
    height: 300px; */
    /* Or use percentages */
    width: 100%;
    height: 100vh;
}

video {
    display: block;
    margin-left: auto;
    margin-right: auto;
}