.project-text.w-100.my-auto.text-center.text-lg-right {
    background-color: white;
}

.text-white-50 {
    color: black;
}

img{
    border-radius: 20px;
    background-color: white;
    vertical-align: middle;
    margin: 8px 8px 8px 8px;
}
.mb-0{
    color: mintcream;
}

#about {
    background-color: rgb(19,59,81);
    background-image: none;
}

#remotecontrol {
    background: white;
    border-radius: 20px;   
    margin: 8px 8px 8px 8px;
}

#aboutinformertext{
    padding-top: 5rem;
}

.filetxt{
    font-size: 20px;
}

#docscontainer{
    background: white;
    border-radius: 20px;
    padding-bottom: 2rem;
}

#docstext{
    margin-top: 1rem;
}

#docs{
    padding-bottom: 2rem;
}

.text-catchphrase{
    color: #ff8f00;
}

.tablet{
    position: relative;
}

.tabletScreen{
    width: 40%;
    height: auto;
}

@media only screen and (min-width: 1000px) {
    .fileicon{
        font-size: 97px;
    }
    .text-catchphrase{
        padding-top: 0.5rem;
    }
    .tabletScreen{
        width: 30rem;
        height: auto;
    }
    .text-black-80,.text-white-70,.mb-0{
        font-size: large;
    }
}
@media only screen and (max-width: 1000px){
    .tabletScreen{
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 420px) {
    .masthead{
        background-position-x: -49rem;
    }
    .text-catchphrase{
        color: #002984;
        padding-top: 3rem;
    }
    
}