/* 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;
    background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    color: #f1f1f1;
    width: 1000px;
    padding-left: 20px;
}

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



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

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

#ImagesContainer{
    position: relative; 
	width:70%;
	padding-left: 0%;
	margin:auto;
}
div.ImgPolaroid {
    width: 24%;
    box-shadow: 0 4px 8px 0 rgba(27, 27, 36, 0.55), 0 6px 20px 0 rgba(28, 25, 33, 0.88);
	float:left;
	margin:30px;
}

img {
    width:100%

}

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




!--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: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
}