* {
    padding: 0;
    margin: 0;
}

body {
    background-image: url('../images/bg.png');
    width: 100%;
    height: 100%;
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 1.25em;
    line-height: 1.5;
}

.wrapper {
    width: 100%;
    margin: auto;
}

.container {
    margin-left: 20px;
    padding-right:12px;
    margin-top: 2px;
    width: 100%;
    overflow: hidden;
}  

header {
    background-color: 1EC2DA;
    color: #ffffff;
    min-height: 100px;
}

header #logo {
    float: left;
    width: 100px;
    margin: 10px;
}

header h1 {
    float: left;
            font-size: 2em;
            margin-top: 0px;
    margin-left: 0px;
}

header p {
    float: left;
    font-size: 1em;
  
    margin-top: 10px;
}

nav {
    background-color: #95A5A6 ;
}


nav li {
    float: left;
    list-style-type: none;
}

nav a {
    display: block;
    text-decoration: none;
    color: #2C3E50 ;
    
}

nav li > ul {
    display: none;
    position: absolute;
    width: 150px;
    background-color: #e67e22;
}

nav li > ul a {
    width: 150px;
    display: block;
}

nav li:hover > ul {
    display: block;
}

nav a:hover {
    background-color: #2c3e50;
}

/* Table Styles */

.table-wrapper{
    margin: 5px 20px 20px;
    box-shadow: 0px 25px 40px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 10px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background:  #d35400;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #2c3e50;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

#main {
    background-color: #ecf0f1;
}


#main-content {
    float: left;
    width: 65%;
    margin-left: 2%;
    margin-right: 2%;
    text-align: justify;
}

#main-content h1 {
    font-size: 1.5em;
    color: #c0392b;
}

#main-content h2 {
    font-size: 1em;
    color: #d35400;
    margin-bottom: 10px;
}
#main-content img{
    width: 100%;
    height: 70%;
}
#main-content #pic{
    margin: 2px;
    width: 400px;
    height: 250px;
}
#main-content #gallery{
    float: left;
    width: auto;
}

#main-content p {
    font-size: 0.8em;
    margin-bottom: 10px;
}

hr {
    margin-bottom: 20px;
}

aside {
    margin-left: 1%;
    margin-right: 1%;
    float: right;
    width: 28%;
}

aside input[type="text" ] {
    width: 70%;
    height: 3%;
    padding: 5px 0px;
    border: thin;
    margin-top: 5%;
}

aside h2 {
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 20px;
}

aside h2:last-child {
    margin-top: 200px;
}

aside li {
    list-style-type: none;
}

aside a {
    display: block;
    text-decoration: none;
    font-size: 0.8em;
    color: #d35400;
    padding: 5px ;
}

aside a:hover {
    background-color: #e67e22;
    color: #ffffff;
}


aside #logo {
    margin-right: 2%;
    float: left ;
    width: 490px;
    height: 200px;
}


footer {
    background-color: #c0392b;
    color: #ffffff;
    font-size: 0.8em;
    margin-bottom: 10px;
}

footer img {
    display: block;
    float: right;
    margin: 10px;
    width: 40px;
}

footer p {
    text-align: center;
    margin: 20px;
}