body {
    margin: 0px;
    background-color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
    /* background-size: cover;
    background-repeat: no-repeat; */
    /* background-image: url('images/binder3.jpg'); */
    /* background-color: darkolivegreen; */
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

#intro {
    height: 60vh;
    min-height: 550px;
    width: 100%;
    min-width: 1437px;
    position:relative;
/*    background-color: white;*/
/*    background-color: #296889;*/
    background-image: linear-gradient(to right, #296889, #1d4a62);

}

#intrologo {
    height: 60vh;
    min-height: 600px;
    width: 48%;
/*    background-color: #296889;*/
    /*background-color: white;*/
    display: inline-block;
    text-align: center;
    /* display: grid */
}

#bigLogo {
    /*width: 449px;
    height: 386px;*/
    margin: 5px 5px;
    border: 20px solid #1d4a62;
    border-radius: 60px;
    color: #1d4a62;
/*    font: bold 340px/400px Arial;*/
    font: bold 280px/320px Arial;
    display: inline-block;
    text-align: center;
    padding-bottom: 30px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.7);
    background-color: whitesmoke;
    margin-top: 3%;
    /* align-self: center;
    justify-self: center; */
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

#info {
    height: 54vh;
/*    min-height: 700px;*/
/*    width: 51%;*/
    width: 45%;
    margin-right: 50px;
/*    background-color: white;*/
/*    background-color: #296889;*/
    display: inline-block;
    font: bold 48px Arial;
/*    color: #1d4a62;*/
    color: white;
    vertical-align: top;

}

#introheader {
    /* text-align: right; */
/*
    width: 60%;
    padding-left: 40%;
*/
/*    background-color: white;*/
/*    background-color: #296889;*/
    
/*
    width: 390px;
*/
    margin-left: 200px;
    width: 80%;
    text-align: right;
    padding-top: 25px;
}

#introheader .links {
/*    color: #1d4a62;*/
    color: white;
    background-color: transparent;
}

#introheader .links:hover {
    cursor: pointer;
    background-color: lightgray;
    color: #1d4a62;
}

#introheader a {
    text-decoration: none;
/*    color: #1d4a62;*/
    color: white;
}

#introheader a:visited {
    text-decoration: none;
/*    color: #1d4a62;*/
    color: white;
}

#introheader a:hover {
    background-color: lightgray;
    text-decoration: none;
    color: #1d4a62;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1d4a62;
/*    right: 482px;*/
    right: calc(20% + 55px);
    width: 300px;
    margin-top:5px;
    box-shadow: 14px 14px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#introheader button {
    width: 100px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    color: whitesmoke;
    display: inline-block;
    vertical-align: top;
    border: 0px;
}

button.dropbtn {
    background-color: transparent;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: whitesmoke;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 20px;
    background-color: #1d4a62;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #1A1E27;
}

#featuresBtn:hover {
    color:#1d4a62;
}

#featuresBtn2:hover {
    background-color: lightgray;
    color:#1d4a62;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}


#info h1 {
/*    margin-top: 30%;*/
    font-size: 80px;
    margin-top: 15%;
    margin-bottom: 5%;
    animation: 1s ease-out 0s 1 slideInFromRight;
}

#info p {
    text-align: center;
    /* padding: 0px 0px 0px 0px; */
    width: 90%;
    margin: auto;
    /* margin-top: 40%; */
    vertical-align: middle;
    font: italic 27px Arial;
    animation: 1s ease-out 0s 1 slideInFromRight;
}

#example {
    height: 0px;
    /* background-color: crimson; */
}

#wrapper {
    width: 100%;
    height: 100%;
    color: #1d4a62;
    /* background-color: purple; */
    /* background-image: url('images/binders2.png'); */
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 1437px;
}

#header {
    /* width: auto; */
    background-image: linear-gradient(to right, #296889,
    #1d4a62);
    min-width: 1437px;
/*    position: relative;*/
}

#header a {
    text-decoration: none;
    color: whitesmoke;
}

