body {
    margin: 0;
    background-color: white;
    color: #1d4a62;
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
}

#wrapper {
    /* background-color: crimson; */
    width: 100%;
    height: auto;
    display: grid;

}

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

}

#header a {
    text-decoration: none;
    color: #1d4a62;
	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;
}

#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 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 {
    display: none;
    position: absolute;
    background-color: #1d4a62;
/*    right: 482px;*/
    right: calc(10% + 84px);
    width: 300px;
    margin-top:10px;
    box-shadow: 14px 14px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* 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;
}
button.dropbtn {
    background-color: transparent;
}

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

h1 {
    text-align: center;
    font-size: 48px;
}

h3 {
    text-align: center;
    margin-bottom: 10px;
}

h5 {
    text-align: center;
    margin-top: 0px;
}

p {
    width: 70%;
    margin: auto;
    font-size: 20px;
    margin-bottom: 20px;
}


.img {
    display: flex;
    justify-content: center;
}

#founders {
    /* background-color: yellowgreen; */
    /*width: 95%;*/
    height: 1000px;
    /*padding: 20px;*/
    display: inline-block;
}

#gary {
    /* background-color: teal; */
    width: calc(48% - 20px);
    height: fit-content;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

#spencer {
    /* background-color: tomato; */
    width: calc(48% - 20px);
    height: fit-content;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

#cr {
    /* background-color: slateblue; */
    width: 95%;
    height: 600px;
    padding: 20px;
    display: inline-block;
}

#kat {
    /* background-color: dimgrey; */
    width: calc(48% - 20px);
    height: fit-content;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

#vishal {
    /* background-color: dodgerblue; */
    width: calc(48% - 20px);
    height: fit-content;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

#dev {
    /* background-color: rebeccapurple; */
    width: 95%;
    height: fit-content;
    padding: 20px;
    display: inline-block;
}

#alexis {
    /* background-color: darkorange; */
    width: calc(48% - 20px);
    height: fit-content;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

#mo {
    /* background-color: darkolivegreen; */
    width: calc(48% - 20px);
    height: fit-content;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

#jorge {
    /* background-color: dodgerblue; */
    width: calc(48% - 20px);
    height: fit-content;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
}

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