body {
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

header {
    position:fixed;
    width: 100%;
    max-height: 35px;

    display: flex;
    justify-content: center;

    top: 0px;
    left: 0px;
    padding: 7px;

    font-weight: 700;
}

main {
    width: 100%;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

span:active {
    font-weight: 700;
}

#loginButton {
    width: 50%;
    max-width: 24px;
    height: auto;
}

.loginButton {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 25px;
    height: 25px;

    border-radius: 50%;
    background-color: var(--colorMain);
    color: var(--colorDark);
}

.loginButton:hover {
    background-color: var(--colorDark);
    color: var(--colorMain);
}

.loginButton:active {
    background-color: var(--colorDark);
    color: var(--colorMain);
}

.homePage {
    display: flex;
    flex-flow: column;
    align-items: center;

    width: 90%;
}

.homeTop {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 2.5%;
    
    background-image: url("../../assets/homeTop.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--colorLight);
    width: 100%;
    min-height: 30vh;
    
    padding: 0px 5%;
    border-radius: 10px 10px 0px 0px;
}

.homeTop h2 {
    color: var(--colorWhite);
    font-size: 1.3rem;
    font-weight: 700;

    margin-bottom: 7px;
    text-shadow: 0 0 5px var(--colorBlack);
}

.homeTop p {
    color: var(--colorWhite);
    font-size: 0.9rem;
    font-weight: 400;
    font-style: italic;

    text-shadow: 0 0 5px var(--colorBlack);
}

.homeMid {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 2.5%;
    
    background-color: var(--colorWhite);
    width: 100%;
    min-height: 30vh;
    
    text-align: center;
    padding: 0px 10%;
}

.homeMid img{
    max-height: 75px;
}

.homeBot {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 2.5%;
    
    background-image: url("../../assets/homeAI.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--colorLight);
    width: 100%;
    min-height: 30vh;
    
    padding: 0px 5%;
    border-radius: 0px 0px 10px 10px;
}

.homeBot h2 {
    color: var(--colorWhite);
    font-size: 1.3rem;
    font-weight: 700;

    margin-bottom: 7px;
    text-shadow: 0 0 5px var(--colorBlack);
}

.homeBot p {
    color: var(--colorWhite);
    font-size: 0.9rem;
    font-weight: 400;
    font-style: italic;

    text-shadow: 0 0 5px var(--colorBlack);
}

.homeBot span{
    font-size: 20px;
    font-weight: 700;
}

.logoImg {
    width: 95%;
    max-width: 110px;
    object-fit: contain;
}

.homeDivL {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;

    text-align: left;
    width: 50%;
    min-height: 30vh;
}

.homeDivL a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px;
    color: var(--colorWhite) !important;
}

.homeDivL a:hover {
    color: var(--colorMain) !important;
    text-shadow: 0 0 1px var(--colorBlack) !important;
}

.homeDivR {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;

    text-align: right;
    width: 50%;
    min-height: 30vh;
}

.contentBot {
    display: flex;
    flex-flow: row wrap;
    gap:10px;
    margin: 10px 0px;
}

.dashGif {
    width: 180px;
    height: auto;
    border-radius: 10px;
}

.appiaDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}

.appiaGraph {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.appiaImg {
    height: auto;
    max-width: 180px;
    text-align: center;
    object-fit: contain;
    border-radius: 5px;
}

.contactImg {
    width: 20px;
    height: auto;
}

.mainIndex {
    width: 90%;
    height: 100%;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 15px;
    padding: 15px 20px;
    border-radius: 10px 10px 0px 0px;
}

#mainInfo {
    background-color: var(--colorLight);
    color: var(--colorWhite);
    font-size: 0.9rem;
    font-weight: 400;
    box-sizing: border-box;
}

#mainInfo img {
    width: 160px;
    height: auto;
}

#mainInfo p {
    width: 95%;
    line-height: 22px;
}

.mainLogin {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 0px 0px 10px 10px;
}

#mainWindow {
    background-color: var(--colorWhite);
    color: var(--colorLight);
    width: 90%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

#mainWindown h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

#mainWindow input {
    font-family: 'Inter', sans-serif;
    width: 100%;
    padding-left: 20px;
}

input::placeholder {
    font-family: 'Inter', sans-serif;
    color: var(--colorWhite);
}

#mainWindow span {
    font-size: 14px;
}

#mainWindow button {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}

@media (min-width:850px) {
    main {
        max-width: 720px;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    span:hover {
        cursor: pointer;
        font-weight: 700;
    }

    .mainIndex {
        justify-content: center;
        min-height: 350px;
        border-radius: 10px 0px 0px 10px;
    }

    #mainInfo img {
        margin-top: 20px;
    }

    #mainWindow {
        width: 100%;
    }

    .mainLogin {
        border-radius: 0px 10px 10px 0px;
    }

    .contentBot {
        display: flex;
        flex-flow: row nowrap;
        gap:10px;
        margin-top: 0px;
    }

    .dashGif {
        width: 225px;
        height: auto;
        border-radius: 10px;
    }

    .appiaDiv {
        width: 100px;
    }

    /* .appiaImg {
        height: 100px;
        width: auto;
        text-align: right;
    } */

}