html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/bgpattern3.png');
    font-family: Helvetica, Arial, sans-serif;
}

body {
    padding-bottom: 60px;
}

h1 {
    padding-top: 5rem;
}

footer {
    padding-bottom: 1rem;
    font-size: smaller;
}

.nav-link {
    font-size: smaller;
}

.dropdown-menu {
    height: 300px;
    overflow-y: scroll;
}

.dropdown-item {
    font-size: x-small;
    color: #f8f9fa;
}

.carousel-inner img {
    max-height: 420px;
    max-width: 800px;
    /* width: 100%;
    height: 100%; */
    object-fit: contain;
    background-color: #00000060;
    background-image: linear-gradient(rgb(11, 44, 66), rgb(20, 20, 20));
    transition: transform ease-in-out 0.3s;    
}

#carouselMain {
    max-width: 800px;
    max-height: 400px;
    padding: 0;
    /* margin-left: -.75rem; */
    padding-bottom: 10px;
    object-fit: cover !important;
}


.homeCarousel img {
    object-fit: cover;
    max-height: 420px;
    max-width: 800px;
}

.container {
    max-width: 800px;
    margin: auto;
}

small {
    font-size: .5em;
    font-weight: bold;
}

p.small {
    text-indent: 2rem;
    font-size: .9rem;
    line-height: 1rem;
}

#bio col {
    min-height: fit-content;
}

#bio img {
    float: left;
    padding-right: 2rem;
    width: 375px;
    padding-bottom: 5rem;
    padding-top: 8rem;
}

#bio h2 {
    text-align: left;
}

#bio p {
    padding: .25rem;
    font-size: .9rem;
    text-align: justify;
    float: inline-end;
}

#mainAbout {
    font-size: .9rem;
}

#aboutLink a {
    color: #337ab7;
    font-weight: bolder;
    font-size: 1.25rem;
    align-content: center;
    text-decoration: none;
}

.vlogtitle {
    font-size: 1rem;
    font-weight: bolder;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 2rem;
}

.vlogtitle h2, h3, h4, h5, h6 {
    font-size: 1rem;
    font-weight: bolder;
}

.artList li {
    list-style-type: none !important;
    font-size: 1rem;
    line-height: 3rem;
}

.artList a {
    text-decoration: none;
    color: #337ab7;
    padding-bottom: 2rem;
}

.twitter-timeline {
    align-content: center;
    margin-left: 3rem;
}

/* .videoWrapper {
    falls back to 16/9, but otherwise uses ratio from HTML
    padding-bottom: calc(var(--aspect-ratio, .5625) * 100%); 
  } */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1rem solid white;
    border-right: 1rem solid white;
    border-bottom: 1rem solid white;
}

.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1rem solid white;
    border-right: 1rem solid white;
    border-bottom: 1rem solid white;
}

#googleMap iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
    border: 1rem solid white;
}

/* These are used to style the carousels
with multiple carousels per page
each requires a different ID for controls */

#carouselHAControls, #carouselHAControls1, #carouselHAControls2, #carouselHAControls3, #carouselHAControls4, #carouselHAControls5, #carouselHAControls6, #carouselHAControls7, #carouselHAControls8, #carouselHAControls9, #carouselHAControls10, #carouselHAControls11, #carouselHAControls12, #carouselHAControls13, #carouselHAControls14, #carouselHAControls15 {
    border: 10px solid #66717b;
    border-style: inset
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 3rem;
    width: 3rem;
}

