﻿
.newNavBar {
  padding-left: 540px;
  color: black;
  font-family: Roboto;
  font-size: 30px;
  margin-top: 1%;
position: absolute;
}



body {
    zoom: 84%;
    /* 89% */
}

@media only screen and (max-width: 460px) {
    body {
        zoom: 70%;
    }
    #contactdetails {
        display: none;
    }
}

@media only screen and (max-width: 656px) {
    #contactdetails {
        display: none;
    }
}


/*
@media only screen and (min-width: 1700px) {
    body {
        zoom: 20%
    }

}

*/

#emailLink {
  color: black;
}


.card1 {
    background-color: #F43B3C;
    color: white;
}

.card {
    color: white;
}



.navbarbutton1 {
    background-color: #337ab7;
    /*
    background-color: #bb2936;
        */
}




.navbarbutton2 {
    border-left: solid;
    border-color: #bb2936;
    border-left-width: thick;
}


.navbarbutton3 {
    background-color: #69B4DC;
}

.headerbuttonmargin {
    margin-left: 50px;

    background-color: #2196F3;
}



.faqbutton {
    background-color: #325A73;
}


.logopadding {
    padding-top: 24px;
    margin-bottom: -40px;


}

.one-edge-shadow {
/*
	-webkit-box-shadow: 0 6px 4px 0px grey;
	   -moz-box-shadow: 0 6px 4px 0px grey;
	        box-shadow: 0 6px 4px 0px grey;
*/


          height: 130px;

}

a {
  color: black;
  text-decoration: none;
}

a:link {
  color: black;
  text-decoration: none;
}

a:visited {

  text-decoration: none;
}

a:hover {
  color: lightgrey;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  text-decoration: none;
}

a:active {

  text-decoration: none;
}

.contactdetailspadding {
    padding-top: 11px;
}


.link {
    display: inline;
    float: right;
    border: solid;
    color: #2f5687;
    background-color: white;
    font-weight: bold;
}


.linkslider {

    float: none;
    align-self: center;
    border: solid;
    color: #2f5687;
    background-color: white;
    font-weight: bold;
}


.sliderimg1 {
    background-image: url("stockphotos/child.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    object-position: 75% 0;
    width: 100%;
    height: auto;
    align-content: center;
    object-fit: fill;
    top: 50px;
    width 1350px;
    height 700px;
}

/* Dropdown button */

.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}


.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* problem */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/**/
.dropdown-content a:hover {
    background-color: #bb2936;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.dropdown {
    position: relative;
    display: inline-block;
}



.slidertext1 {
    top: 20px;
    right: 25px;

    font-family: Open Sans;
    color: ghostwhite;
    font-weight: 500;
}

.image-container {
    display: flex;
}

.image-container2 {
    display: flex;
    margin-left: 12px;
}

.firstC {
    width: 46%;
    float: left;

    left: 50px;
    display: flex;
    justify-content: center;
}

.eyehopimg2 {

}


.secondC {
    width: 54%;
    float: left;

    position: relative;
    left: 70px;
    padding: 10px;
    margin-top: 60px;
}

.thirdC {
    width: 54%;
    float: right;
    position: relative;

    padding: 10px;
    margin-top: 60px;
}

#results {
    /*
    color: white;
    font-size: 20px;
    font-weight: 300;
    font-family: Roboto;
    position: absolute;
    right: 60px;
    top: 367%;
    margin-left: 700px;
        margin: 80px 50px 20px 50px;
    */
    position: absolute;
    right: 60px;
    font-size: 25px;
    font-weight: 500;
    color: white;
    text-align: center;
    font-family: Roboto;
}

.howitworksbuttons {
    height: 65px;
    width: inherit;

}








/* Split the screen in half */
.split {
    height: auto;

    position: absolute;
    z-index: 1;

    overflow: hidden;

}

/* Control the left side */
.left {
  width: 62%;
    left: 0;
    background-color: #4d87e2;

}

/* Control the right side */
.right {
  width: 38%;
    right: 0;
    background-color: #F3F4F8;

}

