@font-face {
    font-family: "TitilliumWeb";
    src: url("../Fonts/OpenSans/OpenSans-SemiBold.ttf");
}

img {
    max-width: 100% !important;
    max-height: 350px;
    border: 3px solid #000;
    border-radius: 5px;
    margin: 10px 0;
}


/* Scroll  */

::-webkit-scrollbar {
    width: 8px;
    height: 100px;
}

h1 {
    font-size: 1.5rem !important;
    font-weight: 900 !important;
}

::-webkit-scrollbar-track {
    background-color: #7EC9C8;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #05806e;
    border-radius: 10px;
}

body {
    padding: 3% !important;
    font-family: TitilliumWeb !important;
    padding-top: 0!important;
}

b {
    font-weight: bolder !important;
    font-weight: 600;
}

h3,
h4 {
    text-align: center !important;
    border-radius: 5px !important;
    border: 2px solid #000 !important;
    color: #000;
    font-size: 15px !important;
    font-weight: 700;
    background-color: #18B5B4;
    margin: 10px 0 !important;
}

h3,
h4 * {
    font-size: 15px !important;
    font-weight: 700;
    color: #000;
}

.card-panel {
    font-size: 12px !important;
    margin: 0 1rem;
    font-weight: 600;
}

.PDFTemplate {
    border: 2px solid #000 !important;
    border-radius: 5px !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 150%;
    background-color: #18B5B4;
    margin 5px 0;
}

.line {
    margin-bottom: 25px;
    display: block;
    height: 4px;
    border-bottom: 3.5px solid #000;
    margin-top: 1%;
}

.logo {
    border: none !important;
    box-shadow: none;
    max-height: 100%!important;
    max-width: 30% !important;
    width: 150px !important;
    height: 80px !important;
}

.logohover:hover {
    box-shadow: none !important;
}

#winchm_template_title {
    padding: 21px 0!important;
    position: fixed!important;
    background-color: transparent !important;
}

.marginline {
    text-align: center;
}

.card-panel {
    text-align: justify !important;
}

p {
    margin-top: 0 !important;
    margin-bottom: 1px !important;
}

.float {
    text-align: center;
}