 body {
 font-family:'Arial Rounded MT';
  /*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    margin-bottom:5px;
    margin-top: 50px;
    /*color: #404040;*/
}
 
.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-custom .navbar-brand {
  font-weight: 800;
}
.navbar-custom .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}

.scrollable-menu{
    position:static;
    height:120px;
    overflow:hidden;
    }

.navbar-collapse{
max-height:1000px;
}


.selected{
    color:black;
}

a img{
    width:1920px;
    height:1140px;
    margin-bottom:20px;
}
.main{
    width:1498px;
    height:580px;
    margin-bottom:20px;
}

.mainimg{
    width:1950px;
    height:640px;
    margin-bottom:20px;
}
img{
    width:270px;
    height:190px;
}


p{
    text-align:justify;   
}

.header{
    background:grey;
}

footer {    
    /*background:grey;*/
    text-transform: uppercase;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1px;
  
    }

footer p {  
    
    text-align:center;        
    font-size: 14px;
    text-align: center;
     margin-bottom: 0;
  }
a {
  color: #404040;
}

a:hover,
a:focus {
  color: #0085a1;
}

