﻿
html, body {
    background-image: url(../images/bg.jpg);
    background-size: auto;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
    height: 100%;
    width: 100%;
}
p {
    color: white;
}
.footer {
    background-color: white;
    color: red;
    padding-top: 24px;
    margin-top: 24px;
}
.footer a {
    color: white;
}
h1, h2, h3, .yellowbubblegum {
    color: white;
    /*font-family: 'Bubblegum Sans', cursive;*/
}
h1 {
    font-size: 3.5rem !important;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }

 /*#### Membership ####*/

.avatar-small {
    max-width: 60px;
}
/* footer social icons */

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}
.social-network a.icoYouTube:hover {
    background-color: red;
}

    .social-network a.icoFacebook:hover i,
    .social-network a.icoLinkedin:hover i,
    .social-network a.icoYouTube:hover i {
        color: #fff;
    }

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 30px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #F9F9F9;
}
/*#### MENU ####*/

.menuback {
    background-color: transparent;
    background-image: url('../images/menuback.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.nav-link {
    color: black !important;
    font-weight: 600;
    text-transform: uppercase;
    /*font-family: 'Bubblegum Sans', cursive;*/
    font-size: 16px;
}
/* Dropdown menu background color*/

.navbar-nav > li > .dropdown-menu {
    background-color: transparent !important;
}

    /* Dropdown menu font color*/

    .navbar-nav > li > .dropdown-menu a {
        color: #000 !important;
    }
.nav-item {
    margin: 6px 8px;
}
/*#### HOME PAGE ####*/
.bg-black {
    /*background-color: #000;*/
background-color: #000;
    padding: 8px;
}
.bg-dark-green {
    background-color: #104B24 !important;
    padding: 18px;
}
.bg-yellow {
    background-color: #FFE005 !important;
    padding: 24px;
}
.counter .book {
    color: #FFE005;
    display: block;
    font-size: 30px;
    margin: 4px 0 0 8px;
}

.countertext {
    font-size: 18px;
    font-weight: 700;
    color: #FFE005;
    line-height: 1;
}

.days, .hours, .mins, .secs {
    color: white;
    font-size: 26px;
    margin: 0 3px;
}

.days {
    background-color: #D91260;
}

.hours {
    background-color: #FF881D;
}

.mins {
    background-color: #9C0A51;
}

.secs {
    background-color: #EC0653;
}

.datepart {
    font-size: 14px;
    font-weight: 700;
}

.audiolist {
    width: 96%;
    margin: 0 auto;
}

.audioitem {
    font-weight: 900;
    width: 100%;
    border-bottom: solid 2px #F1811B;
    padding: 6px 4px 6px 4px;
    color: #FFFFFF;
}

    .audioitem .playbutton {
        color: #FFE005;
        font-size: 22px;
    }

.comp-title {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    font-size: 26px;
    font-weight: 600;
    color: white;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2px;
    line-height: 1.2;
    width: 100%;
    text-align: center;
}
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.object-description {
    text-align: center;
    font-style: italic;
    font-size: 20px;
}
.yellow-box-header {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    background-color: #FFE005;
    color: black;
    padding: 6px;
    margin-left: 16px;
}
.tiletitle {
    position: absolute;
    text-transform: uppercase;
    background-color: #FFE005;
    color: #0B4821;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bold;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75)
}
.slidecaption {
    color: #FFE005;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    margin: .5rem auto;
    text-transform: uppercase;
}
/*#### CONTENT PAGES ####*/
 .content img {
        max-width: 100%;
        height: auto;
        display: block;
        /*border: solid 6px black;*/
    }
 .featured-image {
     margin-bottom: 12px;
 }
 h2.tiletext {
     color: #FFE005;
     font-family: DynaPuff;
     font-weight: 600;
     font-size:24px;
     text-align: center;
     text-transform: uppercase;
     margin: 4px 0 0 0;
     padding: 0;
 }
 .redback {
    /*background-color: #C72126;*/
    background-color: #049D0E;
    border-radius: 10px;
    padding: 16px;
}
    .redback ol li::marker {
        color: white;
    }
    .redback a {
        color: #F3EC19;
    }
    .redback h1 {
        font-family: DynaPuff;
        text-align: center;
    }
.searchpanel {
    background-color: #000000;
    color: white;
    border-radius: 10px;
    padding: 16px;
    margin: 1rem auto;
}

/*#### Module Pages ####*/

.leftimage {
    width: 30%;
    max-width: 450px;
    float: left;
}
.rightimage {
    width: 30%;
    max-width: 450px;
    float: right;
}
.centreimage {
    max-width: 1200px;
    float: none;
    margin: 6px auto;
    display: block;
}
#overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display:none;
}
.listback {
    background-repeat: no-repeat;
    margin: 12px 0;
    padding: 8px;
    min-height: 120px;
    border-radius: 5px;
}
.listoption {
    /*border: solid 3px black;
    font-family: 'Bubblegum Sans', cursive; ##Removed 02/08/2024*/
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
}
.list-single {
    background-color: white;
}

