@font-face {
  font-family: "hello";
  src: url("/assets/HelveticaNeueCondensedBlack.ttf") format("truetype");
}
@font-face {
    font-family: "dww";
    src: url(/collections/dww.woff2) format("woff2");
    src: url(/collections/dww.woff2) format("woff2");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}

        @font-face {
    font-family: "rev";
    src: url(/assets/revans-semi-bold-italic.ttf) format("truetype");
    src: url(/assets/revans-semi-bold-italic.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
  }
    
* {
 /*font-family: "Roos W01SC Roman";*/
 /*font-family: "Times New Roman", Times, serif;letter-spacing: 0.18em;*/
 font-family:Helvetica ;
 
 font-weight:Bold;
 
  /*font-weight: lighter;*/
  font-style: normal;
}
html {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
} body {
    margin:0;
    height: 100%;
    width: 100%;
    /*display:flex;*/
    /*justify-content:center;*/
    /*align-items: center;*/
    /*text-align:center;*/
} main {
    display:flex;
    justify-content:center;
    align-items: center;
    text-align:center;
    
}
footer {
    display:flex;
    justify-content:center;
    align-items:center;
    
}nav {
  background-color: transparent;
  position: fixed;
  height:125.17px;
  width: 100%;
  /*display: block;*/
  color: #343a40;
  transition: top 0.3s;
  /*border-bottom: 1px solid #e9ecef;*/
  transition: background-color 175ms ease-in, color 175ms ease-in, border-color 175ms ease-in;
} 
#nav {
  /*background-color: white;*/
  position: fixed;
  top:0;
  width: 100%;
  display: block;
  color: #343a40;
  transition: all 0.3s;
  /*border-bottom: 1px solid #e9ecef;*/
  /*transition: background-color 175ms ease-in, color 175ms ease-in, border-color 175ms ease-in;*/
} 
header {
    width:100%;
    height: auto;
    display:flex;
    justify-content:center;
    align-items: center;
    flex-direction:column;
    text-align:center;
} header h1 {
    color:#343a40;
} header img {
    padding: 10px;
}
