* {
    font-family: "Montserrat", sans-serif;
    }

body  {
    background: #ccc;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }

header, section {
    width: 900px;
    margin: auto;
    padding: 7px;
    }
#group-selector {
    text-align: center;
    font-size:27px;
}
#group-logo {
    height: 45px;
    margin-left: 4px;
    border: 8px solid rgba(61, 61, 61, 0.78);
}
section {
    color: #effdce;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top: 0;
    background-color: rgb(108, 117, 88);
}

header {
    text-align: center;
    padding-bottom: 0;
}

/*
.top-button {
    height: 50px;
    width: 150px;
    border-style:solid;
    border-width:5px;
}
*/

h1, h2 {
    width: 100%;
    margin-left: -5px;
    margin-bottom: 5px;
    padding: 5px;
    outline: 0;
}

h1 {
font-size: 170%;
color: #e8d2bb;
background-color: #000;
margin-top: 10px;
}

h2 {
font-size: 140%;
margin-top: 15px;
color: #000;
background-color: rgba(255,255,255, 0.9);
}

.float {
display: inline-block;
width: auto;
margin: 10px;
}

ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
    width: 450px;
    background-color: #f1f1f1;
    border: 1px solid #555;
}

li a {
    display: block;
    color: #000;
    padding: 4px 8px;
    text-decoration: none;
    font-weight: bold;
}

li {
    text-align: center;
    border-bottom: 1px solid #555;
    color:black;
}

li:last-child {
    border-bottom: none;
}

li a.active {
    background-color: #4CAF50;
    color: white;
}

li a:hover:not(.active) {
    background-color: #555;
    color: white;
}

.field-name {
    font-weight: normal;
}

.videoWrapper {
	position: relative;
	~padding-bottom: 56.25%; /* 16:9 */
    padding-bottom: 51.7%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.outer-vedeo-wrapper {
    margin: auto;
    width: 60%;
}

#about {
    border-radius: 0;
    padding: 8px;
    background-color: #ccc;
    color: black;
}

#gen-info,
#el-locs,
#dnrlands,
#about-taxgroup {
    background-color: white;
    width: 300px;
    height: 190px;
    display: inline-flex;
}

.info-button {
    display: run-in;
    box-sizing: border-box; /* Guarentees boxes are same size */
    width: 300px;
    height: 190px;
    color: #82410d;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 3px 3px 4px 2px #000;
    padding: 5px;
}

.magnifier {
    margin:4px 10px 4px 4px;
}

    @media only screen and (max-width: 950px) {
        #gen-info, #el-locs, .info-button {
            width: 235px;
            height: 220px;
        }
    }
    @media only screen and (max-width: 410px){

    }
    @media only screen and (max-width: 370px) {
        #what-is-rare-natural-element-data {
            width: 94%;
        }

    }
@media only screen and (max-width: 950px) {
    #logos {
        margin-top: 0;
    }

    ul, header, section {
    width: 90%;
    }

}
