body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-color: #f6f6f6;
    margin: 0px;
    font-size: 16px;
    line-height: 1.6;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

li {
    padding-left: 1em;
    text-indent: -.7em;
    margin-left: -5px;
    min-width: 250px;
}

li:before {
    content: "◉ ";
    font-size: 20px;

}

li.red-dot:before {

    color: #f33943;
}

li.blue-dot:before {
    color: #0dadec;
}

li.black-dot:before {

    color: #252628;
}

.left-aligned-article {
    text-align: left;
}

.left-aligned-article > p {
    text-align: left;
    padding-left: 0px;
}

.left-aligned-article > * {
    max-width: 70%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
}

header {
    background-color: white;
    width: 100%;
    display: flex;
    position: fixed;
    z-index: 1;
    /* height: 120px; */
}

header img {
    height: 55px;
    margin: 10px;
}

@media all and (min-width: 768px) {

    header img {
        height: 110px;
        margin-left: 50px;
		margin-bottom: 0;
    }
}

header > nav {
    justify-self: end;
    margin-left: auto;
    margin-right: 0px;
}

.logo-over {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px !important;
    text-align: center;
    top: calc(20vw + 10px);
    font-size: 20px;
}

.logo-over > img {
    height: 155px;
    /* width: 120px; */
}

.main-img {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
}

article > * {
    margin: 15px;
    list-style-position: inside;
}

article > h1 {
    font-size: 40px;
}

article > p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    min-width: 250px;
    padding-left: 20px;
    padding-right: 20px;
}

article > p:last-of-type {
    margin-bottom: 3em;
}

.black-section {
    background-color: #252628;
    color: white;
    padding: 3.5em;
    text-align: center;
    /* padding-top: 10px; */
}

.white-section {
    background-color: #FFFFFF;
    padding: 3.5em;
    text-align: center;
}

.line-article {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

.line-article article {
    max-width: 220px;
	min-height: 370px;
}

.line-article .text {
    
	min-height: 105px;
}

.line-article img {
    width: 70px;
}

h1 {
    font-weight: 300;
    font-size: 40px;
    min-width: 250px;
}

@media (min-width: 768px) {

    h1 {
        font-weight: 300;
        font-size: 50px;
        min-width: 250px;
        letter-spacing: 2px;
    }

}

h2 {
    font-weight: 400;
    font-size: 26px;
    margin: 20px;
}

h3 {
    font-weight: 100;
    margin-top: 30px !important;
}

.alt-color {
    color: #0DADEC !important;
}

.link {
    color: #0DADEC;
    font-weight: 700;
}

.link > * {
    color: #0DADEC;
    font-weight: 500;
    text-decoration: none;
}

.main-img * {
    width: 100%;
    max-height: 700px;
    margin-bottom: -7px;
}

.layout-vertical > * {
    /* max-width: 1200px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* box-sizing: border-box; */
}

.layout-vertical-spaced > * {
    margin-left: auto;
    margin-right: auto;
}

@media all and (min-width: 420px) {

    .layout-vertical-spaced > * {
        margin: 50px;
        width: 90vw;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
}

.icon-section {
    display: flex;
    margin: 100px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.icon-section > img {
    width: 80%;
    max-width: 50px;
    align-self: baseline;
    margin-right: 15px;
}

@media all and (min-width: 420px) {
    .icon-section > img {
        max-width: 100px;
        align-self: baseline;
        margin-right: 25px;
    }
}

.icon-section > article {

}

.icon-section > article > h1 {
    margin-top: 0px;
}

.img-section {
    display: block;
    background-color: white;
}

.img-section > img {
    width: 78vw;
    min-height: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media all and (min-width: 450px) {
    .img-section {
        display: flex;
        height: 100%;
    }

    .img-section > * {
        flex: 50%;
    }

    .img-section img {
        display: block;
        width: 1px;
        margin-top: auto;
        margin-bottom: auto;
    }
}

.img-section > article {
    /* margin: 1.2em; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.img-section > article > * {
    text-align: left;
    margin: 20px;
    margin-left: 45px;
    margin-right: 45px;
}

footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    background-color: #252628;
    color: white;
    padding: 40px;
}

footer img {
    height: 110px;
    margin: 20px;
}

.footer > * {
    width: 50%;
}

.light-section {
    padding: 3.5em;
    text-align: center;
}

.nav-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.menu-content {
    background-color: white;
    position: absolute;
    right: 0px;
    width: 100%;
    max-width: 450px;
    padding: 40px;
    animation-name: anim-menu;
    animation-duration: 0.5s;
    z-index: 1;
    height: 100%;
    box-sizing: border-box;
    padding-top: 30px;
}

.menu-content hr {
    margin-top: 70px;
    margin-bottom: 70px;
}

.menu-content h2 {
    font-size: 24px;
}

.nav-menu:target {
    display: block;
    padding: initial;
    position: absolute;
}

@keyframes anim-menu {
    from {
        right: -200px;
        opacity: 0;
    }
    to {
        right: 0px;
        opacity: 1;
    }
}

.menu-content a {
    text-decoration: none;
    color: black;
}

.menu-icon {
    margin-right: 30px;
    padding-top: 25px;
}

.menu-icon a {
    text-decoration: none;
    font-size: 26px;
    color: black;
}

.layout-vertical-spaced p {
    text-align: center;
}

.white-section article div {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.form-group {
    width: 100%;
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

textarea.form-control {
    resize: vertical;
}

.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
}

.btn-primary:hover {
    background-color: #0069d9;
}

@media (min-width: 768px) {
    .contact-form {
        max-width: 600px;
    }
}

@media (max-width: 768px) {
  .menu-content hr {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
  }
}
