@font-face {
    font-family: Rajdhani;
    src: url(rajdhani-bold.ttf);
}

html{
    scroll-behavior: smooth;
}

/* html,
body {
    min-width: 390px;
} */

body.accessible * {
    color: #000 !important;
    background-color: #fff !important;
}

body.accessible #singup-button-sch,
body.accessible #singup-button,
body.accessible .lastRow a,
body.accessible .lastRow span,
body.accessible .singup-button {
    background-color: #cacaca !important;
}


.text-black {
    color: black;
}

.text-left {
    text-align: left;
}

.display-block {
    display: block !important;
}

.pl-5 {
    padding-left: 5rem !important;
}

#code-week {
    grid-row: 16;
    grid-column-start: 1;
    grid-column-end: 3;
    padding-right: 5rem;
}

.access-contrast {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    font-size: 1.8rem;
    z-index: 10;
    padding: 0.2rem 0.5rem;
    background-color: #fff;
    color: #000;
    line-height: 1;
}

body {
    font-family: 'Rajdhani', sans-serif;
    line-height: 1.6;
}

svg {
    max-width: 565px;
    max-height: 533px;
    cursor: pointer;
    color: #fff;
}

@media screen and (max-width: 830px) {
    .map-cnt {
        float: none;
        color: #fff;
    }
}

.first {
    background-color: #c62128;
    color: white;
    padding: 1.7rem 4rem 1rem 5rem;
    line-height: 2rem;
    height: 100%;
}

.firstHeader {
    /*margin-left: 2rem;*/
}

.first p {
    font-size: 1.2rem;
}

h1 {
    /*margin-bottom: 2rem;*/
    font-weight: bold;
    font-size: 3rem;
}

.divTextOne {
    /*margin-left: 2rem;*/
    /* margin-top: 2rem; */
    font-size: 1.9rem;
}

.secondHeaderOne {
    color: white;
    font-weight: bold;
    font-size: 3rem;
    margin-top: 3rem;
    padding-left: 5rem;
}

.secondHeaderTwo {
    color: white;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-left: 7rem;
}

.secondHeaderThree {
    color: white;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-left: 14rem;
}

.secondHeaderFour {
    color: white;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-left: 21rem;
}

.map-data {
    padding-top: 2.5rem;
    color: #034ea2;
    text-align: left;
}

.map-data h3 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.map-data p {
    font-size: 1.1rem;
}

.map-data div {
    font-size: 1.3rem;
    color: #777;
    font-weight: bold;
}

.map-data div strong {
    font-weight: normal;
}

.map-data div span {
    color: #333;
    font-weight: bold;
}

.popover {
    background-color: #F0F0F0;
    font-family: 'Rajdhani', sans-serif;
    width: 15rem;
    font-weight: bold;
    border: 1px solid #A6A7A9;
    text-align: center;
}

.popover-header {
    background-color: #C62227;
    color: white;
    text-align: center;
}

.container__func {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.func-main-description {
    text-align: center;
    color: #034ea2;
    font-style: italic;
    margin: 20px 0 0 0;
    font-size: 16px;
}

.container__func__box {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    background: #FFFFFF;
    width: 48%;
    height: 200px;
    margin: 40px 0 0 0;
    padding: 40px;
    font-size: 15px;
    line-height: 24px;
    box-shadow: 0 0 30px rgba(73, 78, 92, 0.15);
}

.container__func__box h3 {
    font-size: 1.85rem;
}

.container__func__box p {
    font-size: 1rem;
}

.container__func__box__icon {
    width: 10%;
    text-align: center;
}

.container__func__box__desc {
    width: 80%;
    color: #034ea2;
}

.fa-lightbulb,
.fa-dollar-sign,
.fa-hourglass-end,
.fa-mobile-alt,
.fa-android,
.fa-child,
.fa-paw,
.fa-location-arrow {
    color: rgba(11, 18, 89, 0.8);
}

/*Func boxes animation on scroll*/
.func-hide-box {
    opacity: 0;
    position: relative;
    top: 80px;
    transition: all .7s;
}

.func-show-box {
    opacity: 1;
    position: relative;
    top: 0;
    transition: all .7s;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .container__func__box {
        padding: 20px;
        width: 100%;
    }

    .func > .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.fa-3x {
    color: #034ea2;
    font-size: 3.8rem;
}

.container.c-empty {
    grid-template-rows: 330px;
}

.container.c-empty .scheduleButtonOne,
.container.c-empty .scheduleButtonTwo,
.container.c-empty #firstSchedule,
.container.c-empty #secondSchedule {
    max-height: 0;
}

.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: minmax(580px, 780px) minmax(300px, 500px);
    grid-template-rows: 330px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container > div {
    max-width: 100vw;
}

.firstRow {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    border-top: 8px solid red;
}

.secondRow {
    grid-row: 2;
    grid-column: 1;
    z-index: 1;
}

.movieHeader {
    grid-row: 12;
    grid-column-start: 1;
    grid-column-end: 3;
    background-color: #f0f0f0;
    padding-top: 10px;
}

.movieContainer {
    grid-row: 13;
    grid-column-start: 1;
    grid-column-end: 3;
    padding-top: 3rem;
    padding-bottom: 1rem;
    padding-left: auto;
    padding-right: auto;
    background-color: #f0f0f0;
}

.movieHeader div {
    font-size: 2.6rem;
    color: #034ea2;
    padding-left: 5rem;
    /* padding-bottom: 3rem; */
    padding-top: 2rem;
}

.film {
    margin-left: auto;
    margin-right: auto;
}

.ozobot-img {
    grid-row: 14;
    grid-column-start: 2;
    grid-column-end: 3;
    padding: 2rem 4rem;
    background-color: white;
    text-align: center;
    position: relative;
}

.ozobot-img img {
    height: auto;
    max-width: 80%;
}

.ozobot2 {
    grid-row: 5;
    grid-column-start: 1;
    grid-column-end: 2;
    padding: 2rem 4rem;
    background-color: #c62128;
    text-align: center;
}

.onlineClub {
    grid-row: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    background-color: #c62128;
    color: white;
    display: flex;
    flex-direction: column;
}

.onlineClub-buttons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    word-break: break-word;
    margin: 50px 0;
}

