
body {
	background-color: #efe8e4;
.header {background: #efe8e4;}
/*.header {background: #ffffff;}*/
.container-nav {
	background-color: #63041c;
  background: green;
}
.footer {
  background: #4d8888;
}
/*.container-header {background:green;
	max-width:100%;}*/

  /* Begin: CSS for the "socialbar": */

  .tm-socialbar {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 2;
  }
  .tm-social-icons {
  display: none;
  }
  .uk-open > .tm-social-icons {
  display: block;
  }
  .uk-open > .tm-social-icons > li {
  -webkit-animation: uk-fade-top 0.2s ease-in-out;
  animation: uk-fade-top 0.2s ease-in-out;
  }
  .tm-social-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 3;
  }
  .tm-social-toggle:before {
  content: '+';
  font-family: Arial,Helvetica,"sans-serif";
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  }
  .uk-open > .tm-social-toggle:before {
  content: '–';
  line-height: 36px;
  }
  .tm-icon-google-plus:hover,
  .tm-icon-google-plus:active,
  .tm-icon-google-plus:focus {
  background-color: #dd4b39;
  }
  .tm-icon-facebook:hover,
  .tm-icon-facebook:active,
  .tm-icon-facebook:focus {
  background-color: #3b5998;
  }
  .tm-icon-youtube-play:hover,
  .tm-icon-youtube-play:active,
  .tm-icon-youtube-play:focus {
  background-color: #bb0000;
  }
  .tm-icon-instagram:hover,
  .tm-icon-instagram:active,
  .tm-icon-instagram:focus {
  background-color: #125688;
  }
  .tm-icon-twitter:hover,
  .tm-icon-twitter:active,
  .tm-icon-twitter:focus {
  background-color: #40b4df;
  }

  .tm-socialbar .uk-icon-button {
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  }

  .tm-socialbar .uk-icon-button:hover,
  .tm-socialbar .uk-icon-button:focus {
  color: #ffffff;
  }

  /* End: CSS for the "socialbar": */



a.custom-icon-button {
  box-sizing:border-box;
  width:36px;
  height:36px;
  border-radius:500px;
  background:#63041c;
  color:#999;
  vertical-align:middle;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  transition:.1s ease-in-out;
  transition-property:color,background-color
}
a.custom-icon-button:hover {
  background-color:#63041c;
  color:#666
}