/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    max-width: 100%;
    overflow-x: hidden;
    font-size: 13px;
}

html
{
    font-size: 13px;
}

#menu-navbar
{
    border-top: 5px solid #056644;
    webkit-box-shadow: 3px 6px 10px rgba(0,0,0,.175);
    -moz-box-shadow: 3px 6px 10px rgba(0,0,0,.175);
    box-shadow: 3px 6px 10px rgba(0,0,0,.175);
}

#banner
{
    width: 100%;
    height: 150px;
}

#banner::after {
  content: "";
  width: 100%;
    height: 200px;
  background: url('../img/banner.jpg');
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.card-header
{
    color:#056644;
    border-bottom:2px solid #056644;
}

input,
select,
textarea,
button {
    outline: none;
}

.footer
{
    padding: 20px 50px;
    border-top : 2px solid #056644;
    font-size: 12px;
}

.footer ul
{
    padding:0;
}

.footer li
{
    list-style: none;
    margin-bottom: 5px;
}

.footer li a {
    text-decoration: none;
    color: #0a0a0a;
}

.footer li a:hover {
    color: rgb(65, 172, 229);
}