﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.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: 100%;
}

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


/* = Old Styles = */
@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

@font-face {
    font-family: celtic_garamond_2nd;
    src: url("../fonts/celtic_garamond_2nd.ttf");
}

@media only screen and (max-width:999px) {
    .logo {
        display: none;
    }

    #eventsSlicer {
        display: none;
    }
}

@media only screen and (min-width:1000px) {
    .logo {
        position: absolute;
        left: 0.5%;
        top: 20%;
        height: 300% !important;
    }
}

main {
    width: 75% !important;
}

.navbar-custom {
    background-color: rgb(56, 125, 252) !important;
    color: #FAFAFA !important;
}

.menu-nav-link {
    padding: 0.5rem 0.6rem !important;
    color: #FAFAFA !important;
}

.container {
    min-height: 70vh;
    margin-top: 20px;
}

.bottom_custom {
    background-color: rgb(56, 125, 252) !important;
    color: rgb(24, 188, 156);
}

.green {
    color: #FAFAFA !important;
}


/*
body {
    background-image: url("/Images/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
*/

.fiftypct {
    width: 50% !important;
}

.space-max {
    margin-top: 20px;
}

article {
    margin-bottom: 0.5rem;
    /*border: 2px solid gray;*/
    padding: 20px;
    border-radius: 15px;
    /*box-shadow: 0px 2px 1px #9C9C9C;*/
    /*background-image: url("../Images/trans.png");
    background-repeat: repeat;*/
    border: #ccc solid 1px;
    background-color: #fff;
    box-shadow: 4px 4px 0 #fff, 5px 5px 0 #ccc, 9px 9px 0 #fff;
    -moz-box-shadow: 4px 4px 0 #fff, 5px 5px 0 #ccc, 9px 9px 0 #fff;
    -webkit-box-shadow: 4px 4px 0 #fff, 5px 5px 0 #ccc, 9px 9px 0 #fff;
}

section {
    padding-top: 20px;
}

.tocenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form_login {
    margin: 10px;
}

.form_login div {
    margin: 10px;
}

.left {
    display: block;
    float: left;
}

.right {
    display: block;
    float: right;
}

.center {
    display: block;
    text-align: center;
}

.navbar {
    font-size: 1.25rem;
}

.bold {
    font-weight: bold;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
article h7 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #3c45cb !important;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.red {
    color: red;
}

body {
    padding-top: 54px;
}

.business-header {
    height: 50vh;
    width: auto;
    min-height: 600px;
    /* background: url(../Images/banniere.jpg) center center no-repeat scroll; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-shadow: 3px 3px 6px #000000 !important;
    overflow: hidden;
}

#carousel-index {
    max-height: 100vh;
}

.card {
    height: 100%;
}

.celtic-text {
    font-family: celtic_garamond_2nd;
}

.centered {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grow:hover {
    z-index: 3000;
    transform: scale(3);
}

.card-centerhv {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
}

#eventsSlicer {
    float: right !important;
    display: flow-root !important;
    overflow-y: scroll;
    max-height: 600px;
}