﻿body {
    background-color: white;
    font-family: 'Raleway', sans-serif;
}


.navigation ul {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top:100px;
}

.navigation li {
    font-weight: 100;
    letter-spacing: 2px;
    padding: 35px;
    font-size:30px;
}

.navigation li.current{
    
    font-weight:bolder;

}

#banner {
    background-image: url('../images/Vimg4.jpg');
    background-size: cover;
    background-position: bottom center;
    height: 500px;
    margin-top: 50px;
    width: 100%;
}
    #banner .content h1 {
        border: 3px double white;
        position: relative;
        top: 100px;
        width: 700px;
        height: auto;
        margin: 0 auto;
        
        font-size:50px;
        text-align:center;
        font-family:Cambria;
        color:white;
    }
.footer {
    width: 100%;
    background-color: #F8F8F8;
    height: 230px;
    margin-top: 100px;
    
   
}
.footer p{
    color:black;
    text-align:center;
    font-size:20px;
    padding-top:30px;
    font-weight:bold;

}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.tr {
    height: 400px;
}

.td{
    width:100%;
    
}
.CentralTd {
    border: 0;
    width: 10%;
}
.td img {
    height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-bottom:200px;

}

.zoom:hover {
    transform: scale(1.6); 
   
    }

.byline {
    border-bottom: 1px solid LightGrey;
    border-top: 1px solid LightGrey;
    color: DarkGrey;
    font-size: 14px;
    font-weight: 200;
    margin-top:50px;
    text-align:center;
}

.sort ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: whitesmoke;
    display: table;
    width: 100%;
    font-size: 30px;
    margin-bottom:100px;
}

.sort li {
    display: table-cell;
}

.sort a {
    display: block;
    color: black;
    text-align: center;
    padding: 30px 30px;
    text-decoration: none;
}

    .sort a:hover {
        background-color: #E0E0E0;
    }

.line {
    border-top: solid;
    width: 100%;
    margin-bottom: 150px;
}
.text {
    text-align: center;
    font-size: 50px;
}
