﻿.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px;
        background-color: #f2f2f2;*/
}

.logo {
    max-width: 100px;
}

.links {
    /* display: flex;*/
}

.link {
    margin: 0 10px;
}


body {
    margin: 0;
    padding: 0;
    font-family: Montserrat !important;
    display: flex !important;
    flex-direction: column;
    /* min-height: 100vh !important;*/
    background-color: #efeff4 !important;
    background-image: url('../../images/sideimage.png');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 62% 100%;
    position: relative;
    width: 100%;
    height: 610px;
    margin-left: auto;
    margin-right: auto;
    background-attachment: fixed;
    background-position: right;
}

header {
  /*  background: #efeff4 !important;
    color: #fff;*/
    text-align: center !important;
    /* padding: 10px 0;*/
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: auto;
}

.container {
    display: flex;
}

.side-image {
    flex: 1;
    height: 100vh;
}

.side-text {
    flex: 1;
    padding: 20px;
}

h1, p {
    margin: 0;
}

.btnTop {
    color: white;
    /* height: 50px;*/
    width: 230px;
    /* margin-top: 50px;*/
    margin-top: 4px !important;
    margin-right: 20px;
    border: hidden;
    font-weight: bold;
    border-radius: 8px;
    font-size: 17px;
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    /* display: block;*/
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

/*  .button3 {
                width: 20%;
            }*/

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  /*  padding: 10px;
    background-color: #333;*/
    color: white;
}

.logo {
    flex: 1;
}

.button {
    flex: 1;
    text-align: right;
}

.p2 {
    font-size: 20px;
    margin-right: 30px;
    margin-top: 40px;
    font-family: Montserrat;
    width: 70%;
}
.introfont {
    font-size: 60px;
    color: #0476D0;
    font-family: Montserrat
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px;
        background-color: #f2f2f2;*/
}

.logo {
    max-width: 100px;
}

.links {
    /* display: flex;*/
}

.link {
    margin: 0 10px;
}
.button1 {
    background-color: #0476D0;
    color: #fff;
}

    .button1:hover {
        background-color: #0476D0;
        color: white;
    }

.button2 {
    background-color: #228B22;
    color: #fff;
}

    .button2:hover {
        background-color: #228B22;
        color: white;
    }
body {
    margin: 0;
}

.top-container {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}

.header {
    padding: 10px 16px;
    /*background: #555;
        color: #f1f1f1;*/
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 102px;
    }


body {
    /*overflow: hidden;*/
}

.overlay {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

[aria-hidden="true"] {
    display: none;
}

[aria-hidden="false"] {
    display: block;
}

.overlay div {
    margin: 15vh auto;
    width: 80%;
    max-width: 650px;
    padding: 30px;
    min-height: 150vh;
    background: darkslategray;
}

* {
    box-sizing: border-box;
}