@import "reset.css";

body {
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.container {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.header {
    /*padding: 20px;*/
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #F85107;
    align-items: center;
    align-content: center;

    .actions {
        margin-top: -20px;
        width: auto;
        margin-right: 20px;
        margin-left: auto;

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

        justify-content: center;
        text-align: center;

        gap: 20px;

        a {
            text-align: center;
            color: #fff;
            font-size: 18px;
            /*margin-left: 20px;*/
            font-weight: bold;
            text-transform: uppercase;
            /*border: 2px solid #fff;*/
        }

        a.sign-up {
            background-color: #222222;
            color: #fff;
            border-radius: 20px;
            padding: 8px 16px;
            font-weight: bold;
            /*margin-bottom: 8px;*/
        }
    }

    a {
        width: auto;
        display: flex;
        flex-direction: column;
        /*margin-left: 0;*/
        /*margin-right: auto;*/
    }


    .logo {
        display: flex;
        flex-direction: row;
        color: #fff;
        font-size: 36px;
        align-items: center;
        align-content: center;
        font-family: "Bangers", system-ui;
        font-weight: 400;
        font-style: normal;

        /*a {*/
        /*    width: 100%;*/
        /*    display: flex;*/
        /*    flex-direction: row;*/
        /*    margin-left: 0;*/
        /*    margin-right: auto;*/
        /*    outline: 1px solid red;*/
        /*}*/

        img {
            height: 125px;
        }

        /*margin-left: 0;*/
        /*margin-right: auto;*/
    }
}

.banner {
    display: flex;
    flex-direction: column;
    background-color: #222222;
    padding: 80px 20px;
    align-content: center;
    align-items: center;
    justify-content: center;
    h2 {
        font-size: 40px;
        color: #fff;
        span {
            color:  #F85107;
        }
    }
    p {
        font-style: italic;
        font-size: 26px;
        color: #fff;
    }
    a {
        color:  #F85107;
    }
}

.content {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 20px;
    .risks {
        li {
            margin-top: 20px;
            display: flex;
            flex-direction: row;
            align-items: center;
            align-content: center;
            img {
                margin-right: 20px;
            }
        }
    }
    .risk-related {
        width: 100px;
        border-radius: 50%;
    }
}

.footer {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 600px;
    background-color:#F85107;
    margin-bottom: 0;
    img {
        margin-bottom: 0;
        margin-right: 0;
        margin-left: auto;
        height: 100%;
        object-fit: cover;
    }
}

.buckets {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bucket {
    width: 100%;
    padding: 20px;
    background-color:#F85107;
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    ul {
        margin: 20px 0;
        li {
            display: flex;
            flex-direction: row;
            align-content: center;
            img {
                margin-right: 10px;
            }
        }
    }
    img {
        transform: scale(1.2);
        fill: #fff;
        stroke: #fff;
    }
    a {
        font-size: 16px;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        background-color: #222222;
        border-radius: 20px;
        padding: 8px 16px;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-top: auto;
    }
}

.bucket-one {
    background-color:#b46948;
}

.bucket-two {
    background-color: #8a3e1d;
}

h1 {
    font-size:48px;
    font-family: "Bangers", system-ui;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

h2 {
    font-family: "Bangers", system-ui;
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-size: 24px;
    font-family: "Bangers", system-ui;
    font-weight: 400;
    font-style: normal;
}

.badge {
    margin-top: 40px;
    color: #F85107;
    font-size: 38px;
}

.bold {
    font-weight: bold;
}

.small {
    font-style: italic;
    font-size: 12px;
}

.form-fields {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 350px;
}

.next-steps-content, .sign-in-content, .sign-up-content {
    margin-top: 40px;
    padding: 20px;
}

form {

    display: flex;
    flex-direction: column;

    button {
        margin-top: 20px;
        width: 100%;
        padding: 6px 10px;
        background-color: #222222;
        color: #fff;
        font-size: 18px;
        font-weight: bold
    }

    a {
        color: #222222;
        font-weight: bold;
        margin-top: 10px;
    }

    .error {
        color: red;
    }
}

#languageSelector {
    width: 250px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: auto;
    margin-right: 20px;
    margin-left: auto;
}

.year {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    .month {
        display: flex;
        flex-direction: column;
        width: 60px;
        height: 60px;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    .selected {
        font-weight: bold;
        font-size: 30px;
    }
    .good {
        background-color: green;
    }
    .bad {
        background-color: red;
    }
    .unstable {
        background-color: orangered;
    }
}

.week {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    margin-top: 60px;
    color: #fff;
    p {
        margin: 0;
        padding: 0;
    }
    .weekday {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        width: 100px;
        height: 100px;
    }
    .selected {
        font-weight: bold;
        font-size: 30px;
    }
    .good {
        background-color: green;
    }
    .bad {
        background-color: red;
    }
    .unstable {
        background-color: orangered;
    }
}

.day {
    margin-top: 20px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    .hour {
        display: flex;
        flex-direction: column;
        width: auto;
        width: 50px;
        height: 50px;
        align-items: center;
        align-content: center;
        justify-content: center;
        color: #fff;
        /*border-radius: 50%;*/
        padding :10px;
        p {
            margin: 0;
            padding: 0;
        }
    }

    .good {
        background-color: green;
    }

    .bad {
        background-color: red;
    }

    .unstable {
        background-color: orangered;
    }
}

path {
    fill: #F85107;
    opacity: 0.4;
    stroke: #fff;
    stroke-width: 1px;
}
path:hover {
    fill: #F85107;
    opacity: 1;

}

@media only screen and (min-width: 1024px) {
    .header {
        padding: 20px 0 0 0;
        flex-direction: row;

        .actions {
            flex-direction: row;
            width: auto;
            margin-right: 20px;
            gap: 20px;

        }
    }
    .banner {
        width: 100%;
        h2 {
            width: 1024px;
        }
        p {
            width: 1024px;
        }
    }
    .content {
        width: 1024px
    }
    .buckets {
        flex-direction: row;
    }
}