@import url('https://fonts.googleapis.com/css2?family=Blaka+Ink&family=Bungee+Spice&display=swap');

html{
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
}


#loading{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #e4eff2 url("https://media.giphy.com/media/xTk9ZvMnbIiIew7IpW/giphy.gif") no-repeat center center;
    z-index: 99999;
}

.bg-light{
    background-color: #e19c78!important;
}

.navbar-brand{
    font-family: Times, "Times New Roman", Georgia, serif;
    font-size: 2.5rem;
    color: #000000!important;
}

.nav-link{
    color: #5f6368!important;
    font-family: 'Noto Sans JP', sans-serif;
}

.nav-link:hover{
    background-color: #97b90fb1;
    box-shadow: 2px 2px 10px rgba(159, 27, 27, 0.464);
}

.hero-content{
    height: 100vh;
    background-color: #414344;
    color: #ffffff;
    padding: 3rem;
    border-bottom-left-radius: 45rem;
    border-bottom-right-radius: 45rem;
    margin-bottom: 1vh;
}

.hero-img{
    height: 60vh;
    width: 70%;
    border-radius: 50px;
    margin-right: 30%;
    margin-top: 5%;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 766px) {
    .hero-img {
      display: none;
    }
}

.get-started{
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    font-size: 162%;
    background-color: #fff;
    color: #039be5!important;
    transition: 0.3s;
}

.get-started:hover{
    text-decoration: none;
    background-color: #c6d938;
    box-shadow: 2px 2px 10px rgba(58, 218, 14, 0.615);
    
}

.get-started-content{
    height: 90vh;
    background-color: #ff8a65;
    border-top-left-radius: 42rem;
    border-top-right-radius: 42rem;
    border-bottom-right-radius: 42rem;
    border-bottom-left-radius: 42rem;
}

.get-started-content .row{
    padding: 25vh 0;
}

.get-started-content a{
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    font-size: 162%;
    background-color: #039be5;
    color: #fff!important;
    transition: 0.3s;
}

.get-started-content a:hover{
    background-color: #017ab6;
    text-decoration: none;
}

footer{
    background-color:  #f2e9e4;
}

.social-icons li{
    list-style: none;
    display: inline;
    padding: 0.5rem;
}

.github{
    color: #24292e;
}

.linkedin{
    color: #0077b5;
}

.google{
    color: #D44638;
}


#footerbar{
    display:flex;
    justify-content: space-around;
    border-radius: 30px;
    background-color: #d79c4e;
    max-width: 100%;
    margin-left: 2px;
    padding: 20px;
    font-size: large;
    box-shadow: 0px 0px 10px black;
}