@charset "utf-8";
/* CSS Document */

header .logo img {
    width: 100%;
    max-width: 300px;
}

/* .btn-primary {
    color: #000000;
    background-color: #2e1ae3;
    border-color: #2e1ae3;
} */
header .contact {
    text-align: right;
    margin-top:20px;
}
.btn-primary.active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus, .btn-primary:active, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #000000;
    background-color: #008f8a;
    border-color: #008f8a;
}

.app {
    width: 100%;
    height: 100%;
    min-height: 1250px;
}

header, footer {
    background: #00aea9;
    color: #000000;
    padding: 20px 0;
    border-top: 5px solid #a4a5a5;
}

footer a{
	color: #000000;
}

@media (max-width: 768px) { 
    footer .footer-left, footer .footer-right, header .logo, header .contact {
    text-align: center;
  }
}

.content{
	margin: 60px 0;
}

.disclosure{
	font-size: 14px;
}
