/*
 * Copyright (c) 2025.
 */


.roboto-fonter {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight:200;
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
}

body{
    font-family: roboto-fonter, Roboto;

}
#image_text_container{
    #text-align: center;
    display: flex;
    font-size: 1.2em;
    flex-direction: row;
    #justify-content: space-between;
    margin: auto;

    max-width: max-content;
}

.titletext{
    font-size: 8ch;
    color: #f2cf41;
}
.subheading{
    padding-top: 0ch;
    font-size: 3ch;
}

.normal_button:hover, .oceanbutton:hover {
    background-color: rgba(68, 86, 138, 0.66);


    transition: 0.3s;
}
.buttonsingletop, .buttonsinglebottom{
    text-align: center;
    font-size: 3.5ch;

}

.buttonsinglebottom{
    padding-top: 2ch;
}
#Title{ margin: auto;

    max-width: max-content;
    color: #f1ead6;
    padding-bottom: 3ch;}

.normal_button{
    border: solid;
    font-weight: medium;
    background-color:  #f2cf41;
    color: #000000;
    border-width: 0.12ch;


    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 3.7ch;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

.oceanbutton{

    background-color:  #f2cf41;
    color: #000000;
    border:solid;
    border-width:0.1ch;
    border-color: #000000;
    padding: 0px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 2.5ch;
    margin: 4px 2px;
    border-radius: 8px;
}
#buttons1{
    margin: auto;
    max-width: max-content;
}
#buttons2{
    margin: auto;
    max-width: max-content;
}
#container{ max-width: max-content;
    margin: auto;

    z-index: 1;
}


#particles-js {
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;

    background: linear-gradient(to bottom, #003355,#003b59);
}
body
{
    z-index: 1;
}
.writeup{
    max-width:45vw;
}
#fulllowerarea{
    color: white;
    margin-top: 10vw;

}
#text_container{
    margin-right: 10vw;
    #text-align: center;
    font-size: 1.2em;
}
.whale{
    margin-left: 5ch;
    max-width: 85%;
    max-height: 85%;
    float: left;
}
#button-container{
    align-items: center;

}
#bottom-buttons{
    text-align: center;
    margin-top: 4vh;

}
.help-button{
    border: solid;
    font-weight: medium;
    background-color:  #f2cf41;
    color: #000000;
    border-width: 0.12ch;

    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 3.7ch;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

.help-button:hover, .oceanbutton:hover {
    background-color: rgba(68, 86, 138, 0.66);


    transition: 0.3s;
}






.popup-overlay {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.5);

}

.popup {



    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background: #fff;

    padding: 20px;

    border-radius: 8px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}

.popup-content {

    text-align: center;

}

.popup .close {

    position: absolute;

    top: 10px;

    right: 10px;

    font-size: 20px;

    cursor: pointer;

    color: #333;

}


.popup button {

    background-color: #4caf50;

    color: #fff;

    padding: 10px 20px;

    border: none;

    border-radius: 4px;

    cursor: pointer;

    font-size: 16px;

}


@media (max-width: 992px) {
    #text_container {
        font-size: 1em  !important;
    }
}



