html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}

/*CUSTOM*/
.hero{
    left:0;
    
    width:100vw;
}

.hero img{
    object-fit:cover;
    width:110vw;    
    transform:translate(-5vw,0);
    min-height:30vh;
    height:60vh;
    max-height:100%;
}

.hero h1 {                
    width: 100%;        
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: calc(30px + 5vw);
    color:blue;
}

.hero h3 {    
    margin-top:5px;
    width: 100%;        
    font-family: "Quicksand", cursive;
    font-weight: 300;
    font-style: normal;
    font-size: calc(2px + 2vw);
    color:red;   
}

.hero-dummy{
    height:50vh;
}

.font-roboto {
    font-family: Roboto;
}

.font-quicksand {
    font-family: "Quicksand", cursive;
}

.home-quote {
    font-family: Roboto;
    font-style: italic;
    font-size: calc(16px + .5vw);
}

.program-info {    
    font-size: calc(14px + .5vw);
}

.squared-img{
    height:300px;
    width:300px;   
}

.squared-img-md {
    height: 400px;
    width: 400px;
}

.squared-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    vertical-align:middle;    
}

.rotate-0 {
    transform: rotate(-3deg);
}

.rotate-1 {
    transform: rotate(-3deg);
}
.rotate-1:hover {
    transform: rotate(0);
}

.rotate-2 {
    transform: rotate(-5deg);
}
.rotate-2:hover {
    transform: rotate(0);
}

.rotate-3 {
    transform: rotate(4deg);
}

.rotate-3:hover {
    transform: rotate(0);
}

.program-button {
    transition: all .2s ease-out;
}