.no-space-info {
    width: 100%;
    font-size: 1.5rem;
    padding: 3rem 5rem;
    line-height: 1.5rem;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
}

.no-space-info p {
    margin-bottom: 1rem;
}

.no-space-info p .no-registration-text {
    text-transform: uppercase;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
}

.no-space-info a {
    color: #00afff;
}

.no-space-info a:hover {
    color: #ffffff;
}

.joinTransmissionLink {
    width: 48%;
    margin-top: 2rem;
    display: inline-block;
    background-color: #034ea2;
    color: white !important;
    padding: 1.1rem 1rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.joinTransmissionLink:hover {
    color: #034ea2 !important;
    background-color: white;
}

.virtualTools {
    grid-row: 9;
    grid-column-start: 1;
    grid-column-end: 3;
    background-color: #F0F0F0;
    color: white;
}

.virtualToolsContainer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 37px;
    padding-left: 5rem;
    padding-right: 5rem;
    flex-wrap: wrap;
}

.ankietaDyplom{
    color: #000;
    font-size: 1.2rem;
    padding: 3rem 5rem 3rem 5rem;
    text-align: left;
}

.ankietaDyplomHeader {
    font-size: 2.6rem;
    color: #034ea2;
    padding-bottom: 3rem;
}

.virtualToolsHeader {
    font-size: 2.6rem;
    color: #034ea2;
    padding-left: 5rem;
    padding-bottom: 3rem;
    padding-top: 30px;
}

.small{
    font-size: small;
}

.m-auto{
    margin-left: auto;
    margin-right: auto;
}
.text-center{
    text-align: center;
}

.faqContainer {
    background-color: white;
    color: #034ea2;
    padding: 0 1rem 3rem 5rem;
}

.faqContainer h3 {
    font-size: 1.2rem;
}

.faqContainer .content {
    font-size: 1.2rem;
    color: black;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
    max-height: 2000px;;
    transition: max-height 1s;
    margin-bottom: 1rem;
}
.faqContainer .content.list {
    font-size: 1.2rem;
    color: black;
    padding-left: 0.3rem;
    padding-right: 1.7rem;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
}
.faqContainer h3 {
    text-indent: -1.7rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    cursor: pointer;
    color: #034ea2;
}
.faqContainer h3:hover {
    color: #00afff;
}
.faqContainer h3 span {
    min-width: 20px;
    margin-right: 10px;
    display: inline-block;
    text-indent: 0;
}
.faqContainer .content.hidden {
    max-height: 0;
}

