  div.h{
		font-size:35px;
		width: 100%;
		font-family: "Century Gothic", "Century Schoolbook", Century;
		color: #117A65;

  }



 .bd-navbar{
  background-color: #563d7c;
 }
  .fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius:50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
	.carousel-inner{

	height:350px;
	}
	p.a{
    font-family: Tahoma;
	}

.link
{
		font-family: "Century Gothic", "Century Schoolbook", Century;
		font-size: 15px;
		font-weight:bold;
		color: black;
}
 .vertical-menu { 
   width: 100%; 


 } 


 .vertical-menu a { 
   background-color: #EFF6F6; 
   color: #2CA8DE; 
   display: block; 
   padding: 12px; 

   text-decoration: none; 
 } 

 .vertical-menu a:hover { 
   background-color: grey; 
   color: white; 
 } 

 .vertical-menu a.active { 
   background-color: #4CAF50; 
   color: white; 
 }	 
a{
	color: #000000;
  font-family: "Century Gothic", "Century Schoolbook", Century;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}


/* mouse over link */
a:hover {
  color: #0000CC;
}

/* selected link */
a:active {
  color: grey;
}
div.admin
{
 font-variant: small-caps;
 font-size: 30px;
 text-align: center;
 font-family: Times new roman;

}
div.head
{
 font-variant: small-caps;
 font-size: 25px;
 text-align: center;
 font-family: Times new roman;
}
.menu
{
 font-variant: normal;
 font-size: 12px;
 font-family: "Century Gothic", "Century Schoolbook", Century;
 font-weight: bold;
 color: black;
}
.ad
{
 font-variant: normal;
 font-size: 16px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: blue;
}
.photo
{
 font-variant: small-caps;
 font-size: 50px;
 font-family: century gothic;
 text-align: center;

}
div.head2
{
 font-variant: small-caps;
 font-size: 50px;
 text-align: center;
 font-family: Times new roman;
}
div.l
{
		font-variant: small-caps;
		font-size: 19px;
		font-family:Century Gothic;
		color: black;
}
div.mail
{
	font-family: Tahoma;
	color: blue;
	font-size:15px;

	font-style: italic;
}
div.n
{
		font-variant: small-caps;
		font-size: 17px;
		font-family:Century Gothic;
		color: black;
}
div.l2
{
		font-family: Century Gothic;
    font-size: 12px;

}
.vl {
  border-left: 2px solid green;
  height: 100%;
}
div.not
{
	font-family: times new roman;
}

footer {
    display: flex;
    justify-content: center;
    padding: 5px;
    background-color: white;
    color: #0B7583;
}
.row{
    overflow: hidden;
}

[class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.scroll-slow {
 height: 50px;
 overflow: hidden;
 position: relative;
 background: yellow;
 color: orange;
 border: 1px solid orange;
}
.scroll-slow p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);
 transform:translateX(100%);
 /* Apply animation to this element */
 -moz-animation: scroll-slow 25s linear infinite;
 -webkit-animation: scroll-slow 25s linear infinite;
 animation: scroll-slow 25s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-slow {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-slow {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-slow {
 0%   {
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%);
 }
 100% {
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%);
 }
}