/* If you want the content centered horizontally and vertically */
.centered {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* About Us Logos */
.grid {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 30px;
    align-items: center;
    justify-items: center;
  justify-content: center;
    width: 500px;

}

    .grid img {
        max-width: 100%;
    }

/* FAQ Column */
.faqcolumn {
    float: left;
    padding: 10px;
    height: 100vh;

}

.faqleft {
    width: 100%;
    /*
    background-color:  #4d87e2;
    */
    background-image: linear-gradient(to left, #9D7CBD , #337ab7);
    color: white;
    margin-top: 44px;
    padding-top: 92px;
    height: 220px;
    text-align: center;
}

.faqright {
    width: 45%;
    background-color: white;
    font-size: 17px;
    color: black;
    padding-top: 13px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* FAQ List */
.faqul {
    list-style-image: url('');
    padding-bottom: 5px;
}

/* FAQ Grid */
.grid2 {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 30px;
    align-items: center;
    justify-content: center;
    width: 800px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.profile1 {
    border-radius: 50%;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: rgba(255, 255, 255, 0);
  color: #444;
  /* margin-right: 200px; */
  cursor: pointer;
  padding: 18px;
  position: relative;

  border-radius: 25px;
  margin-bottom: 20px;
  border: 5px solid #ffffff;
  width: 100%;
  /* border: none; */
  text-align: left;
  outline: none;
  font-size: 20.5px;
  color: white;
  font-family: Roboto;
  font-weight: 400;
  transition: 0.3s;
  z-index: 1;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .collapsible:hover {
        background-color: white;
        color: black;
    }

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: visible;
  background-color: rgba(0, 0, 0, 0.28);
  position: relative;
  z-index: 0;
  top: -60px;
  z-index: 0;
  color: white;
  left: 10px;
  font-size: 18.5px;
  padding-top: 60px;
  padding-bottom: 40px;
  border-radius: 25px;
  margin-bottom: -20px;

}

.content p {
  margin-left: 20px;
  display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.content ul {
  margin-top: 0;
}

.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

#anchor-1:target {
    // styles for the target
}


/* Testimonials */

.block {
    width: 48%;
    float: left;
}

.wrap-three {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    margin-top: 50px;
}

.wrap-three2 {
    position: relative;
    width: 100%;
    height: 50%;
    float: left;
    margin-top: -20px;
}

.block-one {
    height: inherit;
    float: left;
    position: relative;
    background-color: #F3F4F8;
    width: 50%;
    padding: 40px;
    margin-bottom: 0px;
}

.block-two {
    height: inherit;
    position: relative;
    float: right;
    width: 50%;
    top: 0px;
    /*
    background: #69b4dc;
    */
    background: #4e87e1;
    padding: 40px;
    color: white;
    margin-top: 0px;
}

.block-three {
    height: inherit;
    /*
    border-color: black;
    border-width: 2px;
    border-style: solid;
    */
    background-color: #F3F4F8;
    padding: 40px;
    float: left;
    width: 50%;
    padding-top: 86px;
}

.block-04 {

    background-color: #F3F4F8;

    width: 50%;
    padding: 40px;
    height: inherit;
    float: left;
}

.block-05 {
    height: inherit;

    width: 50%;
    background: #F3F4F8;
    padding: 40px;

    float: left;
    padding-bottom: 72px;

}

.block-06 {
    height: 50%;
    width: 50%;
    left: 270px;
    top: 520px;
    background-color: #F3F4F8;
    padding: 40px;
    float: left;

}

.block-07 {
    height: inherit;
    width: 50%;
    left: 270px;
    top: 520px;
    background-color: #4d87e2;
    color: white;
    padding: 40px;
    float: right;

}

.block-08 {
    height: inherit;
    width: 50%;
    top: 520px;
    background-color: #4d87e2;
    color: white;
    padding: 40px;
    float: right;

}

.block-09 {
    height: inherit;
    width: 50%;
    left: 270px;
    top: 520px;
    background-color: #83BA28;
    color: white;
    padding: 40px;
    float: right;
    padding-top: 20px;


}

.block-10 {
    width: 50%;
    height: 50%;
    top: 520px;

    color: white;
    background-image: url(img/graphics/water.png);

    float: left;
    text-align: center;
    justify-content: center;
    padding: 40px;
    background-color: #F3F4F8;
    padding-bottom: 100px;

}


/* Purchase Styling */

.full-height {

}

.divstyling {
    padding: 55px;
    padding-top: 70px;

}

.headerstyling {
    color: #67696C;
    font-size: 55px;
    font-family: 'Roboto', "Lucida Grande", sans-serif;
    font-weight: 500;
    z-index: 1000;
    position: relative;
}
/*
    "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica,
*/
.pstyling {
    color: ;
    /*
    padding-top: 35px;
    */
    font-size: 24px;
}

#liststyling {
    list-style-type: square;
    font-size: 28px;
    font-weight: 400; /* was 700 for helvetica*/
    color: ;
    margin: 25px 50px 0px 50px;
    font-family: 'fontArial', "Lucida Grande", sans-serif;
}

#container {
  margin-top: 48px;
    position: relative;
    height: 1102px;
    width: 100%;
    overflow: hidden;

}

    #container:before {
        content: '';
        position: absolute;
        left: 54%;
        width: 85%;
        height: 200%;
        background-color: #337ab7; /* fallback */
        background-color: #337ab7;
        top: -300px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(25deg);
    }

.paypalbutton {
    display: inline-block;
    background-color: #337ab7;
    color: white;
    font-size: 24px;
    padding: 16px 24px;
    width: auto;
    height: 65px;
    font-family: Roboto;
    -moz-border-radius-bottomright: 50px;
    border-bottom-right-radius: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-left-radius: 50px;
    -moz-border-radius-topright: 50px;
    border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    border-top-left-radius: 50px;
    border: none;

    position: relative;

    transform: scale(1.3);
    margin-left: 30px;

}

    .paypalbutton:hover {
        background-color: #3498DB;
    }


#paypalLogo {
  padding-left: 0.2%;
    display: inline-block;


    position: relative;
    zoom: 25%;
    top: -383px;
left: 900px;
position: relative;
}

