@media screen and  (min-width: 100px){
    *{
        margin: 0;
        padding: 0;
        font-family: 'Poppins', sans-serif;
    }
#cover{
    background: linear-gradient(rgba(0, 0, 0, 0.736),#3591ce),url(images/photo1.PNG);
    background-size: cover;
    background-position: center;
    height: 100vh;
}
#logo{
    margin-top: 20px;
    margin-left: 20px;
    width: 70px;
    position: absolute;
    background-color: #3591ce48;
    border-radius: 10px;
}
#logotxt{
    margin-left: 100px;
    padding-top: 25px;
    color: #fff;
    font-weight: bolder;
    font-size: 150%;
}
#signup{
    margin-top: -35px;
    margin-left: 65%;
    position: absolute;
    font-size: 2.5vh;
    border-radius: 10px;
    background-color: #ffffff00;
    border: 1px solid black;
    border-color: #fff;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.covertxt{
    margin-top: 15vh;
    margin-left: 20px;
    color: #fff;
}
.covertxt h5{
    font-size: 120%;
}
.covertxt h1{
    font-size: 4.5vh;
}
#tour{
    font-size: 3vh;
    margin-left: 20px;
    margin-top: 4vh;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff00;
    border: 1px solid black;
    border-color: #fff;
    color: #fff;
    position: absolute;
    cursor: pointer;
}
.socials{
    width: 100%;
    height: 45px;
    background: linear-gradient(to right,rgba(0, 0, 0, 0),#003166dd);
    margin-top: 32vh;
    position: absolute;
    float: bottom;
    border-radius: 20px;
    margin-left: -10px;
}
.socials img{
    float: right;
    margin: 10px;
    height: 25px;
    margin-right: 30px;
    filter: invert(100%);
    cursor: pointer;
}


}
