﻿html {    }

body {
    background-image: linear-gradient(to right, #ffffff 8%, #555555, #555555, #ffffff 92%);
    margin:0px 0px 0px 0px;
    font-family: Trebuchet MS, Arial, Helvetica, Times New Roman;
    -webkit-text-size-adjust: 100%;
}

/* Styles for screens 480px wide or less (e.g., mobile) */
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px; /* Smaller font for mobile */
  }
  .container {
    padding: 10px; /* Less padding */
  }
}

p {
    color: #002c69;
    font-family: Trebuchet MS, Arial, Helvetica, Times New Roman;
    font-size: 18px;
    }

a { color: #2c88c9; }
a:link { color: #002c69; }
a:visited { color: #2c88c9; }
a:active {   }
a:focus {   }
a:hover { color: #002c69; }

h1 {
	color: #002c69; text-align: center;
	}

h3 {
	color: #002c69; text-align: center;
	}


/* Images */

/* Lists */

ul {   }
ol {   }

ul li {   }
ol li {   }

dl {   }
dt {   }
dd {   }

/* Tables */

table { width:100% }

tr {   }
.odd {   }
.even {   }

th {   }
thead, th {   }

tbody {   }

th, td, caption {   }
caption {   }

tfoot {   }
.tfooter {   }

/* Containers */

#wrapper { 
    width:1050px;
    margin:0px auto;
    background-color:#ffffff;
    }

#header { 
    width:100%;
    overflow: hidden;
    }

#logo {
	float: left;
	width: 250px;
	margin: 0 0 0 50px;
}

#logo img {
    width:150px;
    margin: 20px;
    }

#menu {
	width: 625px;
	height: 100px;
	float: right;
	margin: 20px 0px 0px 0px;
}

#menu ul li {
	display: inline;
	line-height: 18px;
	margin-bottom: 12px;
	float: left;
}

#menu ul li a {
	display: inline-block;
	padding: 0px 10px 10px 10px;
	margin: 0 5px;
	text-decoration: none;
	font-size: 12px;
	color: #2c88c9;
	line-height: 50px;
}

#menu ul li:hover {
	border-bottom: 3px solid #002c69;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #ffffff;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 14px;
  color: #2c88c9;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: #2c88c9;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #ffffff;
  color: #002c69;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #2c88c9;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.current {
	font-weight: bold;
	color: #444;
	border-bottom: 3px solid #2c88c9;
}

#flags {
	width: 150px;
    float: right;
    margin: 50 10 0 0;
}

#banner {
    width: 100%;
    border-top: 1px #002c69 solid;
}
    
#banner h1 {
	text-align: center;
}

#banner img {
	width:100%;
}

#banner h3 {
    font-style: italic;
    text-align: center;
}

#content {   
	width: 70%;
	margin: auto;
	padding: 0 0 40px 0;
}

#form {
	margin: auto;
	padding: 0 0 0 0;
	color: #002c69;
}

#form-content img {
  display: block;
  margin: auto;
}

#form-content ul {
	list-style-type: none;
}

#form-content ol {
	list-style-type: none;
}

#form-content label {
	float: left;
	width: 150px;
	text-align: right;
	display: block;
}

#form-content input {
	width: 280px;
	margin-bottom: 16px;
	margin-left: 10px;
	background: #eeeeee;
	border: 1px #002c69 solid;
	text-align: left;
}

#form-content select {
	width: 280px;
	margin-bottom: 16px;
	margin-left: 10px;
	background: #eeeeee;
	border: 1px #002c69 solid;
}

#checkbox input {
	display: inline;
	width: 20px;
}

.submit {
	width: 90px;
	height: 25px;
	margin-left: 240px;
	font-size: 12px;
	background-color: #002c69;
	color: #eeeeee;
	border: 1px #eeeeee solid;
	border-radius: 12px;
}

#form-content p {
	font-size: 16px;
	color: #002c69;
}

#form-content ul li {
	color: #002c69;
	text-align: center;
	list-style-type: none;
}

#footer {
    width: 100%;
    background-color: #002c69;
    height: 35px;
}
    
#fleft {
	float: left;
	width: 200px;
}

#fleft a {
	border: 0px #002c69 solid;
}

#fleft img {
	margin: 0px 0px 0px 25px;
}

#fright {
	float: right;
	width: 200px;
}

#fright p {
	color: #ffffff;
	font-size: 10px;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 280px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #002c69; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
