/* @font-face {
    font-family: LaoSangamMN;
    src: local("Lao Sangam MN"),
    local("lao-sangam-mn"),
    url(http://mg.hugow.xyz/public/fonts/lao-sangam-mn.ttf);
} */

h4 {font-size: 1.25rem;}
.no-radius {border-radius: 0 !important;}
.lh-38 {line-height: 38px !important;}
.fw-1000 {font-weight: 1000 !important;}
.text-gray {color: #4D4D4D;}
.py-0 {padding-top: 0 !important; padding-bottom: 0 !important;}
.m-0 {margin: 0 !important;}
.fs-7 {font-size: .75rem !important;}
.fs-8 {font-size: .5rem !important;}
.fs-0 {font-size: 0;}
.o-0 {opacity: 0 !important}
.o-100 {opacity: 1 !important}
.op-0 {opacity: 0;}
.text-justify {text-align: justify;}

.cursor-pointer {cursor: pointer;}

* {
    font-family: 'Montserrat', sans-serif;
    color: #0B183C;
    letter-spacing: .14rem;
    padding: 0px;
    margin: 0px;
}

/* override */
.bg-light {
    background-color: rgba(255, 255, 255, .6) !important;
}
.navbar {
    /* background-color: rgba(0, 0, 0, 0.6); */
    /* padding-top: 30px !important; */
    /* padding-bottom: 30px !important; */
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.navbar-light .navbar-toggler {
    border: 0;
    padding: 0;
}
.navbar-toggler-icon {
}
a.nav-link,
.navbar a,
.navbar a:hover,
.navbar-light .navbar-nav .nav-link {
    color: #0B183C !important;
}
.navbar .navbar-nav a {
    margin-left: 3rem;
}

h1 {
    font-size: 2.5rem !important;
}
.card-text {
    color: #4D4D4D;
    letter-spacing: .1rem;
    
}
.img-thumbnail {
    padding: .5rem !important;
    border-radius: 0 !important;
    box-shadow: -1px 2px 7px 1px rgba(0, 0, 0, .2);
}
/* end override */

/* mobile menu */
#mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9000;
}

.img-wrap {
    height: 30vh;
}
body, html {
    height: 100%;
    margin: 0;
}

/* cover */
.cover {
    /* height: 100vh;
    background: url('http://mg.hugow.xyz/images/28') no-repeat center center fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
     */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('http://mg.hugow.xyz/images/302');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.main {
    width: 100%;
    max-width: 100%;
    /* height: 100vh; */
}

.main .title {
    text-align: center;
    margin-top: 7rem;
    margin-bottom: 7rem;
}
.main .content {
    margin: 0 6rem;
}

/* works-headline */
#works {
    background-color: #fff;
    text-align: center;
}
#works .element {
    background-color: none;
    padding: 1.25rem;
}
#works .element-body {
}
#works .element-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
#works .element-text {
    color: #4D4D4D;
    font-size: 0.95rem;
    letter-spacing: .1rem;
    margin-bottom: 0;
}
#works .work-wrap {
    cursor: pointer;
    position: relative;
}
#works .work-wrap img {
    width: 100%;
    height: 60vw;
    object-fit: cover;
}
#works .work-mask {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

/* me */
#me {
    background-color: #F7F7F7;
}
#me .element-text {
    color: #4D4D4D;
    font-size: 1rem;
    margin-bottom: 0;
}

/* tips */
#blog {
    background-color: #FFF;
}
#blog .card {
    box-shadow: -1px 2px 7px 1px rgba(0, 0, 0, .2);
}
#blog .card.blog-card {
    position: relative;
    cursor: pointer;
}
#blog .card .blog-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    /* justify-content: center; */
    background-color: rgba(0, 0, 0, .6);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}
#blog .card .blog-mask > div { 
    align-self: center;
}
#blog .card-title {font-size: 1.25rem;}
#blog .card-text {font: .95rem;}
#blog .card .blog-mask .card-title {color: #FFF !important; font-size: 1.25rem; line-height: 2.25rem;}
#blog .card .blog-mask .card-text {color: #FFF !important; font-size: .95rem;}

#blog .card img {
    min-height: 303px;
    max-height: 303px;
}
#blog .card .card-body {
    min-height: 202px;
}
#blog .card .card-body .description {
    min-height: 96px;
    max-height: 96px;
    overflow: hidden;
}

/* footer */
.footer {background-color: #F7F7F7;}
.footer a {
    font-weight: 1000;
    color: #0B183C;
    text-decoration: none;
}
.footer a:after {
    padding: 0 0.5rem;
}
.footer a:last-child:after {
    padding: 0;
    content: '';
}

/* global paging */
.global-paging {background-color: #000;}
.global-paging .paging-image {max-height: 163px;}

/* works details */
#works-details-content {text-align: left;}
#works-details-content .title {margin: .75rem 0 0 0; text-align: left;}
#works-details-size {background-color: #F7F7F7;}
#works-details-image {}
#works-details-image .card {border: none;}
.grid-item {margin-bottom: 24px;}

/* tips details */
#blog-details-content {margin-top: 96px;}
#blog-details-content #blog-description table * {border: none !important;}
#blog-details-content #blog-description p {color: #6c757d !important; margin-bottom: 0;}
#blog-details-content #blog-description img {width: 100%;}

.p-6 {padding: 3rem !important;}
.px-6 {padding-left: 3rem !important; padding-right: 3rem !important;}
.px-8 {padding-left: 4rem !important; padding-right: 4rem !important;}
.px-9 {padding-left: 4.5rem !important; padding-right: 4.5rem !important;}
.py-6 {padding-top: 3rem !important; padding-bottom: 3rem !important;}
.py-7 {padding-top: 3.5rem !important; padding-bottom: 3.5rem !important;}
.py-9 {padding-top: 4.5rem !important; padding-bottom: 4.5rem !important;}

/* 992px and up */
@media (min-width: 992px) {
    #works .work-wrap img {
        width: 100%;
        height: 20vw;
        object-fit: cover;
    }
}

/* 992px and up */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .my-lg-7 {margin-top: 7rem !important; margin-bottom: 7rem !important;}
    .my-lg-8 {margin-top: 8rem !important; margin-bottom: 8rem !important;}
    .my-lg-9 {margin-top: 9rem !important; margin-bottom: 9rem !important;}

    .px-6 {padding-left: 6rem !important; padding-right: 6rem !important;}
    .px-8 {padding-left: 8rem !important; padding-right: 8rem !important;}
    .px-9 {padding-left: 9rem !important; padding-right: 9rem !important;}
    .py-6 {padding-top: 6rem !important; padding-bottom: 6rem !important;}
    .py-7 {padding-top: 7rem !important; padding-bottom: 7rem !important;}

    #works .work-wrap img {
        width: 100%;
        height: 40vw;
        object-fit: cover;
    }
}

@media only screen and (min-width: 992px) {
    .cover {
        background-image: url('http://mg.hugow.xyz/public/images/cover.jpeg');
    }
}

/* contact */
#contact {margin-top: 168px;}