
body {
    margin: 0;
    padding: 0;
}

.topMenu {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #333;
}

.topMenuItem {
    float: left;
    border-right: 1px solid #bbb;
    display: inline;
}

.topMenuItem:last-child {
    border-right: none;
}

.topMenu a {
    color: white;
    text-align: center;
    padding: 14px 16px;
    margin: 10px;
    text-decoration: none;
}

/* ============================= */

.myh2 {
    font-family: CityBlueprint, serif;
    font-size: 40px;
    color :#ac072e;
    margin-top: 50px;
}

/* ============================= */

.divMain {
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
}

.myh3 {
    margin-top: 50px;
}

.mainExplanation {
    max-width: 1200px;
}

/* ============================= */

.divCarosel {
    width: 800px;
    height: 500px;

    margin-top: 0px;
    margin-bottom: 30px;
}

.tblCarosel {
    border-spacing: 0px;
    /* border: 1px solid #ddd; */
}

.tblCarosel td {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 20px;
}

.tblCaroselTdRight {
    vertical-align: top;
    max-width: 500px;
}

/* ========================= === */
.boatTypeH3{
    margin-bottom: 30px;
}

/* ============================= */

/*
.mycarosel {
    background-color: red;
}

.mycarosel button {
    margin: 2px;
}

.carousel-indicators button {
    background-color: #f00;
}

.carousel-indicators [data-bs-target] {
    background-color: red;
}
*/
