main {
    margin-top: 40px;
}

.header {
    height: 40px;
}

.header-flex {
    display: block;
    padding: 3px;
}

.jumbotron-title {
    font-size: 4vw;
}

.mini-text-flex {
    justify-content: center;
    margin: 3px;
}

.jumbotron-text {
    text-align: center;
}

.mini-text {
    text-align: center;
    padding-bottom: 30px;
    margin: 10px;
}

.jumbotron img {
    display: none;

}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: rgb (38, 70, 83);
    z-index: 100;
}

.header-icon {
    width: 40px;
    margin: 8px 15px;
    position: absolute;
}

.title {
    text-align: left;
    position: absolute;
    left: 20px;
    padding: 0;
    margin: 14px 30px 0px;
    color: rgb(244, 162, 97);
}

nav {
    position: absolute;
    right: 0;
    margin: 14px 30px 0px;
}

a {
    color: rgb(244, 162, 97);
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
}

#jumbotron {
    width: 100%;
}

.jumbotron {
    padding: 20px;
    text-align: center;
    background-color: rgb(38, 70, 83);
    padding-bottom: 200px;
}

.header-flex {
    display: flex;
    justify-content: space-around;
    padding: 0;
}

.jumbotron-title {
    color: rgb(224, 251, 252);
    font-size: 30px;
    padding-bottom: 20px;
}

.jumbotron-text {
    color: rgb(224, 251, 252);
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 8px solid rgb(244, 162, 97);
}

.jumbotron-img {
    height: 300px;
}

.mini-text-flex {
    display: flex;
    justify-content: flex-start;
}

.mini-text {
    color: rgb(224, 251, 252);
    text-align: left;
    margin-right: 5px;
}

.fa-hand-point-up {
    color: aliceblue;
    font-size: 20px;
}

.icon-down {
    display: none;
}

.fa-hand-point-down {
    color: aliceblue;
    font-size: 20px;
}

button {
    background-color: rgb(38, 70, 83);
    border-style: none;
}

button:hover {
    cursor: pointer;
    transform: translateY(5px);
}

.main-content {
    margin: 80px 0;
}

.content {
    margin: auto;
    max-width: 70%;
}

article {
    max-width: 100%;
}

.article-title {
    text-align: center;
    font-size: 30px;
    margin: 50px 0 30px;
}

.project-container {
    display: flex;
    justify-content: space-around;
}

.project {
    margin: 10px 30px;
    border-bottom: 10px solid #e76f51;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px gainsboro;
}

.project-title {
    color: #e76f51;
    font-weight: bold;
}

.maps {
    padding: 10px;
}

iframe {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 40px gainsboro;
}

.wave1 {
    position: absolute;
    margin-top: -300px;
    z-index: 2;
}

.wave2 {
    position: absolute;
    margin-top: -280px;
    z-index: 3;
}

.image-slider {
    width: 50%;
    height: 240px;
}

.slide-text {
    left: 0;
    bottom: 0;
}

.slide-text h2 {
    width: 150px;
    height: auto;
    font-size: 20px;
}

.slide-text p {
    font-size: 10px;
}

.article-title {
    font-size: 4vw;
}

.project-container {
    display: block;
}

.project-container {
    margin-bottom: 20px;
}

.project img {
    max-width: 100%;
    max-height: 20%;
}

.video-content {
    max-width: 100%;
    max-height: 220px;
}

.page-title h1 {
    font-size: 4vw;
}

.project-detail {
    display: block;
}

.project-detail img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    max-height: 50%;
}