:root{
    --line-height: 29px;
    --p-font-size: 20px;
    --text-breaker: calc((var(--p-font-size) * 1.44) / 2)
}


.no-pad{
    padding: 0px;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.half{
    height: 50%;
}

.container-fluid{
    height: 100%;
}

.row {
    margin: 0px;
}

.container-fluid{
    background-color: #632622;
    height: 100%;
    width: 100%;
}

.div-canvas{
    background-color: white;
    height: 75%;
    margin: 100px 200px 500px 200px;
    width: 100%;
}

.div-content{
    height: 100%;
    position: relative;
    width: 100%;
}

.div-content h1{
    font-size: 60px;
    letter-spacing: 5px;
    text-align: center;
}

.div-content h2{
    font-size: 36px;
    text-align: center;
}

.div-content p{
    font-size: 18px;
    text-align: center;
}

#text-breaker{
    line-height: var(--text-breaker); /* text-breaker-line-height always half of paragraph line-height */
}

.div-header{
    height: 33.3%;
    position: absolute;
    top: 50px;
    width: 100%;
}

.div-header br{
    display: none;
}

.div-header img{
    height: auto;
    margin-top: 0px;
    position: relative;
    width: 23%;
}

.div-center{
    height: 33.3%;
    position: absolute;
    top: 70%; left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    color: #632622;
}

.div-contact{
    bottom: 60px;
    height: auto;
    position: absolute;
    width: 100%;
}

.div-contact p {
    margin: 0;
}

.contact-text-center{
    display: flex;
    justify-content: center;
    width: 100%;
}

.text-width{
    width: 100%;
    color: #632622;
}

.dr_name{
    font-weight: 600;
}

.div-footer{
    height: auto;
}

.div-footer a{
    color: white;
    width: 7%;
}

.div-footer p{
    color: white;
    display: flex;
    font-size: 18px;
    justify-content: center;
    padding-top: 16px;
    width: 100%;
}

#text-left{
    text-align: center;
}

#text-right{
    text-align: right;
}

@font-face {
    font-family: "InterRegular";
    src: url("/fonts/Inter-Regular.woff2") format("woff2"),
    url("/fonts/Inter-Regular.woff") format("woff");
}

@font-face {
    font-family: "InterThin";
    src: url("/fonts/Inter-Thin.woff2") format("woff2"),
    url("/fonts/Inter-Thin.woff") format("woff");
}

@font-face {
    font-family: "Albertus_Nova_Light";
    src: url(/fonts/albertus_nova_light.otf) format("opentype")
}

.dr_name{
    font-family: Albertus_Nova_Light, sans-serif;
}

.oz{
    font-family: Albertus_Nova_Light, sans-serif;
}

strong {
    font-family: Inter, sans-serif;
    font-weight: bold;
}
a{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
    color:#000;
}