@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/* font-family: 'Open Sans', 'sans-serif'; */
body {
    background-color: #6E93CC;
}
/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #6E93CC;
}
/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text, .navbar-custom .navbar-nav .nav-link, .navbar-custom .dropdown-item {
    color: #ecf0f1;
}
/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:hover .nav-link, .navbar-custom .nav-item:focus .nav-link, .navbar-custom .dropdown-item:hover, .navbar-custom .dropdown-item:focus {
    background-color: #3B7B81;
    color: #fff;
    font-size: x-large;
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: rgba(236,240,241, 1.0);
    color: #fff;
}
/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#full {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    position: relative;
    bottom: 0%;
}
#image-grid {
    margin: 6px;
}
.custom-col {
    padding: 6px;
    overflow: hidden;
}
.img-button {
    cursor: pointer;
}
.img-button > .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: -webkit-linear-gradient(270deg, rgba(59,59,59,0.00) 0%, rgba(0,0,0,0.50) 72.02%);
    background-image: -moz-linear-gradient(270deg, rgba(59,59,59,0.00) 0%, rgba(0,0,0,0.50) 72.02%);
    background-image: -o-linear-gradient(270deg, rgba(59,59,59,0.00) 0%, rgba(0,0,0,0.50) 72.02%);
    background-image: linear-gradient(180deg, rgba(59,59,59,0.00) 0%, rgba(0,0,0,0.50) 72.02%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    bottom: -30%;
    opacity: 0;
}
.img-button > .caption p {
    position: absolute;
    bottom: -30;
    width: 85%;
    margin: 20px;
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 100;
    font-size: 1em;
    color: white;
}
.img-button:hover > .caption {
    -webkit-transform: translate(0em, -30%);
    -moz-transform: translate(0em, -30%);
    -o-transform: translate(0em, -30%);
    transform: translate(0em, -30%);
    opacity: 100;
}
.modal {
    text-align: left;
    padding: 0!important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 80%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 4px;
}
.modal-body {
	width: 200%;
    padding: 12px;
    background-color: black;
}
.modal-body img {
    width: 100%;
}
#close-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background-color: rgba(0,0,0,0.5);
    border-bottom-left-radius: 6px;
}
#close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    color: red;
    opacity: 1;
}
.popup-caption {
    width: 100%;
    padding-top: 6px;
    background-color: black;
}
.popup-caption p {
    text-align: center;
    font-weight: 300;
    font-size: 1em;
    color: white;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: white;
    margin-bottom: -4px;
}
h2 {
    padding-left: 2rem;
}
.row {
    background-color: #6E93CC;
    margin-top: 1rem;
    height: 100%;
}
#pfoot {
    color: #41277D;
    text-align: center;
    padding-left: 30rem;
}

@media (min-width:763px) {
.modal-dialog {
    width: 80%;
}
}

@media (min-width:1250px) {
.modal-dialog {
    width: 70%;
}
}

#footer {
    text-align: center;
    color: #CAD0EF;
    font-size: 1rem;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    color: #fff;
    background-color: #6E93CC;
    padding: 0.01em 16px;
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}
#full {
    position: relative;
    bottom: 0%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
