/* WEBSITE */
body {
  font-family: Trebuchet MS ;
  background:#ef9a5a ;
}

/* DIVS */

#header {
  background:#ef9a5a;
  position: relative;
  width:100% ;
  max-width: 1200px;
  margin: auto;
}

#nav {
  background: #ef9a5a ;
  position: relative;
  width:100% ;
  max-width:1200px ;
  margin: auto;
  color:#394e1b ;
  padding:30px 0px;
}

#section {
  background: #efeee8 ;
  position: relative;
  width:100% ;
  max-width:1200px ;
  margin: auto;
  overflow: hidden;
}

#footer {
  background:floralwhite;
  color:forestgreen ;
  text-align: ;
  position: relative;
  width: 100%;
  max-width:1200px ;
  margin: auto;
}

/* NAV */

#nav ul {
    text-align: center;
}
#nav li {
    display: inline-block;
    padding-right: ;
}
#nav a {
  color: ;
  text-decoration: none;
  }

 #nav a:hover {
  color: ;
  font-weight: ;
}

/* LINKS */

a {
  color:#6b3fa3 ;
  font-weight: ;
}
 a:visited {
  color:#55253f ;
  font-weight: ;
}

a:hover {
  color:#a74d47 ;
  font-weight: ;
}

/* TEXT */

h1 {
  color:#1b112f;
  font-size: ;
  font-weight: ;
  text-align:center ;
}

h2 {
  color:#efeee9;
  font-size: ;
  font-weight: ;
}

h3 {
  font-size: ;
  font-weight: ;
}

p {
  font-size:20px ;
  font-weight: ;
  line-height: ;
  text-align: center;
  color: #55253f;
}

li {
  font-size: ;
  font-weight: ;
  line-height: ;
}

/* TABLE */
table {
  border-collapse: collapse;
  width: ;
  margin: ;

}

th, td {
  border: ;
  padding: ;
  text-align: ;
}

th {
  background-color:floralwhite ;
  font-weight: ;
}

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


/* IMAGES */

img.float-left {
  float: left;
  margin-right: ;
  width: ;
  padding: ;
}

img {
  width: 300px;
  height: auto;
}

img.banner {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: auto;
  }

  /* RESPONSIVE */
.respond {
   width: 100%;
   max-width: 450px;
}
/* SIDEBAR */

.sidebar {
float: right;
width: 30%;
height: auto;
margin-left: auto;
margin-right: auto;
}  

.sidebar-bottom {
display: none;
}

@media screen and (max-width: 930px) {

.sidebar {
display: none;
}

.sidebar-bottom {
display: block;
width: 95%;
max-width: 1000px;
height: auto;
margin: auto;
}
}
*
