@font-face{
    font-family: 'Work';
    src: url('Fonts/WorkSans-VariableFont_wght.ttf');
    font-weight: 300;
}
@font-face{
    font-family: 'Work2';
    src: url('Fonts/WorkSans-VariableFont_wght.ttf');
    font-weight: 400;
}
@font-face{
    font-family: 'Allura';
    src: url('Fonts/Allura-Regular.ttf');
}
#top-page{
    height: fit-content;
}
#title{
    margin-top: 3rem;
    width: 100wv;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#title h3{
    font-family: 'Allura';
    color: black;
    position: relative;
    top: -0.5rem;
    text-align: center;
    width: 90%;
    z-index: -1;
}
#title h2{
    font-family: 'Work';
    color: black;
    text-align: center;
    width: 90%;
}
#title p{
    padding-left: 10%;
    padding-right: 10%;
    color: black;
    margin-bottom: 3rem;
}
#title p a{
    color: #ddadab;
    font-size: large;
    font-weight: bold;
}
#general{
    font-family: 'Work';
    color: black;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 3rem;
    font-size: 0.9rem;
}

.service{
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #ddadab;
    color: #ffffff;
    padding-top: 2rem;
}
.service h3{
    font-family: 'Work';
    margin-bottom: 2rem;
    width: fit-content;
    padding: 1rem 2rem;
    background-color: white;
    color: #865558;
}
.service h4{
    font-family: 'Work';
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #865558;
    font-weight: bold;
}
.chart{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 1rem;
    padding-top: 0.1rem;
}
.line{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5rem;

}
.bottom-line{
    width: 100%;
    border-bottom: 0.15rem dashed #865558;
    height: 1rem;
}
.line h6{
    font-family: 'Work';
    color: white;
    display: inline;
    min-width: max-content;
}
.only{
    color: #00bce2;
    font-weight: bold;
}
.one{
    color: #f0559e;
    font-weight: bold;
}
.two{
    color: #f09655;
    font-weight: bold;
}
.three{
    color: #c769de;
    font-weight: bold;
}
#footer{
    background-color: #ddadab;
    color: white;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 0.2rem;
    width: 100%;
}
#footer p{
    font-family: 'Work';
}
.service p{
    font-family: 'Work';
    font-size: 0.9rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
}
b{
    text-decoration: underline;
}
@media screen and (max-width: 550px){
    #top-page img {
        padding-bottom: 15px;
        width: 150pxpx;
}
}
.btn.btn-primary{
    position: static;
    margin-bottom: 0;
    margin-top: 1rem;
}
@media screen and (max-width: 800px){
    .btn.btn-primary{
        display: block;
}
}
h3, p{
    font-family: 'Work';
}
#contactForm .form-control , textarea{
    font-family: 'Work';
    font-size: 0.9rem;
}