@font-face {
    font-family: 'Spiderman-Homecoming';
    src: url(./fonts/Spiderman-Homecoming.otf);
}

body {
    padding-top: 105px;
}

/*Use palette from consistency document*/
.palette {
    --japanese-laurel: #076f1a;
    --panache: #e4f4e4;
    --de-york: #84d393;
    --moss-green: #b4dfb9;
    --pastel-green: #67d98d;
    --highland: #749d6b;
    --sprout: #acd2a3;
    --chatelle: #b8b2b9;
    --xanadu: #748474;
}

#carousel-item {
    background-color: #205cc6;
}

/*<HEADER CSS>*/
.marking {
    background-color: #749d6b;
    font-family: 'Spiderman-Homecoming';
    text-transform: uppercase;
}

.marking a {
    color: white;
    font-size: 1.1rem;
    text-decoration: none;
}

.marking a:hover {
    text-decoration: underline;
}

.dropdown-toggle {
    color: white;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding-top: 1rem;
    padding-bottom: 0;
}

.dropdown-menu a {
    font-size: 0.8rem;
}

.btn:hover {
    color: white !important;
}

.dropdown-menu {
    background-color: #b4dfb9;
}

.dropdown-menu a {
    color: #076f1a;
}

/*</HEADER CSS>*/

.footer {
    background-color: #749d6b;

}

.custom-font {
    font-family: 'Spiderman-Homecoming';
    text-transform: uppercase;
}

.title-text {
    color: #076f1a;
    font-weight: bolder;
    font-family: 'Spiderman-Homecoming';
    text-transform: uppercase;
}

.links a {
    text-decoration: none;
    font-size: 1.2rem;
    padding: 20px 15px;
    color: #076f1a;

}

#about-us {
    color: #076f1a;
}

#get-to-know-us {
    background-color: #b4dfb9;
    color: #076f1a;
    margin: auto;
    width: 100%;
}

