@font-face {
    font-family: julius sans one;
    src: url(./fonts/JuliusSansOne-Regular.ttf);
  }

body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}
section{
    height:auto;
    min-height: 100vh;
}
h1{
    font-size: 40px;
}
h2{
    line-height: 40px;
}
.reflexion p,
.evangelio p{
    line-height:32px;
    text-align: left;
}

.evangelio-lectura img{
    width: 68px;
}

.evangelio-lectura .logo-titulo{
    font-size: 14px;
    width: 20px;
}

.btn-warning{
    background-color: #EDD1B0 !important;
}

.peach{
    background-color: #EDD1B0;
    color:#000;
}
section.dark{
    background-color: #141414;
}
.night{
    background-color: #101013;
    color:#fff;
}
.logo-svg{
    filter: invert(80%);
}

.login-form{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    min-width: 22vw;
}
.loading{
    position: absolute;
    width: 30px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.ProseMirror{
    min-height: 20vh;
}

.logo-titulo{
    font-family: julius sans one,sans-serif;
    float: right;
    width: 113px;
    white-space: break-spaces;
    font-weight: 700;
    font-size: x-large;
    line-height: normal;
    color: #fff;
}
.pl-5{
    padding-left:3rem  !important;
} 
.pr-5{
    padding-right:3rem  !important;
}

.authenticated {
    display: none !important;
}

br{
    display: block;
    margin: 10px 0;
    line-height:22px;
 }

@media only screen and (max-width: 540px) {
    h1,h2,h3,h4,small{
        text-align: center;
    }
    
    h2{
        font-size:17px !important;
    }
    .pbp-0{
        padding-bottom:0px !important;
    }
    .ptp-0{
        padding-top:0px !important;
    }
  }