/*
Theme Name: Aquatic Sciences Center UW-Child Theme
Description: Theme for the Aquatic Sciences Center site
Author: Aquatic Sciences Center
Template: uw-theme
Version: 1.8.2.1
*/

body {
    background-color: purple;
}

main {
    padding: 0px !important;
    margin: 0px;
	min-height: 600px;
}

main article {
	padding: 30px;
}

h3 {
    margin-bottom: -16px;
}

main ul {
    padding-left: 2.25rem;
    margin: 0px 0px 20px;
    /*float: left;
    list-style-type: none; */
}

.uw-pe-text_block>ol, .uw-pe-text_block>ul {
    padding-left: 2.25rem !important;
}

main ul li {
	margin-bottom: 0;
}

.logo_p {
    text-align: center;
    padding-top: 5vh;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    color: white;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    font-size: medium;
    text-align: center;
    border-radius: 4px;
    position: static;
}

.office_field {
    display: table-column;
    width: 25%;
}

.name_field {
    display: table-column;
    width: 75%;
}

.modal {
    display: none;
    /* Hidden by default */
    position: absolute;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 25vw;
    top: 25vh;
    width: 50vw;
    /* Full width */
    height: 50vh;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: blanchedalmond;
    color: black;
    border: 5px solid black;
    border-radius: 15px;
    overflow: hidden;
    /* Fallback color */
    /*background-color: rgba(0, 0, 0, 0.4);*/
    /* Black w/ opacity */
}

.modal_content {
    padding-left: 10px;
    padding-bottom: 50px;
}

.modal_content_left {
    float: left;
}

.modal_footer {
    border-top: 3px solid #c5050c;
    background-color: #121212;
    padding-top: 5px;
    width: 100%;
    height: 100%;
}

.locnbox {
    background-color: slategray;
    color: white;
    border-radius: 4px;
    position: relative;
    width: 95%;
    margin: 2.5%;
}

.close {
    padding-top: 30px;
    color: white;
}

.card#offices {
    background-color: orangered;
}

.staff {
    background-color: maroon;
}

.affiliates {
    background-color: slategray;
}

.students {
    background-color: dodgerblue;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);
}

.container {
    padding: 2px 8px;
    display: inline;
}

.col-5 {
    /*display: inline-block;*/
    padding: 0px;
    margin: 0px;
    float: left;
    vertical-align: top;
}

.col {
    width: 15.5vw;
}

.back {
    padding: 2px;
    border-radius: 4px;
    border: 2px solid black;
    float: left;
}

.logo_p_container {
    margin-top: 5vh;
    margin-left: 10vw;
    margin-right: 10vw;
}

#logo_col {
    width: 16vw;
    padding-right: 5px;
}

img {
    padding-bottom: 3vh;
}

.page-id-157 .site-header,
.page-id-157 .site-footer,
.page-id-157 nav.uw-nav-menu,
.page-id-157 div.uw-header-container,
.page-id-157 ul#breadcrumbs,
.page-id-157 footer .uw-mobile-menu-button-bar {
    display: none;
}

#comments {
	display: none;
}
