
body {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0px;
  background-color: #FFF;
}

#main-container {
  /* ---------------------------------------------------
Comment out before supplying!
--------------------------------------------------- */
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  /* --------------------------------------------------- */
  position: absolute;
  width: 640px;
  height: 480px;
  border: 1px solid #002887;
  box-sizing: border-box;
  background: #000;
  overflow: hidden;
}

#content_dc {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

#exit {
  cursor: pointer;
}



.fullsize {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 640px;
  height: 480px;
}

#logo {
  position: absolute;
  width: 225px;
  margin: auto;
  left: 0;
  right: 0;
  top: 125px;
}

.copy {
  position: absolute;
  color: white;
  /* color: pink; */
  font-family: EricssonHilda-Light;
  line-height: 1.15em;
  //letter-spacing: 0.01em;
}

.copy b {
  font-family: EricssonHilda-Bold;
}

#copy_1 {
  top: 22px;
  left: 30px;
  font-size: 34px;
}

#copy_2 {
  top: 22px;
  left: 30px;
  font-size: 34px;
  line-height: 1.1em;
}

#copy_3 {
  /* THIS IS AN IMAGE */
  position: absolute;
  top: 143px;
  left: 0;
  right: 0;
  margin: auto;
  width: 370px;
}


#cta {
  position: absolute;
  width: 144px;
  height: 35px;
  margin: auto;
  left: 0;
  right: 0;
  top: 411px;
  overflow: hidden;
  border-radius: 5px;
  background-color: rgba(255,255,255,0);
  border: 2px solid #fff;
  box-sizing: border-box;
}

#border_container {
  position: absolute;
  width:100%;
  height:100%;
}

#ctaBorder {
  fill:rgba(0,0,255,0);
  stroke:white;
  stroke-width:4;
}

#cta_text_container {
  position: absolute;
  width:100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: EricssonHilda-Medium;
  font-size: 20px;
  color: white;
}

#cta_text {
  /* font-family: EricssonHilda-Medium;
  font-size: 20px; */
}
