@charset "utf-8";
body {
	background-color: hsla(221,94%,7%,1.00);
	color: hsla(0,6%,90%,1.00);
	font-family: Helvetica, Arial, "Lucida Sans Unicode";
	font-size: 1.0em;

}
hr {
	border-top-style: dashed;
}
li {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 200%;
}

iframe{
	width: 350px;
	height: 500px;
	
}

.bookmarks {
	background-color: hsla(220,3%,17%,1.00);
	margin: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.content a {
	color: hsla(0,6%,90%,1.00);
}
.content a:link {
	color: hsla(0,6%,90%,1.00);
}
.content a:hover {
	background-color: hsla(0,6%,90%,1.00);
	padding: 10px;
	border-radius: 10px;
	color: hsla(221,94%,7%,1.00);
}



 .w3-btn {
	border: none;
	display: inline-block;
	outline: 0;
	padding: 10px 16px;
	vertical-align: middle;
	text-decoration: none !important;
	color: #fff;
	background-color: #2B2C2E;
	text-align: center;
	transition: .2s ease-out;
	cursor: pointer;
	border-radius: 10px;
}


.w3-modal-dialog .w3-modal-content {
	background-color: hsla(0,0%,0%,0.81);
	color: hsla(0,6%,90%,1.00);
	border-radius: 10px;
}


.w3-modal-dialog .w3-modal-content a {
	color: hsla(239,75%,55%,1.00);
}


@media (min-width: 800px){
        .content {
        width: 850px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.05em;
                }
    .matt {
	background-color: hsla(0,6%,90%,1.00);
	padding: 20px;
}
.offset p {
	line-height: 200%;
}

        }

.header {
	background-image: url(../back/index2016.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

