﻿/* 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. */

/* FONTS declarations */
@font-face {
    font-family: "urb-medium";
    src: url("/Fonts/Urbanist-Medium.eot");
    src: url("/Fonts/Urbanist-Medium.woff") format("woff"), url("/Fonts/Urbanist-Medium.ttf") format("opentype"), url('/Fonts/Urbanist-Medium.svg#urb-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "urb-bold";
    src: url("../Fonts/Urbanist-Urbanist-Bold.eot");
    src: url("../Fonts/Urbanist-Bold.woff") format("woff"), url("../Fonts/Urbanist-Bold.ttf") format("opentype"), url('../Fonts/Urbanist-Bold.svg#urb-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "urb-semiBold";
    src: url("../Fonts/Urbanist-SemiBold.eot");
    src: url("../Fonts/Urbanist-SemiBold.woff") format("woff"), url("../Fonts/Urbanist-SemiBold.ttf") format("opentype"), url('../Fonts/Urbanist-SemiBold.svg#urb-semiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "urb-thin";
    src: url("../Fonts/Urbanist-Thin.eot");
    src: url("../Fonts/Urbanist-Thin.woff") format("woff"), url("../Fonts/Urbanist-Thin.ttf") format("opentype"), url('../Fonts/Urbanist-Thin.svg#urb-thin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "urb-mediumItalic";
    src: url("../Fonts/Urbanist-MediumItalic.eot");
    src: url("../Fonts/Urbanist-MediumItalic.woff") format("woff"), url("../Fonts/Urbanist-MediumItalic.ttf") format("opentype"), url('../Fonts/Urbanist-MediumItalic.svg#urb-mediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "urb-semiBoldItalic";
    src: url("../Fonts/Urbanist-SemiBoldItalic.eot");
    src: url("../Fonts/Urbanist-SemiBoldItalic.woff") format("woff"), url("../Fonts/Urbanist-SemiBoldItalic.ttf") format("opentype"), url('../Fonts/Urbanist-SemiBoldItalic.svg#urb-semiBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: urb-medium, 'sans-serif'
}

/* 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;
    }
}


.main-button-sm {
    background-color: #99c927;
    color: #FFFFFF;
    border-radius: 5px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    min-width: 101px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    font-family: 'urb-bold', sans-serif;
    display: inline-block;
}