body {
    margin: 0;
    background-color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
}

#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: 1300px;
}

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

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

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

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

#logo a:hover {
    cursor: pointer;
    background-color: whitesmoke;
    color: #1d4a62;
}

#textbox {
    width: 49%;
    display: inline-block;
}

#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;
}

#title {
    text-align: left;
    display: inline-block;
    width: 450px;
    color: whitesmoke;
    vertical-align: bottom;
    padding-bottom: 4px;
}

#title h1 {
    margin: 0;
    font-size: 45px;
}

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

#menu a:visited {
    color: whitesmoke;
}

#menu a:hover {
    color: #1d4a62;
}

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

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

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

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

#menu 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 {
    color:#1d4a62;
}


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



#text {
    text-align: center;
    padding: 20px 90px;
}

#text a {
    color: #1d4a62;
}

#text a:visited {
    color: #1d4a62;
}

#text p {
    text-align: left;
}

.accordion {
/*    background-color: #bfd8d9;*/
    background-color: lightgray;
/*    color: #444;*/
    color: #1d4a62;
    cursor: pointer;
    padding: 18px;
    width: 75%;
    /* margin-left: 12%; */
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    font-family: Arial, Helvetica, sans-serif;
}

.active,
.accordion:hover {
/*
    background-color: #ebcb7a;
    background-color: #e6e6e6;
*/
    background-color: #1d4a62;
    width: 75%;
    color: whitesmoke;
}

.accordion:after {
    content: '\002B';
    /* color: #777; */
    font-weight: bold;
    float: right;
    margin-left: 5px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
/*    background-color: white;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: auto;
    width: 70%;
    font-family: Arial, Helvetica, sans-serif;
    color: #1d4a62;
    text-align: left;
}

ul {
    margin-top: 10px;
}

li {
    margin-bottom: 20px;
}

#customText {
    margin: auto;
    text-align: left;
    width: 75%;

}

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