html {
    font-size: 15px;
}

@media (min-width: 768px) {
    html {
        font-size: 17px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-image: url('../backgound1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#sheading {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: transparent;
    z-index: 10;
}

@media screen and (min-width: 430px) {
    #sheading {
        height: 220px;
        padding: 12px;
        text-align: center;
    }
}

@media screen and (max-width: 430px) {
    #sheading {
        height: 240px;
        padding: 12px;
        text-align: center;
    }
}

#sheading .vasa {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 3.8em;
    color: white;
}

@media screen and (min-width: 430px) {
    #sheading .mrr {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 1.6em;
        color: white;
        display: inline-block;
        border-top-style: solid;
        border-bottom-style: solid;
    }
}

@media screen and (max-width: 430px) {
    #sheading .mrr {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 1em;
        color: white;
        display: inline-block;
        border-top-style: solid;
        border-bottom-style: solid;
    }
}

#headinginfo {
    padding-top: 6px;
    color: lightgray;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans';
    font-size: 1.0em;
    font-style: italic;
}

.navbar {
    margin-top: 240px;
    background-color: rgba(0, 0, 0, 0.6) !important;
}

    .navbar .navbar-brand,
    .navbar .nav-link {
        color: white !important;
    }

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#outercontainer {
    background-color: rgba(255,255,255, 0.85);
    padding: 24px;
    margin-top: 0px;
    border-radius: 8px;
}

#innercontainer {
}

@media screen and (min-width: 576px) {
    #innercontainer {
        margin-left: 64px;
        margin-right: 64px;
    }
}

/* Leaf line */
#leafline {
    width: 100%;
    display: table;
}

    #leafline .left {
        display: table-cell;
        width: 49px;
        height: 32px;
        background-image: url('../leaf1.png');
        background-size: 49px 32px;
        background-repeat: no-repeat;
    }

    #leafline .right {
        display: table-cell;
        width: 49px;
        height: 32px;
        background-image: url('../leaf2.png');
        background-size: 49px 32px;
        background-repeat: no-repeat;
    }

    #leafline .line {
        display: table-cell;
        width: auto;
        border-top-style: solid;
        border-top-width: 2px;
        color: #79614A;
    }

.team-img {
    max-width: 126px;
    max-height: 126px;
    width: 100%;
    height: auto;
    flex: 1 1 0;
    object-fit: cover;
}

.bottomcontainer {
    background-color: rgba(2, 2, 2, 0.7);
    padding: 24px;
    margin-top: 3px;
}

    .bottomcontainer p {
        color: pink;
        margin: 4px 0; /* smaller vertical spacing */
    }