.faqHeader {
    background-color: white;
    font-size: 2.6rem;
    color: #034ea2;
    padding-left: 5rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.faqHeader.codeWeekDatesHeader {
    padding-top: 0;
}

.codeWeekDatesHeader li {
    padding-bottom: 1rem;
}
.faqHeader .codeWeekDatesHeader {
    background-color: white;
    font-size: 2.6rem;
    color: #034ea2;
    padding: 2rem 0;
}

.codeWeekHeader {
    color: #fe6824;
}

.codeWeekContainer h3 {
    text-indent: initial;
}

.faqContainer.codeWeekContainer .content {
    padding-left: 3.7rem;
    color: #fe6824!important;
}

.codeWeekDescription {
    color: #fe6824!important;
}

.codeweek-join-buttons {
    margin-bottom: 5rem;
}

.codeweek-orange {
    color: #fe6824!important;
}
.code-week-more {
    display: inline-block;
    margin-top: 1rem;
    margin-left: 2rem;
    font-size: 80%;
    font-style: italic;
}

.codeWeekContainer h2 {
    font-size: 1.8rem;
}

.codeWeekContainer h3:hover {
    color: darkorange;
}

.codeWeekDescription .sublist {
    color: #034ea2!important;
}

.faqHeader div {
    font-size: 1.2rem;
}
.faqHeader .more {
    margin-top: 1rem;
    cursor: pointer;
}
.faqHeader .more:hover {
    color: #00AFFF;
}

.schedOnlineBtn {
    display: inline-block;
    width: 45%;
    height: fit-content;
    margin: 10px;
    min-width: 400px;
}

.schedOnlineBtnMore {
    display: inline-block;
    width: 28%;
    height: fit-content;
}

.blue-btn {
    background-color: #034ea2;
    color: white;
    padding: 1rem 1rem;
    font-size: 1.7rem;
    text-decoration: none;
    text-align: center;
}

.blue-btn:hover {
    border: 1px solid #034ea2;
    color: #034ea2;
    background-color: white;
}

.orange-btn {
    background-color: #fe6824;
    color: white;
    padding: 1rem 1rem;
    font-size: 1.7rem;
    text-decoration: none;
    text-align: center;
}

.text-blue{
    color: #034ea2;
}

.text-orange{
    color: #fe6824;
}

.orange-btn:hover {
    border: 1px solid #fe6824;
    color: #fe6824;
    background-color: white;
}

.row-contact .virtualToolsHeader {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 1rem;
}

.row-contact {
    display: flex;
    justify-content: space-around;
    grid-row: 20;
    grid-column-start: 1;
    grid-column-end: 3;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 2rem;
    background-color: #F0F0F0;
    font-size: 1.2rem;
}

@media screen and (max-width: 920px) {
    .row-contact {
        font-size: 1rem;
    }
}

@media screen and (max-width: 690px) {
    .row-contact {
        font-size: 0.8rem;
    }
}

.row-newsletter-survey {
    justify-content: space-around;
    grid-row: 14;
    grid-column-start: 1;
    grid-column-end: 3;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 0;
    background-color: #034ea2;
}

.survey-wrapper {
    padding-top: 0;
    padding-bottom: 3rem;
    padding-left: 5rem;
    padding-right: 6rem;
    color: white;
    text-align: left;
}

.newsletter-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 5rem;
    padding-right: 2rem;
    background-color: white;
    color: #034ea2;
}

.newsletter-wrapper p {
    font-size: 1.2rem;
    z-index: 2;
    margin-bottom: 0;
}

.singup-online-button-sch, .singup-virtual-tools-button {
    border: 1px solid #034ea2;
    background-color: #034ea2;
    color: white;
    padding: 1rem 1rem;
    font-size: 1.7rem;
    text-decoration: none;
    text-align: center;
}

.survey-button {
    border: 1px solid #38C22C;
    background-color: #38C22C;
    color: white;
    padding: 1rem 1rem;
    font-size: 1.7rem;
    text-decoration: none;
    text-align: center;
}

.survey-button:hover {

    color: #38C22C;
    background-color: white;
}

.singup-virtual-tools-button {
    background-color: #034ea2;
    color: white;
}

.singup-virtual-tools-button:hover {
    border: 1px solid #034ea2;
    color: #034ea2;
    background-color: white;
}

.singup-online-button-sch:hover {
    background-color: white;
    color: #034ea2;
}

/* .singup-virtual-tools-button:hover, .callendar-more-button:hover {
    color: #034ea2;
    background-color: white;
} */
.schedOnlineBtnMore {
    height: max-content;
}

#callendarFull {
    display: none;
}

#textContainerMore {
    display: none;
}

#textContainerCodeWeekMore {
    display: none;
}

.firstParagraph {
    font-size: 1.2rem;
    padding: 0 5rem 3rem 5rem;
    text-align: justify;
}

.contest-text {
    padding: 1.7rem 4rem 1rem 5rem;
    font-size: 1.2rem;
}

.faded{
    display: none;
    opacity: 0;
}

.link-right{
    text-align: right;
    margin: 0 0.5rem;
    font-size: 1.5rem;
}
.link-right.white a {
    color: white;
}
.link-right.white a:hover {
    text-decoration: underline;
}

#konkurs-code-week, .konkurs-code-week {
    background-color: #fe6824;
}

.textContainerMore {
    grid-row: 5;
    grid-column-start: 1;
    grid-column-end: 3;
    background: rgb(240, 240, 240);
    font-size: 1.2rem;
    padding: 0 5rem 4rem 5rem;
    text-align: justify;
}

#codeWeekMoreText {
    color: #034ea2;
    cursor: pointer;
}

#moreText {
    cursor: pointer;
    color: #007bff;
}

#moreText:hover {
    color: #034ea2;
}

.callendarMore {
    display: none;
    grid-row: 8;
    grid-column-start: 1;
    grid-column-end: 3;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    align-items: center;
    padding-bottom: 3rem;
}

.callendarFull {
    padding-top: 1rem;
    background-color: white;
    color: #034ea2;
    width: 100%;
}

.callendarFull h2 {
    text-align: left;
    font-size: 2.6rem;
    padding-left: 5rem;
}

.callendarRow {
    color: #034ea2;
    text-transform: uppercase;
    display: flex;
    justify-content: space-around;
}

