@charset "UTF-8";

/* @font-face {
    font-family: 'AlbertSans';
    src: url("Albert_Sans/static/AlbertSans-Regular.ttf")  format('truetype');
} */

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Albert Sans', Verdana, sans-serif;
    background-color: #c4c8cd;
    color: #102d4a;
    font-size: 24px;
    max-width: 100%;
    font-weight: 500;
    line-height: 39px;
    padding: 0;
    margin: 0;
}

p {
    margin-top: 0;
    padding-top: 0;
}

a,
a:visited {
    background-color: #cdec55;
    text-decoration: none;
    padding: 0 5px;
    color: #102d4a;
    /* transition: color 250ms ease-in; */
}

a:hover {
    /* color: #cdec55; */
    text-decoration: underline;
    /* background-color: #102d4a; */
}

h2 {
    color: #ffffff;
    font-size: 70px;
    z-index: 100;
    line-height: 80px;
}

hr {
    border: 10px solid #cdec55;
    width: 162px;
    margin: 50px 0;
}

img {
    max-width: 100%;
}

.row {
    width: 100%;
    max-width: 100%;
}

.row-content {
    display: flex;
    width: 1136px;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 100%;
    flex-wrap: nowrap;
}

.col-1 div div {
    width: 100%;
}

.col-2 div div {
    width: 50%;
}

.left-side {
    z-index: 100;
    /* margin-right: 100px; */
}

.right-side {
    z-index: 0;
}

.highlighted-text-green {
    color: #4e8584;
    font-size: 28px;
    font-weight: bold;
    line-height: 48px;
}

.highlighted-text-white {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    line-height: 48px;
}

.background-blue {
    background-color: #102d4a;
}

.background-limegreen {
    background-color: #cdec55;
}

.background-green {
    background-color: #4e8584;
}

.background-white {
    background-color: #ffffff;
}

.text-white {
    color: #ffffff;
}

.text-limegreen {
    color: #cdec55;
}

.table-row {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #102d4a;
}

.table-row:first-child {
    border-top: 1px solid #102d4a;
}

.table-row .header {
    flex: 2;
}

.table-row .link {
    flex: 1;
    display: flex;
    align-items: center;
}

.table .link a,
.table .link a:visited {
    background-color: none;
    font-weight: 900;
}

.table .link::before {
    content: url('images/plus.png');
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 40px;
}

#banner {
    padding: 35px 0;
}

#banner .row-content {
    text-align: center;
}

#banner .row-content h1 {
    font-size: 22px;
    text-decoration: underline;
    color: #102d4a;
    display: inline-block;
    margin: 0 auto;
    line-height: 38px;
}

#intro-1 {
    position: absolute;
    padding-top: 80px;
    /* width: 90%;
    max-width: 90%; */
    /* display: inline-block; */
}

#intro-1 h2 {
    width: 50%;
}

#intro-2 {
    padding-top: 60px;
}

#intro-2 .left-side {
    padding-top: 350px;
    width: 595px;
}
#intro-2 .right-side {
    width: 900px;
}

#intro-2 .right-side img {
    width: 1000px;
}

#intro-3 .left-side img {
    width: 773px;
}

#intro-3 .right-side {
    padding-top: 70px;
    /* width: 950px; */
}

#growing-trend-1 {
    padding-top: 30px;
}

#growing-trend-1 .left-side {
    padding-top: 200px;
}

#growing-trend-1 .left-side h2 {
    margin-right: -250px;
}

#growing-trend-1 .right-side img {
    width: 690px;
}

#about-1 .row-content {
    text-align: center;
}

#about-2 {
    padding-bottom: 50px;
}

#about-2 .row-content {
    justify-content: space-between;
}

#about-2 .left-side {
    width: 480px;
}

#about-2 .right-side {
    width: 500px;
}

#contact {
    padding-top: 70px;
    padding-bottom: 60px;
    font-weight: 300;
    letter-spacing: 2px;
}

#contact .highlighted-text-green {
    font-weight: 900;
}

#contact a,
#contact a:visited {
    background-color: transparent;
    color: #cdec55;
}
#latest-news-1 {
    text-align: center;
}

#latest-news-1 img {
    width: 80%;
}

#latest-news-2 {
    padding-bottom: 100px;
}

#footer {
    color: #ffffff;
    padding-top: 37px;
}

@media only screen and (max-width: 1508px) {
    .row-content {
        width: 100%;
        padding: 0 30px;
    }

    img {
        max-width: 100%;
        width: 100%;
    }

    #intro-1 {
        padding-top: 0;
    }

    #intro-2 .left-side {
        width: 50%;
        padding-top: 250px;
    }

    #intro-2 .right-side {
        width: 50%;
    }
}

@media only screen and (max-width: 900px) {
    #intro-2 .left-side {
        padding-top: 350px;
    }
}

@media only screen and (max-width: 700px) {
    body {
        font-size: 20px;
        line-height: 30px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    img {
        width: 100%;
        max-width: 100%;
    }

    .left-side h2 {
        margin-right: 0;
    }

    #intro-1 {
        position: relative;
        padding-top: 0;
    }

    #intro-1 h2 {
        width: 100%;
    }

    #intro-2 {
        padding-top: 0;
    }

    #intro-2 .row-content {
        flex-wrap: wrap;
    }

    #intro-2 .left-side {
        order: 2;
        padding-top: 0;
        width: 100%;
    }

    #intro-2 .right-side {
        order: 1;
        width: 100%;
    }

    #intro-3 {
        padding-bottom: 50px;
    }

    #intro-3 .row-content {
        flex-wrap: wrap;
    }

    #intro-3 .left-side {
        width: 100%;
    }

    #intro-3 .right-side {
        width: 100%;
        padding-top: 0;
    }

    #growing-trend-1 .row-content {
        flex-wrap: wrap;
    }

    #growing-trend-1 .left-side {
        order: 2;
        width: 100%;
        padding-top: 0;
    }

    #growing-trend-1 .left-side h2 {
        margin-right: 0;
    }

    #growing-trend-1 .right-side {
        order: 1;
        width: 100%;
    }

    #growing-trend-1 .right-side img {
        width: 100%;
    }

    #contact .highlighted-text-green {
        font-size: 30px;
    }

    #contact p {
        font-size: 25px;
    }

    #about-1 .row-content {
        text-align: left;
    }

    #about-2 .row-content {
        flex-wrap: wrap;
    }

    #about-2 .left-side {
        width: 100%;
    }

    #about-2 .right-side {
        width: 100%;
    }

    #latest-news-1 {
        padding-top: 50px;
    }

    #latest-news-2 {
        padding-bottom:20px;
    }

    #latest-news-2 .row-content {
        padding: 0;
    }

    #latest-news-2 .header {
        margin: 0 50px;
    }
    
    #latest-news-2 .link {
        margin: 0 50px;
    }

    .highlighted-text-green {
        font-size: 25px;
        line-height: 31px;
    }

    .highlighted-text-white {
        font-size: 25px;
        line-height: 31px;
    }

    .table-row {
        flex-wrap: wrap;
    }

    .table-row .header {
        flex: 100%;
    }

    .table-row .link {
        flex: 100%;
    }
}