/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17/06/2017, 18:49:41
    Author     : Ufuoma
*/
@charset "UTF-8";

article, aside, footer, header, main, nav, section {
    display: block;
}

html, body, h1, h2, h3, ul, li, a, p,
article, aside, footer, header, main, nav, section {
    padding: 0;
    margin: 0;
}
.bkgnd {
     background-image: url("../Canvas/Canvas1.png");
}
.banner {
    background-color: white;
    height: 110px;
    color: blue;
    padding: 10px 20px;
}
.Logo2 {
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 5px;
        float: left;
}
.Obadiah {
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 5px;
        float: right;
        height: 100px;
        width: 100px;
}
.images {
    border: 1px solid #ddd;
        border-radius: 4px;
        padding: 5px;
        float: right;
        height: 180px;
        width: 250px;
}
.Timbuctu{
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 5px;
        float: right;
        height: 380px;
        width: 600px;
}
.frtImages  {
    border: 1px solid #ddd;
        border-radius: 4px;
        padding: 5px;
        float: right;
        height: 180px;
        width: 250px;
}
.mh6 {
    float: right;
    padding: 5px; 
}
body {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f0f0f0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
}
nav {
    background-color: #20416c;
    padding: 5px;
    margin-top: 50px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
li {
    display: inline;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 20px;
    font-variant: small-caps;
    font-weight: bold;
    float: left;
}
li a, .dropbtn {
    color: white;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}
li.dropdown {
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
section {
    background-color: #bbbbbb;
    margin-top: 10px;
    padding: 5px;
}
article {
    background-color: white;
    margin-top: 5px;
    padding: 10px 15px;
}
main {
    width: 640px;
    float: left;
    margin-bottom: 10px;
}
aside {
    background-color: #D3D3D3;
    width: 270px;
    float: right;
    padding: 20px;
    margin-top: 10px;
}
footer {
    clear: both;
    background-color: #20416c;
    color: white;
    padding: 5px 20px;
}
table {
    border-collapse: collapse;
}

table, td, th {
    border: 1px solid black;
}
