body {
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    min-height: 675px;
    background-color: #F4F5FF !important;
}

p {
    width: 100%;
    left: 0px;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: top;
    max-width: 550px;
    color: #727586;
    margin: 0px;
    margin-top: 0;
    margin-bottom: 1rem;
}

a:hover {
    cursor: pointer;
    color: #673DE6;
    text-decoration: underline;
}

h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    margin: 8px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    height: 100%;
}

.ic-launch {
    margin-left: 10.5px;
    width: 21px !important;
    height: 20px !important;
}

.link-container {
    margin-top: 32px;
    margin-bottom: 32px;
}

.link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #673DE6;
    margin-top: 8px;
    text-decoration: none;
}

.main-image {
    width: 100%;
    max-width: 650px;
    max-height: 406px;
    height: auto;
}

.navigation {
    width: 100%;
    height: 72px;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: rgb(34, 34, 34);
    /* border-bottom: 2px solid black; */
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.iconpng {
    width: 50%;
    margin-bottom: 7px;
}

header {
    width: 100%;
    height: 15%;
}
main{
    width: 100%;
}
h1 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
.logo{
        height: 100%;
}
section{
    padding-top: 5%;
    width: 100%;
}

@media screen and (min-width:320px) and (max-width:575px){
    section{
        margin: 6%;
        height: 100%;
    }
    .service-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .container{
        justify-content: center;
    }
    .our-services{
        justify-content: center;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .our-services .col-sm-4{
        border-right: 0px solid black !important;
        border-bottom: 0px !important;
    }
    .row{
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    p{
        justify-content: center;
    }
    section{
        padding: 0px;
    }
}
@media screen and (min-width:576px) and (max-width:991px){
    .content{
        justify-content: normal !important;
    }
    section{
        padding: 50px;
        display: flex;
        height: 100%;
    }
    .container{
        width: 100%;
        height: 100%;
        display: flex;
    }
}
@media screen and (max-width: 580px) and (min-width: 0px) {
    h1,
    p,
    .link-container {
        width: 80%;
    }
}
@media screen and (min-width:426px) and (max-width:575px){
    .navigation{
        margin-top: 5%;
    }
    .service-info{
        justify-content: center;
        align-items: center;
    }
    p{
        margin-left: 50px;
        justify-content: center;
    }
}
@media screen and (min-width: 650px) and (min-height: 0px) and (max-height: 750px) {
    .link-container {
        margin-top: 12px;
    }

}


.service-icon {
    background-color: grey;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    height: 90px !important;
    line-height: 90px !important;
    width: 90px;
    font-size: 30px;
    height: 65px;
    line-height: 62px;
}  
.our-services .col-sm-4:hover .service-icon:before {
    height: 90px;
    width: 90px;
}
.our-services .col-sm-4 {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 50px;
}
.service-info h3 {
    margin-top: 35px;
}

footer{
    display: flex;
    background-color:rgb(34, 34, 34); 
    justify-content: center;
    width: 100%;
    height: 10%;
    align-items: center;
    text-align: center;
}
footer p{
    color: #F4F5FF !important;
    margin: 4vh;
}