@font-face {
    font-family: 'unp';
    src: url('unp.woff2') format('woff2'),
        url('unp.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'unp';
    src: url('unpi.woff2') format('woff2'),
        url('unpi.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body.loaded {
  opacity:1 !important;
}

body{
    background-color: #f1f0ed;
    margin: 0;
}

.bgimg, .bgoverlay{
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    background-size: cover;
}

.bgimg{
    background-image: url(bg.jpg);
    background-position-y: 50%;
    z-index:-2;
}

.bgoverlay{
    background: rgb(130,130,130);
    background: linear-gradient(90deg, rgba(130,130,130,1) 0%, rgba(130,130,130,0.4) 100%);    
    z-index:-1;
}

p, a{
    font-family:'unp', sans-serif;
    color:#fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
}

.menustart {
    margin-left: 40px;
    margin-top: 40px;
}

.menublock{
    height:6px;
    width:45px;
    background-color: white;
    margin-bottom:2px;
}

.topsection, .middlesection, .bottomsection{
    margin-bottom:7px;
}

.menuholder{
    width:100%;
}

.textcontainer{
    display:flex;
}

.textcontainer p{
    margin-top:0px;
}

.lefttext{
    width:150px;
}

.righttext{
    width:450px;
}

.menumiddle .righttext{
    width:1000px;
    display:flex;
}

.rleft, .rright{
    margin-right:30px;
}

.rfarright, .rleft, .rright {
    width: 100%;
}


.logobox {
    position: fixed;
    bottom: 40px;
    left: 40px;
    height: 100px;
    width: 300px;
    z-index: 20;
}

.logocontainer{
    position:relative;
    width:100%;
    height:100%;
    transition: all 3s;
}

.logoone, .logotwo{
    position: absolute;
    height: auto;
    width: 300px;
    bottom:0px;
    left:0px;
}

.logoone{
    z-index:2;
}

.logocontainer.dropped{
    transform: translate(0, 84px);
}

.logotwo{
    z-index:1;
}

.logoone:hover, .topsection:hover, .middlesection:hover, .bottomsection:hover{
       cursor: pointer;
}
@media only screen and (max-width: 1200px) {
.menumiddle .righttext{
    width: calc(100% - 220px);
}


}

@media only screen and (max-width: 1000px) {

p{
    font-size:11pt;
}

.menustart{
    margin-left:20px;
    margin-top:22px;
}

.menumiddle .righttext{
    width: calc(100% - 120px);
    display: block;
}

.logocontainer.dropped {
    transform: translate(0, 82.5px);
}

.righttext{
    width: calc(100% - 120px);   
}

.rleft{
    margin-bottom:0em;
    margin-right:0px;
}

.rright, .rfarright{
    border-top: 1.5px solid white;
    margin-top: 22pt;
    padding-top: 4px;
}

.logobox{
    bottom:20px;
    left:20px;
    z-index:-1;
}

.menustart {
    height: calc(100vh - 70px);
    overflow: scroll;
    position: relative;


  --mask: linear-gradient(to bottom, 
      rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 80%, 
      rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0
  ) 100% 50% / 100% 100% repeat-x;
  -webkit-mask: var(--mask); 
  mask: var(--mask);
}

.lefttext {
    width: 100px;
}

.menufoldout.menubottom {
    margin-bottom: 150px;
}


}

