:root {
    --indigo: #272262;
    --blue: #1e90ff;
    --white: #ffffff;
}

.container {
    --fontsize: 25px;
}

.carousel-inner > .carousel-item > img {
    width: 640px;
    height: 360px;
}

body {
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
    background-color: white;
}

.footer {
    background-color: #f37022;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    width: 100%;
    font-size: 11px;
    text-align: right;
}

.footer > a {
    color: white;
}

.headinglist {
    float: right;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.headlinetext {
    margin: auto;
    width: 100%;
    border: 1px solid #73ad21;
    padding: 50px;
    text-align: center;
    vertical-align: middle;
    background-color: var(--indigo);
    color: white;
    border-radius: 10px 25px;
}

.myteammembers img {
    display: block;
    margin: auto;
    width: 120px;
}

.section1 {
    background-color: azure;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.section1 h1 {
    font-size: 25px;
    color: blue;
    font-weight: 700;
}

.section1 > div {
    margin-top: 10px;
}

.section2 {
    background-color: bisque;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.section3 {
    background-color: beige;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.section4 {
    background-color: beige;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.section5 {
    background-color: beige;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.section6 {
    background-color: beige;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.section7 {
    /* background-color: rgb(1, 54, 104); */
    background-color: #272262;
    color: white;
    text-align: left;
    margin-top: 10px;
    padding: 15px;
    padding: 15px;
}

.activitylist {
    list-style-type: none;
    margin: 0;
    padding: 20px;
}

.activitylist > li {
    color: white;
    font-size: 18px;
}

.activitylist > li > a:link {
    color: white;
    text-decoration: none;
}
.activitylist > li > a:visited {
    color: white;
    text-decoration: none;
}
.activitylist > li > a:hover {
    color: white;
    text-decoration: none;
}
.activitylist > li > a:active {
    color: white;
    text-decoration: none;
}

/* Image with center text */

.imgcontainer {
    position: relative;
}

.imgcontainer > .center {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.topleft {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 18px;
}

.topright {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 18px;
}

.bottomleft {
    position: absolute;
    bottom: 8px;
    left: 16px;
    font-size: 18px;
}
.bottomright {
    position: absolute;
    bottom: 8px;
    right: 16px;
    font-size: 18px;
}

.imgcontainer > img {
    width: 100%;
    height: auto;
    opacity: 0.3;
}

@media screen and (min-width: 450px) {
    .container {
        --fontsize: 50px;
    }
}
