html {
    font-size: 15px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

body {
    background: #f3f3f3;
}

a, a:hover {
    color: #c60021;
}

a.default, a.default:hover  {
    color: #c60021!important;
}

.issue-preview a,
.issue-box a {
    color: #212529;
    text-decoration: none;
}

.issue-preview a:hover,
.issue-box a:hover {
    color: #c60021;
}

.page-item a,
.page-item a:hover {
    color: #c60021;
}

.page-item.active .page-link {
    background-color: #c60021;
    border-color: #c60021;
}

a.logo {
    color: #c60021!important;
}

.text-muted a {
    color: #6c757d!important;
}

.text-muted a:hover {
    text-decoration: underline;
}

nav .navbar-nav a {
    color: #6f6f6f;
}

.badge {
    padding: .4em .5em;
}

.badge-primary {
    background-color: #c60021;
}

h1 {
    font-size: 22px;
    font-weight: 400;
}

h2, .h2 {
    font-size: 18px;
}

h3 {
    font-size: 15px;
}

.text-small {
    font-size: 13px;
}

h1.h1, .h1 {
    font-size: 1.8rem;
    font-weight: 400;
}

.issue-preview h2 {
    font-size: 1.3rem;
}

h1,h2,h3 {
    vertical-align:middle;
}

  h1>.badge, h2>.badge, h3>.badge {
    vertical-align:middle;
    margin-top: -0.5em;
}

nav.navbar {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
}

.card {
    border-width: 0;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}

.card-footer {
    background-color: #fff;
}

.card-footer strong {
    font-weight: 600;
}

.markdown h1 {
    font-size: 1.5em;
}

.markdown h2 {
    font-size: 1.2em;
}

.markdown img {
    max-width: 100%;
}

.markdown pre {
    direction:ltr;
    text-align: left;
    padding: 16px;
    overflow: auto;
    background-color:rgb(246,246,246);
    line-height: 1.45;
    border-radius: 6px;
}

.markdown code {
    direction:ltr;
    text-align: left;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
    padding: 2px 4px;
    background-color: #e4e6e8;
    color: #242729;
    border-radius: 3px;
}

.markdown pre code {
    direction:ltr;
    text-align: left;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
    border-radius: 6px;
    background-color: rgb(246,246,246);
    padding: 0;
    word-break: normal;
    white-space: pre;
    display: inline;
}

.markdown blockquote {
    padding: 0 1rem;
    color: #6c757d;
    border-left: .25em solid #dfe2e5;
}

.rtl .markdown blockquote {
    border-left: none !important;
    border-right: .25em solid #dfe2e5 !important;
}

.markdown strong {
    font-weight: 600;
}

.btn-outline-primary:focus,
.btn-outline-primary:active{
    box-shadow:none !important;
    outline:0px !important;
}

.best-comment .fa-check {
    color:#5eba7d;
    vertical-align: middle;
    font-size: 1.8rem;
    margin-top: -4px;
}

.issue-box strong {
    font-weight: 500;
}

i.fas {
    color:  #c60021;
}

.fas.inactive {
    color: #9E9E9E;
}

.helpful .title {
    font-weight: 500;
}

.helpful .fas {
    font-size: 1.2rem;
    cursor: pointer;
}

footer {
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 0.8);
}

footer a,
footer .text-muted a {
    color: rgba(255, 255, 255, 0.8)!important;
}

footer hr {
    border-color: rgba(255, 255, 255, 0.2);
}

:focus,
:active:focus,
.active:focus,
.focus,
:active.focus,
.active.focus {
    outline-color:#c60021 !important;
}

div.hero-wrapper {
    z-index: 1;
    position: relative;
}

div.hero {
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

div.hero:before {
    background: url(/assets/img/bg.jpg) center center no-repeat;
    background-size: cover;    
}

div.hero.bg-zoom:before {
    animation: pop-in 6s 0.2s cubic-bezier(0, 0.5, 0, 1) forwards;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hero .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #fff;
    background-color: rgba(0,0,0,0.45);
}

.hero .wrapper input[type=text] {
    padding: 10px;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
    height: 50px;
    padding-left: 15px;
    border-right: none;
    font-weight: 500;
}

.rtl .hero .wrapper input[type=text] {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.hero .wrapper input:focus {
    outline: 0;
    box-shadow: none;
}

.hero .wrapper input[type=submit] {
    color: #fff;
    font-weight: 600;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    width: 100%;
    border-radius: 0 3px 3px 0;
    background-color: #c60021;
}

.rtl .hero .wrapper input[type=submit] {
    border-radius: 3px 0 0 3px;
}

@media (max-width: 991px) {
    .hero .wrapper input {
        border-radius: 3px!important;
    }
}

.hero .wrapper h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
}

.hero .wrapper p {
    font-weight: 400;
    font-size: 1.5rem;
}

.hero nav.navbar {
    background-color: unset;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.hero nav.navbar-light::before {
    opacity: 1!important;
    
}

.hero nav.navbar::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: opacity .15s linear;
    opacity: 0;
    z-index: 1;
}

.hero nav.navbar .container {
    z-index: 2;
}

.hero .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
}

body.error {
    background: #c60021;
    color: #fff;
}

.error .container {
    height: 100vh;
}

.error img {
    height: 30vh;
    width: 30vh;
}

.error .attribution {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    color: #ccc;
    font-size: min(13px, 1.5vh);
}

.error .title {
    font-size: 7vh;
    font-weight: 700;
}

.error .subtitle {
    font-size: 5vh;
}

.error .attribution a,
.error .attribution a:hover {
    color: #ccc;
    text-decoration: none;
}

@keyframes pop-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.rtl .fa-angle-right::before {
    content: "\f104"!important;
}

.rtl .fa-angle-left::before {
    content: "\f105"!important;
}

.skyscraper-container {
    position: absolute;
    left: 1140px;
    top: 0;
    width: calc((100vw - 1160px) / 2);
    height: calc(100vh - 70px);
}

.skyscraper-container-left {
    position: absolute;
    right: 1140px;
    top: 0;
    width: calc((100vw - 1160px) / 2);
    height: calc(100vh - 70px);
}

@media (max-width: 1399px) {
    .skyscraper-container,
    .skyscraper-container-left {
        display: none;
    }
}