h2, h3{
    margin-bottom: 3%;
    font-weight: bold;
}

ul {
    list-style:square;
}


hr{
    font-weight: bolder;
}

#intro h2{
    margin-bottom: 0%;
    text-align: center;
}

#intro-description{
    display: flex;
    align-items: center;
    flex-direction: column;
}

#intro-description img{
    width: 75%;
    margin: 5%;
}

.middlewares_section{
    margin: 2%;
    padding: 0px;

}

.middlewares_description {
    padding: 1%;
    list-style: none;
}

.vl {
    border-bottom: 1px solid #00afef;
    height: 1px;
    width: 100% !important;
}

.middlewares_description h3{
    margin-top: 5%;
    text-align: center;
}


.middlewares_description li {
    display: flex;
    flex-direction: column;
}


.middlewares_description img{
    width: 25%;
}

.middlewares_description .imageTop{
    margin-top: 10%;
    margin-bottom: 5%;
    align-self: center;
}

.middlewares_description .imageBottom{
    left: 5%;
	max-width: 100vw;
    position: relative;
    align-self: end;
}

.smallImgs{
    width: 30% !important;
}

.text-with-image{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100% !important;
}



/*For laptops screens*/
@media screen and (min-width: 992px) {
    
    .middlewares_section div div{
        margin: 2%;
        width: 40%;
    }

    .middlewares_description .imageTop{
        margin-top: 5%;
    }

    
    .vl {
        border-left: 1px solid #00afef;
        height: 110%;
        width: 1px !important;
    }

    #middle_section{
        height: 220%;
    }

    #first_section{
        height: 135%;
    }

    #last_section{
        height: 70%;
    }

    #intro-description{
        flex-direction: row;
    }

    #intro-description img{
        width: 60%;
        margin: 1%;
    }


    #intro h2{
        margin-bottom: 0%;
        text-align: left;
    }

    
        
}

/*For TVs*/
@media screen and (min-width: 1920px) {
    .w3-content{
        max-width: none !important;
    }

    body {
        text-align: center;
    }

    .banner{
        background-size: 15% !important;
    }

    .vl{
        height: 50%;
    }
}

