/*========================================== STYLESHEET ===================================================================

    Project     :   Be More Viking
    Version     :   1.0
    Last Change :   24/02/2020
    Primary Use :   Be More Viking Website

=================================================================================================================================*/

@import url('https://fonts.googleapis.com/css?family=Raleway:600,900&display=swap');

body {
  background: white;
}


h1 {
  color: #2E4BB1;
  /*color:blue;*/
  font-family: Raleway;
  font-size: 80px;
  font-weight: 900;
  line-height: 0px;
  text-align: center;
}

h2 {
  color: #F7B500;
  font-family: Raleway;
  font-size: 21px;
  font-weight: 600;
  line-height: 5px;
  text-align: center;
  padding-bottom: 10px;
}

a{
  outline: none !important;
  text-decoration: none !important;
  color: #F7B500;
  font-family: Raleway;
  font-size: 21px;
  font-weight: 600;
  line-height: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 177px;
  text-align: center;
  text-align: middle;
  align-items: center;
  vertical-align: middle;
}

p.blocktext {
  color: #2E4BB1;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 511px;
  text-align: left;
  padding: 10px;
}

.mainContainer {
  margin: 0;
  width: 645px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.linkContainer {
  width:177px;
  height: auto;
  padding: 1%;
  margin-left: auto;
  margin-right: auto;
}

.shipContainer {
  margin: 14.5px 0;
  display: inline;
  width: 57px;
  height: 55px;
  align-items: center;
  vertical-align: middle;
}
