html {
    scroll-behavior: smooth;
}

body {
    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;
}

.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;
    width: 600px;
    margin: auto;
}

.container {
    padding: 10px 20px;
}

.row {
    display: flex;
}

.col {
    padding: 10px;
    flex: 50%;
}

.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;
}