﻿
.navbar-brand.my-auto img {
    width: 220px;
    height: 141px;
    padding: 0px;
}

.carousel {
    width: 675px;
    height: 497px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink {
    animation: blinker 1.5s linear infinite;
    color: red;
    font-family: sans-serif;
}

.museumcarousel {
    width: 675px;
    height: 675px;
}

/* Currently only horizontal images. */
.parkcarousel {
    width: 675px;
    height: 497px;
}

.carousel-inner img {
    /*width: 675px;*/
    width: 100%;
    height: 450px;
}

.museumcarousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.parkcarousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.museumcarousel-inner img.horizontal {
    width: 100%;
    height: 450px;
}

.museumcarousel-inner img.vertical {
    width: 450px;
    height: 100%;
}

.parkcarousel-inner img {
    width: 100%;
    height: 450px;
}

.parkcarousel-inner img.horizontal {
    width: 100%;
    height: 450px;
}

.parkcarousel-inner img.vertical {
    width: 450px;
    height: 100%;
}

ul.carousel-indicators {
    margin-bottom: 2rem;
}

p.display-2 {
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0;
}

.padding {
    padding-bottom: 1rem;
}

div#slides.carousel {
    padding-top: .5rem;
    padding-right: 0;
}

div#museumslides.museumcarousel {
    padding-top: .5rem;
    padding-right: 0;
}

div.carousel-caption {
    padding-bottom: 1.5rem;
    padding-top: 0;
}

.caption {
    color: #234976;
    text-align: center;
}

div.navbar-brand.my-auto {
    background-color: #f8f9fa !important;
    padding: 0px;
}

div.container.body-content {
    width: 100%;
    max-width: 100%;
    padding-left: .8rem;
    padding-right: .8rem;
    margin-left: 0;
    margin-right: 0;
}

div.container-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

div.staffgroupdiv {
    width: 100%;
    height: 550px;
}

.div_museumimage_h {
    width: 675px;
    height: 497px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.museumimage_h {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 0;
}

.div_museumimage_v {
    width: 497px;
    height: 675px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.museumimage_v {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 0;
}

.museum_word {
    font-weight: 600;
}

.museum_pronunciation {
    color: #666;
}

.museum_noun {
    font-style: italic;
    padding-right: 1em;
    display: table-cell;
    min-width: 1em;
}

.museum_definition {
    display: table-cell;
}

.museum_definition ul {
    margin-bottom: 0.25em;
    display: block;
    max-height: 300px;
    overflow: auto;
}

.museum_definition ul li {
    display: table-row;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 680px;
}

input {
    width: 480px;
}

/* This style adds the rounded corners on the back of the search box. */
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

input.btn {
    width: 75px;
}

textarea {
    width: 680px;
    height: 200px;
}

.text_primary {
    color: #333;
}

.staffpicture {
    height: 133px;
    width: 200px;
}

.staffgroup {
    height: 100%;
    width: 90%;
    padding-left: 10%;
}

/*---Media Queries --*/
@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
}

/*---Firefox Bug Fix --*/
.carousel-item {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
