﻿/* TODO:THEME */
@font-face {
    font-family: 'Arial Narrow';
    src: local('Arial Narrow'), url(./fonts/ARIALN.TTF) format('truetype');
}

html {
    font-family: 'Arial Narrow', Arial, sans-serif;
    line-height: 150%;
}

body {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow: hidden;
}

.Content {
    display: block;
    background-color: #fafafa;
    width: calc(100% - 58px);
    position: absolute;
    margin-left: 58px;
    z-index: 0
}

.orangeBorder {
    border: 1px solid #EE8723 !important;
}

.document-dropzone {
    height: 100px
}
.hexagon {
    background: white;
    width: 20%;
    text-align: center;
    clip-path: polygon(21% 0%, 79% 0%, 100% 50%, 79% 100%, 21% 100%, 0% 50%);
}

.container {
    filter: drop-shadow(0px 0px 2px #800000);
}

.imageContainer {
    width: 100%; /* or any specific width */
    /*height: 40vh;*/ /* or any specific height */
    /*background-image: url('images/logo/black-lettermark-transparent-2.png'), url('images/Kuva2.png');*/
    /*background-position: left center, right center;*/
    /*background-repeat: no-repeat, no-repeat;*/
    /*background-size: contain, contain;*/ /* Adjust based on your needs */
    align-content: center;
}