﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
html * {
    font-family: Helvetica, sans-serif, Arial;
   /* font-family: Touche,Helvetica, sans-serif, Arial;*/
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
nav a {
  color: #0366d6;
}

main a {
    color:#367895 !important;
}
a:hover{
    color:#367895;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html{
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100vh;
    max-width: 100vw;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
    line-height: 20px; /* Vertically center the text there */
    color: #fff !important;
    background-color: #367895;
    padding-top: 30px;
}

footer p {
    color: #fff !important;
}


.footer-item a {
    color: #fff;
    font-size: 14px !important;
}

    .footer-item a:hover {
        text-decoration: none;
    }

    .footer .title{
        color: #f27383;
    }

.logo {
    width: 150px;
    height: auto;
}

.button,
.page-header .button:hover {
    border: 2px solid #f16729;
    color: #f16729;
    background-color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
}

    .page-header .button,
    .button:hover {
        border: 2px solid #f16729;
        color: #fff;
        background-color: #f16729;
    }

        button {
            transition: 0.3s;
        }


.page-header {
    background-color: #367895;
    color: #fff !important;
}

    .page-header a {
        color: #fff !important;
    }

main i {
    color: #367895;
}

.header-color{
    color: #367895;
}

p {
    color: #292929;
}

.orange-underline {
    border-bottom: 2px solid #ff8800;
}

.secondary-blue {
    color: #55b6b1;
    border-color: #55b6b1;
}

.secondary-pink {
    color: #f27383;
    border-color: #f27383;
}

.secondary-purple {
    color: #785382;
    border-color: #785382;
}
    
.btn-secondary-blue {
    color: #fff;
    background: #55b6b1;
    border-color: #55b6b1;
}

.btn-secondary-pink {
    color: #fff;
    background: #f27383;
    border-color: #f27383;
}

.btn-secondary-purple {
    color: #fff;
    background: #785382;
    border-color: #785382;
}

.btn-secondary-blue:hover {
    color: #55b6b1;
    background: #fff;
    border-color: #55b6b1;
}

.btn-secondary-pink:hover {
    color: #f27383;
    background: #fff;
    border-color: #f27383;
}

.btn-secondary-purple:hover {
    color: #785382;
    background: #fff;
    border-color: #785382;
}
