/* =============== GLOBAL =============== */
* {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: blue;
}


/* =============== BODY =============== */
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}


/* =============== Header =============== */
#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    height: 75px;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid black;
}

/* Header Left */
.header-left {
    float: left;
    width: 33.3%;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: left;
    justify-content: left;
    padding-top: 10px;
}
.navbar{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 100%;
}
.navbar ul {
}
.navbar-item-first {
    list-style: none;
    align-items: left;
    float: left;
    padding-left: 25px;
    float: left;
    font-size: 14px;
}
.navbar-item {
    list-style: none;
    align-items: left;
    float: left;
    padding-left: 25px;
    float: left;
    font-size: 14px;
    color: #000;
}
.navbar-active-link {
    font-size: 15px;
    font-weight: bold;
    color: #5B9966;
    cursor: default;
}
.navbar a {
    padding-top: 10px;
    text-decoration: none;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #5B9966;
}

/* Header Center */
.header-center {
    width: 33.3%;
    float: left;
}
.logo {
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    line-height: 1;
    text-decoration: none;
    font-family: 'Cairo Play', Arial, Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #000;
}
.logo a {
    color: #000;
    text-decoration: none;
}

/* Header Right */
.header-right {
    float: right;
    width: 33.3%;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: right;
    justify-content: right;
    padding-top: 10px;
}
.header-right-links{
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 100%;
}
.header-right-links {
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: right;
    float: right;
}
.header-right-links {
    float: right;
}
.header-right-links a, .header-right-links a:focus {
    padding-top: 10px;
    text-decoration: none;
}
.login {
    font-size: 16px;
    padding-right: 25px;
    float: right;
    color: black;
}
.login:hover {
    color: #5B9966;
}
.sign-up {
    font-size: 14px;
    font-weight: bold;
    padding-right: 25px;
    margin-right: 20px;
    float: right;
    padding: 20px 15px 10px 15px;
    color: white;
    background: black;
    border-radius: 5px;
}
.sign-up:hover {
    background-color: #5B9966;
}
.navbar-right-item-first {
    list-style: none;
    align-items: right;
    padding-right: 25px;
    float: right;
    font-size: 14px;
}
.navbar-right-item {
    list-style: none;
    align-items: right;
    padding-right: 25px;
    float: right;
    font-size: 14px;
    color: #000;
}
.navbar-right-active-link {
    font-size: 15px;
    font-weight: bold;
    color: #5B9966;
    cursor: default;
}
.header-right-links a {
    padding-top: 10px;
    text-decoration: none;
}
.header-right-links a:hover, .header-right-links .active, .header-right-links .active:focus, .header-right-links li:hover > a {
    color: #5B9966;
}


