.intro {

    color: white;
    font-family: 'Alfa Slab One', cursive;
    text-align: center;
    padding-bottom: 150px;
}

.overlay {
    background-image: url('assets/backgrounds/h_img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: fixed;
    line-height: 20px;
    
}

#top_logo {
    padding-left: 120px
}


.what{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-family: 'Satisfy', cursive;
}

.Do{
    width: 400px;
}

.what p{
    display: none;
}


#what_head{
    text-align: center;
    font-family: 'Vidaloka', serif;
}

.about {
    text-align: center;
    padding: 4%;
}

.about h1{
    margin-top: -100px;
}

.services {
    background-image: url('assets/backgrounds/s_image.jpg');
    background-position: fixed;
    background-repeat: no-repeat;
    color: white;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding:100px;
    font-family: 'Kaushan Script', cursive;
}
body{
    font-size: 20px;
}

.weed{
    display:none;
}
    .card-img-overlay {
        display: none;
        background-color: rgba(0, 0, 0, 0.7);
    }

.card-img-overlay h4{
    color: white;
    margin: 2%;
    border: 2px solid white;
    height: 80%;
    text-align: left;
}
.card-tittle{
    color: white;
    margin: 5px;
    border: 2px solid white;
    text-align: left;
    height: 80%;
}
.card-img-overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
}

 .portfolio{
    display: flex;
    flex-wrap: wrap;
    font-family: 'Satisfy', cursive;
}


.img-fluid{
    margin: 2%;
    width: 230px;
}
.icons{
    text-align: center;
    padding-left: 25px;
}
.contact{
    background-image: url('assets/backgrounds/c_image.jpg');
    padding:20px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#comment{
    width:60%;
    height:150px;
    background:transparent;
    color:white;
}