html,body {
	background-color:#336699;
	color:#000000;
    border: 0px;
    margin: 0px;
    padding: 0px;
    line-height: 1.3;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, Garamond, "Times New Roman";
}
a {
	text-decoration:none;  
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, Garamond, "Times New Roman";
}
a:link {
	color: #B51700;
}
a:visited {
	color: #B51700;
}
a:hover {
	color: #336699;
}
a:active {
	color: #B51700;
}
img {
    vertical-align: middle;
}
.responsive {
  max-width: 100%;
  height: auto;
}
.mainbacking {
	background-color:#ffffff; 
    color: #000000;
}
.backing {
	background-color:#000000; 
	text-align:center;
    color: #ffffff;
}
.footer {
	text-align:center;
    color: #ffffff;
	font-weight: bold;
    width: 100%;
    float: left; 	
}
h1 {
	color: #BAAA86;
	background-color:#000000;
	-moz-border-radius: 0px 25px 25px 15px;
	-webkit-border-radius:0px 25px 25px 15px;
	border-radius: 0px 25px 25px 15px;
	font-size: 22px;	
	font-weight: bold;
	padding: 12px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
}
h2 {
	color: #BAAA86;
	background-color:#000000;
	-moz-border-radius: 0px 25px 25px 15px;
	-webkit-border-radius:0px 25px 25px 15px;
	border-radius: 0px 25px 25px 15px;
	font-size: 20px;	
	font-weight: bold;
	padding: 12px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
}
h3 {
	color: #336699;
	font-size: 19px;	
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #000000;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #ffffff;
  color: #000000;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 18px; 
  border: none;
  outline: none;
  color: #ffffff;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropbtnActive {
  font-size: 18px; 
  border: none;
  outline: none;
  color: #000000;
  padding: 14px 16px;
  background-color: #ffffff;
  font-family: inherit;
  margin: 0;
}

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

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

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #336699;
  color: #ffffff;
}

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

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 1000 pixels wide, hide all links. Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1000px) {
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.active  {
  	float: left;
    display: block;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* CONTACT FORM */
/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #ffffff;
  color: #336699;
  font-size: 18px; 
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* Style the container */
.container {
  border-radius: 5px;
  background-color: #336699;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
  color: #ffffff;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 1000px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.boxcheck {
  display: flex;
  flex-wrap: wrap;
}

.left, .right {
  float: left;
  flex: 50%; /* The width is 50%, by default */
  background-color:#ffffff;
}
/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 800px) {
  .left, .right {
    flex: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}
.main {
  float: left;
  width: 100%;
  background-color:#ffffff;   
}
