﻿html {
    scroll-behavior: smooth;
}

html,
body {
    font-family: "Noto Sans", sans-serif;
    color: #21252b;
    background-color: #f9fafc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    display: flex;
    flex-direction: column;
}

.mdl-layout {
    flex-grow: 1;
}

a {
    font-weight: bold;
}

.banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 0;
    background-image: url("../img/banners/clouds.jpg");
}

.caution-section {
    background-color: #cf3e41;
    padding: 1px;
}

.caution-section a {
    text-decoration: none;
}

@keyframes blink {
    0% {
        color: #FFFFFF;
    }
    100% {
        color: #3e64a1;
    }
}

.blink {
    font-size: 18px;
    animation: blink 1s alternate infinite;
}

.hisarli-heykel {
    width: 100%;
    height: 100%;
    padding: 86px 0;
    background-image: url("../img/banners/heykel_transparent.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0;
}

.hisarli-logo {
    width: 100%;
    height: 100%;
    padding: 0px 0;
    background-image: url("../img/banners/logo2transparan.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
}


.hisarli-heykel h1,
.hisarli-heykel h2,
.hisarli-heykel h3 {
    margin-left: 32px;
    margin-right: 32px;
}

.banner-large-font {
    font-size: 52px;
    line-height: 52px;
}

.banner-medium-font {
    font-size: 32px;
    line-height: 32px;
    margin: 32px 0;
}

.banner-small-font {
    font-size: 24px;
    line-height: 24px;
}

.trunc {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 400ms cubic-bezier(0, 1, 0, 1), opacity 400ms;
}

.trunc.visible {
    max-height: 3000px;
    opacity: 1;
    transition: max-height 800ms ease-in-out, opacity 800ms;
}

.sec-24-lr {
    padding: 0 24px;
}

.sec-24-lr.sec-0-r {
    padding-right: 0;
}

.mdl-grid.no-pad {
    padding: 0;
    margin: 0;
}

.mdl-grid.no-pad .mdl-cell {
    padding: 0;
    margin: 0;
}

.mdl-list.no-pad {
    padding: 0;
    margin: 0;
}

.mdl-list.no-pad.mr-16 {
    margin-right: 16px;
}

.pad-tb-24 {
    padding: 24px 0;
}

.pad-25-per {
    padding: 0 25%;
}

@media (max-width: 839px) {
    .mdl-list.no-pad.mr-16 {
        margin-right: 0;
    }

    .pad-25-per {
        padding: 0 24px;
    }
}

@media (max-width: 780px) {
    .banner-large-font {
        font-size: 44px;
        line-height: 44px;
    }

    .banner-medium-font {
        font-size: 26px;
        line-height: 26px;
        margin: 26px 0;
    }

    .banner-small-font {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 500px) {
    .banner-large-font {
        font-size: 30px;
        line-height: 30px;
    }
}

.mdl-list.no-pad .mdl-list__item {
    padding: 0;
    min-height: auto;
    margin-bottom: 16px;
}

a.a-footer-social {
    text-decoration: none;
    border: none;
    padding: 0;
}

a.a-footer-social > img {
    height: 36px;
}

.center-text {
    text-align: center;
}

.mdl-list.center-text span {
    justify-content: center;
}

.mdl-card.person-card {
    background-color: rgba(0, 0, 10, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    width: 100%;
    height: 0;
    padding-bottom: 110%;
}

.mdl-card__actions {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.mdl-card__insert {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.li-inner-wrap {
    width: 100%;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Libre Baskerville", serif;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h3.sec-h3 {
    margin-bottom: 34px;
}

.small-at {
    font-size: 14px;
    margin: 0 2px;
    position: relative;
    top: 2px;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p.no-bottom {
    margin: 4px 0;
}
