body {
    font-family: 'Neuton', serif;
    background-color: white;
}

hr {
   visibility: hidden;
}
        /*HEADER*/
header {
    font-size: 16px;
}


        /*NAVIGATION MAIN*/
.heading_type {
    font-family: 'Ek Mukta', sans-serif;
}
.nav {
    display:none;
}

.nav a:link {
    color: black;
    text-decoration: none;
    margin-left: 15px;
    color: black;
    padding-left: 15px;
    font-weight: lighter;
}
.nav a:visited {
    color: black;
}
.nav a:hover {
    color: white;
    text-shadow: 0px 0px 0px black, 0 0 3px grey, 0 0 2px black;
}
.nav a:active {
    color: white;
    text-shadow: 0px 0px 0px black, 0 0 3px grey, 0 0 2px black;
}   


        /*PHOTO RHEEL*/
img {
    width: 1000px;
    height: 450px;
}
.slider-holder {
    width: 1000px;
    height: 490px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 13px;
    text-align: center;
    overflow: hidden;
}
        
.image-holder {
    width: 10000px;
    background-color: white;
    height: 490px;
    clear: both;
    position: relative;
            
    -webkit-transition: left 2s;
    -moz-transition: left 2s;
    -o-transition: left 2s;
    transition: left 2s;
}
        
.slider-image {
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}
        
#slider-image-1:target ~ .image-holder {
    left: 0px;
}
        
#slider-image-2:target ~ .image-holder {
    left: -1000px;
}
        
#slider-image-3:target ~ .image-holder {
    left: -2000px;
}
        
#slider-image-4:target ~ .image-holder {
    left: -3000px;
}
        
#slider-image-5:target ~ .image-holder {
    left: -4000px;
}
        
.button-holder {
    position: relative;
    top: -25px;
}
        
.slider-change {
    display: inline-block;
    height: 13px;
    width: 13px;
    border-radius: 6.5px;
    margin: 5px;
    background-color: #999999;
}


a.slider-change:hover {
    background-color: #333333;
}





        /*FOOTER*/
.footer_nav {
    text-align: center;
    font-weight: 400;
    list-style: none;
}
.footer_nav li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
.footer_nav li {
    display: inline-block;
    border-left: 1px solid #878788;
    margin-left: 12px;
    color: black;
    padding-left: 12px;
}
.footer_nav li a{
    color: black;
    text-decoration: none;
}