body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: black;
    background-color: darkred;
    background-image: url(images/DSCN2965.JPG);
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

h1 {
    font-size: 1.5em;
    text-shadow: #333333 2px 2px 5px;
}

a {color:orange}
a:hover, a:focus {color:darkorange}
a:active {color:red}

header {
    border-style: double;
    border-color: red;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 10px;
}

footer {
    clear:both;
    border-style: double;
    border-color: red;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 10px;
    width: 97%;
    display: inline-block;
}

header a, footer a {
    list-style: none;
    margin: 0;
    padding: 0;
}

header a:link, header a:visited, footer a:link, footer a:visited {
    float: left;
    background-color: rgba(0,0,0,0.4);
    border-radius: 8px;
    padding: 10px;
    margin: 5px;
    margin-bottom: 5px;
    display:inline-block;
    text-decoration: none;
}

header a:hover, footer a:hover {
    background-color: rgba(0,0,0,0.6);

}

header p, footer p {
    margin-bottom: 40px;
}

article {
    margin-bottom: 30px;
}

.wide {
    min-width: 0;
}

@media screen and (min-width: 1350px) {
    article {
        float: left;
        width:870px;
    }

    aside {
        float: right;
        width: 250px;
        background-color: rgba(255,255,255, 0.5);
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1550px) {
    .wide {
        min-width: 1050px;
    }
}

img{
    max-width: 100%;
    height:inherit;
}

table {
    border: none;
    table-layout: auto;
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
}

nav.td {
    width: 33%;
}

tr {
    vertical-align: top;
}

.wrapper {
	padding: 40px;
	background-color: rgba(255,255,255, 0.75);
    border-radius: 20px;
}

.wrapper a{color: darkred}
.wrapper a:hover{color: red}
.wrapper a:active{color: firebrick}

.homepage {
	padding: 40px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 20px;
}

.bannertext{
    color: white;
    font-size: 2.5rem;
    font-style: italic;
}

aside .links {
    list-style: none;
    margin: 0;
    padding: 0;
}

aside .links a:link, aside .links a:visited {
    background-color: rgb(255,255,255);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 5px;
    display:block;
    text-decoration: none;
}

aside .links a:hover {
    background-color: rgb(200,200,200);
}