#nav-bar #logo-container{
    width: 20%;
    height: auto;
}
#nav-bar #logo-container img{
    width: 100px;
    height: auto;
}

#nav-bar label{
    display: grid;
    place-items: center;
    margin-right: 30px;
    z-index: 2;
}
#nav-bar #list-container{
    position: absolute;
    top: 100px;
    left:0;
    right: 0;
    background: rgb(228, 228, 228);
    border-top:1px solid rgba(0,0,0,.1);
    display: none;
    width: 100%;
    height: 100%;
}
#nav-bar #list-container ul{
    width: 100%;
    display: block;
    text-align: center;
}
#nav-bar #list-container ul li{
    width: 100%;
    padding: 30px;
}
#nav-bar #list-container ul li a{
    position: relative;
    width: 100%;
    color: black;
    text-align: center;
    font-size: 30px;
}

#menu-bar:checked ~ #list-container{
    display: initial;
}

#home-into{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    padding: 10px;
}
#home-into #HomeInto-content{
    width: 90%;
    height: auto;
    text-align: center;
    display: grid;
    place-items: center;
}  
#home-into #introPic-content{
    width: 90%;
    height: auto;
    display: grid;
    place-items: center;
}
#passion-container{
    flex-direction: column-reverse;
    align-items: center;
}
#passion-container #passion-content{
    width: 90%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}
#passion-container #passionGif-content{
    width: 90%;
    height: auto;
}
#passion-container #passionGif-content img{
    width: 100%;
    height: auto;
}

#grow h1{
    text-wrap: wrap;
    font-size: 35px;
}
#grow-business .grow-feature{
    width: 90%;
    height: auto;
}

#services h1{
    font-size: 35px;
    text-wrap: wrap;
}
#services #services-container .each-service {
    width: 90%;
    height: auto;
}
#more-info{
    flex-direction: column-reverse;
}
#info-content{
    width: 100%;
    height: auto;
    margin-left: 0px;
}
#info-content ul{
    list-style-type: none;
}

#info-gif{
    width: 100%;
    height: auto;
    display: grid;
    place-items: center;
    margin-right: 0px;
}

#Quick-link{
    flex-direction: column;
}
#Quick-link #logolist{
    width: 90%;
    height: auto;
}
#Quick-link #short-expl{
    width: 90%;
    height: auto;
}
#Quick-link #logolist img{
    width: 100%;
    height: auto;
}
#Quick-link #short-expl h1{
    font-size: 35px;
    margin-top: 20px;
    text-align: center;
}
#Quick-link #short-expl p{
    text-align: center;
    font-size: 18px;
}
#Quick-link #quick-link-list{
    width: 90%;
    height: auto;
}
