html {
    width: 100%; height: 100%; margin: 0; padding: 0;
    scroll-behavior: smooth;

}

body {
    width: 100%; height: 100%; margin: 0; padding: 0;
    background-color:white;
    margin:0;
}

.top-menu {
    overflow: hidden;
    background-color: #82b2ff;
    padding: 10px 0;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #316dcc;
}

.top-menu a {
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 21px;
}

div#home {
    padding-top: 65px;
}

.white {
    background: white;
}

.blue {
    background:  #c7e5f3;
    background-size: 200px 200px;
    background-position: 0 0, 100px 100px;
    background-image: linear-gradient(45deg, white 25%, transparent 25%, transparent 75%, #82b2ff 75%, #82b2ff),
    linear-gradient(45deg, #82b2ff 25%, #c7e5f3 25%, #c7e5f3 75%, white 75%, white);
}

.fullScreen {
    width: 100%;
    height: 100%;
}

.marginMenu {
    margin-top: 55px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.top-menu-items {
    display: inline;
    float: right;
    margin-right: 60px;
}

.top-menu-item:hover {
    background-color: #316dcc;
    color: white;
    text-decoration: underline;
}

.top-menu-name {
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 14px 16px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 25px;

}

.text-col-2 {
    column-count: 2;
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: #82b2ff;
}

.logoImage img {
    display: block;
    width: 600px;
    margin: auto;
}

.container {
    padding: 10px 20px;
}

.row {
    display: flex;
}

.col {
    padding: 10px;
    flex: 50%;
}

.damFrame {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 800px;
}

.footer {
    padding: 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #82b2ff;
    color: white;
    text-align: center;
    border-radius: 10px 10px 0 0;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #316dcc;
}