/* Enter Your Custom CSS Here */

/* Things Hidden */
.site-info {
  display: none;
}

.posted-on {
  display: none;
}

/* Main Logo */
#mainlogo {
  margin-bottom: 20px;
  text-align: center;
}

#mainlogo img {
  width: 100%;
  max-height: 300px;
  max-width: 300px;
}

/* Other sidebar edits */
.site-title {
  text-align: center;
  font-size: 80%;
}

.site-description {
  text-align: center;
  font-size: 70%;
}
  
#secondary {
  margin-top: -7%;
}

.widget {
  margin-bottom: 15%;
}

.widget-title {
  margin-bottom: .75em;
}

.site-navigation {
  margin-bottom: 10%;
}

.welcomeimage {
  margin-top: -50px;
}
  