#header a:visited {
    text-decoration: none;
    color: whitesmoke;
}

.introsticky {
/*    position: fixed;*/
    top: 0;
    width: 50%;
    z-index: 10;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

#logo {
    width: 56px;
    height: 50px;
    margin: 10px 10px;
    border: 3px solid #1d4a62;
    border-radius: 12px;
    color: #1d4a62;
    font: bold 40px/45px Arial;
    display: inline-block;
    text-align: center;
    padding: 1px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
    background-color: whitesmoke;
}

#menu {
    display: inline-block;
    text-align: right;
    width: 90%;
    vertical-align: bottom;
}

#menu button {
    font-size: 16px;
    color: whitesmoke;
    border: 0px;
}

#menu .dropdown-content {
    right: calc(10% + 167px);
}

#menu .dropdown-content a:hover {
    text-decoration: none;
    color: #1d4a62;
    background-color: lightgray;
}

.links {
    display: inline-block;
    text-align: right;
/*    padding: 10px;*/
    padding: 5px;
    color: whitesmoke;
    display: inline-block;
    text-align: right;
    font: 16px Arial;
	vertical-align: bottom;
}

#menu .links:hover{
    cursor:pointer;
    background-color: lightgray;
    color: #1d4a62;
}


#header a:visited {
    text-decoration: none;
/*    color: #1d4a62;*/
    color: white;
}

#header a:hover {
    background-color: lightgray;
    text-decoration: none;
    color: #1d4a62;
}
/*
#header .links :hover {
    cursor: pointer;
    background-color: lightgray;
    color: #1d4a62;
}

#menu .links :hover {
    cursor: pointer;
    background-color: lightgray;
    color: #1d4a62;
}
*/

/* #header a :hover {
    cursor: pointer;
    background-color: lightgray;
    color: #1d4a62;
} */

#welcome {
    margin: auto;
    /* margin-top: 50px; */
    /* background: rgba(245, 245, 245, 0.94); */
    /* background-color: rgba(255, 255, 255, 0.94); */
/*    background-image: url('images/binders_neat.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
    min-height: 650px;
    /* padding: 80px; */
    display: inline-block;
/*    margin-bottom: 150px;*/
}

#welcomeText {

    background-color: rgba(255, 255, 255, 0.94);
/*    width: calc(48% - 160px);*/
    /* height: calc(100% - 95px); */
/*    height: 100%;*/
    padding-top: 80px;
    padding-bottom: 15px;
}

#welcomeText p {
    font-size: 18px;
}

#ourStory {
    background-image: url('images/binders_messy.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
    min-height: 650px;
    /* padding: 80px; */
    display: inline-block;
}

#ourStoryText {
    margin: auto;
    margin-right: 0px;
    /* margin-top: 50px; */
    /* background: rgba(245, 245, 245, 0.94); */
    background-color: rgba(255, 255, 255, 0.94);
    width: calc(52% - 160px);
    height: calc(100% - 160px);
    padding: 80px;
}

h1 {
    text-align: center;
}

#text p {
    font-size: 20px;
}

#story {
    /* background-color: red; */
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 40px;
    border-width: 0px;
    margin-left: 30px;
}

#team {
    /* background-color: goldenrod; */
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 40px;
    border-width: 0px;
}

#trial {
    /* background-color: green; */
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 40px;
    border-width: 0px;
    margin-right: 30px;
}

.buttonRow {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.buttonRow a {
    text-decoration: none;
}

.button {
    /* background-color: #5f9ea0; */
    background-color: #1d4a62;
    color: snow;
}

.button:hover {
    cursor: pointer;
    /* background-color: lightgray; */
    background-color: #296889;
    color: snow;
}

#footer {
    text-align: center;
    width: 100%;
/*    background-color: #1d4a62;*/
/*    color: whitesmoke;*/
    color:#1d4a62;
    font: italic 12px Arial;
    /* margin-top: 25%; */
    vertical-align: bottom;
    display: inline-block;
    margin-bottom:20px;
    margin-top:50px;
}