/* Core Styles */
/* # for id's */
/* . for classes */



body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #333;
  color: #ccc;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: center;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.logoimage{
  width:300px;
  /* height: 80px; */
}

.socialicon{
  width: 50px;
  height:50px;
}

h1,
h2,
h3 {
  color: #eee;
  margin: 0;
  padding: 0em 2em;
}

p {
  color: #ddd;
  margin: 0;
  padding: 1em .25em;
  justify-content: center;
}

a {
  color: #c5d2e8;
}

.btn {
  display: inline-block;
  background: #333;
  color: #ddd;
  text-decoration: none;
  padding: 1em 2em;
  border: 1px solid #666;
  margin: 0.5em 0;
}

.btn:hover {
  background: #eaeaea;
  color: #333;
}

#social{
  align-items: center;
  padding 10px;

}
/* Header Showcase */

#showcase {
  /* min-height: 400px; */
  color: #eee;
  text-align: center;
}

#showcase .bg-image {
  position: absolute;

    background: #333
      url("/images/structure/getaway.png");
  background-position: center;

  background-repeat: no-repeat;
  /* background-size: cover; */
  /* width: 90%; */
  /* height: 400px; */
  z-index: -1;
  opacity: 0.2;
}

#showcase h1 {
  padding-top: 50px;
  padding-bottom: 0;
}

#showcase .content-wrap,
#section-a .content-wrap {
  padding: 0 1.5em;
}

/* Section A */

#section-a {
  background: #333333;
  /* color: #666; */
  padding 0;
  padding-bottom: 0.5em;
}



/* Section B */

#section-b {
  padding: 2em 1em 2em;
}

#section-b ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#section-b li {
  margin-bottom: 2em;
  background: #444;
  color: #333;
}

.card-content {
  padding: 1em;

}
.card-left {
  padding: 1em;
  text-align: left;
}

/* Section C */

#section-c {
  background: #bbb;
  color: #bbb;
  padding: 2em;
}

/* Section D / Boxes */

#section-d .box {
  padding: 2em;
  // background:  #444;
  background: #597a8f;
  color: #bbb;
}


#section-d .box:first-child {
  background: #597a8f;

}

/* Footer */

#main-footer {
  padding: 2em;
  background: #555;
  color: #fff;
  text-align: center;
}

#main-footer a {
  color: #c5d2e8;
  text-decoration: none;
}

/* Media Queries */

@media (min-width: 820px) {
  .grid {
    display: grid;
    /* grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr; */
    grid-template-columns: 1fr repeat(2, minmax(auto, 40em)) 1fr; */
  }

  #section-a .content-text {
    columns: 2;
    column-gap: 2em;
    /* text-align: left; */
  }

  #section-a .content-text p {
    padding-top: 0;
    text-align: left;
  }

  #section-a .content-subtitle p {
    padding-top: 0;
    text-align: center;
  }


  .content-wrap,
  #section-b ul {
    grid-column: 2/4;
  }

  .box,
  #main-footer div {
    grid-column: span 2;
  }

  #section-b ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* justify-content: space-around; */

  }

  #section-b li {
    width: 95%;
  }
}
