body {
    margin: 0;
    background: #f9f9f9;
    /*background: url(../img/hg1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
    overflow-x: hidden;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-smoothing: antialiased !important;
    font-family: Helvetica, Arial, Sans-Serif;
}

.center {
    width: 100%;
    max-width: 100vw;
    /*margin: 0px auto;*/
    /* -webkit-box-shadow: 0 0 3px 0 rgba(11,11,11,0.1);
box-shadow: 0 0 3px 0 rgba(11,11,11,0.1);*/
}

.navileft {
    width: 100%;
    max-width: 200px;
    top: 0;
    position: fixed;
    /*margin: 0px auto;*/
    -webkit-box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.8);
    border-right: 1px solid #252525;
}

img {
    width: 100%;
}

.darkbg {
    background: #3C3C3B;
}

.mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 375px;
    max-width: 375px;
    margin: 0px auto;
    height: 667px;
    overflow: hidden;
    overflow-y: scroll;
    box-sizing: content-box;
    /* So the width will be 100% + 17px */
    -webkit-box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.95);
    box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.95);
    background: #FFFFFF;
    /* -webkit-box-shadow: 0 0 3px 0 rgba(11,11,11,0.1);
box-shadow: 0 0 3px 0 rgba(11,11,11,0.1);*/
}


.Aligner {
    z-index: 999;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Aligner-item {
   text-align: center;
}

h1 {
    color: #2A2E37;
    font-size:7vw;
    line-height: 0.0;
    letter-spacing: -4.0px;
}

h2 {

    color: #5D646C;
    font-size:2vw;
    letter-spacing: -0.5px;
    font-weight: lighter;
}

a{
  color: #E94449;  
     font-size:20px;
    letter-spacing: -0.5px;
    font-weight: bolder;
    text-decoration: underline;
    text-transform: uppercase;

}