	  @font-face {
      font-family: Architext;
      src: url("../fonts/architext/Architex.ttf");
    }
    
	  *{
	    margin: 0;
	    font-family: "Avenir Next", "Avenir", "Nunito", "Helvetica", "Lato";
	  }
	  
	  .preventHighlight {
	    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none;   /* Chrome/Safari/Opera */
      -moz-user-select: none;      /* Firefox */
      -ms-user-select: none;       /* Internet Explorer/Edge */
      user-select: none;  
	  }
	  
	  #container{
	    width: 100%;
	    position: absolute;
	    background: #fff;
	  }
	  
	  #background_container{
	    position: relative;
	    width: 100%;
	    height: 660px;
	    min-height: 660px;
	    z-index: 0;
	  }
	  
	  #backColorContainer{
	    position: absolute;
	    height: 100%;
	    width: 100%;
	  }
	  
	  .backColor{
	    position: relative;
	    height: 12.5%;
	    width: 100%;
	  }