﻿@font-face {
    font-family: 'BebasNeue';
    src: url('../../Content/Fonts/BebasNeue Regular.ttf');
}

@font-face {
    font-family: 'Architects Daughter';
    src: url('../../Content/Fonts/ArchitectsDaughter-Regular.ttf');
}



.fontfam-bebas {
    font-family: BebasNeue !important;
}

.fontfam-architects {
    font-family: 'Architects Daughter', sans-serif!important;
}

body {
    background-image: url(../../Content/bgcover.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.puzzle-header {
    background-color: #f8f9fa;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    margin: 1rem 0;
    padding: 1em 1em;
    border-radius: .28571429rem;
    border: 1px solid rgba(34,36,38,.15);
    font-size: 1rem;
}

.headerbtn {
    color: #6c757d !important;
    transition-duration: 0.2s;
}

    .headerbtn:hover {
        background-color: #fdfdfe !important;
        border-bottom: 2px solid #fed61a !important;
    }

.home-link {
    color: inherit !important;
    text-decoration: none;
    transition-duration: 0.4s;
}

    .home-link:hover {
        color: #4b505c !important;
        text-decoration: none;
    }

.text-theme {
    color: #ffc107 !important;
}

.text-tahoma {
    font-family: 'Tahoma' !important;
}

.link-theme {
    text-decoration: none !important;
    color: #ffc107 !important;
    transition-duration: 0.3s;
}

    .link-theme:hover {
        color: #4b505c !important;
        text-decoration: none !important;
    }

.nav-link {
    font-size: 1.2rem !important;
}

    .nav-link.active {
        border-bottom: 2px solid #fed61a !important;
    }
