﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 0px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 0px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: black;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: black;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

hr {
    border-top: 1px solid #696969;
    opacity: 0.5;
}


@font-face {
    font-family: roboto;
    src: url(../Fonts/roboto-v20-latin-ext_latin-300.woff2);
    format('woff2');
}

.Title {
    color: #D3D3D3;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
}

.Title2 {
    color: darkorange;
    font-family: roboto;
    font-weight: bold;
    /*text-transform: uppercase;*/
    font-size: 28px;
}

.Title22 {
    color: darkorange;
    font-family: roboto;
    font-weight: bold;
    font-size: 28px;
}

.Title4 {
    color: gray;
    font-family: roboto;
    font-weight: bold;
    font-size: 20px;
}

.Title5 {
    color: white;
    font-family: roboto;
    font-weight: bold;
    font-size: 24px;
}

.Title3 {
    color: #D3D3D3;
    font-family: roboto;
    font-weight: bold;
    /*text-transform: uppercase;*/
    font-size: 28px;
    text-align: center;
}

.Div_Footer {
    padding: 14px 14px 14px 14px;
    line-height: 1.1em;
    color: white;
}

.Div_Footer1 {
    position: relative;
    background-color: #FF4500;
    border: 5px;
    border-color: darkred;
    border-radius: 25px 25px 0px 0px
}

.Footer_Text {
    color: white;
    font-family: Verdana;
    font-size: 16px;
}

.Social_Network_Icon {
    /*transform: scale(0.4);*/
    width: 40px;
    height: 40px;
    margin: 8px 8px 8px 8px;
}

.Footer_Search_Box {
    font-size: 20px;
    color: red;
    border: 1px solid #000000;
    outline: 0;
    height: 136px;
    /*width: 275px;*/
}
