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

.HeaderTitle h2{
    
  padding-top: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)
    

} 

    
h3{
    color:darkblue;
    padding-left:50px;
}

#logoiba { 
  float:right; 
 width:120px; 
 height:50px; 
   padding-left:10px;
    padding-top:6px;
    padding-bottom: 0px;
 
 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;}
}

#HeadingStyle{
  color: rgba(33, 150, 28, 0.94);
    text-shadow: -1px -1px 1px #000, 1px 1px 1px #ccc;   
    font-size:40px;
    text-align:center;
}
#boxaround{
    
border: 2px dashed black;
    width:auto;
    height:50px;
background-color: #b98747;
  
   
   
}
.accordion {
    background-color: #11c1d8;
    color: white;
    cursor: pointer;
    padding-left: 45px;
    padding-bottom: 12px;
    padding-top:12px;
    width: 100%;
    border: 1px solid black;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #cccccc; 
}

.panel {
    padding: 0 40px;
    display: none;
    background-color: white;
    overflow: hidden;
}

p{
    font-family:sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800px;
   padding-left:30px;
    padding-right:30px;
    
    color:black;
    text-align: justify;
}

h2{
    
    color:darkred;
    font-size:25px;
    padding-left:50px;
}
h3{
    
    color:black;
    font-size:25px;
    padding-left:25px;
}
h4{
 font-size:22px;
    color:black;
    padding-left:35px;
    
}

ol{
   font-family:serif;
    font-size: 20px;
    font-style: normal;
    
   padding-left:80px; 
    padding-bottom: 10px;
    
    
}
a{
    color:crimson;
}

#container-title{
    
    
        
  padding-top:30px; 
 margin:0px; 

    font-size:40px;
    font-weight: 800;
    color:#2b1e7c;
    text-shadow: none;
    font-family:cursive;
    font-style:italic;
    text-align: center;
    
    
    
}


.previous {
    background-color: #fff;
    color: #2b1e7c;
    height:40px;
    font-size:20px;
    border:none;
    float:left;
    margin-left:100px;

}

.next {
    background-color: #fff;
    color: #2b1e7c;
    height:40px;
    font-size:20px;
    border:none;
    float:right;
    margin-top: 5%;
     margin-right:100px;
}


p{
    font-family:  sans-serif;
    font-size: 20px;
    font-style: normal;
  /* 
    padding-left: 15px;
     padding-right: 15px;
    padding-top: 0px;*/
    margin:20px;
    color:black;
    text-align: left;
}
.footer {
    position:fixed;
    width: 100%;
    
    margin: 0px;
    bottom:0;
    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;
}
