body{
    background-color: rgb(43, 43, 43);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    
}

/* Headers */

header.hello{
    background-image: url("images/Image\ \(1\).jpeg");
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    height: 800px;
    background-size: cover;
    padding: 20px;
    color: white; 
}

@media screen and (min-width: 1130px) {
    header.hello {
        background-size: cover;
    }
}



header.contact{
    background-image: url("images/Image\ \(4\).jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 800px;
    padding: 20px;
    color: white; 
    background-attachment: fixed;
}

@media screen and (max-width: 1130px) {
    header.contact {
        background-size: 1200px;
    }
}

header.Me{
    background-image: url("images/Image\ \(6\).jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 800px;
    padding: 20px;
    color: white; 
    background-attachment: fixed;
}

@media screen and (max-width: 1130px) {
    header.Me {
        background-size: 1200px;
    }
}

header.meNav{
    background-image: url("images/Image\ \(3\).jpeg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    height: 800px;
    padding: 20px;
    color: white; 
    background-attachment: fixed;
}

@media screen and (max-width: 1130px) {
    header.meNav {
        background-size: 1200px;
    }
}




/* Contacts */

.contacts img{
    width: 40px;
    border-radius: 50%;
    background-color: gray;
    box-shadow: white 0px 0px 3px;
    border-color: white;
    
}

@media screen and (min-width: 550px) {
    .contacts img{
        width: 100px;
    }
}

@media screen and (min-width: 1040px) {
    .contacts img{
        width: 200px;
    }
}



.contacts h7{
    position: relative;
    color: white;
    font-size: 20px;
    top: 70px;
    font-weight: bold;
}

@media screen and (max-width: 550px) {
    .contacts h7{
        top: 30px;
    }
}

.contacts div{
    padding: 30px 20px 0 20px;
    position: relative;
    margin: auto;
}

@media screen and (min-width: 1040px) {
    .contacts div{
        padding: 30px 20px 0 20px;
    }
}
@media screen and (min-width: 550px) {
    .contacts div{
        padding: 50px 20px 0 20px;
    }
}

.contactsdiv{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contacts{
    
    text-align: center;
    color: black;
    background-color: rgb(43, 41, 41);
    padding: 20px;
    
}




/* Navigations */



.logo a{
    position:absolute;
    background-image: url("images/valentineOnlineLOgo.png");
    height: 300px;
    display: inline-block;
    background-size: 200px;
    width: 200px;
    background-repeat: no-repeat;
    left:0;
    top:0;
    pointer-events: none;
    color: transparent; 
}

.footerUl{
    list-style-type: none;
    text-align: center;
}

.navUl{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right; 
}



.navUl li{
    margin: 0;
    display: inline-block;
    margin-right: 20px;
    font-size: 17px;
}

@media screen and (max-width: 850px) {
    .navUl li {
        display: block;
        text-align: right;
        margin-top: 5px;
        text-shadow: black 0px 0px 10px;
    }

    .navUl li.desktop{
        display:none;
    }

}

.footerUl li{
    display: inline-block;
    font-size: 17px;
    margin-right: 0px;
    margin: 0;
}


footer{
    background-color: rgb(8, 8, 8);
    padding: 10px 20px;
    align-items: center;
    margin: 0;
}

.nava{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}

a:hover{
    color: blanchedalmond;
}

.Title{
    margin: auto;
    font-size: 50px;
    text-shadow: rgb(92, 91, 91) 0px 0px 5px;
    text-align: center;
    padding: 270px 0;
}



.ReadMore img{
    
    width: 300px;
    border-radius: 10%;
} 

@media screen and (min-width: 655px) {
    .ReadMore img{
        width: 300px;
        border-radius: 50%;
    }

}


.ReadMore div{
    padding: 40px 0px;
}

@media screen and (min-width: 655px) {
    .ReadMore div{
        padding: 100px 0px;
    }

}

.ReadMore{
    display: flex;
    flex-direction: row;
    text-align: center;
    color: black;
    background-color: rgb(43, 41, 41);
    flex-wrap: wrap;
}

div{
    position: relative;
    margin: auto;
}




.projectsclass{
    display: flex;
    flex-direction: row;
    text-align: center;
    color: black;
    background-color: rgb(43, 41, 41);
    padding: 20px;
    flex-wrap: wrap;
}



.projectsclass div img{
    left: 0;
    height: 100px;
    width: 100px;
    float: left;
    border-radius: 10px;
    margin: 15px;
    background-position: 50px;
}

@media screen and (min-width: 1300px) {
    .projectsclass div img{
        height: 400px;
        width: 400px;
        margin: 0;
        margin-right: 15px;
        border-radius: 0;
        border: whitesmoke solid 2px;
        box-shadow: white 0px 0px 5px;
    }

}

.projectsclass div{
    border-radius: 20px;
    background-color: black;
    border: gray 1px solid;
    box-shadow: gray 0px 0px 5px;
    margin: 30px;
    
    height: auto;
    width: 400px;
    overflow: hidden;
}

@media screen and (min-width: 1300px) {
    .projectsclass div{
        height: auto;
        width: auto;
    }

}


.projectsclass div h6{
    color: white;
    display: block;
    margin: 20px 20px 20px 0px;
    font-size: 26px;
    text-align: left;
}

@media screen and (min-width: 1300px) {
    .projectsclass div h6{
        margin: 20px 0 0 0px;
        text-align: left;
        font-size: 50px;
    }

}

.projectsclass div h7{
    color: rgb(190, 190, 190);
    display: block;
    margin: 81px 15px 20px 15px;
    font-size: 18px;
    text-align: left;
}

@media screen and (min-width: 1300px) {
    .projectsclass div h7{
        text-align: left;
        margin: 70px 20px 0 20px;
        font-size: 20px;
    }

}

.projectsclass div ul a{
    text-decoration: none;
    color: white;
}

@media screen and (max-width: 1300px) {
    .projectsclass div ul a{
        text-align: left;
        margin: 70px 20px 0 20px;
        bottom: 0;
    }

}

.projectsclass div ul a:hover {
    color: blanchedalmond;
}

.projectsclass div ul li{
    font-weight: bold;
    margin: 0;
    display: inline-block;
    margin-right: 20px;
    font-size: 17px;
}

.projectsclass div ul{
    margin-top: 50px;
    padding: 0;
    list-style-type: none;
    float: left; 
}














.ThisIsMe{
    height: 700px;
}

@media screen and (min-width: 530px) {
    .ThisIsMe {
        height: 800px;
    }

}




.ThisIsMe div{
    box-shadow: black 0px 5px 5px;
    top: 50px;
    border-radius: 50px;
    background-color: white;
    overflow:hidden;
    position: relative;
    margin: auto;
    height: 600px;
    width: 360px;
}

@media screen and (min-width: 530px) {
    .ThisIsMe div{
        width: 500px;
    }

}

@media screen and (min-width: 1050px) {
    .ThisIsMe div{
        width: 1000px;
        height: 600px;
    }

}



.ThisIsMe div img{
    left: 0;
    margin-right: 0;
    background-position: 50px;
    float: left;
    border-radius: 100%;
    width: 80px;
    height: 90px;
    padding: 20px;
}

@media screen and (min-width: 530px) {
    .ThisIsMe div img{
        border-radius: 100%;
        margin-right: 15px;
        width: 130px;
        height: 140px;
        padding: 20px;
    }

}

@media screen and (min-width: 1050px) {
    .ThisIsMe div img{
        border-radius: 0;
        background-position: 50px;
        height: 600px;
        width: 450px;
        padding: 0;
        margin-right: 15px;
    }

}

.ThisIsMe div h6{
    color: black;
    display: block;
    margin: 30px 0 0 0px;
    font-size: 25px;
}

@media screen and (min-width: 530px) {
    .ThisIsMe div h6{
        margin: 50px 0 0 0px;
        font-size: 50px;
    }

}

.ThisIsMe div h7{
    color: black;
    display: block;
    margin: 5px 0 0 0px;
    font-size: 13px;
}

@media screen and (min-width: 530px) {
    .ThisIsMe div h7{
        color: black;
        display: block;
        margin: 5px 0 0 0px;
        font-size: 20px;
    }

}

@media screen and (max-width: 1050px) {
    .ThisIsMe div h7{
        margin: 5px 20px 0 0px;
    }

}

.ThisIsMe div h8{
    color: gray;
    display: block;
    padding-top: 10px;
    margin: 30px 30px 0 0px;
    font-size: 15px;
}

@media screen and (min-width: 530px) {
    .ThisIsMe div h8{
        color: gray;
        display: block;
        margin: 30px 30px 0 0px;
        font-size: 16px;
    }

}

@media screen and (max-width: 1050px) {
    .ThisIsMe div h8{
        margin: 30px 20px 0 20px;
    }

}










h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -140%);
    color: white;
    text-shadow: black 0px 0px 5px;
    width: 200px;
}

.projects{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    color: white;
    text-shadow: black 0px 0px 5px;
    width: 200px;
}

.youtube{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    color: white;
    text-shadow: black 0px 0px 5px;
    width: 200px;
}

h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, +400%);
    color: white;
    text-shadow: black 0px 0px 5px;
}








.texta {
    color: rgb(1, 70, 19);
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}






.policy{
    text-align: center;
    font-size: 50px;
}

@media screen and (min-width: 1200px) {
    .policy{
        font-size: 50px;
    }

}

.policy2{
    color: gray;
    padding: 0px 10px;
    text-align: left;
    font-size: 15px;
}

@media screen and (min-width: 1200px) {
    .policy2{
        padding: 0px 400px;
        font-size: 20px;
    }

}

.policy3{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (min-width: 1200px) {
    .policy3{
        font-size: 40px;
    }

}

.policyLinks{
    
    text-align: left;
    padding: 0px 30px;
    font-size: 15px;
}

@media screen and (min-width: 1200px) {
    .policyLinks{
        padding: 0px 400px;
        font-size: 20px;
    }

}

.policyLinks2{
    text-align: left;
    padding: 0px 30px;
    font-size: 15px;
    color: gray;
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
    .policyLinks2{
        padding: 0px 400px;
        font-size: 20px;
    }

}

.policyLinks a{
    text-decoration: none;
    color: white;
}

.policyLinks a:hover{
    color: blanchedalmond;
}