body {
font-family: Monograph, cursive, Arial, Helvetica;
font-size: 15px;
line-height: 1.5;
padding: 0;
margin: 0;
background-color: #f2f2f2;
}

/*container*/
.container{
width: 80%;
margin: auto;
overflow: hidden;
 position: relative;
}

ul{
margin:0;
padding:0:
}

.button_1{
height: 38px;
background: #e8491d;
border:0;
padding-left: 20px;
padding-right: 20px;
color: #ffffff;
}

.dark{
padding: 15px;
background: #35424a;
color: #ffffff;
margin-top:10px;
margin-bottom:10px;
}

/*header**/
header{
background: #000000;
color: #000000;
padding-top: 10px;
min-height: 60px;
border-bottom: #FFA500 3px solid;
}

header a{
color: #000000;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
font-family: cursive;
font-weight: bold;
float: left;
}


header li{
float: left;
display: inline;
padding: 0 20px 0 20px;
}

header #branding{
float: right;
text-align: center;
font-size: 24px;
}

header #branding h1{
margin: 20px;
font-family:Impact;
font-size: 50px;
float:right;
}

header nav{
float: left;
margin-top: 10px;
}

header .highlight, header .current a{
color: #ffffff;
font-weight: bold;
}

header a:hover{
color: #cccccc;
font-weight: bold;
}

.logo img {
 height: 100px;

}

/*showcase*/

#showcase{
min-height:400px;
background:url('../img/.jpg') repeat 0 -100px ;
text-align:center;
color: #000000;
}

#showcase h1{
margin-top: 100px;
font-size: 55px;
margin-bottom: 10px;
font-family:Impact;
}

#showcase p{
font-size: 20px;
}

/*newsletter*/
#newsletter{
padding: 15px;
color: #ffffff;
background: #35424a;
}

#newsletter h1{
float: left;
font-size: 14px;
}

#newsletter form{
float: right;
margin-top: 15px;
}

#newsletter input(type='email'){
padding:4px;
height: 25px;
width: 250px;
}

/*boxes*/
#boxes{
margin-top:20px;
box-sizing: border-box;
overflow: hidden;
display: flex;
}

#boxes .box{
float:left;
text-align:justify;
width:30%;
padding:10px;
position: relative;
box-sizing: border-box;
align-items: center;
font-family: cursive, Arial, Helvetica;
}

#boxes .box img{
width:100%;
}

/*sidebar*/
aside#sidebar{
float: right;
margin-top: 10px;
width: 30%;
}

/*main-col*/
article#main-col{
float:left;
width:65%;
}

footer{
padding:20px;
marging-top:20px;
color:#ffffff;
background-color:#000000;
text-align:right;
font-weight:bold;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 12px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .boxes.responsive {position: relative;}
.box{
    float: right;
    display: block;
box-sizing: border-box;
  }
}


#image-container img {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#image-container imgfirst-child {
  opacity: 1;
}

/* The navigation menu */
.navbar {
  overflow: hidden;
  background-color:#0000ff; 
}

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


.navbar highlight {
color: #0000ff;
font-weight: bold;
}

.navbar current a {
color: #0000ff;
font-weight: bold;
}


.subnav {
  float: right;
  overflow: hidden;
font-weight: bold;
}

.subnav .subnavbtn {
  font-size: 20px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
font-weight: bold;
}

.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: red;
}

.navbar: .highlight, header .current a{
color: #ffffff;
font-weight: bold;
}


.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: orange;
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: right;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed; /* optional, for equal spacing */
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.row {
  margin-left:-5px;
  margin-right:-5px;
  width: 100%;
}
  
.column {
  float: left;
  width: 100%;
  padding: 1px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

