﻿
body {
  font-family: Arial, Helvetica, sans-serif;
   background: none;          /* changed to none */
    font: 12px/12px;
    margin: 0 auto;
    width:1024px;
    min-height:900px;    
}

/* Menu Style*/

.navbar {
  overflow: hidden;
  background-color: orange;
  margin-bottom:10px;
  width:1024px;
  border-bottom: 2px solid black;
  font-weight:bold;
  margin-top:25px;
  margin-bottom:20px;

}

.navbar a {
  float: left;
  font-size: 16px;
  font-weight:bold;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px; 
  font-weight:bold; 
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: darkorange;
  color: white;
}

.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 {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color:darkorange
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}

/* Page Styles*/
.aside1 {
    width: 224px;
    height: 325px;
    float: right;
    box-shadow: 0 3px 25px rgba(0,0,0,.5);
    margin-bottom: 15px;
    margin-top: 25px;
    padding: 2px 2px 5px 5px;
    display: inline-block;
}
.aside2 {
    width: 224px;
    height: 400px;
    float: right;
    box-shadow: 0 3px 25px rgba(0,0,0,.5);
    margin-bottom: 25px;
    padding: 2px 2px 5px 5px;
    display: inline-block;
}
.main {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background:;
    width: 780px;
    float: left;
    padding: 2px 2px 20px 5px;
    min-height: 800px;
    margin-right: 0px;
} 

#copyright {
    background-color:orange;
    box-shadow: 0 3px 50px rgba(0,0,0,.5);
    color:black;
    height:25px;
    text-align:center;
    padding-top: 5px;
    width: 1024px;
}                     
#footer {
    //background-color:orange;
    //color:black;
    clear:both;
    text-align: center;
    height:170px;
    width: 1024px;
    background-image: url('../images/bottomClub.png');
    box-shadow: 0 3px 25px rgba(0,0,0,.5);
    padding-top: 5px;

}
#header {
    box-shadow: 0 3px 25px rgba(0,0,0,.5);
    height: 122px;
    width: 1024px;
    background-image: url('../images/new_logo.jpg');
}
a{
    text-decoration:none;
    color: red;
    font-weight:700;
    font-style:italic;
}
/* Font style */

@font-face {
    font-family: AlteSchwabacher;
    src: url('../font/AlteSchwabacher.ttf');
    
}