﻿/* 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 {
    text-decoration: none;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  color: orange;
}

.navbar-nav a {
    color: white !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
  
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 250px;
    font-family: 'VP_Font_1';
    font-size: 1.6rem !important;
    color: black;
    font-weight: bolder !important;
    /*font-weight: bold;*/

    background-image: url('../img/BackgroundMain.jpg');
    background-position:center;
    background-repeat: repeat-y;
    /*background-size: 100%;*/
    /*background-size:contain;*/

    /*background-color: #c5fffd;*/

}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
}


a {
    color: darkgreen !important;   
    font-weight: bold;
}

    a:hover {
        color: red !important;
        font-weight: bold;
        opacity: 1 !important;
    }


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}




/* navbar Menu
-----------------------------------------------------------*/
.VP_slogan {
    background-color: #A7D971;
    opacity: .8 !important;
}

.VP_social {

}

    .VP_social a {
        color: white !important;
        text-shadow: 0 0 0.5em #006800, 0 0 0.5em #006800;
    }
    .VP_social a:hover {
        color: forestgreen !important;
        text-shadow: 0 0 0.5em orange, 0 0 0.5em orange;
    }


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    font-size: .8rem;
    font-weight: bold;
    color: #a94442;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #a94442 !important;
    background-color: #fff7f7;
}

.validation-summary-errors {
    font-size: .8rem;
    color: #a94442;
}

.validation-summary-valid {
    display: none;
}