body{
    background: #769ABB;
    font-size: 24px;
    text-align: center;
    color: #2D2679;
    text-shadow: white 1px 1px 0px,
                 white -1px -1px 0px,
                 white -1px 1px 0px,
                 white 1px -1px 0px;   
    font-family: 'Irish Grover';
}

a{
    text-decoration: none;
}

a:link{
    text-decoration: none;
}

a:visited{
    text-decoration: none;
}

a:focus{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

a:active{
    text-decoration: none;
}

#photo{
    width: 8rem;
    height: auto;
    border-radius: 90px;
    margin: 10% auto 0 auto;
}

#melo{
    border-radius: 90px;
    margin-bottom: 10%;
}

#projects{    
    margin: 0 auto;
    font-size: 24px;
}

#projectsbtn{
    color: #2D2679;
    text-shadow: white 1px 1px 0px,
                 white -1px -1px 0px,
                 white -1px 1px 0px,
                 white 1px -1px 0px;
    background-color: transparent;
    border: none;
    font-family: 'Irish Grover';    
    margin: 0 auto;
    font-size: 24px;
}

#projectsbtnhide{
    color: #2D2679;
    text-shadow: white 1px 1px 0px,
                 white -1px -1px 0px,
                 white -1px 1px 0px,
                 white 1px -1px 0px;
    background-color: transparent;
    border: none;
    display: none;
    font-family: 'Irish Grover';
    margin: 0 auto;
    font-size: 24px;
}

#logos{
    display: none;
}

#link{
    height: 3rem;
    width: 3rem;
    border-radius: 30px;
}

#atelier{
    height: 3rem;
    width: 3rem;
    border-radius: 30px;
}

#webdesign{
    height: 3rem;
    width: 3rem;
    border-radius: 30px;
}

#teacozy{
    height: 3rem;
    width: 3rem;
    border-radius: 30px;
}

#contact{
    margin: 0 auto;
}

#about{
    margin: 0 auto;
    font-size: 24px;
}

#aboutbtn{
    color: #2D2679;
    text-shadow: white 1px 1px 0px,
                 white -1px -1px 0px,
                 white -1px 1px 0px,
                 white 1px -1px 0px;
    background-color: transparent;
    border: none;
    font-family: 'Irish Grover';
    font-size: 24px;
}

#abouttext{
    display: none;
    background-color: #161246;
    text-align: justify;
    text-shadow: none;
    padding: 1rem;
    font-size: 18px;
    border-radius: 20px;
    color: #8b82ec;
    margin-top: 2rem;
}

#hideabout{
    text-align: center;
    background-color: transparent;
    color: #8b82ec;
    border: none;
    margin-left: 75%;
    margin-top: 0.5rem;
    font-weight: bold;
}

@media only screen and (min-width: 600px) {
    body{
        background-position-y: -2rem;
        position:static;
        background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Van_Gogh_-_Starry_Night_-_Google_Art_Project.jpg/2560px-Van_Gogh_-_Starry_Night_-_Google_Art_Project.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        font-size: 2.4rem;    
        width: 100%;
        font-family: 'Irish Grover';
    }

    #photo{
        margin-top: 12rem;
        margin-left: -7rem;
        position: fixed;
        border-radius: 90px;
        width: 12rem;
        height: auto;
    }
    
    
    #melo{
        margin-left: 36.5rem;
        margin-top: 23rem;
        position: fixed;
        border-radius: 90px;
        font-size: 2rem;
    }
    
    #projects{
        margin-left: 25rem;
        margin-top: 32rem;
        position: fixed;
    }
    
    #projectsbtn{
        color: #2D2679;
        text-shadow: white 1px 1px 0px,
                     white -1px -1px 0px,
                     white -1px 1px 0px,
                     white 1px -1px 0px;
        font-size: 2.4rem;  
        background-color: transparent;
        border: none;
        font-family: 'Irish Grover';
    }
    
    #projectsbtnhide{
        color: #2D2679;
        text-shadow: white 1px 1px 0px,
                     white -1px -1px 0px,
                     white -1px 1px 0px,
                     white 1px -1px 0px;
        font-size: 2.4rem;  
        background-color: transparent;
        border: none;
        display: none;
        font-family: 'Irish Grover';
    }
    
    #link{
        margin-left: -10rem;
        margin-top: 28rem;
        position: fixed;
        height: 3rem;
        width: 3rem;
        border-radius: 30px;
    }
    
    #atelier{
        margin-left: -7rem;
        margin-top: 33rem;
        position: fixed;
        height: 3rem;
        width: 3rem;
        border-radius: 30px;
    }
    
    #webdesign{
        margin-left: -10rem;
        margin-top: 36rem;
        position: fixed;
        height: 3rem;
        width: 3rem;
        border-radius: 30px;
    }
    
    #teacozy{
        margin-left: -6rem;
        margin-top: 29rem;
        position: fixed;
        height: 3rem;
        width: 3rem;
        border-radius: 30px;
    }
    
    #contact{
        margin-left: 73rem;
        margin-top: 8rem;
        position: fixed;
    }
    
    #about{
        margin-left: 55rem;
        margin-top: 28rem;
        position: fixed;
    }
    
    #aboutbtn{
        color: #2D2679;
        text-shadow: white 1px 1px 0px,
                     white -1px -1px 0px,
                     white -1px 1px 0px,
                     white 1px -1px 0px;
        font-size: 2.4rem;  
        background-color: transparent;
        border: none;
        font-family: 'Irish Grover';
    }
    
    #abouttext{
        display: none;
        margin-left: 52rem;
        margin-top: 11rem;
        position: fixed;
        background-color: #161246;
        font-size: 1.2rem;
        width: 20%;
        text-align: justify;
        text-shadow: none;
        padding: 0rem 1rem;
        border-radius: 20px;
        color: #8b82ec;
    }
    
    #hideabout{
        text-align: center;
        background-color: transparent;
        color: #8b82ec;
        border: none;
        margin-left: 45%;
        font-weight: bold;
    }
}