﻿body {
	margin: 0;
}
.mail{
	background-color: rgb(225, 0, 60);
	color: white;
}
.mailprof{
	color:black;
	
}

.mail:hover{
	width:120%;
	padding-left:10px;
	padding-right:10px;
	border-radius: 8px;
	background-color: rgb(55,63,67);
}
.mailprof:hover{
	width:120%;
	padding-left:10px;
	padding-right:10px;
	border-radius: 8px;
	background-color: rgb(55,63,67);
	color:white;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgb(225, 0, 60);
	width: 100%; /** Use 100% to fill the width of the page **/;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
li {
	width: 20%;
	text-align: center;
	float: left;
}
li a, .dropbtn {
	width: 100%;
	border-radius: 8px;
	display: inline-block;
	color: white;
	text-align: center;
	padding: 8px 0px;
	text-decoration: none;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
li a:hover, .dropdown:hover .dropbtn {
	background-color: rgb(55,63,67);
	color: white;
}
li.dropdown {
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgb(225, 0, 60);
	text-align: center;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
}
.dropdown-content a {
	color: white;
	padding: 8px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown-content a:hover {
	width: auto;
	background-color: rgb(55,63,67);
	color: white;
}
.dropdown-content a.active {
	width: auto;
	background-color: rgb(55,63,67);
	color: white;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.bottom {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	width: 800px;
	text-align: center;
	background-color: rgb(225, 0, 60);

}
.header_p1 {
	background: white;
	width: 750px;
	height: 110px;
	margin-bottom: 10px;
}
.wrapper {
	padding-top: 150px;
}
.header {
	height: 150px;
	width: 100%; /** Use 100% to fill the width of the page **/;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgb(225, 0, 60);
}
.top {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgb(225, 0, 60);
	width: 100%; /** Use 100% to fill the width of the page **/;
	height: 111px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.auto-style2 {
	text-align: center;
}
.active {
	width: 100%;
	background-color: rgb(55,63,67);
}
.auto-style3 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #FFFFFF;
}
.auto-style4 {
	color: #FFFFFF;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.auto-style5 {
	text-align: right;
	color: #FFFFFF;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.auto-style6 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
.auto-style10 {
	border-width: 0;
	border-collapse: collapse;
}
.text_block {
	text-decoration: none;
	height: 200px;
	text-align: center;
}
.text_block:hover {
	text-decoration: none;
	background: rgb(225, 0, 60);
}
.auto-style15 {
	border: 15px solid #FFFFFF;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size:medium;
	background-color: #F2F2F2;
}
.auto-style16 {
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.auto-style17 {
	font-family: "Courier New", Courier, monospace;
}
.auto-style18 {
	vertical-align: middle;
}
.auto-style19 {
	border-width: 0px;
	vertical-align: middle;
}
a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.auto-style21 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #E1003C;
}
.auto-style22 {
	text-align: center;
	color: #FFFFFF;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.auto-style23 {
	font-size: x-large;
}

.index-style{
	 margin: 0 auto;
	 background-color: #F2F2F2;
	 color:black; 
}
.index-style ul{
	 margin: 0 auto;
	 background-color: #F2F2F2;
	 color:black;
	 border: 2px solid black;
}

.index-style a{
	color:black; 
}


#navig_back {
	background-image: url('../images/back_icon.png');
	height: 32px;
	width: 32px;
}
#navig_back:hover {
	background-image: url('../images/back_active.png');
}

figure {
  margin: auto;
  width: 40%;
  padding: 5px;
  float:inherit;
  border: 0px solid #cccccc;
  border-radius: 5px;
}

figure img {
  border-radius: 3px 3px 0 0;
}

figure figcaption {
  padding: 2px 4px 2px 4px;
  background-color: #636363;
  color: #cccccc;
  font-style: italic;
  border-radius: 0 0 3px 3px;
  font-size:small;
}