.divider-mark {
    height: 2em;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.gfs-logo {
    height: 10em;
    width: auto;
}

.macef-logo {
    height: 4em;
    width: auto;
}

.ading-logo {
    height: 7em;
    width: auto;
}

.feeit-logo {
    height: 10em;
    width: auto;
}

.carousel-indicators [data-bs-target] {
    background-color: black;
}

.flag {
    width: auto;
    height: 20px;
    border: 1px solid black;
    padding: 0;
    margin-left: 4px;
}



.card-body {
    background-color: #67d98d;
}

/*RESPONSIVE CSS QUERIES */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    q.caption {
        font-size: 0.9rem;
        color: white;
        text-align: center;
        display: block;
        position: absolute;
        z-index: 2;
        top: 25%;
        bottom: 25%;
        left: 25%;
        right: 25%;
    }

    div.carousel-inner {
        height: 200px;
    }

    .carousel-item {
        height: inherit;
    }

    .card-img-top {
        width: 100%;
        height: 90vw;
        object-fit: cover;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    q.caption {
        font-size: 1.2rem;
        color: white;
        text-align: center;
        display: block;
        position: absolute;
        z-index: 2;
        top: 25%;
        bottom: 25%;
        left: 25%;
        right: 25%;
    }

    div.carousel-inner {
        height: 300px;
    }

    .carousel-item {
        height: inherit;
    }


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    q.caption {
        font-size: 1.3rem;
        color: white;
        text-align: center;
        display: block;
        position: absolute;
        z-index: 2;
        top: 25%;
        bottom: 25%;
        left: 25%;
        right: 25%;
    }

    div.carousel-inner {
        height: 350px;
    }

    .carousel-item {
        height: inherit;
    }

    .card-img-top {
        width: 100%;
        height: 50vw;
        object-fit: cover;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    q.caption {
        font-size: 1.5rem;
        color: white;
        text-align: center;
        display: block;
        position: absolute;
        z-index: 2;
        top: 40%;
        bottom: 25%;
        left: 25%;
        right: 25%;
    }

    div.carousel-inner {
        height: 450px;
    }

    .carousel-item {
        height: inherit;
    }

    .card-img-top {
        width: 100%;
        height: 20vw;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1024px) {
    .card-body h5 {
        font-size: 0.8rem;
    }

    .card-img-top {
        width: 100%;
        height: 20vw;
        object-fit: cover;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    q.caption {
        font-size: 2rem;
        color: white;
        text-align: center;
        display: block;
        position: absolute;
        z-index: 2;
        top: 40%;
        bottom: 25%;
        left: 25%;
        right: 25%;
    }

    div.carousel-inner {
        height: 500px;
    }

    .carousel-item {
        height: inherit;
    }

    .card-img-top {
        width: 100%;
        height: 20vw;
        object-fit: cover;
    }
}

@media only screen and (min-width: 2400px) {
    q.caption {
        font-size: 4rem;
        color: white;
        text-align: center;
        display: block;
        position: absolute;
        z-index: 2;
        top: 40%;
        bottom: 25%;
        left: 25%;
        right: 25%;
    }

    div.carousel-inner {
        height: 700px;
    }

    .carousel-item {
        height: inherit;
    }

    .card-body h5 {
        font-size: 1.2rem;
    }
}

.carousel-control-next,
.carousel-control-prev

/*, .carousel-indicators */
    {
    filter: invert(100%);
}

.sponsors .card-title {
    font-size: 1.2rem;
}

.sponsors .card-text,
i {
    text-decoration: none;
    color: #076f1a;
}

#wrapper {
    position: relative;
    margin-bottom: 10px;
    height: 300px;
}

#spiderman {
    -webkit-animation: swinganimation 3.5s infinite alternate;
    -moz-animation: swinganimation 3.5s infinite alternate;
    -ms-animation: swinganimation 3.5s infinite alternate;
    -o-animation: swinganimation 3.5s infinite alternate;
    animation: swinganimation 3.5s infinite alternate;
    position: absolute;
    width: 70px;
    height: 103px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#spiderman:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 1000px;
    left: 50%;
    bottom: 100%;
    margin-bottom: -18px;
    margin-left: -1px;
    border: solid;
    border-width: 1px;
    border-color: white;
    z-index: 10;
}

#spiderman .head {
    -webkit-border-radius: 15px 15px 10px 10px;
    -moz-border-radius: 15px 15px 10px 10px;
    -ms-border-radius: 15px 5px 10px 10px;
    -o-border-radius: 15px 5px 10px 10px;
    border-radius: 15px 15px 10px 10px;
    position: absolute;
    width: 28px;
    height: 28px;
    bottom: 5px;
    left: 50%;
    margin-left: -14px;
    background: #ff6d36;
    border: solid 1px #1b405f;
    /* Neck */
}

#spiderman .head:before {
    content: " ";
    position: absolute;
    height: 4px;
    width: 8px;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    background: #ff6d36;
    border: solid 1px #1b405f;
}

#spiderman .head .ear-left,
#spiderman .head .ear-right {
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    border-style: solid;
    border-color: #1b405f transparent transparent transparent;
}

#spiderman .head .ear-left:before,
#spiderman .head .ear-right:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    top: -6px;
    border-style: solid;
    border-color: #ff6d36 transparent transparent transparent;
}

#spiderman .head .ear-left {
    left: -1px;
    border-width: 6px 8px 0 0;
}

#spiderman .head .ear-left:before {
    left: 1px;
    border-width: 5px 5px 0 0;
}

#spiderman .head .ear-right {
    right: -1px;
    border-width: 6px 0 0 8px;
}

#spiderman .head .ear-right:before {
    right: 1px;
    border-width: 5px 0 0 5px;
}

#spiderman .head .eye-left,
#spiderman .head .eye-right {
    -webkit-animation: eyesanimation 1s infinite alternate;
    -moz-animation: eyesanimation 1s infinite alternate;
    -ms-animation: eyesanimation 1s infinite alternate;
    -o-animation: eyesanimation 1s infinite alternate;
    animation: eyesanimation 1s infinite alternate;
    -moz-border-radius-topleft: 50%;
    -webkit-border-top-left-radius: 50%;
    border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -webkit-border-top-right-radius: 50%;
    border-top-right-radius: 50%;
    position: absolute;
    width: 9px;
    height: 2px;
    bottom: 9px;
    background: white;
    border: solid 1px #1b405f;
}

#spiderman .head .eye-left {
    left: 3px;
}

#spiderman .head .eye-right {
    right: 3px;
}

#spiderman .body {
    position: absolute;
    width: 32px;
    height: 34px;
    top: 34px;
    left: 50%;
    margin-left: -16px;
    background: #336687;
    border: solid 1px #1b405f;
    z-index: 2;
}

