body{
   font-family: 'Open Sans', sans-serif;
    color: #4a4a4a;
    margin:0;
    width: 100%;
}

.navbar-inverse{
    height:80px; 
    margin-top:0px; 
    background-color: rgba(13,68,159,1);
/*    background-color: rgba(0,67,143,1);*/
    border:none;    
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    font-size:120%;
    text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    text-decoration: underline;
}

.navbar-inverse .navbar-nav > li > a:visited{
    text-decoration: none;
}


.body-text{
    font-size:120%;
    line-height: 180%;
}

.hero-pic{
    padding:0;
    margin-top: 100px;
}

strong{
    font-size:130%;
    color:#00438F;
}

footer{

/*    background-color: rgba(0,67,143,0.9);*/
    background-color: rgba(13,68,159,0.95);
    color: #FFFFFF;
    font-size:90%;
    line-height: 180%;
    letter-spacing: 1px;
    margin-top: 50px;
}

.footer-link{
    color: #FFFFFF;
}

.footer-link:hover{
    color: #FFFFFF;
    text-decoration: underline;
}
.contents{
    margin-top: 30px;
}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}

button{
    background-color: #FFFFFF;
    color:rgba(0,67,143,0.9);
    padding:6px 10px;
    border: 2px solid rgba(0,67,143,1);
    border-radius: 3px;
}

.bg-light {
    background-color: #FAFAFA;

}


/* Dropdown Button */
.dropbtn {
    /* background-color: #04AA6D; */
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  /* .dropdown:hover .dropbtn {background-color: #3e8e41;} */