.callendar-more-button {
    background-color: #00AFFF;
    color: white;
    padding: 1rem 1rem;
    font-size: 1.7rem;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.callendar-more-button:hover {
    background-color: white;
    color: #00AFFF;
    border: 1px solid #00AFFF;
    cursor: pointer;
}

.thirdRow {
    grid-row: 15;
    grid-column-start: 1;
    grid-column-end: 3;
    background-color: #034ea2;
    padding-bottom: 1.7rem;
    padding-right: 2rem;
}

.callendarRow {
    padding: 3rem 4.5rem 3rem 4rem;
}

.thirdHeader.secondHeaderOne {
    grid-row: 14;
    grid-column-start: 1;
    grid-column-end: 3;
    background-color: #034ea2;
}

#map-header {
    grid-row: 6;
    grid-column-start: 1;
    grid-column-end: 3;
    background-color: #f0f0f0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: left;
    color: #034ea2;
    padding-left: 5rem;
}

.fourthRow {
    grid-row: 7;
    grid-column-start: 1;
    grid-column-end: 3;
    background-color: white;
    padding: 0 4.5rem 3rem 4rem;
    display: flex;
    justify-content: space-around;
    font-size: 1.2rem;
}

.callendar_1_3 h4, .callendar_4_6 h4 {
    color: #c62128;
    text-transform: none;
    text-align: center;
    font-size: 1.7rem;
    padding-bottom: 10px;
}

.callendar_1_3 span, .callendar_4_6 span {
    color: gray;
    font-size: 1rem;
}

.callendar_1_3, .callendar_4_6 {
    display: inline-block;
    color: white;
}

.callendar_1_3 ul, .callendar_4_6 ul {
    font-size: 1.2rem;
    color: #034ea2;
    list-style-type: none;
    padding-left: 0;
    text-transform: lowercase;
}

.callendar_1_3 ul li, .callendar_4_6 ul li {
    border-top: 1px solid #034ea2;
    width: 350px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

.callendar_1_3 ul li:last-child, .callendar_4_6 ul li:last-child {
    border-bottom: 1px solid #034ea2;
}

.mapDescriptionRow {
    grid-row: 9;
    grid-column-start: 2;
    grid-column-end: 3;
    background-color: #F0F0F0;
    padding: 4rem 3.5rem 6.5rem 1rem;
}

#firstSchedule {
    grid-row: 10;
    grid-column-start: 1;
    grid-column-end: 2;
    background-color: #F0F0F0;
    padding: 2rem 1rem 2rem 4rem;
    color: #034ea2;
    border-bottom: 1px solid #d7d7d7;
}

#secondSchedule {
    grid-row: 11;
    grid-column-start: 1;
    grid-column-end: 2;
    background-color: #F0F0F0;
    padding: 2rem 0rem 6rem 4rem;
    color: #034ea2;
}

.scheduleButtonOne {
    grid-row: 10;
    grid-column-start: 2;
    grid-column-end: 3;
    background-color: #F0F0F0;
    color: #034ea2;
    display: flex;
    flex-direction: column;
    padding: 6rem 5rem 7rem 1rem;
    border-bottom: 1px solid #d7d7d7;
}

.scheduleButtonTwo {
    grid-row: 11;
    grid-column-start: 2;
    grid-column-end: 3;
    background-color: #F0F0F0;
    color: #034ea2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 6rem 4rem 11rem 1rem;
}

.textContainer {
    grid-row: 4;
    grid-column-start: 1;
    grid-column-end: 3;
    background: #f0f0f0;
}

.scheduleButtonOne a {
    margin-bottom: 4rem;
}

.fifthRow {
    grid-row: 17;
    grid-column-start: 1;
    grid-column-end: 3;
    background-color: #c62128;
    color: white;
    padding: 2rem;
}

.fifthRow .first p{
    font-size: 1.15rem;
}
.fifthRow .first {
    padding-top: 2rem;
    padding-left: 3.1rem;
    line-height: 1.5rem;
    text-align: justify;
}

.footer {
    grid-row: 19;
    grid-column-start: 1;
    grid-column-end: 3;
}

.footer img {
    width: 100%;
}

.lastRow {
    grid-row: 18;
    grid-column-start: 1;
    grid-column-end: 3;
    background-color: #F0F0F0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 3rem;
}

.colMargin {
    background-color: #c62128;
}

a:hover {
    text-decoration: none;
}

.link {
    color: #fff;
    text-decoration: underline;
}

.link:hover {
    color: rgba(255, 255, 255, 0.8);
}

.ozobot {
    background: url("puzzle.jpg") no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    background-position: center;
}

.singup-button {
    background-color: #38C22C;
    padding: 1rem 1rem;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
    border-color: #38C22C;
    border-width: 1px;
    border-style: solid;
}

.singup-button:hover {
    background-color: white;
    color: #38C22C;
    text-decoration: none;
}

.code-week-button {
    background-color: #fe6824;
    border-color: #fe6824;
}

.code-week-button:hover {
    color: #fe6824;
}

.ozobot .nav {
    position: absolute;
    top: 3.5rem;
    right: 2.5rem;
    height: auto;
    text-decoration: none;
}

.ozobot .nav a {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

#signUpLink {
    display: none;
    margin-top: 3rem;
    width: 100%;
}

.schedBtn a {
    height: auto;
    text-decoration: none;
}

.singup-button-sch {
    background-color: #c62128;
    padding: 1rem 1rem;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: none;
}

.singup-button-sch:hover {
    background-color: white;
    color: #c62128;
    text-decoration: none;
}

