html {
		font-family: "Lucida Sans", sans-serif;
}
table, th, td {
  color: black;
  table 
  border-collapse: collapse;

}
body {
        background-color: #3333cc;
	}


img {
	padding: 5px;
}

p { 
	text-align: justify;
    font: 16px Trebuchet MS, sans-serif;
	}
	hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-style: inset;
    border-width: 1px;
} 
h1 {
	    font: "Arial Black", Gadget, sans-serif;
		color: white; text-decoration:
}
h2 {
	    font: "Arial Black", Gadget, sans-serif;
		color: #cb7719; text-decoration:
}
h3 {
	    font: "Trebuchet MS", Gadget, sans-serif;
}
h4 {
	    font: "Arial Black", Gadget, sans-serif;
}
h5 {
	    font: "Arial Black", Gadget, sans-serif;
}
h6 {
	    font: "Arial Black", Gadget, sans-serif;
}
a {
    text-decoration: none;
}
a:link {
    color: white; text-decoration:
}

/* visited link */
a:visited {color:#fff;
}
a:hover   {color:#cb7719; text-decoration:underline}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: black;
}

li a {
    display: block;
    background-color: #3333cc;
    color: #000;
    padding: 8px 0 8px 12px;
    text-decoration: none;
}

li a.active {
    background-color: #ffcc00;
    color: black;
}

li a:hover:not(.active) {
    background-color: #ffcc00;
    color: black;
}

@media screen and (max-width: 600px){
    ul.topnav ul.right, 
    ul.topnav li {float: none;}
}
* {
    box-sizing: border-box;
}

.row:after {
    content: "";
    clear: both;
    display: block;
	
}
[class*="col-"] {
    float: left;
    padding: 15px;
    width: 100%;
}
@media only screen and (min-width: 600px) {
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
@media only screen and (min-width: 1024px) {
ul.topnav li {   
	}
}
.header {
	background-image: url('img/flag_bg_unsplash.jpg');
	

  background-size: cover;

}

.footer {
	background-color: #ffcc00;
    color: #cb7719;
    text-align: center;
    font-size: 10px;
}
.links {
	width: 100%;
	
}
			button
			{
				color: black;
				background-color:#3333cc;
				width: 50%;
				}
				button:hover {
    background-color: #fff;
    color: #00cc00;}
				div.banner
			{
				background-color: black;
				color: white;

				}
								div.half
			{
				background-color:#000;
				width: 100%;
				}
				.partner {
	background-color: black;
    color: #000;
	font: Times new roman;
    font-size: 12px;

	

}
			.box {
	background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 14px;
	padding: 15px;

}
		.box2 {
	background-color: #3333cc;
    color: #000;
    text-align: center;
    font-size: 14px;
	padding: 15px;

}
	.subfooter {
	background-color: #3333cc;
    color: black;
    font-size: 10px;
	}
	.footernav {
		background-color: black;
	
	}
	.bottom {
		 position: absolute;
    left: 17%;
    top: 12%;

	}
}