
h1 {
    color: red;
}

p {
    color: red;
}


body {
    background-color: white;
    margin: 0;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

:root {
    --main-color:#173859ff;
    --negt-color:#d9ecffff;
}

.montserrat-text {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.montserrat-text {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: italic;
}

.top-banner {
    display: flex;
    background-color: var(--main-color);
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.top-banner-content {
    flex: 1;
    display: flex;
    justify-content: center;
    height: auto;
    margin: 10px;
    flex-grow: 0.6;
    min-width: calc(min(100vw, 1000px));
}

.top-banner-options {
    margin-left: auto;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.top-banner-options a {
    display: flex;
    flex: 1;
    text-decoration: none;
    align-items: center;
    color: var(--negt-color);
    font-weight: 400;
}

.top-banner-options a:hover {
    font-weight: bold;
    cursor: pointer;
}

.background {
    position: fixed;
    top: 0;
    z-index: -100;
    height: 100vh;
    width: 100vw;
    background-image: url(img/background.svg);
    background-size: cover;
    background-position: center;
    filter:brightness(100%);
    filter: blur(0px)
}

.bottom-banner {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--main-color);
}

.bottom-banner div {
    color: var(--negt-color);
    margin: 2px;
    padding: 2px;

    flex: 1;
    display: flex;
    justify-content: center;
}

.bottom-banner a {
    color: var(--negt-color);
    padding: 5px;
    font-size: 1em;

    flex: 1;
    display: flex;
    justify-content: center;
}

.services {
    display: flex;
    background-color: var(--negt-color);
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    flex-direction: row;
}

.services a {
    color: var(--main-color);
    margin: 0px;
    padding: 30px;
    font-size: 1.5em;
    text-decoration: none;
    text-align: center;

    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.services a:hover {
    color: var(--negt-color);
    background-color: var(--main-color);
}

.content {
    background-color: whitesmoke;
    color: var(--main-color);
    display: flex;
    width: 60%;
    min-width: calc(min(100vw, 960px));

    flex-direction: column;

    position: absolute;
    top: 100vh;
    left:0;
    right:0;

    margin-left: auto;
    margin-right: auto;
}

.content p {
    color: var(--main-color);
    margin: 0;
    padding: 16px;
    padding-bottom: 8px;
}

.content h1 {
    color: var(--main-color);
    margin: 0;
    padding: 16px;
    padding-top: 32px;
}

.content h2 {
    color: var(--main-color);
    margin: 0;
    padding: 16px;
    padding-top: 20px;
    padding-bottom: 8px;
}

.content ul {
    color: var(--main-color);
    margin: 0;
    padding: 0px;
    padding-left: 64px;

}
.content li {
    padding-bottom: 6px;

}

.content-services {
    background-color: whitesmoke;
    color: var(--main-color);
    display: flex;
    width: 60%;
    min-width: calc(min(100vw, 960px));

    flex-direction: column;

    position: absolute;
    top: 134.5px;
    left:0;
    right:0;

    margin-left: auto;
    margin-right: auto;
}


.content-services-col-wrapper {
    display: flex;
    
    flex-direction: row;
}

.content-services-left-col {
    flex-direction: column;
    max-width: 50%;
}

.content-services-right-col {
    width: 50%;
    display: flex;
    margin-left: auto;
    align-items: center;

    flex-flow: row wrap;
}

.content-services-right-col div {
    width: 45%;
    margin: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.content-services img {
    margin: 16px;
    margin-top: 20px;
    margin-bottom: 8px;

    width: 100%;
    height: auto;
}

.content-services img:hover {
    cursor: pointer;
}

.content-services p {
    color: var(--main-color);
    margin: 0;
    padding: 16px;
    padding-bottom: 8px;
}

.content-services h1 {
    color: var(--main-color);
    margin: 0;
    padding: 16px;
    padding-top: 32px;
}

.content-services h2 {
    color: var(--main-color);
    margin: 0;
    padding: 16px;
    padding-top: 20px;
    padding-bottom: 8px;
}

.content-services ul {
    color: var(--main-color);
    margin: 0;
    padding: 0px;
    padding-left: 64px;

}
.content-services li {
    padding-bottom: 6px;

}

.content-services hr {
    width:30%;
    text-align:center;
    color: #173859ff;
    margin-top: 36px;
}

.contact-wrapper {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 134.5px);
    top: 134.5px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.contact {
    background-color: var(--main-color);
    color: var(--negt-color);
    
    /* width: 60%; */
    /* min-width: calc(min(100vw, 1000px)); */

    text-align: center;

    flex-direction: column;
}

.contact p {
    color: var(--negt-color);
    margin: 0;
    padding: 16px;
}

.contact a {
    color: var(--negt-color);
    margin: 0;
    padding: 16px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

.dropdown {
    position: relative;
    display: flex;
    flex: 1;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  margin-top: 38px;
  min-width: 200px;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

@media (max-width: 900px) {
    .services {
        flex-direction: column;
    }
    .content-services-col-wrapper{
        flex-direction: column;
    }
    .content-services-left-col {
        max-width: 100%;
    }
    .content-services-right-col {
        width: 100%;
    }
    .dropdown-content {
        min-width: 300px;
    }
    body {
        font-size: 28px;
    }
}

@media (max-width: 1920px) {
    .content-services-right-col {
        justify-content: center;
    }
    .content-services-right-col div {
        width: 75%;
    }
}
