body{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";}
#header{
    background: url(../images/login_bg.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
}
.login{
    background-color: rgba(48, 8, 37, 0.5);
}
#logo img{
    max-width: 200px;
    max-height: 100px;
}
.page-content{
    background: url(../images/bg2.jpg);
    background-position: center;
    background-size: cover;
}
.divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.divider-custom .divider-custom-line {
    width: 100%;
    max-width: 7rem;
    height: 0.25rem;
    background-color: #fff;
    border-radius: 1rem;
    border-color: #fff;
}
.divider-custom .divider-custom-icon {
    color: #fff;
    width: 40px;
    margin: 0 30px;
}
.page-section-heading{
    font-size: 3rem;
    line-height: 2.5rem;
    font-weight: 300;
}
.portfolio-item{
    cursor: pointer;
    border-radius: 0.5rem;
    overflow: hidden;
}
.caption-text{
    transition: all 0.2s ease-in-out;
    opacity: 0;
    background-color: rgba(255, 156, 25, 0.9);
}
.portfolio-item:hover .caption-text{
    opacity: 1;
}
.navbar-toggler{
    background: #fff;
}
@media only screen and (max-width: 48em){
    #logo img{
        max-width: 140px;
        height: auto;
    }
}
.modal-content{
    background-color: #143730;
    color: #fff;
}
.modal-content .btn-close{
    filter: invert(1);
    opacity: 1;
}
.modal-content .modal-header{
    border-bottom: none;
}
.text{
    font-size: 14px;
    line-height: 1.8;
}
.h{
    font-size: 20px;
    text-align: left;
    color: #f7da0f;
    padding: 0.8% 0.8%;
}
.btn-close-window{
    color: #fff;
    background-color: rgb(255, 156, 25);
    border-color: rgb(255, 156, 20);
}
.btn-close-window svg{
    width: 12px;
}