﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  padding: 20px;
}

/* Provide sufficient contrast against white background */
a {
  
    color: #8bbf4b;
}
    a:hover {
        color: #85B648;
    }
    

.btn-primary {
    color: #fff;
    background-color: #8bbf4b;
    border-color: #8bbf4b;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #8bbf4b;
    border-color: #8bbf4b;
   
}


a.text-dark:focus, a.text-dark:hover {
    color: #8bbf4b !important;
    transform: translate(5%) !important;
}

.nav-link text-dark {
    font-family: 'Oswald', sans-serif;
    border-right-color: #e5e5e5;
}

.nav-item {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.display-4 {
    font-family: "Cuprum", Sans-serif;
    font-size: 2.5em;
    text-transform: uppercase;
    letter-spacing: -3px;
}

.elementor-post__title {
    font-family: 'Prompt', sans-serif;
    font-size: 18px;
    color: #8abf49;
    transition: all .2s linear;
}
.elementor-post__title:hover {
    color: #3a3a3a
}
    /* 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;
    background-color: #8bbf4b;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
