html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-image: url('../imgs/bgpattern3r.webp');
    background-color: #114466;
    font-family: 'Roboto', sans-serif;
}

body {
    padding-bottom: 60px;
}

h1 {
    padding-top: 2rem;
}

.navbar-toggler-icon {
    background-image: url('../imgs/toggle.webp') !important;
}

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

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

.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;
}

p.card-text.small {
    text-indent: 0rem;
    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;
}

.vlogtitle p {
    font-size: 1rem;
    font-weight: normal;
    /* padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 2rem; */
    padding: 1rem;
}

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

.artList a {
    text-decoration: none;
    color: #114466;
    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;
}


/* this is for blue bg on card class */

.blueBg {
    background-color: #114466;
}

.cardLink a {
    color: #114466;
    text-decoration: none;
}

a.cardLink {
    color: #114466;
    text-decoration: none;
}

.cardLink:hover {
    color: #08af99;
}

.cardLinkSm a {
    font-size: smaller;
    color: #114466;
    text-decoration: none;
}

.cardLinkSm a:hover {
    font-size: smaller;
    color: #08af99;
}

.cardLink img:hover {
    border: 1px solid #08af99;
}

.fixedPi {
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding-right: 1rem;
}

.fixedPi a {
    color: red;
    text-decoration: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding-right: 1rem;
}

.btn-dark:hover {
    background-color: #114466 !important;
}

.mybluebg {
    background-color: #114466 !important;
}

.mybluebg a {
    color: aliceblue;
    text-decoration: none;
}

.card img:hover {
    border: 1px solid #08af99;
}

.profilePics {
    align-items: baseline;
}

.profilePics img {
    border: 5px inset #114466;
}

.myltblbg {
    background-color: #1c70a8;
}

ul.smaller {
    font-size: smaller;
    font-weight: bolder;
    color: #057566;
    font-style: italic;
}

a.linkList {
    font-style: normal;
    color: #08af99;
    text-decoration: none;
    padding-right: .5rem;
}

.linkList:hover {
    color: #114466;
}


/* Form Styling */

#notify {
    background: #a4a4e7;
    padding: 5px;
    margin-bottom: 10px;
}


/* (B) FORM */

#cform {
    max-width: 85vw;
    align-content: center;
    border: 1px solid #aaa;
    border-radius: 1rem;
    padding: 1rem;
}

#cform label,
#cform input,
#cform textarea {
    box-sizing: border-box;
    align-content: center;
    width: 85%;
    padding: 10px;
    resize: none;
}

#cform input,
#cform textarea {
    margin-bottom: 10px;
}

#cform input[type=submit] {
    margin-top: 10px;
}