head {
    margin: 100px;
}

#HeadLogo {
    background-image: url(ImagesandAnimations/Images/HeadLogo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 420px;
    height: 120px;
    top: 0px;
    bottom: 0px;
    margin-bottom: 20px;
    position: relative;
    margin: auto;
}

#HeadLogo:hover {
    background-image: url(ImagesandAnimations/Images/HeadLogo2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 420px;
    height: 120px;
    top: 0px;
    bottom: 0px;
    position: relative;
    margin: auto;
}

body {
    background: white;
    position:relative; 
    margin: 40px;
    font-family: 'Old Standard TT', serif;
    font-style: italic;
    text-align: center;
}

nav {
    position: fixed;
    font-family: monospace; 
    bottom: 100px;
    right: 0px;
    width: 100%;
    text-align: center;
}

.unclicked {
    color:black;
}

.clicked {
    color: rebeccapurple;
}

.navbar {
    font-size: 20; 
    margin-top: 100px;
    float: middle;
}

a {
    text-decoration: none;
}

#Logo {
    background-image:url(ImagesandAnimations/Images/IntroLogo.png);
    width: 500px;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}

#Logo:hover {
    background-image: url(ImagesandAnimations/Animations/Paw.gif);
    width: 500px;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}

#Work {
    font-family: 'Old Standard TT', serif;
    font-size: 15pt;
    font-style: italic;
    position: relative;
}

#Work_1 {
    background-image: url(ImagesandAnimations/Images/1_D'AndreMinnesota.jpg);
}

#Work_1:hover {
    background-image:url(ImagesandAnimations/Images/1_DAndreMinnesotaRutts.jpg);
    background-repeat: no-repeat;
}


#Work_2 { 
    background-image: url(ImagesandAnimations/Images/2_That70sShow.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

#formore {
    font-size: 15pt;
    text-decoration: none;
    text-align: right;
    position: relative;
    top: 20px;
    margin: 10px;
}

#formore:hover {
    font-size: 15pt;
    text-decoration: none;
    color: white;
    text-align: right;
    position: relative;
    top: 20px;
    margin: 10px;
}

#Resume {
    background-image: url("ImagesandAnimations/Images/Resume2.png");
    width: 500px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    
    float: center;
}

#Resume:hover{
    background-image: url("ImagesandAnimations/Images/ResumeRutt2.png");
    width: 550px;
    height: 450px;
    background-repeat: no-repeat;
    margin: auto;
    float: center;
}

#Contact {
    font-size: 20pt;
    text-align: right;
    bottom: 300px; 
    position: absolute;
    margin-right: 0px;
    margin-left: 100px;
}

#MouseToy {
    position: absolute;
    background-image:url(ImagesandAnimations/Images/MouseToy.png);
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 700px;
    margin-top: 50px;
}

#MouseToy:hover {
    background-image: url(ImagesandAnimations/Images/MouseToyRutts.png);
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 700px;
    margin-top: 50px;
}