@font-face {
  font-family: WeezerFont;
  src: url('./Assets/Fonts/weezerfont-webfont.woff');
}

li {
  font-family: WeezerFont;
}

body {

/*background image*/
    background: url(./Assets/Images/Main/BG.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
}

/*Art*
.art {
    margin-left: auto;
}

/*Embed
.embed {
    margin-left: 60px;
    margin-top: 60px;
    float: left;
    display: flex;
}*/

/*Header*/
.header {
    height: 96px;
    background: url(./Assets/Images/Main/Header.png);
    display: flex;
    padding: 0 30px;
}


/*Logo*/
.logo {
    float: left;
    width: 260px;
    height: 48px;
    background: url(./Assets/Images/Main/Logo.png) no-repeat 0 1px;
    display:block;
    overflow:hidden;
    text-indent:-10000px;
    margin-left: 30px;
}

/*Modelviewer*/
.modelviewer{
    --model-viewer-tooling-transform-display: none;
    margin-left:auto;
    margin-right:undefined;
    width: 600px; /* Example size */
    height: 600px; /* Example size */
}

/*Menu*/
.menu {
    list-style: none;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 0 0;
    margin-top: 0px;
    width: 415px;
    display: flex;
}


/*Links*/
.Links {
    margin-top: 60px;
    margin-left: 600px;
    margin-right: 500px;
    text-align: center;
}


.menu li {
    color:white;
    margin-right: 0;
    margin-left: 20px;
}


.menu li:last-child {
     margin-right: 0;
 }


.menu li a, #menu li a:active, #menu li a:visited {
    color: #fff;
    text-decoration: none;
 }
