* {
  margin: 0px;
  padding: 0px; }
  * a {
    color: #4E3440;
    text-decoration: none; }

body {
  background-color: #FFCBCB;
  -webkit-font-smoothing: antialiased !important; }
  body .fa {
    font-size: 40px; }
  body .main-wrapper {
    width: 100%;
    background-color: #FFCBCB;
    height: 100%;
    color: #4E3440;
    font-family: 'Montserrat', sans-serif; }
  body .top-wrapper {
    padding-top: 150px;
    font-size: 40px;
    width: 1000px;
    margin-left: 150px; }
  body .bottom-wrapper {
    font-size: 15px;
    padding-top: 10px;
    width: 1000px;
    margin-left: 150px;
    line-height: 30px; }
    body .bottom-wrapper .nw {
      padding-left: 95px; }
    body .bottom-wrapper .emailhover > a {
      position: relative;
      color: #BB7171;
      text-decoration: none; }
    body .bottom-wrapper .emailhover > a:hover {
      color: #BB7171; }
    body .bottom-wrapper .emailhover > a:before {
      margin-bottom: -4px;
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #BB7171;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
    body .bottom-wrapper .emailhover > a:hover:before {
      visibility: visible;
      webkit-transform: scaleX(1);
      transform: scaleX(1); }
