/* update with webkits */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Gayathri', sans-serif;
}

.preload {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgb(247, 243, 226);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    z-index: 100;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
    .preload-finish {
        opacity: 0;
        pointer-events: none;
    }
    .biner {
        -webkit-animation: carabiner 0.5s ease infinite alternate;
                animation: carabiner 0.5s ease infinite alternate;
        width: 50%;
    }
    .loading {
        color: rgb(0, 46, 107); 
        font-size: 30px;
    }

@-webkit-keyframes carabiner {
    from {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    to {
        -webkit-transform: translateY(-50px);
                transform: translateY(-50px);
    }
}

@keyframes carabiner {
    from {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    to {
        -webkit-transform: translateY(-50px);
                transform: translateY(-50px);
    }
}

header {
    height: 100vh;
    background-image: url(../assets/Asset\ 2.png);
    background-position: center;
    background-size: cover;
}
    .navMobile {
        padding: 10px 10px 0px 10px;
    }
        .noScroll {
            overflow: hidden;
        }
    .navFull {
        display: none;
    }
    .title {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 20%;
        color: rgb(0, 46, 107);
    }
        .title h1 {
            font-family: 'Grand Hotel', cursive;
            font-size: 60px;
            margin-bottom: 20px;
        }
        .title p {
            font-size: 20px;
        }

.myWork {
    min-height: 200px;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    background-color: rgb(247, 243, 226);
}
    .myWork h2 {
        margin-top: 20px;
        font-family: 'Grand Hotel', cursive;
        font-size: 70px;
        color: #508E83;
    }
    .about {
        width: 80%;
        text-align: center;
        font-size: 20px;
        color: rgb(0, 46, 107);
    }
    .aboutDescription {
        margin: 10px 0px 30px 0px;
        text-align: left;
    }
    .location {
        font-size: 25px;
        margin: 10px 0px 30px 0px;
    }
    .arrow {
        font-size: 30px;
        color: #508E83;
        opacity: 0.6;
    }
    .circle {
        height: 150px;
        width: 150px;
        background-image: url(../assets/Asset\ 2.png);
        background-position: center;
        background-size: cover;
        border-radius: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
        font-size: 70px;
        margin: 50px 0px 20px 0px;
    }
    .myWork h3 {
        font-size: 25px;
        color: #508E83;
        margin: 0px 0px 10px 0px;
        font-weight: normal;
    }
    .sneakPeak {
        color: #508E83;
        width: 80%;
        margin-bottom: 20px;
        text-align: center;
    }

.experiance {
    min-height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    
}
    .description {
        width: 80%;
    }
    .projectImg {
        width: 80%;
        margin: 40px 0px 0px 0px;
    }
    .one {
        background-color: #42756C;
        color: rgb(247, 243, 226);
    }
    .two {
        background-color: #508E83;
        color: rgb(247, 243, 226);
    }
    .three {
        background-color: #2C4F49;
        color: rgb(247, 243, 226);
    }
    .appTitle {
        font-size: 30px;
    }
    .catch {
        font-size: 20px;
        margin: 20px 0px 30px 0px;
    }
    .techStack {
        font-size: 20px;
        margin: 10px 0px 10px 0px;
    }
    .experiance ul {
        text-align: center;
        margin-bottom: 10px;
    }
    .experiance li {
        list-style: none;
        display: inline-block;
        margin: 0px 10px 0px 10px;
    }
    .buttonCluster {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
    }
        .goTo {
            text-align: center;
            text-decoration: none;
            width: 250px;
            font-size: 25px;
            margin: 20px 10px 0px 10px;
            padding: 10px 10px 0px 10px;
            border: none;
            border-radius: 50px;
        }
        .github {
            text-align: center;
            text-decoration: none;
            width: 250px;
            font-size: 25px;
            margin: 20px 10px 0px 10px;
            padding: 10px 10px 0px 10px;
            border-radius: 50px;
        }
            .reframeButtonGo {
                color: #42756C;
                background-color: rgb(17, 44, 38);
            }
            .reframeButtonGit {
                color: rgb(17, 44, 38);
                border: 3px solid rgb(17, 44, 38);
            }
            .hydrateButtonGo {
                color: #508E83;
                background-color: rgb(35, 61, 56);
            }
            .hydrateButtonGit {
                color: rgb(35, 61, 56);
                border: 3px solid rgb(35, 61, 56);
            }
            .slackButtonGo {
                color: #2C4F49;
                background-color: rgb(8, 15, 13);
            }
            .slackButtonGit {
                color: rgb(8, 15, 13);
                border: 3px solid rgb(8, 15, 13);
            }
            .arrowDown {
                font-size: 25px;
                text-align: center;
                margin: 30px 0px 20px 0px;
            }
            .blink {
                -webkit-animation: blinking 1s ease infinite alternate;
                        animation: blinking 1s ease infinite alternate;
            }
            @-webkit-keyframes blinking {
                from {
                    -webkit-transform: translateY(0px);
                            transform: translateY(0px);
                            opacity: 1;
                            font-size: 25px;
                }
                to {
                    -webkit-transform: translateY(20px);
                            transform: translateY(20px);
                            opacity: 0.3;
                            font-size: 30px;
                }
            }
            @keyframes blinking {
                from {
                    -webkit-transform: translateY(0px);
                            transform: translateY(0px);
                            opacity: 1;
                            font-size: 25px;
                }
                to {
                    -webkit-transform: translateY(20px);
                            transform: translateY(20px);
                            opacity: 0.3;
                            font-size: 30px;
                }
            }
            .green {
                color: rgb(23, 53, 47);
            }
            .blue {
                color: rgb(35, 61, 56);
            }
            .white {
                color: rgb(8, 15, 13);
            }

footer {
    height: 20vh;
    background: rgb(247, 243, 226);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    color: rgb(0, 46, 107);
}
    .contactButton {
        color: rgb(0, 46, 107);
        font-size: 25px;
        margin: 0px 10px 20px 10px;
        border: none;
        background-color: rgb(0, 0, 0, 0);
        cursor: pointer;
    }
.whatIdo {
    min-height: 20vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    background-image: url(../assets/Asset\ 2.png);
    background-position: center;
    background-size: cover;
    color: rgb(0, 46, 107);
}
    .whatIdo ul {
        text-align: center;
        width: 80%;
        margin: 10px 0px 10px 0px;
    }
    .whatIdo li {
        list-style: none;
        display: inline-block;
        margin: 10px;
        font-size: 15px;
    }

@media screen and (min-width: 600px) and (max-width: 799px) {
    .title h1 {
        font-size: 100px;
        margin-bottom: 10px;
    }
    .title p {
        font-size: 30px;
    }
}

@media screen and (min-width: 800px) {
    .biner {
        width: 20%;
    }

    .navMobile {
        display: none;
    }
    .navFull {
        display: -webkit-box;
        display: flex;
    }
    .navFull a {
        text-decoration: none;
        color: rgb(0, 46, 107);
        font-size: 20px;
        margin: 10px 10px 10px 10px;
    }

    .title {
        top: 30%;
    }
        .title h1 {
            font-size: 100px;
            margin-bottom: 10px;
        }
        .title p {
            font-size: 20px;
        }

    .about {
        margin-top: 40px;
    }
        .about h2 {
            font-size: 100px;
            margin: 20px 0px 40px 0px;
        }
    .aboutDescription {
        margin: 10px 20% 30px 20%   ;
        text-align: left;
    }

    .circle {
        height: 250px;
        width: 250px;
        margin: 50px 0px 20px 0px;
    }
    .myWork h3 {
        font-size: 25px;
        color: #508E83;
        margin: 25px 0px 30px 0px;
        font-weight: normal;
    }
    .sneakPeak {
        margin-bottom: 40px;
    }

    .projectImg {
        width: 60%;
        margin: 80px 40px 0px 40px;
    }
    .description {
        width: 60%
    }
    .buttonCluster {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
    }

    .whatIdo li {
        margin: 20px;
        font-size: 20px;
    }

    .contactButton {
        color: rgb(0, 46, 107);
        font-size: 25px;
        margin: 0px 10px 20px 10px;
        border: none;
        background-color: rgb(0, 0, 0, 0);
    }

}