#main {
  /*Change theme background to white*/
  background: #ffffff;
}

#colophon {
  height:60px;   /* Height of the footer */
  /*padding: 200px;*/
}


/*Change font size*/
body,
button,
input,
select,
textarea {
  /*font-size: 13px;*/
  font-size: 16px;
}

/*Custom colors for built-in menu*/
#menu-menu-1.menu {
  background-color: #fcfcfc;
}

.main-navigation {
  background-color: #fcfcfc;
}

.main-navigation a {
  color: #000000;
}

.main-navigation ul li:hover > a {
  background-color: #0079c2;
}

.main-navigation ul ul {
  background-color: #ffffff;
}

.main-navigation ul ul li:hover > a {
  background-color: #0079c2;
}

/*Hide SiteOrigin attribution in footer*/
#colophon #theme-attribution {
  visibility: hidden;
  color: #888888;
}

#colophon #theme-attribution a {
  visibility: hidden;
  color: #888888;
  ;
}

/*Reduce space at top of pages*/
body.responsive.layout-full #page-wrapper .full-container {
  padding: 0px;
}

/*Drop shadow style*/
.bio-pic {
  /*border-radius: 15px;
  */
  box-shadow: 7px 7px 5px #cccccc;
}

/*padding at bottom of page 
- above footer*/
#main.site-main {
  padding-bottom: 0px;
}

#colophon.site-footer {
  background: #ffffff;
}

body.layout-full {
  background-color: #ffffff;
}