﻿/* 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. */


@font-face {
    font-family: 'FontinSans-Bold';
    src: url('../fonts/new2/fontin_sans_b_45b.woff2') format('woff2'), url('../fonts/new2/fontin_sans_b_45b.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontinSans-Regular';
    src: url('../fonts/new2/fontin_sans_r_45b.woff2') format('woff2'), url('../fonts/new2/fontin_sans_r_45b.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    
    font-size: 1.8rem;
    font-family: 'FontinSans-Regular' !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;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
h1.pagetitle {
    margin-bottom: 5.5rem;
    display: block;
}

@media (max-width: 1920px) h1 {
    font-size: 4.0rem;
    line-height: 4.0rem;
}

h1 {
    text-transform: uppercase;
    font-size: 4.8rem;
    line-height: 4.9rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'FontinSans-Bold' !important;
    color: #e50020;
    color: rgba(229,0,32,1);
    margin-bottom: 2rem;
}

.gen-btn.red:hover, .gen-btn.red:active, .gen-btn.red:focus {
    background: #000;
}

.gen-btn.red, .gen-btn:hover, .gen-btn:active, .gen-btn:focus {
    color: #fff;
    background: rgb(229,0,32);
    border: 1px solid rgb(229,0,32);
    text-decoration: none;
}