
/*{ 
 font-family: Arial, Helvetica, sans-serif; color:#333; 
}
*/
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:50px; 
    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;
    
}

.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:600px; 
 /*padding:20px; */
 height:400px; 
 /*border:1px solid #fff; */
 background:#FFF; 
 /*background:#fff; */
}
#right_col { 
 float:right; 
 width:470px; 
 height:400px; 
   /* 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;  
    
}
/*.footer { 
 padding:1px; 
 clear:both; 
     background-color:black;
} */

/*
@media screen and (max-width:1024px){
    #container{
        width:100%;
        
}
left_col{
    width:60%;
    
}
    right_col{
        width:40%
    }
    
 
    
}

@media screen and (max-width:959px){
    #container{
        width:100%;
        
}
left_col{
    width:60%;
    
}
    right_col{
        width:30%
    }
    
    #fablablogo{
        width:100%;
    }
    
}

@media screen and (max-width:768px){
    #container{
        width:100%;
        
}
#left_col{
    width:50%;
    
}
#right_col{
        width:50%
    }
    
    
}

    
    

@media screen and (max-width:320px){
    #container{
        width:320;
        
}

    
}
*/


/*
@media (min-width: 1281px) {
  
 #container{
        width:100%;
        
}
#left_col{
    width:69.5%;
    
}
    #right_col{
        width:29.5%
    } 
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/*
@media (min-width: 960px) {
 #container{
        width:100%;
        
}
#left_col{
    width:69.5%;
    
}
    #right_col{
        width:29.5%
    }
    
  
}
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/*
@media (min-width: 768px) {
  
#container{
        width:100%;
        
}
#left_col{
    width:59.50%;
    
}
    #right_col{
        width:39.5%
    }
    
  
}
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

/*@media (min-width: 480px)  {
  
  #container{
        width:100%;
        
}
#left_col{
    width:59.5%;
    
}
    #right_col{
        width:39.50%
    }
    
  
} */
 


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px


@media (min-width: 320px) {
  
#container{
        width:320px;
        
}

  #left_col{
    width:45.50%;
    
}
    #right_col{
        width:45.50%
    }  
  
}
  
*/



/*h4
{
   /* margin:  1% 0 1% 0;
    font-family: fantasy;
    font-style:italic;
}

._14 {
    font-size: 1.4em;
}
.ul {
    padding:0px;
    list-style: none;
  width:100%;
}*/

.footer {
    width: 100%;
      position:fixed;
    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;
}