
body { 
 background:#fff; margin:0; 
}
#container { 
 width:100%px; 
 margin:0 auto; 
 background:#fff; 
}
#header { 
 width:100%; 
 height:102px; 
 border-bottom:0px solid #090a0a; 
 background:#fff;
 }
 
#logofablab { 
 float:left; 
 width:220px; 
 height:50px; 
 margin:0px;
    padding-left: 10px;

}

.HeaderTitle h2{
    
  padding-top:0px;
    padding-bottom: 0px;
 width:400px; 
 height:0px; 
 margin:0px; 
 /*background:#2222be;*/
    font-size:35px;
    color:#2b1e7c;
    font-family:cursive;
    font-style:italic;
    text-shadow: 4px 2px 4px  rgba(43, 30, 124, 0.73);
    

} 

    


#logoiba { 
  float:right; 
 width:120px; 
 height:30px; 
    padding-left:10px;
    padding-top:5px;
    padding-bottom: 5px;
 
 background:#fff;
    margin:0px;

}


.topnav {
  overflow: hidden;
  background-color: #2b1e7c;
    width:100%;
    padding-top:0px;
    height: 42px;
    padding-bottom: 0px;
}
#container-title{
    
    
        
  padding-top:30px; 
 margin:0px; 

    font-size:40px;
    font-weight: 800;
    color:#2f0ac9;
    text-shadow: -1px -1px 1px #000, 1px 1px 1px #ccc;
    font-family:cursive;
    font-style:italic;
    text-align: center;
    
    
}



.topnav a {
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 10px 10px;
  text-decoration: none;
  font-size: 22px;
}

.topnav a:hover {
  background-color: #bab3b3;
  color: black;
}

.topnav a.active {
  background-color: #a6be24;
  color: white;
    
}


.typewriter { 
width:100%;
    height:200px; 
 padding:0px;

 clear: both;
    background-image: url("road.jpg");
    
}
.typewriter h1{
  overflow: hidden;
   /* border-right: .15em solid orange;*/
    padding-top: 30px;
    white-space: nowrap;
    margin:0 auto;
    letter-spacing: .15em;
    animation:typing 3.5s steps(40,end), blink-caret .75s step-end infinite;
   font-family: 'Sofia';
    font-size: 35px;
    color:black; 
    font-style: italic;
}
@keyframes typing
{
    from{ width:0}
    to {width:100%}
}
@keyframes blink-caret{
    from, to{border-color:transparent}
    50%{border-color:orange;}
}

#left_col { 
 float:left; 
 width:100%; 
 /*padding:20px; */
 
 /*border:1px solid #fff; */
 background:#FFF; 
 /*background:#fff; */
}

  
   /* padding:20px; 
 border:1px solid #333; 
 color:#FFF; 
    */
 background:#fff; 
 
}
p{
    font-family:  'Kavivanar', cursive;
    font-size: 20px;
    font-style: oblique;
    font-weight: 800px;
    padding-left: 15px;
     padding-right: 15px;
    padding-top: 0px;
    color:rgba(240, 7, 7, 0.94);
    text-align: justify;
}
span{
   padding-top: 28px; 
   color:#102c88;

font-family: 'Tangerine', serif; 
    text-shadow: 2px 2px 2px ;
    font-style: italic;
    text-align: left;
    font-size:35px;  
    
}
#ImagesContainer{
	width:100%;
	padding-left: 5%;
	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;
    position:relative;
	margin:40px;
}

#myProgress {
  width: 100%;
  background-color: white;
   
}

#myBar {
  width: 100%;
  height:30px;
  background-color: #9f3507;
  text-align: center;
  line-height: 30px;
  color: white;
    
}
img {width:100%

}
.container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height:inherit;
}

.overlay {
  position:absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #067660;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
    opacity:0.8;
}

.container:hover .overlay {
  height: 100%;
}

.text {
 white-space: nowrap; 
  color: white;
  font-size: 20px;
   position:absolute;
    font-style:italic;
    font-family:cursive;
    text-align:center;
  
  overflow:hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}



 

a{
    color:crimson;
        
}






.footer {
  
    width: 100%;
    bottom:0;
      
   /* border:0px ;
    border-style:solid red;
    display:block;
    */
   
    margin: 0px;
   
   /* background-color:blue;*/
    padding: 0px;
    
}
.social-icon {
    color: #fff;
    
  
}
ul.social-icons {
    margin: 0px;
    color: black;
    width:100%;
    height:50px;
    padding: 0px;
 

    background-color:rgb(16, 4, 93) ;
    
}
.social-icons li {
    vertical-align: top;
    display:inline;
    height: 50px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
    padding: 5px;

    
}
.fa-facebook {
    margin:10px;
    padding:8px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:8px 10px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-twitter:hover {
    background-color: #00aced;
}


.fa-youtube {
    padding:8px 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-linkedin {
    padding:8px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-google-plus {
    padding: 8px 10px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-google-plus:hover {
    background-color: #e25714;
}