@import url('https://fonts.googleapis.com/css?family=Vollkorn');
body {
    font-family: arial, sans-serif;
}

*{
    margin:0;
    padding:0;
}

footer{
    width:100%;
    background-color: #222;
    /* padding: -100px; */
    /* height:100px; */
    height: 200px;
    position:absolute;
}

 #footer .wrapper {
	display: table;   /* Allow the centering to work */
    margin: 0 auto;
    position:relative;
}

footer nav ul{
    margin: 25px 0px 100px;
    /* margin: 0px; */
}

footer nav ul li{
    display: inline-block;
    margin-left: 20px;
    list-style: none;
}

footer nav ul li a{
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
}

#scroll-wrapper img{
    border:0;
    position: absolute;
}

#scroll-wrapper div{
    position:absolute;
}

/* Added for top nav image */
#maindiv {
    width: 100%;
    height: 510px;
    background-image: url('../../img/Background Section.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#maindiv header{
    padding: 0 40px 0 0;
}

#maindiv p{
    padding: 0 45px 0 0;
}

#navdiv {
    
    background:rgba(0, 0, 0, 0.4);
    width:100%;
    z-index: 2;
    font-size: 1.1em;
}

#navdiv ul {
    height: 60px;
    line-height: 70px;
    color: white;
    margin-right:15px;
}

#navdiv ul a {
    text-decoration: none;
    color: white;
    padding: 15px;
    line-height: 70px;
}

#navdiv ul li{
    list-style-type: none;
    display: inline-block;
    float: right;
}

#navdiv ul li:hover{
    background:rgba(100, 100, 100, 0.4);
    transition: all 0.40s ;
}

#header-div{
    text-align:center;
    display:block;
    position: absolute;
    left: 0;
    right: 0;
    top: 435px;
    margin: auto;
}

 #header-div{
    font-family: Vollkorn,Helvetica,Arial,sans-serif;
    font-size: 1.3em;
    line-height: 1.7em;
    color: #595352;
}

 #header-div header, #header-div p{
    color:rgb(235, 235, 235);
 }

  /* link style from www.si.com */
 /* link animation */
 #footer .wrapper a{
    background-image: linear-gradient(180deg,transparent 0,#ffb900 0);
    -webkit-transition: background-position .15s ease-out;
    -moz-transition: background-position .15s ease-out;
    -ms-transition: background-position .15s ease-out;
    -o-transition: background-position .15s ease-out;
    transition: background-position .15s ease-out;
    background-position: 0 22px;
    background-repeat: no-repeat;
    box-shadow: none;
    padding: 0;
    /* color: #595352; */
    color: #f7f7ef;
    cursor:pointer;
    text-decoration: none;
    font-size: 20px;
}

#footer .wrapper a:hover {
    text-decoration: none;
    background-position: 0px 2px;
}
/* end link transition */