*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:"Trebuchet MS",sans-serif;
    background:#c2d6d6;
    color:#fff;
}

hr{
    border:2px dashed #8e9e9e;
}

.badge{
    position:absolute;
    top:20px;
    left:20px;
    filter:drop-shadow(0 0 20px #fff);
}

.badge img{
    width:250px;
    height:auto;
}

#showcase{
    background-image:url("https://floatchella.com/assets/background-b.jpg");
    background-size:cover;
    background-position:center;
    min-height:100vh;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;

    padding:180px 20px 20px;
}

.title-wide{
    width:min(80vw,1200px);
}

#showcase h1{
    font-family:"Chela One",sans-serif;
    font-size:clamp(3rem,7vw,7rem);
    text-shadow:2px 2px 5px #000;
    outline:12px dotted #ff0;
    outline-offset:15px;
    letter-spacing:3px;
    line-height:1.1;
}

#showcase h2{
    font-family:"Chela One",sans-serif;
    font-size:5rem;
    text-shadow:2px 2px 5px #000;
}

#showcase h3{
    font-family:"Chela One",sans-serif;
    font-size:clamp(1.3rem,3vw,2.8rem);
    text-shadow:2px 2px 5px #000;
    margin-top:30px;
    letter-spacing:3px;
}

#demo{
    font-family:"Nerko One",sans-serif;
    font-size:clamp(2rem,4vw,3rem);
    color:#ff0;
    text-shadow:3px 3px 7px #000;
    margin-top:20px;
}

.arrow{
    margin-top:40px;
}

.headers{
    font-family:"Chela One",sans-serif;
    font-size:32px;
    text-align:center;
    text-shadow:2px 2px 5px black;
    letter-spacing:3px;
}

#section-a,
#section-cl,
#section-m{
    padding:40px 27vw;
}

#section-a{
    text-align:center;
    font-family:"Chela One",sans-serif;
    font-size:32px;
    text-shadow:2px 2px 5px black;
}

#section-cl{
    text-align:center;
}

#section-cl li{
    text-align:left;
    font-size:18px;
    color:#000;
    font-family:"Oswald",sans-serif;
    margin-left:25px;
}

.owntube p{
    text-align:left;
    font-size:18px;
    color:#666;
    font-family:"Oswald",sans-serif;
}

#section-m{
    color:#000;
    font-family:"Oswald",sans-serif;
}

#section-m div{
    width:100%;
    max-width:1000px;
    margin:auto;
}

#route{
    padding:20px 0;
    text-indent:1.5em;
}

#section-m a{
    color:#000;
}

.map-wrapper{
    max-width:1000px;
    margin:auto;
}

.map-wrapper iframe{
    width:100%;
    min-height:650px;
    border:8px solid #6c9;
}

.panel{
    background:#fff;
    color:#555;
    border:1px solid #888;

    max-width:1150px;

    margin:30px auto;

    padding:15px;

    text-shadow:none;
}

.panel h2{
    font-size:22px;
    margin-bottom:10px;
}

.status{
    font-size:15px;
    color:#333;
    margin-bottom:10px;
}

.chartbox{
    position:relative;
    width:100%;
    height:420px;
}

canvas{
    width:100% !important;
    height:100% !important;
}

.subtitle{
    color:#94B7B7;
    margin-bottom:25px;
    text-shadow:2px 2px 5px white;

    
}

.footer{
    text-align:center;
    margin-top:30px;
    font-size:13px;
    color:#555;
    text-shadow:none;
    text-decoration:none;
}

#section-f{
    background:#4169E1;
    padding:10px;
    text-align:center;
    font-size:10px;
    font-family:"Oswald",sans-serif;
}

@media (max-width:768px){

    .badge{
        position:static;
        margin-bottom:95px;
    }

    .badge img{
        width:150px;
    }

    #showcase{
        padding-top:70px;
    }

    .chartbox{
        height:300px;
    }

    .map-wrapper iframe{
        min-height:450px;
    }

    #section-a,
    #section-cl,
    #section-m{
        padding:20px;
    }
}