#youAre {
  margin-bottom: 25px;
}


/* Studies Page */

.introductioncard {
    background-color: white;
    /* #69B4DC */
    padding-top: 65px;
}

.cardcontent {


  border-color: #337ab7;
  border-style: solid;
  border-width: 25px 0px 0px 0px ;

    background-color: white;
    color: black;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 27px;
    font-size: 18px;
    position: relative;
    top: -10px;
    text-align: left;
    padding-top: 50px;
    font-weight: 400;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    /*
    font-family: 'Helvetica Neue'
        */
}

.studiescolumn {
    float: left;
    padding: 10px;
    height: 400px;
}

.studiesleft {
    margin-right: 687px;
    background-color: #69B4DC;
    color: white;
    padding-left: 50px;
    padding-top: 40px;
    font-size: 20px;
    position: static
}

.studiesright {
    background-image: url("img/girlstudy.jpg");
    font-size: 17px;
    color: black;
    padding-top: 13px;
}

.studyheader {
    text-align: center;
    color: #4D87E2;
    padding-top: 27px;
    font-size: 30px;
    font-family: 'Raleway';
    font-weight: 600;

}

.studylogo {


    position: absolute;
            /*

    top: -95px;
    left: 258px;
    */
    padding-top: 105px;
    align-content: center
}



.tabs {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    background: transparent;
    padding: 50px;
    padding-bottom: 80px;
    width: 70%;
    height: inherit;
    /*
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 0px 10px rgba(0, 0, 0, 0.22);
        */
    border-radius: 5px;
    min-width: 240px;
}

    .tabs input[name="tab-control"] {

    }



    .tabs .studycontent section h2, .tabs ul li label {
        font-weight: bold;
        font-size: 18px;
        color: #428BFF;
    }

    .tabs ul {
        list-style-type: none;
        padding-left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 10px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .tabs ul li {
            box-sizing: border-box;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            width: 25%;
            padding: 0 10px;
            text-align: center;
        }

            .tabs ul li label {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                color: #929daf;
                padding: 5px auto;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                cursor: pointer;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                white-space: nowrap;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                .tabs ul li label br {
                    display: none;
                }

                .tabs ul li label svg {
                    fill: #929daf;
                    height: 1.2em;
                    vertical-align: bottom;
                    margin-right: 0.2em;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                .tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
                    outline: 0;
                    color: #bec5cf;
                }

                    .tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
                        fill: #bec5cf;
                    }

    .tabs .slider {
        position: relative;
        width: 25%;
        -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
        transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    }

        .tabs .slider .indicator {
            position: relative;
            width: 50px;
            max-width: 100%;
            margin: 0 auto;
            height: 4px;
            background: #428BFF;
            border-radius: 1px;
        }

    .tabs .studycontent {
        margin-top: 30px;
    }

        .tabs .studycontent section {
            display: none;
            -webkit-animation-name: content;
            animation-name: content;
            -webkit-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
            line-height: 1.4;
        }

            .tabs .studycontent section h2 {
                color: #428BFF;
                display: none;
            }

                .tabs .studycontent section h2::after {
                    content: "";
                    position: relative;
                    display: block;
                    width: 30px;
                    height: 3px;
                    background: #428BFF;
                    margin-top: 5px;
                    left: 1px;
                }

    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        cursor: default;
        color: #428BFF;
    }

        .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
            fill: #428BFF;
        }

