
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great|Coming+Soon');

html, body {
    height:100%;
}

.gifCont {
    position:absolute;
    top:50%;
    left:50%;
    z-index: 1;
}

.img {
    width:400px;
    transition:opacity 0.3s ease-in-out;
    opacity:0.83;
}

.img:hover {
    opacity:1;
}

.bgimage {
  background-image: url(/assets/blackboard.jpg);
}

/* HEADER */

header {
    color:white;
    font-family: 'Fredericka the Great', cursive;
    font-size:96px;
    text-align:center;
}

h1 {
    font-size:32px;
    background-size: 500px;
    color:white;
    text-align:center;
}

/* BODY */

    a:link {
        color:black;
    }
    a:visited {
        color:darkgrey;
        
    }
    a:hover {
        color:darkorange;
        
    }
    a:active {
        color:orange;
    }

nav {
    
    font-family:'Coming Soon', cursive;
    font-size:48px;
    text-align:center;
    

}

article {
    
    
    font-family:"Gotham-Book","Century Gothic",sans-serif;
    font-size:14px;
    width:50%;
    margin-left: auto;
    margin-right: auto;
    
}