.lastRow a {
    background-color: #034ea2;
    padding: 1rem 2rem;
    color: white;
    font-size: 1.7rem;
    text-decoration: none;
    text-align: center;
    width: 19rem;
    height: fit-content;
    margin: 1rem 0;
}

.lastRow a:hover {
    background-color: white;
    color: #034ea2;
    text-decoration: none;
}

h2 {
    font-size: 2.6rem;
}

#secondAdr {
    font-size: 1.1rem;
    color: #777;
    font-weight: bold;
    padding-top: 4rem;
}

#firstAdr {
    font-size: 1.1rem;
    color: #777;
    font-weight: bold;
    padding-top: 4rem;
}

#firstTime {
    text-align: right;
    font-size: 1.4rem;
    padding-bottom: 1rem;
    line-height: 3rem;
}

#secondTime {
    text-align: right;
    font-size: 1.4rem;
    line-height: 3rem;
    padding-bottom: 1rem;
}

#firstLesson > span:after {
    content: ' ';
}

#firstLesson {
    color: #c62128;
    font-size: 1.1rem;
    text-align: center;
}

#firstLesson p, #secondLesson p {
    height: 0.4rem;
}

#secondLesson {
    color: #c62128;
    font-size: 1.2rem;
    text-align: center;
}

.thirdHeader {
    background-color: #c62128;
    margin: 0;
    position: relative;
}


.carousel-control-next, .carousel-control-prev {
    background: #034ea2;
    width: 3.5rem;
    height: 5rem;
    opacity: 1;
    top: 45%;
}

@media screen and (max-width: 850px) {
    .container {
        grid-template-columns: 0;
    }

    .ozobot {
        width: 100vw;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        height: 85%;
    }

    .ozobot .nav {
        position: static;
    }

    .singup-button {
        top: 15%;
        padding: 1rem 2rem;
        margin-top: 1rem;
        font-size: 1rem;
    }

    .secondRow {
        width: 100%;
        grid-column: 2;
        background-color: #034ea2;
    }

    .fourthRow, .virtualTools, .callendarMore {
        width: 100%;
    }

    .fifthRow {
        width: 100%;
        padding: 0;
    }

    .lastRow {
        width: 100%;
    }

    .footer img {
        width: 100%;
    }

    .thirdRow {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
    }

    .container__func__box {
        height: 150px;
        margin: 10px auto 0 auto;
        width: 100%;
        max-width: 80vw;
    }

    .secondHeaderOne {
        font-size: 2rem;
        width: 100vw;
        padding: 1rem;
        padding-left: 1rem;
    }

    #map-header {
        width: 100%;
    }

    .fourthRow {
        padding: 2rem 2.5rem 2.5rem 2rem;
        width: 100vw;
        display: flex;
        justify-content: center;
    }

    svg {
        width: 75vw;
    }

    .lastText {
        background-color: #c62128;
    }

    .ozobot-img img {
        display: none;
    }

    #firstSchedule {
        padding: 1rem 4rem 1rem 1rem;
        width: 100%;
        grid-row: 11;
    }

    #secondSchedule {
        padding: 1rem 4rem 1rem 1rem;
        width: 100%;
        grid-row: 12;
    }

    .map-data h3 {
        font-size: 0.9rem;
        width: 90%;
    }

    .scheduleButtonOne {
        padding: 0;
        grid-row: 12;
        width: 100vw;
    }

    .scheduleButtonTwo {
        padding: 0;
        grid-row: 12;
        width: 100vw;
    }

    .mapDescriptionRow {
        grid-row: 10;
        width: 100vw;
    }

    .lastRow a {
        font-size: 1.3rem;
        width: 14rem;
    }

    .onlineClub {
        padding-top: 0px;
    }

    .container.c-empty {
        grid-template-rows: 330px;
    }

    .onlineClub {
        padding-top: 0;
    }
}

.newSizeButton {
    margin-bottom: 1rem;
    display: none;
    width: 14rem;
    padding: 0.2rem;
}

@media screen and (max-width: 590px) {
    .blue-btn {
        font-size: 140%;
    }

    .scheduleButtonOne a:nth-child(1) {
        display: flex;
        justify-content: center;
        position: relative;
        bottom: 30rem;
    }

    .scheduleButtonOne a:nth-child(2) {
        display: flex;
        justify-content: center;
        position: relative;
        bottom: 31rem;
    }

    .scheduleButtonOne a:nth-child(3) {
        display: flex;
        justify-content: center;
        position: relative;
        bottom: 32rem;
    }

    .scheduleButtonTwo a:nth-child(4) {
        display: flex;
        justify-content: center;
        position: relative;
        bottom: 32.5rem;
    }
}

.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    font-size: 30px;
    height: 140px;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 30px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

