ul {
    list-style: none;
}

.nav-item .lead {
    color: #fff;
}

body {
    background: url(../img/bg.png) no-repeat center / cover;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}

a{
	color: #ff7878;
} 
a:link {
	color: #ff7878;
} 
a:hover {
	color: #a651f0;
} 
	
#about-box {
    background: rgba(0,0,0,.8);
    color: #fff;
    border-radius: 5px;
    max-width: 1200px;
}

.services-box p {
    font-size: 1.15rem;
}

@media (max-width: 1000px) {
    body {
        padding-top: 86px;
    }
    #about-box {
        position: absolute;
        top: 115px;
        width: 100vw !important;
        left: 0;
        min-height: 100vh;
    }

    #about-title,
    #contact-title,
    #rd-title,
    #services-title {
        margin-top: 0 !important;
    }
}

@media (max-height: 750px) and (max-width: 900px) {
     body {
        padding-top: 86px;
    }
    #about-box {
        position: absolute;
        top: 20px;
        width: 100vw !important;
        left: 0;
        min-height: 100vh;
    }
}

@media (max-height: 800px) {
     body {
        padding-top: 86px;
    }
    #main,
    main {
        position: absolute !important;
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 100vw !important;

        
        left: 0 !important;
        top: 86px !important;
        right: 0 !important;

    }
}

@media (min-height: 800px) and (max-height: 950px) {
     body {
        padding-top: 86px;
    }
}
