
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.insta {
  background: #8134AF;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}


body {
	font-family:arial;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}

a:link {
	color:#5fbcfa;
	text-decoration: none;
}	

a:visited {
	color:#5fbcfa;
	text-decoration: none;
}	

a:hover {
	color:#5fbcfa;
	text-decoration: underline;
}	

a:active {
	color:#5fbcfa;
	text-decoration: underline;
}	

ol{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 0px;
}

li{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

ul.contacts
{
    list-style-type: none;
	text-align: center;
    margin: 0;
    padding: 0;
	line-height: 150%;
}

h1.htitle
{
	color: white;

	text-align: center;
	font-size: 24pt;
	font-weight: bold;
}

h1
{
	color: black;

	text-align: center;
	font-size: 24pt;
	font-weight: bold;
}

.image
{
	text-align: center;	
}

img.small
{
	text-align: center;
	width: 300px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-radius: 0px;
}

div.prime{
	color: #cccccc;
	background-color: black;
	display: block;
	width: 300px;
	text-align: justify;
	margin-top: 60px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 15px;
	}	
	
div.text{
	/*color: #737373;*/
	background-color: white;
	display: block;
	width: 300px;
	text-align: justify;
	margin-top: 35px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	}	
	


