/*@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;500;800;900&display=swap');*/



@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@200;300;400;500;600;700;800&display=swap');





body{

    min-height:100vh;

    font-family: 'Crimson Pro', serif;

    padding-bottom: 25px;

    padding-top: 25px;

    font-size:18px;

    line-height: 1.2em;

}



.img-res{

    max-width:100%;

}



body, h1, h2, p { 

    color: #ab153b;

}



h1{

    font-weight: 900;

    margin-top: 10px;

}

h2{

    font-weight: 300;

    font-size: 1.8rem;

    line-height:1;

}



body{

    background: url(../img/background.jpg) no-repeat center;

    background-size: cover;

    background-attachment: fixed;

    position: relative;

}



.page-content{

    padding: 25px;

    position: relative;

    margin-top: 0;

    padding-bottom: 30px;

    background-color: #F4B81D;

    border-width: 1px;

    border-style: solid;

    border-color: #f5f5f5 #eee #d5d5d5;

    box-shadow: 0 5px 0 rgb(200 200 200 / 20%);

}



.chat-room{

    width:90%;

    margin:20px auto 15px;

    text-align:center;

    border:5px solid #ab153b;

    color:#ab153b;

    height:500px;

    /*padding-top:135px;*/

}



.chat-room{font-size:25px;}



.clear{

    clear:both;

}



.avra-mailing-list h2{

    text-align:center;

}



.join-avra {

    padding: 15px 45px;

    border: 5px solid #ab153b;

}



.btn-box .content-left {

    float: left;

    width: 50%;

}

.btn-box .content-right {

    float: right;

    width: 50%;

    padding-top: 10px;

}





.logo-bottom{

    padding-top:60px;

}



.history-box {

    background: url(../img/kdka-back.jpg) no-repeat center;

    background-size: cover;

    background-attachment: fixed;

    position: relative;

    height: 149px;

    padding: 30px 25px;

}



footer{

    margin-top: 25px;

    font-size:20px;

}



@media (min-width: 940px){

    h1{font-size: 3.7rem;}

}



@media (min-width: 1300px){

    .container {

        max-width: 1105px;

    }

}