
/* layout */

.footer-basic {
    padding: 20px 0;
    background-color: #132e72;
    color: #fff;
    font-size:18px;
    height: 120px;
  }
  
  .footer-basic ul {
	  
    padding: 0 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  
  .footer-basic li {
    padding: 0 0;
  }
  
  .footer-basic ul a {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
  }
  
  .footer-basic ul a:hover {
    opacity: 1;
    background-color:#000;
  }
  
  .footer-basic .social {
    text-align: center;
    padding-bottom: 25px;
  }
  
  .footer-basic .social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
    color: #fff;
  }
  
  
  .footer-basic .social > a:hover {
    opacity: 0.9;
    color : #000;
    background-color : #fff;
  }
  
  .footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
  }
  
  body {
	  flex-direction:column;
  }
  
  /* navigation */

  .navigation-clean {
    background: #132e72;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #FFF;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
  }
  
  @media (min-width:768px) {
    .navigation-clean {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  }
  
  .navigation-clean .navbar-brand {
    font-weight: bold;
    color: #fff;
  }
  
  .navigation-clean .navbar-brand:hover {
    color: #3d5799;
  }
  
  
  .navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
    background: none;
  }
  
  .navigation-clean .navbar-toggler {
    color: #fff;
  }
  
  .navbar-toggler-icon{
      filter: invert(1);
      color: #fff;
  }
  
  
  .navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
    color: #fff;
    box-shadow: none;
    background: none;
    pointer-events: none;
  }
  
  .navigation-clean.navbar .navbar-nav .nav-link {
    padding-left: 18px;
    padding-right: 18px;
  }
  
  .navigation-clean.navbar-light .navbar-nav .nav-link {
    color: #fff;
  }
  
  .navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #3d5799;
  }
  
  .navigation-clean .navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
    box-shadow: none;
    background-color: #132e72;
    border-radius: 2px;
  }
  
  .navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
    line-height: 2;
    color: #fff;
  }
  
  .navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
    background: #3d5799;
    color: #000;
  }
  
  li.nav-item{
      color:#fff;
  }
  
  a {
      color:#fff;
  }
  
  a.hover{
      background-color:#3d5799;
      color:#fff;
  }

  /* links */

  h1{
	font-size:150%;
	font-weight:bold;
	color:#fff;
	text-align:left;
}

h1.content{
	font-size:160%;
	font-weight:bold;
	color:#03143e;
	border-bottom: 1px solid #3d5799;
	text-align:center;
}

h2{
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
	border-top: 0px solid #03143e;
	border-right: 0px solid #03143e;
	border-bottom: 1px solid #03143e;
	border-left: 0px solid #03143e;
	color: #08205b;
	background-color:#FFF;
}

h2.heading{
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	padding-left: 3px;
	border-top: 0px solid #03143e;
	border-right: 0px solid #03143e;
	border-bottom: 1px solid #03143e;
	border-left: 0px solid #03143e;
	color: #08205b;
	background-color:#FFF;
}

h3{
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
	border-top: 0px solid #03143e;
	border-right: 0px solid #03143e;
	border-bottom: 1px solid #03143e;
	border-left: 0px solid #03143e;
	color: #213f8c;
	background-color:#FFF;
}

a
{
	color: #132e72; 
	text-decoration: none;
}
a:visited 
{
	color: #132e72; 
	text-decoration: none;
}

a.valid
{
	color: #132e72;
	text-decoration:none;
}

a:hover 
{
	color: #fff;
	background-color: #132e72; 
	text-decoration: none;
}

ul.smile
{
	list-style-image : url(images/7.gif);
}

ul.frown
{
	list-style-image : url(images/2.gif);
}

ul.jokes
{
	list-style-type:none;
}


a.boldbuttons{
background: transparent url('images/roundedge-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('images/roundedge-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
text-align:center;	
}

#footer-basic a
{
	color: #fff;
}

#footer-basic a:hover
{
	color: #fff;
	background-color: #000;
}


.lft {
	float: left
}

.rgt {
	float: right
}


/* forms */

.form_settings { 
    margin: 15px 0 0 0;
  }
  
  .form_settings p { 
    padding: 0 0 4px 0;
  }
  
  .form_settings span { 
    float: left; 
    width: 200px; 
    text-align: left;
  }
    
  .form_settings input, .form_settings textarea { 
    padding: 5px; 
    width: 299px; 
    font: 100% arial; 
    border: 1px solid #C6E7F0; 
    background: #EFF8FB; 
    color: #47433F;
    border-radius: 7px 7px 7px 7px;
  }
    
  .form_settings .submit { 
    font: 140% 'Yanone Kaffeesatz', arial, sans-serif; 
    border: 0; 
    width: 99px; 
    margin: 0 0 0 212px; 
    height: 33px;
    padding: 2px 0 3px 0;
    cursor: pointer; 
    background: #477eff; 
    border-radius: .5em .5em .5em .5em ;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);  
    color: #FFF;
    border: solid 1px #000;
    background: #477eff;
    text-shadow: 1px 1px #1784;
  }
  
  .form_settings textarea, .form_settings select { 
    font: 100% arial; 
    width: 299px;
  }
  
  .form_settings select { 
    width: 310px;
  }
  
  .form_settings .checkbox { 
    margin: 4px 0; 
    padding: 0; 
    width: 14px;
    border: 0;
    background: none;
  }
  