@media screen and (max-width: 1780px) {
    .alert {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

@media screen and (max-width: 1400px) {
    .firstParagraph {
        padding: 0 3rem 3rem 5rem;
    }

    .textContainerMore {
        padding: 0 3rem 3rem 5rem;
    }
}

@media screen and (max-width: 1240px) {
    .singup-online-button-sch, .singup-virtual-tools-button, .callendar-more-button, .lastRow a, .singup-button {
        font-size: 1.4rem;
    }

    .fourthRow, .callendarRow {
        padding: 2rem;
    }

    .container.c-empty {
        grid-template-rows: 330px;
    }

    .fourthRow, .callendarRow {
        padding: 0 4.5rem 3rem 4rem;
    }

    .callendarFull h2 {
        padding-bottom: 3rem;;
    }
}

@media screen and (max-width: 1100px) {
    .first {
        padding: 3rem 2rem 1rem 3rem;
    }

    #map-header, .virtualToolsHeader, .faqHeader, .movieHeader div, .callendarFull h2 {
        padding-left: 3rem;
    }
    .faqContainer p, .faqContainer h3, .faqContainer div {
        padding: 0;
    }

    .firstParagraph {
        padding: 0 3rem 3rem 3rem;
    }

    .textContainerMore {
        padding: 0 3rem 3rem 4rem;
    }

    .no-space-info {
        padding: 3rem;
    }
}

@media screen and (max-width: 1036px) {
    .schedOnlineBtn {
        display: block;
        width: 39%;
        margin-left: auto;
        margin-right: auto;
    }

    .faqContainer .content {
        max-height: 2000px;;
    }

    .container.c-empty {
        grid-template-rows: 330px;
    }
}

@media screen and (max-width: 992px) {
    .container__func {
        display: block;
    }

    .onlineClub, .virtualTools {
        display: block;
    }

    .singup-online-button-sch, .singup-virtual-tools-button {
        margin-bottom: 30px;
    }

    .container__func__box {
        margin: 40px auto 0 auto;
        width: 90%;
        max-width: 930px;
    }

    .container {
        grid-template-columns: 0;
    }

    #map-header {
        padding: 3rem 3rem 1rem 3rem;
    }

    .fourthRow, .callendarRow, .callendar_4_6, .callendar_1_3 {
        display: block;
    }

    .fourthRow, .callendarRow {
        text-align: center;
        width: 100%;
    }

    .virtualTools {
        width: 100%;
        padding-top: 10px;
    }

    .fifthRow .first {
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }

    .fifthRow {
        padding: 1rem;
    }

    .container.c-empty {
        grid-template-rows: 330px;
    }

    .ozobot-img {
        display: none;
    }

    .ozobot {
        width: 100%;
    }

    .callendar_1_3 ul li, .callendar_4_6 ul li {
        margin-left: auto;
        margin-right: auto;
    }

    .thirdHeader.secondHeaderOne {
        width: 100%;
        grid-column-start: 1;
        grid-column-end: 3;
        font-size: 2.6rem;
    }

    .first {
        padding: 3rem;
    }

    .schedOnlineBtn, .schedOnlineBtnMore {
        width: 80%;
    }

    .virtualToolsContainer {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .virtualToolsHeader {
        padding: 2rem 3rem 3rem 3rem;
        line-height: 1.1;
    }

    .singup-virtual-tools-button {
        border: 1px solid #034ea2;
    }

    .callendarFull {
        padding: 1rem 3rem 1rem 3rem;
    }

    .callendarFull h2 {
        padding-left: 0;
    }

    .secondRow {
        width: 100%;
        grid-column: 2;
        background-color: #034ea2;
    }

    .onlineClub {
        padding-top: 0;
    }

    .callendarRow {
        padding-bottom: 0;
    }

    .movieHeader div {
        padding: 0 3rem 0rem 3rem;
        line-height: 1.1;
        margin-top: 3rem;
    }

    .ozobot {
        height: 93%;
    }

    .carousel-control-next, .carousel-control-prev {
        background: #034ea2;
        width: 3.5rem;
        height: 5rem;
        opacity: 1;
        top: 45%;
    }
}

@media screen and (max-width: 850px) {
    .container.c-empty {
        grid-template-rows: 330px;
    }

    .callendarFull {
        padding: 1rem;
    }

    .callendarFull h2 {
        padding-left: 2rem;
    }

    .movieHeader div {
        margin-top: 2rem;
    }

    .firstParagraph {
        padding: 0 3rem 1rem 4rem;
    }

    .contest-text {
        padding: 1.7rem 2rem 1rem 3rem;
    }

    .carousel-control-next, .carousel-control-prev {
        background: #034ea2;
        width: 3.5rem;
        height: 5rem;
        opacity: 1;
        top: 40%;
    }
}

@media screen and (max-width: 810px) {
    .container.c-empty {
        grid-template-rows: 330px;
    }

    .firstParagraph {
        padding: 0px 3rem 1rem 3rem;
    }

    .textContainerMore {
        padding: 0 3rem 0 3rem;
    }

    .no-space-info {
        font-size: 1.2rem;
    }

    .carousel-control-next, .carousel-control-prev {
        background: #034ea2;
        width: 3rem;
        height: 4.5rem;
        opacity: 1;
        top: 40%;
    }
}

@media screen and (max-width: 640px) {
    .ozobot {
        height: 85%;
    }

    .carousel-control-next, .carousel-control-prev {
        background: #034ea2;
        width: 2.8rem;
        height: 4.2rem;
        opacity: 1;
        top: 40%;
    }
}

@media screen and (max-width: 610px) {
    .container.c-empty {
        grid-template-rows: 330px;
    }

    .faqContainer .content {
        max-height: 2000px;;
    }

    .ozobot {
        height: 85%;
    }
}

@media screen and (max-width: 588px) {
    .ozobot {
        height: 80%;
    }
}

@media screen and (max-width: 560px) {
    .container.c-empty {
        grid-template-rows: 260px;
    }

    .faqContainer {
        padding-left: 3rem;
    }

    .faqContainer p, .faqContainer h3, .faqContainer div {
        padding: 0;
    }

    .faqContainer ul {
        padding-left: 1rem;
    }

    .onlineClub {
        padding-top: 0;
        overflow: hidden;
    }

    .no-space-info {
        padding: 3rem 1rem;
        font-size: 1rem;
    }

    .first {
        padding: 2rem 1rem;
    }

    .firstHeader h1, h2, .callendarFull h2, .thirdHeader.secondHeaderOne div p, .virtualToolsHeader, .faqHeader {
        font-size: 2rem;
    }

    .divTextOne, .callendar_1_3 h4, .callendar_4_6 h4, .container__func__box__desc h3 {
        font-size: 1.3rem;
    }

    .singup-button {
        font-size: 1.1rem;
    }

    .schedOnlineBtnMore {
        width: 90%;
    }

    .lastRow a {
        width: 10rem;
        padding: 1rem;
        font-size: 1rem;
    }

    .schedOnlineBtn {
        width: 90%;
    }

    .singup-online-button-sch, .singup-virtual-tools-button, .callendar-more-button {
        font-size: 1.15rem;
    }

    .callendar_1_3 ul, .callendar_4_6 ul, .first p {
        font-size: 1.1rem;
    }

    .fourthRow {
        padding: 2rem;
    }

    .virtualTools {
        padding-bottom: 0;
    }

    .fifthRow .first {
        padding-top: 0;
        display: flex;
        align-items: center;
        padding-bottom: 0;
    }

    .singup-online-button-sch, .singup-virtual-tools-button {
        padding: 1rem 0.5rem;
    }

    .virtualToolsHeader, .faqHeader {
        padding: 1rem 3rem 2rem 2.2rem;
    }

    .callendar-more-button {
        border: 1px solid #00AFFF;;
    }

    #map-header {
        padding: 2rem 1rem;
        padding-bottom: 0;
    }

    .callendarFull h2 {
        padding: 2rem 1rem 0 1rem;
    }

    .callendarFull {
        padding: 0;
    }

    .callendarRow {
        padding-bottom: 0;
    }

    .colMargin.first.lastText {
        padding-left: 1.2rem;
    }

    .fourthRow, .callendarRow, .fourthRow {
        padding: 0 !important;
    }

    #code-week {
        padding-left: 2.5rem;
    }

    .fourthRow {
        padding: 2rem !important;
    }

    .firstParagraph {
        padding: 0 1rem 2rem 1rem;
    }

    .contest-text {
        padding: 1.7rem 2rem 1rem 1.5rem;
    }

    .textContainerMore {
        padding: 0 1rem 0 1rem;
    }

    .movieHeader div {
        font-size: 2rem;
        padding: 3rem 3rem 0rem 1rem;
    }

    .movieHeader div {
        padding: 2rem 1rem 0rem 1rem;
        line-height: 1.1;
        margin-top: 0;
    }

    .thirdHeader.secondHeaderOne {
        margin-top: 0;
    }

    .firstParagraph {
        padding: 0 1rem 1rem 1rem;
    }

    .ozobot {
        height: 90%;
    }

    .carousel-control-next, .carousel-control-prev {
        background: #034ea2;
        width: 2.5rem;
        height: 4rem;
        opacity: 1;
        top: 40%;
    }
}

