html{
   margin: 0%;
   padding: 0%;
}
body{
    margin: 0%;
    padding: 0%;
}
.Top{
    background-color: black;
    color: white;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 1000px;
    font-size: 16px; 
    height: 2em;
    padding: 0%;
    margin: 0%;
    min-height: 100vh; 
    min-width: 100vw;
}
.Top #TopLeft{
    position: absolute;
    top: 3%;
    left: 3%;
    font-family: Helvetica;
}

.Top #TopMiddle {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 500%;
    font-family: Helvetica;
}

.Top #TopRight{
    position: absolute;
    bottom: 3%;
    right: 3%;
    font-size: 3em;
    
}

 /*#TopRight a:hover {
    color: rgb(101, 177, 2);
} */
.fa-chevron-down:hover {
    color: rgb(90, 90, 90);
}
#TopRight a:visited {
    color: rgb(255, 255, 255);
}
#TopRight a{
    color: rgb(255, 255, 255);
}

.Mid{
    background: url(images/white_wall_@2X.png)center, white;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    min-width: 100vw;
    color: rgb(0, 0, 0);
    font-family: Helvetica, Arial, sans-serif;
}
.Mid a{
    color: rgb(0, 0, 0);
}
  
#topLeft {
    position: absolute;
    top: 3%;
    left: 3%;
    font-family: Helvetica, Arial, sans-serif;
}
#topLeft a{
    text-decoration: none;
}
#topLeft a:visited{
    color: rgb(0, 0, 0);
    
}

#topLeft a:hover {
    color: rgb(131, 131, 131);
}
@media only screen and (min-width: 1024px) {
    #selfie img {
        display: block;
    border-radius: 100%;
    margin: 0 auto;
    height:300%;
    width:auto;
    padding: 200px;
    padding-left: 0px;
    padding-right: 0px;
    }
} 
#selfie img {
    display: block;
    border-radius: 100%;
    margin: 0 auto;
    height:300%;
    width:auto;
    padding: 200px;
    padding-left: 0px;
    padding-right: 0px;
    
}
  
#topRight {
    position: absolute;
    top: 3%;
    right: 3%;
    font-family: Helvetica, Arial, sans-serif
}
#topRight a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}
#topRight a:visited {
    color: rgb(0, 0, 0);
}
#topRight a:hover {
    color: rgb(131, 131, 131);
}
  

#about {
    display: block;
    text-align: justify;
    padding-top: -10px;
    padding-left: 3em;
    padding-right: 3em;
    margin: -190px auto;
    max-width: 300px;
    min-width: 300px;
}
.fa-chevron-right{
    position: absolute;
    bottom: 15%;
    right: 3%;
    font-size: 3em;
    color: rgb(0, 0, 0);
}
#chevRightMe a:visited {
    color: rgb(0, 0, 0);
}

.fa-chevron-right:hover {
    color: rgb(131, 131, 131);
}
.fa-chevron-left{
    position: absolute;
    bottom: 15%;
    left: 3%;
    font-size: 3em;
    color: rgb(0, 0, 0);
}
#chevLeftMe a:visited {
    color: rgb(0, 0, 0);
}
#chevLeftme a {
    color: rgb(0, 0, 0);
}

.fa-chevron-left:hover {
    color: rgb(131, 131, 131);
}


/*
header{
    display: flex;
}
#selfie{
    border-radius: 50%;
    width: 25%;
    height: 25%;
    max-width: 200px;
    max-height: 200px;
}
#nav{
    margin-left: 5%;
    text-align: center;
    padding-top: 5%;

}
*/
.contactMid {
    background: url(images/Wood-FloorHD.jpeg) center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
    min-width: 100vw;
    color: rgb(0, 0, 0);
    font-family: Helvetica, Arial, sans-serif;
}

#links {
    position: absolute;
    width: auto;
    left: 40%;
    bottom: 50%;
    font-size: 60px;
    text-align: center;
}

#links a {
    color: rgb(0, 0, 0);
}

#links a:hover {
    color: rgb(131, 131, 131);
}
#chevLeftContact a {
    color: rgb(0, 0, 0);
}
#chevLeftContact .fa-chevron-left{
    position: absolute;
    bottom: 30%;
    left: 3%;
    font-size: 3em;
}