/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
    padding-top: 0px;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: right;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color:black;
}

/* Add a color to the active/current link */
.topnav a.active {
    !--background-color: #4CAF50;--
    color: cyan;
    border: 3px red;
    border-color: rgba(37, 172, 99, 0.88);
    border-style: solid;
    border-radius: 10px;
}

#pagetitle{
            background: #333;
            color: rgba(121, 255, 152, 0.72);
            text-align: center;
            margin-bottom: 0px;
            margin-top: 0px;
            padding-bottom: 0px;
            font-size: 50px;
            font-style: italic;
            font-family: serif;
            text-shadow: 2px 2px 2px;
        }
        



.container {
    position: absolute;
    max-width: 800px;
    margin: auto;
}

.container img {
    vertical-align: center;
    width: 1887px;
    height: 1080px;
    margin: auto;
}

.container h1{
    padding: 0px;
    font-size: 50px;
}

.container p{
    padding: 0px;
    font-size: 30px;
}

.container .content {
    position: inherit;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    color: #f1f1f1;
    width: 1000px;
    padding-left: 20px;
}

!--Image--

.frame {
    position: relative;
    
}


.image {
    float: right;
    position: relative;
    width: 50%;
    border-style: solid;
    border: 2px red;
    border-radius: 50px;
    opacity: 1;
    display: block;
  width: auto;
  height: auto;
  transition: 0.1s ease;
  backface-visibility: hidden;
}

.middle {
    float: right;
  transition: .1s ease;
  opacity: 0;
  position: relative;
  top: auto;
  left: 22.5%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.frame:hover .image {
  opacity: 0.8;
    
}

.frame:hover .middle {
  opacity: 1;
}

.text {
  background-color: #283e29;
  color: white;
  font-size: 18px;
  padding: 16px 32px;
}



.quotation{
    position: absolute;
    bottom: 1;
    margin-left: 20px;
    background: rgba(0, 0, 0, 0); /* Black background with transparency */
    color: #237e12;
    width: auto;
    font-size: 30px;
    padding-left: 0px;
}

#fabacademy{
    width: auto;
    height: 100px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: auto;
}

#mylogo{
    position: static;
    background: #333;
            color: rgba(121, 255, 152, 0.72);
            width: auto;
    height: 70px;
    margin-top: 2px;
}



#SIBA{
    width: auto;
    height: 100px;
    float: right;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: auto;
}


#contact-us-img{
	float: right;
    width:150px;
	margin:auto;
}

#map-box{
	width:99.65%;
	height:600px;
	border:4px solid #f8f8f8;
	align-items: center;
}


#contact-us-info{
	width:100%;
	
}

#contact-us-info h1 {  font-size: 35px; line-height: 30px; font-weight: normal; text-align:center; margin-bottom: 0px; margin-top: 10px; text-shadow: 0 1px 1px #fff; }

!--Footer--


.fa {
  padding: 50px;
  font-size: 50px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    color: #3B5998;
}

.fa-twitter {
  color: #55ACEE;
}

.fa-google {
  color: #dd4b39;
}

.fa-linkedin {
  color: #007bb5;
}

.fa-youtube {
  color: #bb0000;
}

.fa-instagram {
  color: #cb2027;
}

.fa-pinterest {
  color: #cb2027;
}
.fa-envelope{
    color:white;
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: -10px;
}