@media screen and (max-width: 460px) {

    .singup-button {
        padding: 0.8rem 1.6rem;
        margin-top: 0.8rem;
        font-size: 0.9rem;
    }

    .schedOnlineBtn {
        min-width: 0;
    }

    .scheduleButtonOne a:nth-child(1) {
        display: flex;
        justify-content: center;
        position: relative;
        bottom: 31rem;
    }

    .scheduleButtonOne a:nth-child(2) {
        display: flex;
        justify-content: center;
        position: relative;
        bottom: 31.7rem;
    }

    .scheduleButtonOne a:nth-child(3) {
        display: flex;
        justify-content: center;
        position: relative;
        bottom: 33rem;
    }

    .scheduleButtonOne a:nth-child(4) {
        display: flex;
        justify-content: center;
        position: relative;
        bottom: 34.5rem;
    }

    .fa-3x {
        font-size: 3rem;
    }

    .callendarFull {
        padding-left: 0;
        padding-right: 0;
    }

    .callendarMore {
        padding-top: 0;
    }

    .container.c-empty {
        grid-template-rows: 235px;
    }

    .thirdHeader div p {
        line-height: 1.1;
    }

    .movieHeader div {
        padding: 1rem 1rem 0rem 1rem;
    }
}

@media screen and (max-width: 400px) {
    .singup-online-button-sch, .singup-virtual-tools-button, .callendar-more-button {
        font-size: 1.1rem;
    }

    .faqContainer .content {
        max-height: 2000px;;
    }

    .firstHeader h1, .divTextOne, .onlineClub, .virtualTools, #map-header h2, .callendarMore {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .callendarMore {
        padding-bottom: 2rem;
    }

    .container.c-empty {
        grid-template-rows: 250px;
    }

    .no-space-info a {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    #map-header {
        padding: 2rem 3rem 0rem 1rem;
    }

    .virtualToolsHeader {
        padding: 0 3rem 2rem 1rem;
    }

    .callendarFull h2 {
        padding: 1rem 1rem 0 2rem;
    }

    .textContainer .virtualToolsHeader {
        padding: 1rem 3rem 2rem 2rem;
    }

    .movieHeader div {
        padding: 1rem 3rem 0rem 2rem;
    }

    .firstParagraph {
        padding: 0 2rem 2rem 2rem;
    }

    .textContainerMore {
        padding: 0 2rem 0 2rem;
        margin-top: 2rem;
    }

    .movieHeader div {
        padding: 2rem 3rem 0rem 2rem;
    }

    .ozobot {
        height: 80%;
    }

    .carousel-control-next, .carousel-control-prev {
        background: #034ea2;
        width: 2rem;
        height: 4rem;
        opacity: 1;
        top: 40%;
    }
}

