/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */


h1 {
  font-size: 24px;
  line-height: 26px;
  }
  
h2 {
  font-size: 22px;
  line-height: 24px;
  }
  
h3 {
  font-size: 20px;
  color: #21409A;
  line-height: 22px;
  }
  
h4 {
  font-size: 18px;
  line-height: 20px;
  }
  
 #sp-main-top-wrapper #sp-maintop h3.header {
  text-shadow: 3px 3px 3px #222;
  }
  
.responsive .sp-main-menu-toggler {top: 0; padding: 5px 5px 2px;}

.icon-align-justify::before {font-size: 14px !important; color:white !important;}

.homepod a:link {
    color: #ffffff;
	text-decoration: none;
}


.homepod a:visited {
    color: #ffffff;
	text-decoration: none;
}


.homepod a:hover {
    color: #000000;
	text-decoration: none;
}


.homepod a:active {
    color: #ffffff;
	text-decoration: none;
}

h1 {
    text-transform: none;
}

.category-list h2 {
    font-size: 28px;
    text-transform: none;
}

/* popups without javascript */

/* showing popup background */
a.popup:target { display: block; }

/* showing popup */
a.popup:target + div.popup { display: block; }

/* popup target anchor and background */
a.popup {
  /* background is initially hidden */
  display   : none;
  position  : fixed;
  top   : 0;
  left    : 0;
  z-index   : 3; /* anything, really, but bigger than other elements on the page */
  width   : 100%;
  height    : 100%;
  background  : rgba(0, 0, 0, 0.8);
  cursor    : default;
}

/* popup window */
div.popup {
  /* popup window is initially hidden */
  display   : none;
  background  : white; /* choose your color; */
  width   : 640px; /* width */
  height    : 480px; /* height */
  position  : fixed;
  top   : 50%;
  left    : 50%;
  margin-left : -320px; /* = -width / 2 */
  margin-top  : -240px; /* = -height / 2 */
  z-index   : 4; /* z-index of popup backgroung + 1 */

  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  -ms-box-sizing  : border-box;
  box-sizing  : border-box;
}

/* links to close popup */
div.popup > a.close {
  color   : white;
  position  : absolute;
  font-weight : bold;
  right   : 10px;
}

div.popup > a.close.word {
  top   : 100%;
  margin-top  : 5px;
}

div.popup > a.close.x {
  bottom    : 100%;
  margin-bottom : 5px;
}

#sp-feature {
    padding: 20px 0 50px;
}   

#sp-users-wrapper {
    margin-top: -70px;
    }
