body {
  margin: 0;
  height: 100vh;
  font-family: 'Montserrat', sans-serif;
  font-weight: light;
  color: #444;
}

.cg-logo img {
  width: 75px;
}

.cg-content {
  background-image: url(/assets/images/backwall_newnordic_compressed.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.cg-content .selector {
  position: absolute;
  height: 100%;
  width: 25%;
  right: 0;
  top: 0;
  padding: 40px 50px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255,255,255,0.9);
  overflow: auto;
  overflow-x: hidden;
}

.vh100{
  min-height: 100vh;
}

.div2 h2 {
  font-size: 32px;
  font-weight: 100;
  color: black;
  text-transform: uppercase;
  margin-top: 95px;
}

p,
a {
  font-size: 18px;
  font-weight: 200;
  color: black;
}

a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 100  ;
  color: black;
}

a:hover {
  font-weight: 400;
  color: black;
}

p.disclaimer {
  font-size: 14px;
  font-weight: 100  ;
  color: black;
  margin-bottom: 0;
}

.pt {
  padding-top: 20px;
}

.fat a {
  font-weight: 400 !important;
  color: black !important;
  font-size: 14px;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  display: inline-block;
  width: 50%;
}

h2 span {
  font-weight: 400;
}

.cg-content .selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cg-logo {
  position: absolute;
  top: 10px;
  right: 10px;
}

.cg-content .selector ul li a {
  font-size: 16px;
  color: black;
  text-decoration: none;
}


.div1 {
  display: inline-block;
  width: 70%;
}

.div2 {
  display: inline-block;
  width: 30%;
  background-color: #96b49c;
  height: inherit;
  color: black;
  padding: 30px;
  padding-top: 60;
}

.shell-img {
  width: 100%;
}

.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

@media screen and (max-width: 991px) {
  .cg-logo img {
    width: 150px;
  }

  .div1 {
    display: inline-block;
    width: 10%;
  }

  .div2 {
    width: 90%;
  }

  .div2 h2 {
    font-size: 60px!important;
  }

  p, a {
    font-size: 45px;
  }

  ul li a {
    font-size: 40px;
    font-weight: 300;
    line-height: 55px;
  }
}
