﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body{
    background-color:black;
}

#font {
    font-family: 'Krona One', sans-serif;
    font-family: 'Bree Serif', serif;
    font-family: 'Alef', sans-serif;
    font-family: 'Quicksand', sans-serif;
}


.jumbotron {
    position: relative;
    min-height:100vh;
    overflow: hidden;
    background-color: black;
}

    .jumbotron video {
        position: absolute;
        z-index: 1;
        top: 0;
        width: 100%;
        height: 100%;
        /*  object-fit is not supported on IE  */
        object-fit: cover;
		background-position:cover;
        opacity: 0.5;
    }

    .jumbotron .container-fluid {
        text-shadow: 0 2px 4px #000;
        z-index: 2;
        position: relative;
    }

#title_p {
    font-family: 'Alef', sans-serif;
}

#category_h2 {
    font-family: 'Krona One', sans-serif;
}

.btn-primary {
    background-color: rebeccapurple;
    border-color: rebeccapurple
}

    .btn-primary:hover {
        background-color: #bf4498;
        border-color: #bf4498
    }

#feature_container {
    padding-top:100px;
    padding-bottom:100px;
    min-height: 100vh;
}

    #feature_container .card {
        margin-bottom:50px;
    }
	
	#feature_container img {
		height: 100%;
		width:100%;
	}

#demo_container {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 100vh;
}

#demo_box {
    position: relative;
    min-height:70vh;
}

    #demo_box video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border:2px solid white;
    }
	
	#demo_box iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border:2px solid white;
    }

#contact_container {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 100vh;
}

#footer_container {
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;    
	font-family: 'Quicksand', sans-serif;
}












.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
}

@media (max-width: 767.98px) {
    
}

@media (min-width: 768px) {
    
}
