
// <weight>: Use a value from 100 to 1000
// <uniquifier>: Use a unique and descriptive class name

.roboto-flex-<uniquifier> {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
}
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
  

  @font-face {
    font-family: 'Santral';
    src: url('../fonts/Santral-ExtraBold.eot');
    src: url('../fonts/Santral-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Santral-ExtraBold.woff2') format('woff2'),
        url('../fonts/Santral-ExtraBold.woff') format('woff'),
        url('../fonts/Santral-ExtraBold.ttf') format('truetype');
    font-weight: bolder;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Santral';
    src: url('../fonts/Santral-Bold.eot');
    src: url('../fonts/Santral-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Santral-Bold.woff2') format('woff2'),
        url('../fonts/Santral-Bold.woff') format('woff'),
        url('../fonts/Santral-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.parent {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(16, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: "Santral-Bold";
  justify-content: center;
  
  
}

header {
  grid-area: 1 / 1 / 5 / 11;
  background-image: url(../images/header.png);
  background-size: cover;
  width: auto;
  text-align: center;
  padding-top: 100px;
  background-position: center;
  border: 5px solid white;
  background-repeat:no-repeat;
}

#grad
{
  
  background: linear-gradient(0deg, rgba(33,57,121,.5) 0%, rgba(6, 11, 85, 0) 50%);
  background-size: cover;
z-index:20;
width:100%;
background-size: cover;
width: auto;
height:600px;
background-repeat:no-repeat;
}

h1 {
  font-size: 64px;
  color: white;
  font-family: "Santral-ExtraBold";
}
h2 {
  font-size: 40px;
  color: white;
  font-family: "Santral-Bold";
}
h3 {
  font-size: 36px;
  color: white;
  font-family: "Santral-ExtraBold";
  font-weight: 900;
  text-align: center;
}
.explore {
  grid-area: 5 / 1 / 11 / 3;
  background-color: #002e63;
  padding: 10px;
  border: 5px solid white;
  text-align: center;
  padding-top: 60px;
}
.explore p {
  color: white;
  text-align: center;
  font-size: 32px;
  padding: 20px;
  padding-top: 60px;
}

.side-boat {
  grid-area: 5 / 3 / 11 / 5;
  background-image: url("../images/boat-side.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position:right top;
  border: 5px solid white;
}
.discover {
  grid-area: 5 / 5 / 7 / 7;
  background-color: #002e63;
  padding: 10px;
  border: 5px solid white;
  color: white;
  padding: 20px;
  text-align: center;
  padding-top: 50px;
  font-size: 21px;
}

.food {
  grid-area: 7 / 5 / 9 / 7;
  background-image: url("../images/food.png");
  background-size: cover;
  background-repeat: no-repeat;
  border: 5px solid white;
}
.seals {
  grid-area: 5 / 7 / 9 / 11;
  background-image: url("../images/seals.png");
  background-size: cover;
  background-repeat: no-repeat;
  border: 5px solid white;
  text-align: center;
}
.seals div {
  margin-top: 400px;
}

.seals p {
  font-size: 24px;
  color: white;
  font-family: "Inter", sans-serif;
  padding: 40px;
}
.orange {
  grid-area: 9 / 5 / 13 / 9;
  border: 5px solid white;
  background-color: #e84427;
  background-image: url("../images/Binoculars.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: 5px solid white;
  padding-top: 90px;
  display:grid;
  align-content:center;
  justify-content: center;
}
.orange p {
  font-size: 21px;
  font-weight: 300;
  text-align: center;
  padding: 30px;
  color: white;
}
.flute {
  grid-area: 9 / 9 / 13 / 11;
  background-image: url("../images/flute-guy.png");
  background-size: cover;
  background-position:right top;
  background-repeat: no-repeat;
  border: 5px solid white;
}
.boat {
  grid-area: 11 / 1 / 16 / 5;
  border: 5px solid white;
  background-image: url("../images/Ship.png");
  background-size: cover;
 
  background-repeat: no-repeat;
  border: 5px solid white;
}
.Meg {
  grid-area: 13 / 5 / 16 / 8;
  background-image: url("../images/Meg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border: 5px solid white;
  text-align: center;
  background-position:left top;
}

.Meg div {
  margin-top: 300px;
}
.map {
  grid-area: 13 / 8 / 16 / 11;
  background-color: #002e63;
  border: 5px solid white;
  overflow: hidden;
}
.Meg p {
  font-size: 24px;
  color: white;
  font-family: "Inter", sans-serif;
  padding: 30px;
}

.map img {
  padding-top: 50px;
  margin-left: 0;
 
}
.social {
  grid-area: 16 / 1 / 17 / 4;
  background-color: #76c0e1;
  padding-top:40px;
  text-align:center;
}

.social a{
  color:#002e63;
}
.social a:hover{
  color:whitesmoke;
}

.contact {
  grid-area: 16 / 4 / 17 / 8;
  background-color: #76c0e1;
  padding-top:20px;
  padding-left:40px;
  padding-bottom:20px;
  display:flex;
  flex-wrap: wrap;
}
.contact div
{
    /* display: flex; */
    flex-direction: row;
}
.contact img{
    width:140px;
    height:104px;
}


.contact p{
    font-family: "Inter", sans-serif;
    font-size:16px;
    color:#002e63;
}
.contact a{
    color:#002e63;
    text-decoration: none;
}
.contact a:hover{
  color:whitesmoke;
}
h4{
    font-size:32px;
    color:#002e63;
    
}
.icons {
  grid-area: 16 / 8 / 17 / 11;
  background-color: #76c0e1;
  padding-top:20px;
  text-align:center;
  flex-wrap: wrap;
}

.social{
    padding-left: 80px;
}
.social a{
    font-size:60px;
    color:#002e63;
    padding:10px;
}

