/* ----------------------------------- *
 * Your Styles Here
 * ----------------------------------- */
 body {
   background-image: url('blooming_flower_garden_199003.jpg');
   background-size: cover;
   background-attachment: fixed;
   width: 1024px;
   height: 1024px;
   text-align: center;
   font-family: 'Ledger', cursive;
 }

 main,
 header,
 aside {
   width: 75%;
   margin-left: 250px;
   padding-left: 30px;
   padding-right: 30px;
   margin-top: 30px;
   margin-bottom: 30px;
 }

 main {
   background: rgba(97, 23, 40, .4);
   padding-bottom: 30px;
   padding-top: 10px;
   color: rgb(25, 0, 6);
 }

 .main-content-section {
   background: rgba(167, 93, 110, .6);
   padding-right: 10px;
   padding-left: 10px;
 }

 p {
   background: rgba(167, 93, 110, .7);
   font-size: 20px;
   font-weight: 500;
 }

header {
  background: rgba(114, 159, 88, .7);
  padding-bottom: 1px;
  margin-bottom: 30px;
  border-top: 2px solid rgb(9, 24, 0);
  font-family: 'Nothing You Could Do', cursive;
}

.section-title {
  font-family: 'Nothing You Could Do', cursive;
  font-size: 40px;
}

a {
  color: rgb(25, 0, 6);
}

a:hover {
  color: rgb(167, 93, 110);
  background: rgb(25, 0, 6);
}

#sidebar {
  background: rgba(114, 159, 88, .4);
  padding: 10px 30px 30px 30px;
  margin-top: 30px;
}

.sidebar-nav,
#sidebar h2.section-title {
  background: rgba(114, 159, 88, .8);
  border-top: 2px solid rgb(9, 24, 0);
}

li {
  display: block;
  float: left;
  padding: 10px;
}

.nav-links:before,
.nav-links:after {
  content: " ";
  display: table;
}

.nav-links:after {
  clear:both;
}

.nav-links {
  clear: both;
  *zoom: 1;
}

.nav-link {
  color: rgb(9, 24, 0);
}

li:hover,
.nav-link:hover {
  background: rgb(9, 24, 0);
  color: rgb(114, 159, 88);
}

.nav-link:onclick {
  color: rgb(114, 159, 88);
}

.main-content-section {
  border-top: 2px solid rgb(59, 3, 16);
  padding-bottom: 10px;
  margin-top: 10px;
}

header,
#sidebar {
  color: rgb(9, 24, 0);
}

.site-title {
  font-size: 60px;
  margin-bottom: 10px;
}

.tagline {
  margin-bottom: 50px;
}

li:hover,
.nav-link:hover,
.sidebar-nav,
#sidebar h2.section-title,
a:hover,
header,
p, .main-content-section,
main,
header,
aside {
  border-radius: 25px
}
