﻿#frame1 {
	width: 600px;
}
#frame1 ul, #frame1 ol {
	color: skyblue;
	font-size:80%;
	text-shadow: -1px 1px 0 #000000, 0 1px 1px #000000;
}
.image-flyer-agenda {
	box-shadow: 2px 2px 1px #808080;
	margin-left: 5px;
	margin-right: 5px;
	border: 2px solid skyblue;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;

}

#flyers {
}

.pride-container {

	background-image: linear-gradient(to bottom, rgba(40, 40, 40, 0.0) 0%,rgba(40, 40, 40, 0.0) 100%), url("../gfx/flyers/Logo-left.png");
	background: rgba (0,0,0,0.5);
    background-size: 75px;
    background-repeat: no-repeat;
    height: 250px;
    position: right;
    width: 100%;
    z-index: -1;
}