﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
.home-item .desc {
    font-family: 'Roboto Condensed';
    font-size: 15px;
}

.text-uppercase h4 {
    color: #caa669;
    font-weight: bold;
}

/* The Modal (background) */
.newmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 10px; /* Location of the box */
    z-index:1000;
    left: 0;
    top: 0;
    text-align:center;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.ptitle {
    font-family: 'Roboto Condensed';
    font-weight: 100;
    margin-bottom: 34px;
    font-size:21px;
}

/* Modal Content */
.newmodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #3aa8db;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #3aa8db;
        text-decoration: none;
        cursor: pointer;
    }

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }