﻿/* 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. */

body {
    padding-top: 50px;
    padding-bottom: 20px;
}
.container {
    max-width: 700px !important;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}


.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-underline {
    text-decoration: underline;
}

.text-white {
    color: #fff !important;
}

.text-highlight {
    background-color: #fff287;
}


.text-decoration-none {
    text-decoration: none;
}

.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 500 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}

.font-normal {
    font-style: normal !important;
}

.font-large {
    font-size: large !important;
}

.font-medium {
    font-size: medium !important;
}

.font-small {
    font-size: small !important;
}

.font-xsmall {
    font-size: x-small !important;
}


.font-smaller {
    font-size: smaller !important;
}

.font-variable {
    font-size: calc(0.8rem + 0.5vw);
}

.nav-link {
    color:white;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 575.6px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
    .d-mobile-sm{
        font-size:0.8rem;
    }
    .h4 {
        font-size: calc(1.125rem + .1vw);
    }

    .lead {
        font-size: 1.1rem;
        font-weight: 300;
    }
}

@media (max-width: 451px) {
    .hide-xs {
        display: none;
    }

    .h4 {
        font-size: medium !important;
    }
}

@media (max-width: 355px) {
    .hide-xxs {
        display:none;
    }

    .h4 {
        font-size: medium !important;
    }
}

@media (max-width: 300px) {
    .hide-xxxs {
        display: none;
    }

    .h4 {
        font-size: smaller !important;
    }
}

/*thin alert bar*/
.alert {
    padding: .40rem 1.25rem !important;
    margin-bottom: .6rem;
}

.ui-autocomplete {
    font-size: 1.35rem !important;
}

.ui-widget.ui-widget-content {
    border: none ;
    
}
.ui-widget .ui-menu-item {
    border: 1px solid #c5c5c5;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    background-color: rgb(255, 252, 205) !important;
}

.show-clue {
    font-weight: normal;
    font-size: 0.6rem;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#wincelebration {
    height: 100%;
    position: fixed;
    top: 55px;
    width: 100%;
    z-index: -1;
    max-width: 670px !important;
    margin-left: auto;
    margin-right: auto;
}

.border-circle {
border: 1px solid lightgray;
border-radius: 100px;
}

.highlight:hover {
    color: rgb(13, 110, 253) !important;
    /* #ec0384 */
}