/*      GLOBALS     ***************************************************************************************************/
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #FFF;
}

h1,
h2 {
    font-family: 'Noto Serif KR', sans-serif;
}

.btn {
    border-radius: 0;
}

* {
    line-height: 1.5;
}

/*      LOGO        ***************************************************************************************************/
.wrapper-logo {
    display: flex;
    justify-content: center;
}

.wrapper-logo-item {
    margin-top: 5px;
    z-index: 2;
    position: absolute;
    max-width: 50%;
}

.lenox-logo {
    width: 160px;
    height: 160px;
    text-align: center;
    margin: auto;
    -webkit-filter: drop-shadow(0px 0px 3px gray);
    filter: drop-shadow(0px 0px 3px gray);
    padding: 0;
    background: url("/img/background2.png") no-repeat;
    background-size: 160px 160px;
}

.lenox-logo img {
    padding: 10px;
    margin-top: 10px;
    width: 150px;
}

/*      NAVBAR      ***************************************************************************************************/
.wrapper-bar {
    background-color: #545454;
    height: 44px;
    width: 100%;
}

.wrapper-nav {
    background-color: #F8F9FA;
}

.navbar {
    height: 75px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggle {
    z-index: 1;
}

.nav-item {
    width: 150px;
    height: 75px;
}

.nav-item:hover {
    background-color: #ebebeb;
}

.nav-link {
    font-size: 18px;
    text-align: center;
    line-height: 58px;
    width: 150px;
    height: 75px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.logo-spacing {
    width: 210px;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #f8f9fa !important;
}

.hamburger {
    padding: 5px !important;
    padding-top: 10px !important;
    padding-left: 0 !important;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #545454 !important;
}

.active {
    background-color: #EBEBEB;
}

/*      BANNER      ***************************************************************************************************/
.wrapper-banner {
    background: linear-gradient(to right, #b73637 0%, #822e27 35%, #822e27 65%, #b73637 100%);
    box-shadow: inset 0 0 25px -7px rgb(108, 108, 108);
}

.banner-head-text {
    font-family: 'Noto Serif KR', sans-serif;
    color: white;
    z-index: 1000;
    position: absolute;
    float: left;
    margin-top: 110px;
    margin-bottom: .5rem;
    background-color: rgba(43, 43, 43, 0.5);
    padding: 3%;
    text-align: center;
    width: 100%;
    font-size: 53px;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    line-height: 1.2;
}

.carousel-item img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

/*      CONTENT     ***************************************************************************************************/
.wrapper-content {
    margin-top: 85px;
    margin-bottom: 85px;
}

.content-box-heading {
    font-size: 50px;
    margin-top: 0;
    width: 100%;
    margin-left: -1.5px;
    padding-bottom: 40px;
}

.content-box-bracket {
    font-size: 180px;
    width: 100%;
    text-align: center;
}

.content-box-profile {
    background-color: #f9f9f9;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.content-box-profile-photo {
    width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

.content-box-profile-text {
    text-align: center;
    font-style: italic;
    margin-bottom: 0;
    padding: 15px 15px 5px 5px;
}

.content-box-profile-name {
    text-align: center;
    margin-bottom: 0;
}

.content-box-info {
    margin-top: 25px;
    margin-bottom: 0;
    background-color: #f9f9f9;
    min-height: 300px;
}

.content-box-info-heading {
    padding: 15px;
    background: #ebebeb;
    font-size: 28px;
}

.home-scholar-heading {
    margin-top: 30px;
    /*margin-top: 60px;*/
}

.content-box-info-text {
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
}

.content-box-info-link {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.content-box-info-link-arrow {
    font-size: 14px;
}

.testimonial {
    background: #F9F9F9;
}

.testimonial-profile-photo {
    width: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.card {
    border-radius: 0 !important;
    margin-bottom: 5px !important;
    border: 1px solid rgba(0, 0, 0, .125) !important;
}

.card-header {
    padding: 2px !important;
    border-radius: 0 !important;
}

.card-body {
    border-radius: 0 !important;
}

.scholar-card {

}



.questions-links {
    padding: 0 15px 15px 0;
}

.questions-links li {
    list-style: none;
    padding-bottom: 10px;
}

.input-icon-wrap {
    box-sizing: border-box;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: row;
}

.input-icon {
    background: #e1e1e1;
}

.input-with-icon {
    border: none;
    flex: 1;
}

.input-icon, .input-with-icon {
    padding: 15px;
}

.carousel-inner {
    height: 350px;
}

.contact-icon {
    color: #878787;
}

.books-img {
    padding: 50px;
}

.question-card-body {
    padding: 0 20px 20px 20px;
}

.question-card-link {
    height: 70px;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    background: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.question-card-link:focus {
    outline: 0;
    background: #e1dede;
}

.question-card-link:active {
    outline: 0;
    background: #e1dede;
}

.question-card-link:hover {
    background: #e1dede;
    cursor: pointer;
}

.speech-bubble {
    margin-bottom: 35px;
    height: 70px;
    position: relative;
    background: #f3f0f0;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top-color: #f3f0f0;
    border-bottom: 0;
    border-left: 0;
    margin-left: -20px;
    margin-bottom: -25px;
}

.btn-report {
    /*background: #d7d7d7;*/
    background-color: rgba(84, 84, 84, 0.7);
    color: #fff;
    border: none;
}

.btn-report:hover {
    background-color: rgba(84,84,84, 1);
    color: #fff;
    text-decoration: none;
    /*background: #ebebeb;*/
}

.table td {
    border-top: 0;
}

/*      FOOTER      ***************************************************************************************************/
.wrapper-footer {
    background-color: #545454;
    height: 300px;
}

.footer {
    background: url("/img/footerleft.png") left center no-repeat, url("/img/footerright.png") right center no-repeat;
    opacity: 0.8;
    background-size: 160px;
    width: 100%;
    height: 300px;
}

.footer p {
    text-align: center;
    margin-bottom: 0;
    color: white;
    display: block;
    padding-top: 130px;
}

.footer a {
    color: rgb(134, 193, 255);
}

/*      RESPONSIVE   **************************************************************************************************/
/*------MOBILE------*/
@media (max-width: 544px) {
    .banner-head-text {
        margin-top: 90px;
        font-size: 45px;
    }

    .wrapper-content {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .content-box-profile {
        padding-top: 20px;
        /*margin-top: 25px;*/
    }

    .content-box-heading {
        font-size: 45px;
        margin-bottom: 25px;
        margin-top: 0;
        /*ARRAN NEW*/
        padding-bottom: 0 !important;
    }

    .nav-item {
        width: 100%;
    }

    .nav-link {
        width: 100%;
        border-bottom: 1px solid #ebebeb;
        margin-top: 0;
    }

    .wrapper-footer {
        height: 230px;
    }

    .footer {
        height: 230px;
        background-size: 100px;
    }

    .footer p {
        padding-top: 56px;
        width: 150px;
        font-size: 15px;
        margin: 0 auto;
    }

    .pic-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*------LARGE MOBILE------*/
@media (min-width: 544px) and (max-width: 768px) {
    .banner-head-text {
        margin-top: 68px;
        font-size: 53px;
    }

    .content-box-heading {
        font-size: 45px;
        margin-top: 0;
    }

    .nav-item {
        width: 100%;
    }

    .nav-link {
        width: 100%;
        margin-top: 0;
        border-bottom: 1px solid #ebebeb;
    }

    .active {
        background-color: #EBEBEB;
    }

    .content-box-profile {
        /*margin-top: 25px;*/
    }

    .pic-center {
        margin-left: 20px;
    }
}

/*------TABLET------*/
@media (min-width: 768px) and (max-width: 992px) {
    .banner-head-text {
        margin-top: 94px;
        font-size: 53px;
    }

    .content-box-heading {
        font-size: 50px;
    }

    .nav-item {
        width: 100%;
    }

    .nav-link {
        width: 100%;
        border-bottom: 1px solid #ebebeb;
        margin-top: 0;
    }

    .active {
        background-color: #EBEBEB;
    }

    .home-scholar-heading {
        margin-top: 75px;
    }
}

@media(min-width:1200px){
    .latest-news-home{
        margin-top: 110px;
    }
}

/*------LAPTOP------*/
@media (min-width: 992px) and (max-width: 1199px) {
    .latest-news-home{
        margin-top: 90px;
    }

    .nav-item {
        width: 120px;
    }

    .nav-link {
        width: 120px;
    }

    .banner-head-text {
        margin-top: 90px;
        font-size: 53px;
    }

    .content-box-heading {
        font-size: 40px;
    }

    .home-scholar-heading {
        margin-top: 65px;
    }

    .content-box-bracket {
        margin-top: 35px;
        font-size: 150px;
    }

    .books-img {
        padding: 50px 30px 30px 30px;
    }
}

/*      SUPPORT     ***************************************************************************************************/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .wrapper-logo {
        margin-right: 158px;
    }

    .lenox-logo {
        background: url("/img/background2-ie.png") no-repeat;
        background-size: 160px 160px;
    }
}
