﻿/* 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 */
li a {
    color: #0366d6 !important;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

 li:hover > a { 
    color: #FF9C00 !important;
}

.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%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #0c2236 !important;
    /*background: url('../Images/P1080048-Edit.jpg') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

a.custom-text {    
    text-decoration: none;
    font-family: "Segoe UI", Calibri, Verdana, Helvetica, Sans-Serif;
    font-weight: 100;
    font-size: larger;
    color:#e5e5e5 !important;
}

a.custom-text-active {
    text-decoration: none;
    font-family: "Segoe UI", Calibri, Verdana, Helvetica, Sans-Serif;
    font-weight: 100;
    font-size: larger;
    color: #e5e5e5 !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #FF9C00;
}

.dropdown-menu {
    background-color:transparent !important;
    border: none !important;
}

.dropdown-menu.collapsing {
    display: block;
}


/* You can change these rules as you want*/
.dropdown-menu {
    padding: 0 !important;
}

    .dropdown-menu .dropdown-item:first-child {
        margin-top: .5em;
    }

    .dropdown-menu .dropdown-item:last-child {
        margin-bottom: .5em;
    }

.navbar-toggler {
    color: #FF9C00 !important;
    border:none;
}

.navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}



.mainContentWrapper {
    display: block;
    padding: 10px;
    /*background-color:#B4C7DE;*/
    background-color: #D9D9D9;
    /*max-width:1025px;*/
    margin: auto;
    min-height:300px;
}

.CenterArticleText {
    padding-left: 10%;
    padding-right: 10%;
}

/*Separator block between navigation and the main body contents. This is 
    to put some sort of inspiration quotes.
*/
#HeaderSeparator {
    width: 100%;
    /*height:200px;*/
    display: block;
    font-size: 50px;
    color: #ffecce;
    font-weight: 100;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
}

#MainContent {
    /*max-width:1025px;*/
    display: block;
    width: 100%;
    height: auto;
    color: #222932;
    /*color:#ebebeb;*/
    font-weight: 100;
    font-size: large;
}


/*************************************
    MISC Section for heading and stuff
*************************************/
.headLine {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    color: #002D52;
    /*text-transform:uppercase;*/
}

.generalTextDetail {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
}

.importantText {
    font-weight: bold;
    font-size: 1.25em;
    font-family: Moire, Arial;
    color: #002D52;
    /*text-transform:uppercase;*/
    display: block;
}

.inlineImportant {
    font-weight: bold;
    font-family: "Segoe UI", Calibri, Moire, Arial;
    color: #002D52;
    /*text-transform:uppercase;*/
    display: block;
}

.importantText2 {
    font-size: 1.5em;
    font-family: Moire, Arial;
    color: #002D55;
    display: block;
    text-align: center;
}

#GalleryWrapper {
    /*display:block;
	padding:0px;
	width:auto;
	font-size:0 !important;
	line-height:0 !important;*/
    /*Image Grid*/
    width: auto;
    padding: 10px;
}

.vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    /*border: 3px solid green;*/
}

#BodyRoot {
    margin: 0 auto;
    font-family: "Segoe UI", Calibri, Verdana, Helvetica, Sans-Serif;
    /*background-color:#D9D9D9;*/
}

@media (max-width: 576px) {
    a .custom-text-active {
        text-decoration: none;
        font-family: "Segoe UI", Calibri, Verdana, Helvetica, Sans-Serif;
        font-weight: 100;
        font-size: larger;
        color: #FF9C00 !important;
        border: none !important;
    }

    li a{
        text-align:center;
        border:none !important;
    }

    .dropdown-menu {
        background: rgba(54,97,150, 0.5) !important;
    }
}