.program-button:hover {
    filter: drop-shadow(10px 10px 4px #777777);
    transition: all .05s ease-out;
    cursor:pointer;
}

.about-block {
    border-width: 3px;
    border-radius: 10px;
    border: solid;
    padding: 10px;
    filter: drop-shadow(0 0 8px #AAAAAA);
}

.about-block p{
    font-size:1.1em;
}

.about-background {
    --mask: radial-gradient(94.63px at 50% 128.25px,#000 99%,#0000 101%) calc(50% - 90px) 0/180px 51% repeat-x, 
        radial-gradient(94.63px at 50% -83.25px,#0000 99%,#000 101%) 50% 45px/180px calc(51% - 45px) repeat-x, 
        radial-gradient(94.63px at 50% calc(100% - 128.25px),#000 99%,#0000 101%) calc(50% - 90px) 100%/180px 51% repeat-x, 
        radial-gradient(94.63px at 50% calc(100% + 83.25px),#0000 99%,#000 101%) 50% calc(100% - 45px)/180px calc(51% - 45px) repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    background-color: #4374FF;
}

.programs-background {
    --mask: radial-gradient(94.63px at 50% 128.25px,#000 99%,#0000 101%) calc(50% - 90px) 0/180px 51% repeat-x, 
        radial-gradient(94.63px at 50% -83.25px,#0000 99%,#000 101%) 50% 45px/180px calc(51% - 45px) repeat-x, 
        radial-gradient(94.63px at 50% calc(100% - 128.25px),#000 99%,#0000 101%) calc(50% - 90px) 100%/180px 51% repeat-x, 
        radial-gradient(94.63px at 50% calc(100% + 83.25px),#0000 99%,#000 101%) 50% calc(100% - 45px)/180px calc(51% - 45px) repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    background-color: #FFED85;
}

.about-background-2 {
    --mask: radial-gradient(88.32px at 50% 119.70px,#000 99%,#0000 101%) calc(50% - 84px) 0/168px 51% repeat-x, 
        radial-gradient(88.32px at 50% -77.7px,#0000 99%,#000 101%) 50% 42px/168px calc(51% - 42px) repeat-x, 
        radial-gradient(88.32px at 50% calc(100% - 119.70px),#000 99%,#0000 101%) calc(50% - 84px) 100%/168px 51% repeat-x, 
        radial-gradient(88.32px at 50% calc(100% + 77.70px),#0000 99%,#000 101%) 50% calc(100% - 42px)/168px calc(51% - 42px) repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.wave-top-outer {
    --mask: radial-gradient(94.63px at 50% 128.25px,#000 99%,#0000 101%) calc(50% - 90px) 0/180px 100%, radial-gradient(94.63px at 50% -83.25px,#0000 99%,#000 101%) 50% 45px/180px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.wave-top-inner {
    --mask: radial-gradient(88.32px at 50% 119.70px,#000 99%,#0000 101%) calc(50% - 84px) 0/168px 100%, radial-gradient(88.32px at 50% -77.7px,#0000 99%,#000 101%) 50% 42px/168px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.wave-bottom-outer {
    --mask: radial-gradient(94.63px at 50% calc(100% - 128.25px),#000 99%,#0000 101%) calc(50% - 90px) 0/180px 100%, 
        radial-gradient(94.63px at 50% calc(100% + 83.25px),#0000 99%,#000 101%) 50% calc(100% - 45px)/180px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.wave-bottom-inner {
    --mask: radial-gradient(88.32px at 50% calc(100% - 119.70px),#000 99%,#0000 101%) calc(50% - 84px) 0/168px 100%, 
        radial-gradient(88.32px at 50% calc(100% + 77.70px),#0000 99%,#000 101%) 50% calc(100% - 42px)/168px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.wait-list-button {
    border: 3px solid darkorange;
    background: rgb(255,209,134);
    background: linear-gradient(180deg, rgba(255,209,134,1) 0%, rgba(255,158,0,1) 50%, rgba(255,132,0,1) 100%);
    color: white;
    border-radius: 10px;
    font-size: 24px;
    padding: 10px;
    font-family: "Quicksand", cursive;
    font-weight: 700;
    font-style: normal;
    transition: all .2s ease-out;
}

    .wait-list-button:hover {
        transition: all .2s ease-out;
        transform: scale(1.05);
        
    }

.footer-text {
    font-size: .8em;
    margin-bottom: 2px;
    
}

.footer-text a {
    text-decoration: none;
    color: #6c757d;
}

    .footer-text a:hover {
        text-decoration: none;
        color: black;        
    }

.parent-guide-info p{
    font-size: 1.1em;
    font-family: "Quicksand", cursive;
}

.search-bar {
    border: solid 1px #AAA;
    border-radius: 5px;
    padding: 0px;
    overflow: hidden;
    height:40px;
}
    .search-bar input {
        border: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .search-bar button {
        border: none;
        overflow: hidden;
    }

.first-steps-info-primary {
    background-color: #018FD5;
    color:white;
}
.first-steps-info-secondary {
    background-color: white;
    color: #018FD5;
}

.input-signature {
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid black;   
    text-align:center;
}

.resize-none{
    resize:none;
}

.print-only {
    display: none;
}

.yellowtail {
    font-family: "Yellowtail", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    div.landscape {
        width: 95vh;
        height: 100vw;
        margin: 0;
        padding: 0;
        transform: rotate(270deg) translate(-96vh, 0);
        transform-origin: 0 0;
    }

    table.landscape {
        height: 70vw;
    }

    div:has(main div.landscape) {
        width: 100vw;
        height: 100vh;
        margin: 0px;
        padding: 0px;
    }

    div.landscape h1 {
        font-size: 44px;
    }

    /*div.landscape h6 {
        font-size: 28px;
    }*/

    div.landscape input, p, textarea {
        font-size: 26px;
    }

    select.landscape {
        font-size: 26px;
    }

   /* table.landscape h5, h6 {
        font-size: 26px;
    }*/

    table.landscape textarea {
        font-size: 22px;
    }

    table.landscape p {
        font-size: 20px;
    }

    body {
        min-width: 992px !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .container {
        min-width: 992px !important;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark th,
        .table-dark td,
        .table-dark thead th,
        .table-dark tbody + tbody {
            border-color: #dee2e6;
        }

    .pagebreak {
        page-break-before: always;
    }

    .print-only {
        display: block;
    }

    .evaluation-button:hover {
        background: none;
    }

    /*This class is just to fix a visual thing*/
    .top-border-only-on-print {
        border-top: 1px solid black;
    }

    .bottom-border-only-on-print {
        border-bottom: 1px solid black;
    }

    .lesson-plan-selected-goal {
        font-size: 36px;
    }
}