@font-face {
  font-family: "YOURNOWSans";
  src: url("../fonts/YOURNOWSans-Regular.woff") format('woff');
  src: url("../fonts/YOURNOWSans-Regular.woff2") format('woff2');
}

@font-face {
  font-family: "YOURNOWSans";
  src: url("../fonts/YOURNOWSans-Bold.woff") format('woff');
  src: url("../fonts/YOURNOWSans-Bold.woff2") format('woff2');
  font-weight: bold;
}

@font-face {
  font-family: "Heading-Now";
  src: url("../fonts/Heading-Now-35-Medium.woff") format('woff');
  src: url("../fonts/Heading-Now-35-Medium.woff2") format('woff2');
  font-weight: bold;
}


body, html
{
    height: 100%;
    margin: 0;
    font-size: clamp(14px, 1.8vw, 20px);
    font-family:'YOURNOWSans';
    line-height: 1.8em;
    font-weight: 400;
    background-color: #FAF5F5;
    color: #666;
    -webkit-font-smoothing: antialiased;
}
.img1
{
    position: relative;
    opacity:0.80;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('../Images/unten.jpg');
    min-height:400px;
}

.img8
{
    background-image: url('../Images/help-desk.jpg');
    min-height:400px;
}


.section
{
    text-align: center;
    padding: var(--blockPadding) max(2rem, 50vw - var(--contentWidth) / 2);
    
}
.sec1
{
    background-color: #FAF5F5;
    color: #444;
    align-content: left;
}

.txt
{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: clamp(10px, 2.5vw, 20px);
    letter-spacing: 7px;
    text-transform:uppercase;
    line-height: 3em;
}
.txt .border 
{
    background-color: #111;
    color: #fff;
    padding: 20px;

}
.txt .border.trans{
    background-color: transparent;
}

a:visited{
  color: #000;
}

a:link
{
  color: #000;
}

ul, ol {
  text-align: left;
  max-width: 70%;
  margin: auto

}

.logo{
    width: clamp(20px, 3.8vw, 50px);
}

p.center {
  text-align: left;
  max-width: 70%;
  margin: auto
}

h2{   
    padding-top: 70px;
    padding-bottom: 30px ;
    text-align: left;
    max-width: 70%;
    margin: auto;
    font-family:'Heading-Now';
    font-size: clamp(25px, 4.5vw, 70px);
    text-transform:  uppercase;
}