#spiderman .body:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 4px;
    right: 4px;
    bottom: 0;
    background: #ff6d36;
}

#spiderman .body:after {
    content: " ";
    position: absolute;
    width: 36px;
    height: 6px;
    top: -7px;
    left: 50%;
    margin-left: -19px;
    background: #ff6d36;
    border: solid 1px #1b405f;
    z-index: 0;
}

#spiderman .body .spider {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    width: 4px;
    height: 10px;
    left: 50%;
    bottom: 5px;
    margin-left: -2px;
    background: #1b405f;
}

#spiderman .body .spider:before,
#spiderman .body .spider:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: " ";
    position: absolute;
    width: 10px;
    height: 12px;
    left: 50%;
    margin-left: -6px;
    border-style: double;
    border-width: 1px;
}

#spiderman .body .spider:before {
    top: 50%;
    border-color: #1b405f transparent transparent transparent;
}

#spiderman .body .spider:after {
    bottom: 50%;
    border-color: transparent transparent #1b405f transparent;
}

#spiderman .body .arm-left,
#spiderman .body .arm-right {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transform-origin: bottom center 0 50%;
    -moz-transform-origin: bottom center 0 50%;
    -ms-transform-origin: bottom center 0 50%;
    -o-transform-origin: bottom center 0 50%;
    transform-origin: bottom center 0 50%;
    position: absolute;
    width: 12px;
    height: 54px;
    bottom: -2px;
    background: #336687;
    border: solid 1px #1b405f;
    z-index: 1;
}

#spiderman .body .arm-left:before,
#spiderman .body .arm-right:before {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    content: " ";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: 50%;
    background: #ff6d36;
    border: solid 1px #1b405f;
}

#spiderman .body .arm-left {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    left: -9px;
    z-index: 2;
}

#spiderman .body .arm-right {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
    right: -9px;
}

#spiderman .legs {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    position: absolute;
    width: 70px;
    height: 28px;
    top: 6px;
    left: 50%;
    margin-left: -35px;
    background: transparent;
    border: solid 10px #1b405f;
    z-index: 0;
}

#spiderman .legs:before {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    content: " ";
    position: absolute;
    width: 52px;
    height: 10px;
    top: -9px;
    left: 50%;
    margin-left: -34px;
    background: transparent;
    border: solid 8px #336687;
    z-index: 0;
}

#spiderman .legs .boot-left,
#spiderman .legs .boot-right {
    position: absolute;
    width: 19px;
    height: 12px;
    top: -11px;
    background: #ff6d36;
    border: solid 1px #1b405f;
}

#spiderman .legs .boot-left:before,
#spiderman .legs .boot-left:after,
#spiderman .legs .boot-right:before,
#spiderman .legs .boot-right:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

#spiderman .legs .boot-left {
    right: 50%;
    margin-right: 1px;
}

#spiderman .legs .boot-left:before {
    top: -7px;
    right: -1px;
    border-color: transparent transparent #1b405f transparent;
    border-width: 0 0 7px 7px;
}

#spiderman .legs .boot-left:after {
    top: -5px;
    right: 0;
    border-color: transparent transparent #ff6d36 transparent;
    border-width: 0 0 5px 5px;
}

#spiderman .legs .boot-right {
    left: 50%;
    margin-left: 1px;
}

#spiderman .legs .boot-right:before {
    top: -7px;
    left: -1px;
    border-color: transparent transparent #1b405f transparent;
    border-width: 0 7px 7px 0;
}

#spiderman .legs .boot-right:after {
    top: -5px;
    left: 0;
    border-color: transparent transparent #ff6d36 transparent;
    border-width: 0 5px 5px 0;
}

@-webkit-keyframes eyesanimation {
    0% {
        height: 2px;
    }

    100% {
        height: 5px;
    }
}

@-moz-keyframes eyesanimation {
    0% {
        height: 2px;
    }

    100% {
        height: 5px;
    }
}

@-ms-keyframes eyesanimation {
    0% {
        height: 2px;
    }

    100% {
        height: 5px;
    }
}

@keyframes eyesanimation {
    0% {
        height: 2px;
    }

    100% {
        height: 5px;
    }
}

@-webkit-keyframes swinganimation {
    0% {
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes swinganimation {
    0% {
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-ms-keyframes swinganimation {
    0% {
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes swinganimation {
    0% {
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}