@charset "utf-8";

body {
	background-image: -webkit-linear-gradient(#eee 0%, #aaa 100%); 
	background-image: -moz-linear-gradient(#eee 0%, #aaa 100%); 
	background-image: -o-linear-gradient(#eee 0%, #aaa 100%); 
	background-image: linear-gradient(#eee 0%, #aaa 100%);
	background-attachment:fixed;
	min-height:100%;
	/*background-color: #aaa;*/
	padding-top: 20px;
	font-size: 16px;
	/*font-family: Times New Roman;*/
	margin:0px;
}



.nav-pills {
	padding-top: 20px;


}

.nav-pills > li {
	padding-right: 10px;
	


}

.nav-pills > li > a {
    font-size: 20px;
    color: #16479f;
   
    padding-right:5px;
    padding-left:5px;
    background-color: #ccc;
    box-shadow: 0px 3px 5px #16479f;
}

.nav-pills > li > a:hover {
    background-color: #16479f;
    color: #fff;
}
.active_pill {
	background-color: #ccc;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover {
    background-color: #16479f;
    color: #fff;
}
.container {
	background-color: #fff;
	/*background-image: -webkit-linear-gradient(#5F021F 0%, #fff 100%); 
	background-image: -moz-linear-gradient(#5F021F 0%, #fff 100%); 
	background-image: -o-linear-gradient(#5F021F 0%, #fff 100%); 
	background-image: linear-gradient(#5F021F 0%, #fff 100%);*/
	
	padding-top: 15px;
	/*border:2px solid #bf0000;
	border-radius: 1.5em;*/
	box-shadow: 0px 5px 10px #16479f;
	min-height:100%;
}
h2 {
font-size: 1.7em;
/*border-left: 2px solid #ad1926;
padding-left: 12px;*/
line-height: 1.2em;
color: #16479f;
font-weight:700;
}
h1 {
font-size: 2em;

}

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block {
text-align: justify;
}

.rosenlink {
text-decoration: none;
font-weight: bold;
color: #601b20;
}

