body {
    padding-top: 5rem;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.bg-blue {
    background-color: #1f3154 !important;
}

@font-face {
    font-family: "octin-prison";
    src: url("assets/fonts/5325154/98c8362b-4b31-4985-9cef-19df6780d09f.woff");
}

.title {
    font-family: octin-prison;
}

.btn {
    font-family: Playfair Display;
    border-color: #ed441c !important;
    color: #ed441c ;
}

.btn:hover {
    background-color: #ed441c;
    color: #ffffff;
}

.navigation-link {
    color: #ed441c;
    font-family: Playfair Display;
    display: block;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
}

.navigation-link:hover,
.navigation-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.link:hover {
    color: rgba(255, 255, 255, 0.75);
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Playfair Display;
    color: #fff;
    text-align: left;
    font-size: 1.1rem;
}

.lead {
    font-size: 1.5rem;
    font-weight: 300;
}

h3 {
    font-size: 1.75rem;
    font-family: Playfair Display;
    color: #ffffff;
}

h4 {
    font-family: Playfair Display;
}

.active {
    color: #ffffff;
}

.fas:hover {
    color: #ffffff;
}

.fas {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fab {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #ed441c;
}

.form-control {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #999999;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 300px;
    background-color: #282828;
    border-style: solid;
    border-color: transparent;
    resize: none;
}

.fab:hover {
    color: #ffffff;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ed441c;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0.25rem;
    border-color: transparent;
}

.input-group-text:hover {
    background: #ed441c;
}

a {
    color: #ed441c;
    text-decoration: none;
    background-color: transparent;
    font-family: Playfair Display;
    font-size: 1.1rem;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #ed441c;
}

a:hover {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #ed441c;
    border-color: #ed441c;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

h2,
.h2 {
    font-size: 2rem;
    font-family: Playfair Display;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #ed441c;
}

.form-group .form-control {
    border: 1px solid #ed441c;
    max-width: 100%;
    width: 100%;
}

.og-text {
    color: #ed441c !important;
}

.navbar-light .navbar-toggler {
    color: #ed441c;
    border-color: #ed441c;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#ed441c' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: nowrap;
}

.nav-tabs .nav-link {
    border: 1px solid;
    border-color: #ed441c;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
}

.navbar-light .navbar-brand {
    color: #ed441c;
}

.cover-img {
    background-image: url('assets/images/image003_v3.jpg');
    max-width: 900px;
    background-position: right top;
    background-size: cover;
}

@media (max-width: 576px) {
    .cover-img {
        background-image: url('assets/images/image003_576px.jpg');
    }
}

.aboutimage {
    position: relative;
}

.aboutimage::before {
    content: "";
    color: #ed441c;
    font-family: octin-prison;
    font-size: 1.5rem;
    position: absolute;
    text-align: center;
    z-index: 10;
    left: 50%;
    bottom: 2%;
    transform: translate(-50%);
}

.form-control:focus {
    background-color: #282828;
    color: #ced4da;
}

/*
 *  Scrollbar
 */
::-webkit-scrollbar-track {
    border-radius: 0.25rem;
}

::-webkit-scrollbar {
    width: 12px;
    border-radius: 0.25rem;
    color: #ed441c;
}

::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
    background-color: #555;
}

.card {
    background-color: transparent;
    border: 1px solid #ed441c;
    border-radius: 0.25rem;
    max-width: 500px;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 576px) {
    .gallerygrid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        grid-template-rows: auto;
        grid-gap: 1rem;
    }
}

@media (max-width: 575px) {
    .gallerygrid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-template-rows: auto;
        grid-gap: 0.5rem;
    }
}

.card-text {
    max-height: 180px;
    overflow: auto;
}

.card-body {
    padding: 1.25rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-body .btn {
    width: 100%;
    margin-top: 1.5rem;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #282828;
    background-clip: padding-box;
    border: 3px solid #ed441c;
    border-radius: 0.3rem;
    outline: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, 150px);
    transform: translate(0, 150px);
}

.close:hover {
    color: #ed441c;
    text-decoration: none;
}

.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    position: absolute; /* Take your picture out of the flow */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; /* Make the picture taking the size of it's parent */
    width: 100%; /* This if for the object-fit */
    height: 100%; /* This if for the object-fit */
    object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
    object-position: center;
}

.image-container :after {
    padding-bottom: 100%;
    display: block;
    content: "";
}

.image-container {
    position: relative;
    width: 100%;
}

.card a.venobox {
    margin-left: 0px;
    margin-right: 0px;
}