.ws-text-color
{
   color: #0064AB;
}

.navbar-light
{
   background-color: white !important;
   border: none !important;
   border-width: 0 !important;
}

.home-link, .vision-link, .contact-link, .services-link, .sowing-link, .login-link
{
   text-decoration: none;
   color: #0064AB;
}

.heading_size
{
   font-family: piepie, sans-serif;
   font-size: 1.5rem;
   font-weight: bold;
   font-style: normal;
   line-height: normal;
}

@media( max-width: 768px )
{
   .heading_size
   {
      font-family: piepie, sans-serif;
      font-size: 1.4rem;
      font-weight: bold;
      font-style: normal;
      line-height: normal;
   }
}

.motto_size
{
   font-family: piepie, sans-serif;
   font-size: 1.3rem;
   font-weight: bold;
   font-style: normal;
   line-height: normal;
}

@media( max-width: 430px )
{
   .motto_size
   {
      font-family: piepie, sans-serif;
      font-size: 1.0rem;
      font-weight: bold;
      font-style: normal;
      line-height: normal;
   }
}

.ws-footer
{
   border-top_OFF: 10px solid #EA6815;
   background-color: #0064AB;
   color: white;
}

.ws-footer-link, .ws-footer-link:hover, .ws-footer-link:visited
{
   text-decoration: none;
   color: white;
}

.ws-btn, ws-btn:link, ws-btn:visited, ws-btn:hover, .ws-btn:active, .ws-btn:focus
{
   background-color: #0064AB;
   border: none;
   color: white;
   margin: 5px;
   padding: 5px 10px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
   border-radius: 6px;
   outline: none !important;
   box-shadow: none !important;
   font-weight: normal;
}