@media (max-width: 600px) {

    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .studycontent > section:nth-child(1) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #428BFF;
}

    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
        fill: #428BFF;
    }

@media (max-width: 600px) {

    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .studycontent > section:nth-child(2) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #428BFF;
}

    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
        fill: #428BFF;
    }

@media (max-width: 600px) {

    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .studycontent > section:nth-child(3) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #428BFF;
}

    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
        fill: #428BFF;
    }

@media (max-width: 600px) {

    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .studycontent > section:nth-child(4) {
    display: block;
}

@-webkit-keyframes studycontent {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes studycontent {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {

    .tabs ul li label {
        white-space: initial;
    }

        .tabs ul li label br {
            display: initial;
        }

        .tabs ul li label svg {
            height: 1.5em;
        }
}

@media (max-width: 600px) {

    .tabs ul li label {
        padding: 5px;
        border-radius: 5px;
    }

        .tabs ul li label span {
            display: none;
        }

    .tabs .slider {
        display: none;
    }

    .tabs .studycontent {
        margin-top: 20px;
    }

        .tabs .studycontent section h2 {
            display: block;
        }
}

#eyeimg {
    position: absolute;
    top: 47%;
    left: 69%;
    float: right;
    margin-left: 20px

}

#upimg {
    position: absolute;
    top: 325%;
    left: 52%;
    float: left;
    margin-left: 20px
}


/* FAQ Split */

/* Split the screen in half */
.faqsplit2 {
    height: 100%;
    width: 50%;
    position: absolute;
    z-index: 0;
    top: 874px;
    overflow-x: hidden;
    padding-top: 20px;
}

/* Control the left side */
.faqleft2 {
    left: 0;
    background-image: url("img/faqwoman.jpg");
    background-repeat: no-repeat;
    object-fit: contain;
    max-width: 100%;
    height: auto;
    background-size: cover;
}

/* Control the right side */
.faqright2 {
    right: 0;
    background-color: #69B4DC;
    color: white;
}

/* If you want the content centered horizontally and vertically */
.faqcentered2 {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.p123 {
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: 85px;
    margin-right: 85px;
    padding: 15px;
    font-size: 21.5px;
    border: none;
    color: black;
    font-weight: 400;
    font-family: Roboto;


}

.pRE {
    position: absolute;
    padding-top: 30px;
    margin-top: 200px;
    margin-bottom: 40px;
    margin-left: 900px;
    margin-right: 85px;
    font-size: 20px;
    color: black;


}

.pRE2 {
    position: absolute;
    margin-bottom: 20px;
    margin-left: 845px;
    margin-right: 85px;
    margin-top: 20px;
    font-size: 20px;
    color: black;
    text-align: center;
}


#results-list {
    padding-top: 70px;
    margin-top: 414px;
    padding-bottom: 4px;
    margin-left: 895px;
    margin-right: 95px;
}

.buttons2 {
    position: absolute;
    align-content: center;
    text-align: center;
    margin-left: 37%;
    padding-bottom: 50px;
    top: 376%;
}

.businessman {
    position: relative;

    float: left;
    z-index: 0;

}

.hop {
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.sliderbutton a.btn {
    pointer-events: all;
}



.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.buttonpopup {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;


  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  margin-top: 500px;
  padding: 20px;
  background: #F3F4F8;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 1000;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  z-index: 1000;
}
.popup .close:hover {
  color: #4D87E2;
}
.popup .contentpopup {
  max-height: 30%;
  overflow: auto;
  z-index: 1000;
}


@media only screen and (max-width: 349px) {

#logoDiv {
  position: relative;
  right: 35px;


}
}


@media only screen and (max-width: 600px) {

.headerbuttonmargin {
margin-left: 0px;


}
}