/* =============== INDEX.php =============== */
.index-section0 {
    padding: 250px 0 0;
    display: block;
    width: 100%;
    height: 1000px;
    background: radial-gradient(circle at center, #C9D1D9 0, #C9D1D9, #bac1c9 100%);
}
.index-section0-title {
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 116px;
    line-height: 1;
    font-weight: bold;
    color: white;
}
.index-section0-description {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: white;
}
.index-section0-text {
    width: 60%;
    margin: 50px auto 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: white;
}
.index-section0-disclaimer {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: white;
}
.index-section0-button {
    width: 300px;
    text-align: center;
    margin: 10PX auto 100px auto;
    color: white;
    font-size: 18px;
    padding: 20px 15px;
    background: black;
    border-radius: 5px;
}
.index-section0-button:hover {
    background: #5B9966;
}
.index-section0-button a {
}


/* =============== SECTION 1 (MULTIPLE PAGES) =============== */
.section1 {
    padding: 50px 0 60px;
}
.section1-heading {
    width: 60%;
    margin: 0 auto 20px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 40px;
    color: black;
    text-align: left;
}
.section1-text {
    display: block;
    width: 50%;
    margin: 0 auto 15px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: rgb(80, 80, 80);
}


/* =============== EQUITY.php =============== */
.equity-section0 {
    padding: 175px 0 75px 0;
    display: block;
    width: 100%;
    height: 500px;
    background-color: #5B9966;
    background-image: url(images/equity.jpg);
}
.equity-section0-title {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 112px;
    color: white;
    text-align: center;
    line-height: 1;
}
.equity-section0-description {
    padding: 20px 0;
    width: 100%;
    font-size: 36px;
    color: white;
    text-align: center;
}


/* =============== PRIVATE-LOANS.php =============== */
.private-loans-section0 {
    padding: 175px 0 75px 0;
    display: block;
    width: 100%;
    height: 500px;
    background-color: #1E4265;
    background-image: url(images/loans.jpg);
}
.private-loans-section0-title {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 112px;
    color: white;
    text-align: center;
    line-height: 1;
}
.private-loans-section0-description {
    padding: 20px 0;
    width: 100%;
    font-size: 36px;
    color: white;
    text-align: center;
}


/* =============== NOTES.php =============== */
.notes-section0 {
    padding: 175px 0 75px 0;
    display: block;
    width: 100%;
    height: 500px;
    background-color: #FBF6E7;
}
.notes-section0-title {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 112px;
    color: black;
    text-align: center;
    line-height: 1;
}
.notes-section0-description {
    display: block;
    width: 50%;
    margin: 20px auto 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: rgb(80, 80, 80);
}


/* =============== REITS.php =============== */
.reits-section0-row {
    display: flex;
    padding: 150px 0 75px 0;
    background-color: #22262A;
    width: 100%;
    height: 500px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.reits-section0-column {
    width: 55%;
    margin-left: 20px;
    text-align: center;
    height: fit-content;
    float: left;
}
.reits-section0-title {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 112px;
    color: #F4633A;
    text-align: center;
    line-height: 1;
}
.reits-section0-column2 {
    width: 45%;
    height: fit-content;
    float: left;
    margin-top: 30px;
}
.reits-section0-description {
    width: 75%;
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 1.3;
    color: white;
}
.reits-box-row {
    display: flex;
    width: 55%;
    margin: 50px auto 20px;
    background-color: #E8E2DD;
    height: 420px;
}
.reits-box-column1 {
    float: left;
    width: 55%;
    padding: 35px 0 0 0;
    font-size: 64px;
    color: black;
    text-align: center;
    font-family: 'Playfair Display', serif;
}.reits-box-column2 {
    float: left;
    width: 45%;
    padding: 55px 70px 0 0;
    font-size: 17px;
    color: black;
    text-align: left;
    font-family: 'Playfair Display', serif;
}
.reits-section1-color {
    color: #F4633A;
}


/* =============== IRAS.php =============== */
.iras-section0 {
    display: block;
    padding: 175px 0 75px 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(#fc9802, #fca728);
    background-image: url(images/ira.jpg);
}
.iras-section0-title {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 112px;
    color: white;
    text-align: center;
    line-height: 1;
}
.iras-section0-description {
    padding: 20px 0;
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    color: white;
    text-align: center;
}
.iras-boxes {
    display: block;
    padding: 0;
    width: 100%;
}
.iras-boxes-heading {
    margin: 20px auto 0;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 40px;
    color: black;
}
.iras-boxes-row {
    display: flex;
    width: 70%;
    margin: 24px auto 24px;
    padding: 0 0 0 5%;
}
.iras-boxes-row::after {
    content: "";
    clear: both;
    display: table;
}
.iras-boxes-column {
    width: 100%;
    margin-right: 40px;
    float: left;
    padding: 20px;
    color:rgb(80, 80, 80);
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(243, 243, 243);
}
.iras-boxes-column-heading {
    width: 100%;
    margin-right: 5%;
    float: left;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.iras-boxes-column-text {
    width: 100%;
    margin-right: 5%;
    float: left;
    padding: 0;
    font-size: 16px;
    text-align: left;
}
.iras-section1-color {
    color: #fc9802;
}


/* =============== MUNIS.php =============== */
.munis-section0 {
    display: block;
    padding: 175px 0 75px 0;
    width: 100%;
    height: 500px;
    background-image: url("images/city-background.jpg");
}
.munis-section0-title {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 112px;
    text-shadow: 1px 1px 2px white;
    color: black;
    text-align: center;
    line-height: 1;
}
.munis-section0-description {
    padding: 20px 0;
    width: 100%;
    font-size: 32px;
    text-shadow: 1px 1px 2px white;
    font-weight: bold;
    color: black;
    text-align: center;
}
.munis-section1-color {
    color: #396340;
}
.munis-section1-image img {
    display: block;
    width: 350px;
    margin: 10px auto 30px;
}
.munis-section1-image2 img {
    display: block;
    width: 300px;
    margin: 20px auto 30px;
}


/* =============== SEC.php =============== */
.sec-section0 {
    padding: 165px 0 75px 0;
    display: block;
    width: 100%;
    height: 500px;
    background-color: #95A09E;
    background-image: url(images/sec.jpg);
}
.sec-section0-title {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 112px;
    letter-spacing: 1px;
    color: white;
    text-align: center;
    line-height: 1;
}
.sec-section0-description {
    padding: 20px 0;
    width: 100%;
    font-size: 36px;
    color: white;
    text-align: center;
}


/* =============== MULTIFAMILY.php =============== */
.multifamily-section0 {
    padding: 175px 0 75px 0;
    display: block;
    width: 100%;
    height: 500px;
    background-color: #000020;
    background-image: url(images/multifamily.jpg);
}
.multifamily-section0-title {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 120px;
    color: white;
    text-align: center;
    line-height: 1;
}
.multifamily-section0-description {
    padding: 20px 0;
    width: 100%;
    font-size: 36px;
    color: white;
    text-align: center;
}


/* =============== RISKS.php =============== */
.risks-section1 {
    padding: 200px 0 150px 0;
    background-color: black;
    width: 100%;
    height: fit-content;
}
.risks-section1-title {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 112px;
    color: white;
    text-align: center;
    line-height: 1;
}
.risks-section1-description {
    padding: 20px 0;
    width: 100%;
    font-size: 36px;
    color: white;
    text-align: center;
}
.risks-section2 {
    padding: 50px 0 0;
}
.risks-section2-heading {
    width: 60%;
    margin: 0 auto;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 40px;
    color: black;
    text-align: left;
}
.risks-section2-text {
    display: block;
    width: 50%;
    margin: 20px auto 40px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: rgb(80, 80, 80);
}


/* =============== PROJECTS.php =============== */
.projects-section0 {
    display: block;
    padding: 175px 0 75px 0;
    margin-bottom: 40px;
/*    background: linear-gradient(#7E7E8A, #A0959B); */
    background-image: url("images/projects.jpg");
    width: 100%;
    height: 500px;
}
.projects-section0-title {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 112px;
    color: white;
    text-align: center;
    line-height: 1;
}
.projects-section0-description {
    padding: 15px 0 20px;
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    color: white;
    text-align: center;
}
.projects-section1 {
    display: block;
    width: 100%;
    margin: 0 0 60px;
}
.projects-section1-intro {
    width: 80%;
    margin: 0 auto 40px;
    font-size: 24px;
    line-height: 1.1;
}
.projects-section1-row {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 2% 0 0;
}
.projects-section1-row:after {
    content: "";
    display: table;
    clear: both;
  }
.projects-section1-column {
    float: left;
    width: 25%;
    margin: 0 0 0 2%;
    background-color: white;
    border-radius: 3px;
    border: 2px solid #5B9966;
    box-shadow: 5px 5px 10px rgb(190, 189, 189);
}
.projects-section1-column a {
    color: black;
}
.projects-section1-column-placeholder {
    float: left;
    width: 25%;
    margin: 0 0 0 2%;
    background-color: white;
}
.projects-section1-column-category {
    margin: 20px 20px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.projects-section1-column-type {
    margin: 0 20px 20px;
    font-size: 13px;
    color: rgb(107, 107, 107);
}
.projects-section1-column-image img {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
}
.projects-section1-column-progress {
    display: block;
    width: 40%;
    margin: 10px auto 0;
    font-size:12px;
    font-weight: bold;
    text-align: center;
    color: #599965;
}
.projects-section1-column-progress img {
    width: 100%;
}
.projects-section1-column-title-block {
    background-color: #5b996623;
    margin: 10px 0 0;
    padding: 20px 0;
}
.projects-section1-column-title {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size:large;
    font-weight: bold;
    text-align: center;
    font-size: 21px;
}
.projects-section1-column-city {
    display: block;
    width: 90%;
    margin: 5px auto 0px auto;
    font-size:large;
    text-align: center;
    font-size: 14px;
}
.projects-section1-column-description {
    display: block;
    width: 80%;
    margin: 30px auto 0;
    font-size: medium;
}
.projects-section1-column-description-block {
    margin: 20px auto 20px;
}
.projects-section1-column-term {
    color: rgb(129, 129, 129);
    display: flex;
    width: 80%;
    padding-bottom: 10px;
    margin: 10px auto 10px auto;
    font-size:large;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid rgb(171, 171, 171);
}
.projects-section1-column-term-last {
    color: rgb(129, 129, 129);
    display: flex;
    width: 80%;
    padding-bottom: 10px;
    margin: 10px auto 10px auto;
    font-size:large;
    text-align: left;
    font-size: 14px;
}
.projects-section1-column-left50 {
    float: left;
    width: 50%;
}
.projects-section1-column-right50 {
    float: right;
    width: 50%;
    text-align: right;
}
.projects-section1-column-left {
    float: left;
    width: 70%;
}
.projects-section1-column-right {
    float: right;
    width: 30%;
}
.projects-section1-column-description a {
    color: #427d4d;
    font-weight: bold;
}
.projects-section1-column-model {
    display: block;
    width: 80%;
    margin: 20px auto 0;
    font-size: medium;
    text-align: center;
}
.projects-section1-column-model a {
    color: #427d4d;
    font-weight: bold;
}
.projects-section1-column-project {
    color: white;
    display: block;
    width: 100%;
    margin: 0 0 -1px;
    padding: 10px 0 5px;
    text-align: center;
    font-size:larger;
    font-weight: bold;
    background-color: #5B9966;
}
.projects-section1-column-project a {
    color: white;
}

/* =============== PROJECT.php =============== */
.project-section0 {
    display: block;
    padding: 75px 0;
    width: 100%;
    height: 500px;
}
.project-section0-centered {
    text-align: center;
    width: 100%;
    height: 425px;
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, .7);
}
.project-section0-category {
    padding-top: 60px;
    color: white;
    font-size: 1.5vw;
    color: #B8CDBB;
}
.project-section0-brand {
    color: white;
    font-size: 6vw;
    font-weight: bold;
    padding-top: 30PX;
}
.project-section0-company {
    color: white;
    font-size: 4vw;
}
.project-section0-location {
    padding-top: 20px;
    color: white;
    font-size: 2.5vw;
    color: #B8CDBB;
}
.project-section0-funding {
    color: white;
    font-size: 1.6vw;
    font-weight: bold;
    padding: 20px 30% 10px 0;
}
.project-section0-funding-type {
    color: white;
    font-size: 1.45vw;
    padding: 10px 30% 0 5%;
}
.project-section0-title {
    color: white;
    font-size: 24px;
}


.project-section1-row {
    display: block;
    width: 75%;
    margin: auto;
    padding: 10px 0 20px;
}
.project-section1-row:after {
    content: "";
    display: table;
    clear: both;
}
.project-section1-column {
    width: fit-content;
    margin: 20px auto 0;
}
video {
    width: 90%;
    margin: 5% 5% 2.5%;
}
.youtube-video {
    width: 90%;
    margin: 0;
}
.project-video-title {
    width: fit-content;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: black;
}



.project-section1 table {
    margin: 0 0 5px 25%;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: rgb(80, 80, 80);
    border-spacing:0;
}
.project-section1 tr {
    width: auto;
    line-height: 1.5;
}
.project-section1 td {
    padding-top: 15px;
    border-bottom: 1px solid rgb(49, 49, 49);
}

.project-section1 td:nth-child(1) {
    width: 350px;
    text-align: left;
}
.project-section1 td:nth-child(2) {
    width: auto;
    text-align: left;
}

.project-section1-dev-outline-row {
    display: flex;
    margin: 0 0 10px;
    font-size: 16px;
    color: rgb(80, 80, 80);
}
.project-section1-dev-outline-column {
    grid-column: 1 / 2;
}
.project-section1-dev-outline-column {
    grid-column: 2 / 2;
}




.project-section2 {
    padding: 50px 0 0;
}
.project-section2-heading {
    width: 70%;
    margin: 0 auto 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: black;
    text-align: left;
}
.project-section2-row {
    display: flex;
    width: 60%;
    margin: auto;
}
.project-section2-column {
    display: block;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    float: left;
}
.project-section2-details {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: rgb(80, 80, 80);
}
.project-section2-title {
    display: block;
    width: 60%;
    margin: 30px auto 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    color: black;
}
.project-section2-text {
    display: block;
    width: 60%;
    margin: 20px auto 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: rgb(80, 80, 80);
}
.project-section2-quote {
    display: block;
    width: 55%;
    margin: 20px auto 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 16px;
    line-height: 1.3;
    color: rgb(80, 80, 80);
}
.project-section2-ul-title {
    display: block;
    width: 55%;
    margin: 20px auto 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.3;
    color: black;
    font-weight: bold;
}
.project-section2-link {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    color: #5B9966;
}
.project-section2-link a {
    color: #5B9966;
    text-decoration: none;
}
.project-section2 ul {
    display: block;
    width: 50%;
    margin: 0 auto 60px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: rgb(80, 80, 80);
}
.project-section2 li {
    padding-top: 10px;
}


/* =============== DEVELOPMENT FORM.php =============== */
.development-form {
    display: block;
    width: 50%;
    margin: 0 auto 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25;
}
.development-form form{
    margin: 0px;
}
.development-form input[type=text] {
    border: 1px solid black;
    border-radius: 2px;
    height: 20px;
}
.development-form input[type=submit] {
    font-size: 16px;
    border: 1px solid black;
    border-radius: 5px;
    height: 40px;
    width: 74px;
    background-color: #03244C;
    color: white;
}


/* =============== CONTACT.php =============== */
.contact-section0 {
    padding: 200px 0 150px 0;
    background-color: black;
    width: 100%;
    height: fit-content;
}
.contact-section0-title {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 112px;
    color: white;
    text-align: center;
    line-height: 1;
}
.contact-section1 {
    padding: 50px 0 0;
}
.contact-section1-heading {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 54px;
    color: black;
    text-align: center;
}
.contact-section1-text {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: black;
    text-align: center;
}



/* =============== FOOTER =============== */
.footer-container {
    display: block;
    clear: both;
    width: 100%;
}
.footer-text {
    display: block;
    bottom: 0;
    padding: 30px 10%;
    background-color: black;
    color: white;
    font-size: 14px;
}.footer-text a {
    color: rgb(174, 174, 248);
}





/* ============================== JUNKYARD ============================== */




/* =============== ACCREDITED =============== */
#accredited-background {
    background-color: black;
}
.accredited-row {
    display: block;
    width: 100%;
    color: white;
    padding-top: 75px;
}
.accredited-column1 {
    display: block;
    float: left;
    width: 40%;
    margin: 100px 0 0 0px;
}
.accredited-column1-content {
    width: 50%;
    margin: auto;
}
.accredited-heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
}
.accredited-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    opacity: 0.8;
    padding: 10px 0 20px 0;
}
.accredited-button, .accredited-button a {
    width: 250px;
    text-align: center;
    color: white;
    font-size: 18px;
    padding: 20px 0;
    background: #5B9966;
    border-radius: 5px;
}
.accredited-button a:hover {
    color: #000;
}
.accredited-column2 {
    float: left;
    width: 55%;
    padding: 100px 50px 0 0;
}
.accredited-row::after {
    content: "";
    clear: both;
    display: table;
}


/* =============== MODEL.php =============== */
.model-section0 {
    padding: 175px 0 75px 0;
    display: block;
    width: 100%;
    height: 500px;
    background-color: #350504;
}
.model-section0-title {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 120px;
    color: white;
    text-align: center;
    line-height: 1;
}
.model-section0-description {
    padding: 20px 0;
    width: 100%;
    font-size: 36px;
    color: white;
    text-align: center;
}



