/* header */
nav ul li a{
	font-size: 20px;
}

nav{
    background-color: rgba(0,0,0,0.654);
}

/* logo */
/*nav ul img{
	width: 260px;
	height: 80px;
	padding: 5px;
	float: left;
}*/

nav ul {
	display: table;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    widows: 100%;
}

nav ul li{
	float: left;
	padding: 5px 30px 5px 30px;
}

nav ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 15px;
    text-decoration: none;
}

nav ul li:hover {
    color: rgb(255, 204, 102);
}




/* !!!  body  !!! */

body{
	margin:0px;
	background-color: rgb(0,0,0);
}

section{
	height: 90%;
	width: 100%;
	background-image: linear-gradient(to bottom, white 0%, black 100%), url("img/bg.jpg");
	background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: multiply;
}



section .site{
	width: 60%;
	position: absolute;
	top: 15%;
	left: 20%;
}

section .site div{
	color: rgb(255,255,255);
	font-size: 20px;
}


section figure{
	float: left;
	font-size: 25px;
	width: 50%;
	padding: 10px;
	color: #FFFFFF;
	background: black; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, rgba(0,0,0,1), rgba(255,255,255,0.30)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, rgba(0,0,0,1), rgba(255,255,255,0.30)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, rgba(0,0,0,1), rgba(255,255,255,0.30)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, rgba(0,0,0,1), rgba(255,255,255,0.30)); /* Standard syntax */
    border-radius: 25px;
}

section figure a{
	color: rgb(0,0,255);
}

.other{
	float:left;
	width: 90%;
	margin: 50px;
	border: 2px solid #FFFFFF;
	border-radius: 25px;
}

#mainimage{
	position: absolute;
	left: 35%;
	width: 30%;
	height: 200px;
	z-index: 0;
}

section figure figcaption h1{
	color: #FFFFFF;
}

.middle{
	width: 50%;
}

.short{
	width: 30%;
}

.long{
	width: 70%;
}

footer{

}

footer #foot{
	display: table;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
	widows: 100%;
    margin-left: auto;
    margin-right: auto;

}

footer img{
    width: 100px;
    margin: 20px;
}