@media screen and (max-width: 360px) {
    .container.c-empty {
        grid-template-rows: 200px;
    }

    .singup-online-button-sch, .singup-virtual-tools-button, .callendar-more-button {
        font-size: 1rem;
    }

    .textContainerMore {
        padding: 0 2rem 0 2rem;
        margin-top: 3rem;
    }

    .movieHeader div {
        padding: 3rem 3rem 0rem 2rem;
    }

    .ozobot {
        height: 70%;
    }

    .carousel-control-next, .carousel-control-prev {
        background: #034ea2;
        width: 2rem;
        height: 3rem;
        opacity: 1;
        top: 40%;
    }
}

@media screen and (max-width: 280px) {
    .container.c-empty {
        grid-template-rows: 300px;
    }
}

.close {
    color: #034ea2;
    float: right;
    font-size: 5rem;
    font-weight: bold;
    margin-top: -1rem;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#survey-popup h3 {
    font-size: 1.2rem;
    color: #034ea2;
}

.survey-intro {
    font-size: 1.2rem;
}

.survey-small {
    padding-top: 1rem;
    font-size: 1rem;
}

.survey-button {
    font-size: 1.5rem;
    display: inline-block;
    padding: 0.5rem;
}

@media screen and (max-width: 800px) {
    #survey-popup {
        left: 5%;;
        width: 90%;
    }
}

span.avoidwrap { display:inline-block; }

.contact-link {
    padding-left: 0.5rem;
}

#first-contest-intro {
    cursor: pointer;
}

.contest-results-info {
    border-color: white;
    border-style: dotted;
    border-width: 1px;
    padding-right: 2rem;
    padding-left: 2rem;
}

.contest-results-info h3 {
    padding-top: 1rem;
    color: #38C22C;
}

.contest-results-info ul {
    list-style-type: none;
}

.result-list-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.result-sublist {
    display: block;
    flex-grow: 1;
    flex-basis: 50%;
    padding-right: 1rem;
}

.result-sublist:nth-child(1) {
    border-right-color: white;
    border-right-style: dotted;
    border-right-width: 1px;
}

.result-sublist:nth-child(2) {
    padding-left: 2rem;
}
.font-white{ color: #fff !important; }

.bg-white{ background-color: #fff; }
.bg-gray{ background-color: #f0f0f0; }

.result-sublist-title {
    font-size: 110%;
    text-decoration: underline;
}

@media screen and (max-width: 830px) {
    .result-list-wrapper {
        flex-direction: column;
    }
    .result-sublist:nth-child(1) {
       border-style: none;
    }
    .result-sublist:nth-child(2) {
        padding-left: 0;
    }
}

#signup-form {
    width: 100%;
    padding-top: 5rem;
    padding-left: 5rem;
    padding-right: 2rem;
    background-color: white;
    color: #034ea2;
    text-align: center;
}
#signup-form #close-newsletter-popup {
    display: none;
}

@media screen and (min-height: 750px) {
    #signup-form.popup-active {
        padding-top: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 1000px;
        border: #034ea2 2px dashed;
        z-index: 1001;
        overflow: auto;
    }

    #signup-form.popup-active #close-newsletter-popup {
        display: inline-block;
        border: 1px solid #444444;
        background-color: #555555;
        color: white;
        padding: 0.2rem 0.2rem;
        font-size: 0.6rem;
        text-decoration: none;
        text-align: center;
        margin-bottom: 0.5rem;
        cursor: pointer;
    }
}

.code-week-signup-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #fe6824;
    border:  #fe6824 1px solid;
    color: white;
}

.code-week-signup-button:hover {
    color: #fe6824;
    background-color: white;
}

.code-week-fb-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #034ea2;
    border:  #034ea2 1px solid;
    color: white;
}

.code-week-fb-button:hover {
    color: #034ea2;
    background-color: white;
}
