/* 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;
}


@font-face {
    font-family: myFirstFont;
    src: url(../font/kinglify.ttf);
}

@font-face {
	font-family: mySecondFont;
    src: url(../font/Harabara.ttf);
}

body{margin:10px; font-family: Bell MT; padding: 0px;}

#header{
	height:120px;
	/*position:fixed;*/
	width:100%;
	background:#FFFFFF;
	border-radius: 4px;
	z-index:1030;
	border: 1px solid transparent;
	border-color: #e7e7e7;
}

#logo{
	width:20%;
	float:left;
	margin-left:10px;
}

#logo img{
	width:197px;
	height:73px;
	margin-top:15px;
	margin-left:30px;
}

#header-title{
	font-family:Bell MT;
	font-size:60px;
	width:50%;
	float:left;
	color: #387CE0;
}

div #bcn{
	font-size:24px;
	margin-top:-10px;
}

#header-title-text{
	text-align:center;
	margin-top:3%;
	margin-left:2%;
}





#nav-bar{
	margin: 0 20%;
}

#nav-bar .link{
	float:left;
	width:33%;
	font-size:24px;
	text-align : center;
}


.headerDivider {
     border-left:1px solid #38546d; 
     border-right:1px solid #16222c; 
     height:30px;
	 float:left;
}

.clear{
	clear:both;
	width:0px;
}
hr{
	border: 0;
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}
a{
	text-decoration:none;
	color:black;
}

/***************************************************** Main Container ********************************************/


#container-title{
	text-align : center;
	width:50%;
	margin:auto;
	font-size : 50px;
}

/***************************************************** Polaroid Images *******************************************/

#ImagesContainer{
	width:70%;
	padding-left: 0%;
	margin:auto;
}
div.ImgPolaroid {
    width: 24%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	float:left;
	margin:40px;
}


div.ImgContainer {
    text-align: center;
    padding: 10px 20px;
}

.previous a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

.previous a:hover {
    background-color: #4CAF50;
    color: white;
}

.next a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

.next a:hover {
    background-color: #4CAF50;
    color: white;
}

.previous {
    background-color: #f1f1f1;
    color: black;
}

.next {
    background-color: #f1f1f1;
    color: black;
}

/***********************************************************About Me Page****************************************/
#content-area{
	width:70%;
	margin:auto;
}

#imgarea img{
	border-radius:100%;
	width: 270px;
	height: 270px;
	box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#imgarea{
	float:left;
}

#aboutme-detail{
	width:65%;
	float:left;
	margin-left:4.45%;
	margin-top:5%;
	font-size:24px;
}
}

!--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;
}