/*
for home index page
*/
html, body {
    margin: 0;
    padding: 0;
    height: 100vh;
}
.content_wrapper{
    min-height: 100%;

}
.navbar .navbar-brand {
    font-size: 1.4em;
}
.navbar .navbar-brand img {
    width: 450px;
}
.navbar .navbar-nav .nav-link {
    font-size: 1em;
    font-weight: 600;
    line-height: 2em;
    letter-spacing: 1.6px;
    text-align: center;
}
.navbar .navbar-nav .nav-link div{
    font-size: .6em;
    line-height: 1.6em;
}

@media (min-width: 1200px) {
    .navbar .navbar-nav .nav-item {
        max-width: 125px;
    }
    .navbar .navbar-nav .nav-link div{
        max-width: 100px;
    }
}

.carousel .carousel-inner .carousel-item img{
    max-height: 500px !important;
    object-fit: cover;
    object-position: center bottom;
}
.carousel .circle-ourter {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
.carousel .circle-ourter .circle-box {
    margin-bottom: 50px;
}
.circle {
    width: 180px;
    height: 180px;
}
.circle-1 {
    background-color: rgba(241,85,94,.8);
}
.circle-1:hover, .carousel .circle-1:active {
    background-color: rgba(241,85,94,.9);
}
.circle-2 {
    background-color: rgba(255,127,80,.8);
}
.circle-2:hover, .carousel .circle-2:active {
    background-color: rgba(255,127,80,.9);
}
.circle h5 {
    color: white;
    width: 120px;
    line-height: 1.6em;
}

.intro .intro-card {
    display: block;
}
.intro .intro-card img {
    width: 70px;
}
.intro .intro-card div {
    font-size: .9em;
}

.news .card-body {
    padding: 1rem 0;
}
.news .card img {
    max-height: 200px !important;
    object-fit: scale-down;
}

.epaper .card img {
    max-height: 160px !important;
    object-fit: cover;
}
.epaper .card .capital {
    border-width: .3rem !important;
}
.epaper .card .capital h1 {
    margin-bottom: .2rem;
}

.staff-2 ol {
    list-style-position: inside;
    padding-inline-start: 0;
}

.epaper-2 .card img {
    object-fit: cover;
}

.alumnus-4 img {
    max-height: 200px !important;
    object-fit: cover;
}

.banner img {
    max-height: 200px !important;
    object-fit: cover;
    object-position: center center;
}

.footer .list-inline-item img{
    width: 24px;
    opacity: 0.8;
}
.footer .list-inline-item a:hover img{
    opacity: 1;
}

/*
for signin page
*/
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/*
for checkbox size
*/
input.form-check-input{
    width: 25px;
    height: 25px;
}