/*#### QUIZ ####*/
.listquiz {
    background-image: url('../images/quizlistback.png');
    background-position: bottom left;
}
.quizlistcol a.title {
    font-size: 28px;
    margin: 28px 12px;
    display: block;
    font-weight: 800;
   color: #FFC107; /*white;*/
}
.qrow {
    /*background-image: url(../images/listbite.png);
    background-repeat: no-repeat;
    background-position: bottom left;*/
}
/*.qrow .qcol:first-of-type {
color: #FFC107;
}*/
.qcol {
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
}
.quizresult {
    width: 540px;
    height: auto;
    background-color: red;
    color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.5;
    padding: 26px 0;
    font-size: 30px;
    font-weight: bold;
    z-index: 1;
    border: solid 2px yellow;
    border-radius: 8px;
    font-family: 'Bubblegum Sans', cursive;
}
.quizresult p {
    font-size: 20px;
}
/*.quizresult {
    text-align: center;*/
}
/*#### EXTRA READING ####*/
.listextra {
    background-image: url(../images/extralistback.png);
    background-position: bottom left;
}

.modulelist-image {
    height: 18vw;
    object-fit: cover;
    width: 100%;
}
/*#### AUDIO ####*/
.listaudio {
    background-image: url(../images/audiolistback.png);
    background-position:  left;
}
audio {
    width: 100%;
    min-height: 80px;
    background-color: #FFE005;
    border-radius: 10px;
    padding: 20px;
    border: solid 3px black;
    border-collapse: collapse;
}

/*#### Safari on IOS was displaying the audio bar incorrctly, fix below */
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    audio {
        margin: 0;
        padding: 12px 12px 42px 12px;
    }
}
/*#### Gallery ####*/
.medialist {
    background-position: bottom left, top left;
    background-size: auto, 100% 100%;
    color: white;
    font-weight: 600;
}
#gallery img {
    height: 50vw;
    object-fit: cover;
}
.modal-header h4 {
    font-family: 'Bubblegum Sans', cursive;
}

/*#### FACTS ####*/
.intruder-answer {
    width: 240px;
    height: auto;
    background-color: red;
    color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.5;
    padding: 26px 0;
    font-size: 30px;
    font-weight: bold;
    z-index: 1;
    border: solid 2px yellow;
    border-radius: 8px;
    display: none;
    font-family: 'Bubblegum Sans', cursive;
}

#close {
    position: absolute;
    background: url(close.png) 0 0 no-repeat;
    display: block;
    bottom: .5px;
    right: 5px;
    font-size: 12px;
    color: white;
}
.factcat {
    width: 80px;
    position: absolute;
    left: -40px;
    top: 80%;
}
.listfact {
    background-image: url('../images/factlistback.png');
    background-position: bottom left;
}
/*### COMMENTS ####*/

.comment h4 {
    color: #FFE005;
}
/* Custom Radio Buttons */
/* The rbcontainer */
.rbcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .rbcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rbcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rbcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rbcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rbcontainer .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* #### VIMEO ####*/
.embed-container {
    position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*@media screen and (min-width: 1200px) {
    #gallery img {
        height: 10vw;
    }

    .modulelist-image {
        height: 22vw;
    }
}*/

@media screen and (max-width: 768px) {
    #gallery img {
        height: 10vw;
    }
    .modulelist-image {
        height: auto;
    }
}

@media screen and (min-width: 576px) {
    #gallery img {
        height: 15vw;
    }

    .intruder-answer {
        top: 50%;
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 576px) {
    #gallery img {
        height: 15vw;
    }
    .intruder-answer {
        top: 50%;
       width: 80%;
        margin: 0 auto;
    }

}
   
