/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 24 2017 | 22:10:36 */
/* Add your CSS code here. 

.navigation-top {
	visibility: hidden;
}

.custom-header-media {
  height: 100vh !important;
}

html, body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}


div#divestyle-overlay {
   position:fixed;
   padding:0;
   margin:0;

   top:0;
   left:0;

   width: 100%;
   height: 100%;
   background:rgba(230,240,255,0.8);
   z-index: 1000;
}

div#page-link-container {
   text-align: center;
   max-width: 750px;
   margin: 0 auto;
   margin-top: 4%;
}

div.page-link {
   width: 300px;
   height: 120px;
   margin: 10px;
   display: inline-block;
   background: rgba(255,255,255,0.8);
   box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.15);
   text-align: center;
   vertical-align: middle;
   line-height: 120px; 
}

@keyframes page-link-shadow {
  0%   { box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15); }
  100% { box-shadow: 2px 2px 20px 4px rgba(0,0,0,0.15); }
}

div.page-link:hover {
	animation: page-link-shadow 0.3s forwards;
}

*/
h1,h2,h3,p,span,td {
  color: #222 !important;
}
ul.nav li:first-child a {
  font-weight: bold !important;
}
li.menu-item a {
  color: rgba(255,255,255,1) !important;
}
#header {
	background-color: rgb(200,191,231) !important;
}
p.site-description {
  font-style: inherit !important;
  font-size: 20px;
  font-weight: bold;
  color: #222;
}
div.sidebar-top p {
  color: rgba(255,255,255,1) !important;
}
div#copyright p {
  color: #fff !important;
}
div#credit p {
  color: #fff !important;
}
.pad {
  padding: 20px 30px !important;
}
span.field_required {
  color: red !important;
  font-size: 24px !important;
}
span.help-block {
  color: #a94442 !Important;
}
hr {
  border-top: 1px solid #bbb !important;
}
input.btn {
  border-radius: 0px !important;
  padding: 12px 22px !importan;
  font-size: 18px !important;
  font-weight: normal !important;
}