/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}

h2 {
  color: white;
  background-color: #eec4b3;
  padding: 2%;
  border: 3px solid #7cb5b6;
  font-family: "Concert One", Times New Roman, cursive;
  font-size: 30px;
  margin-bottom: -25px;
  text-align: center;
}

#content {
  max-width: 960px;
  color: white;
  margin: 0 auto;
  background-color: #55917F;
  border: 3px solid #7cb5b6;
}
img {
  max-width: 100%;
}

.logo {
  margin-top: 15px;
}
/*snazzy logo*/
.logo-box {
  background-color: white;
  padding: 0.5em;
  border-radius: 50px 50px 0 0;
  border: 1px solid #a43312;
}

body {
  background-color: #020202;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
}

nav a {
  color: white;
}

main {
  background-color: #55917F;
}

.banner-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.banner-box img {
  width: 100%;
  border: 3px solid #437c7e;
  margin-left: -3px;
  border-left-color: #7cb5b6;
  border-right-color: #7cb5b6;
  grid-column: 1/-1;
  grid-row: 1;
}
/*call to action*/
.action {
  background-color: #6BAB90;
  margin: 1em 3em;
  padding: 1em;
  text-align: center;
  grid-column: 1/4;
  grid-row: 3/3;
}

.action h3 {
  margin-left: 1%;
}

.action button {
  line-height: 2em;
  width: 10em;
  background-color: #e7c24f;
  font-size: 1.2em;
  margin-left: 1%;
}

header {
  display: grid;
  grid-template-columns: 110px auto;
  align-items: center;
  margin: 10px;
}

nav ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6em, 1fr));
  text-align: center;
}

.home-grid {
  border: 3px solid #7cb5b6/;
  border-top-color: #66C7F4; /*light blue*/
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1em;
}

nav a:hover {
  color: #DBD1D2;
}
/*3D-images*/
.home-left-img,
.home-right-img {
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 5px 5px 5px #999;
}

.home-right-img {
  padding: 2%;
  margin-top: 8px;
  margin-left: 105px;
  grid-column: 4/7;
  grid-row: 1/3;
}

.home-headline-1 {
  grid-column: 1/4;
  grid-row: 1/2;
}

.home-paragraph-1 {
  grid-column: 1/4;
  grid-row: 2/4;
  margin-left: 15px;
}

.home-headline-2 {
  grid-column: 3/7;
  grid-row: 4/5;
  margin-bottom: -20px;
  margin-top: 10px;
  margin-left: 5px;
}

#paragraph {
  padding: 0em;
  line-height: 150%;
  margin-top: 3%;
}
.home-paragraph-2 {
  grid-column: 3/7;
  grid-row: 5/7;
  margin: 15px;
  margin-bottom: -20px;
}
.home-left-img {
  padding: 2%;
  margin-top: 8px;
  grid-column: 1/3;
  grid-row: 4/6;
}

.home-paragraph-3 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
  grid-column: 1/7;
  grid-row: 6/8;
}

#paragraph-3 {
  margin-top: 60px;
  grid-column: 3/7;
  grid-row: 1/5;
}

.home-headline-3 {
  margin-top: 1px;
  
}

h2.home-headline-3 {
  font-family: "Sigmar One", Times New Roman, cursive;
}

.home-left-img2 {
  padding: 2%;
  margin-top: 8px;
  grid-column: 1/3;
  grid-row: 4/6;
}

.copyright {
  padding: 1%;
  margin-bottom: -20px;
}

.social {
  padding: 1%;
}

@media screen and (max-width: 550px) {
  .home-grid,
  nav ul,
  .banner-box {
    display: block;
  }
}

/* Rates/Dates styles*/
.rates-grid {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-gap: 1em;
}

.rates-header {
  margin-bottom: -15px;
}

.rates-paragraph {
  text-align: center;
  margin-top: 40px;
  grid-column: 1/12;
}

.dates-paragraphs {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.dates-paragraph-1,
.dates-paragraph-2,
.dates-paragraph-3,
.dates-paragraph-4 {
  text-align: left;
  margin: 10px;
}

.dates-paragraph-1 {
  grid-column: 1/3;
}

.dates-paragraph-2 {
  grid-column: 1/3;
}

.dates-paragraph-3 {
  grid-column: 1/3;
}

.dates-paragraph-4 {
  margin-bottom: 10px;
  grid-column: 1/3;
}
.rates-left-image {
  height: 300px;
  width: 400px;
  grid-column: 2/6;
}

.rates-right-image {
  height: 300px;
  width: 400px;
  margin-bottom: 10px;
  grid-column: 7/11;
}

.rates-action {
  background-color: #eec4b3;
  margin: 1em 3em;
  padding: 1em;
  text-align: center;
  grid-column: 1;
  grid-row: 1;
}

.rates-action button {
  line-height: 2em;
  width: 10em;
  background-color: #e7c24f;
  font-size: 1.2em;
  margin-left: 1%;
}

/* styles page */
.styles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}

.styles-headline-1 {
  margin: 1px;
}

.styles-paragraph-2 {
  grid-column: 1/2;
}

.styles-image {
  grid-column: 2/3;
  grid-row: 2/4;
  width: 98%;
  height: 85%;
}

/* dance moves page*/
.moves-banner-box {
  width: 100%;
}

.moves-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em;
}

.moves-header {
  grid-column: 2/4;
  margin: 10px;
}

h2.moves-header {
  background-color: transparent;
  border: none;
  margin: -75px;
}

.moves-paragraph-1 {
  grid-column: 3/5;
}

.moves-windmill-img {
  grid-column: 1/3;
  grid-row: 2/3;
}

.moves-paragraph-2 {
  grid-column: 3/5;
}

.moves-flare-img {
  grid-column: 1/3;
  grid-row: 3/4;
}

.moves-paragraph-3 {
  grid-column: 3/5;
}

.moves-babyfreeze-img {
  grid-column: 1/3;
  grid-row: 4/5;
  width: 69%;
}

/* form style on Join Our Crew*/
form {
        /* Center the form on the page */
        margin: 0 auto;
        width: 500px;
        /* Form outline */
        padding: 1em;
        border: 1px solid #CCC;
        border-radius: 1em;
      }

      ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      form li + li {
        margin-top: 1em;
      }

      label {
        /* Uniform size & alignment */
        display: inline-block;
        width: 90px;
        text-align: right;
      }

      input,
      textarea {
        /* To make sure that all text fields have the same font settings
     By default, textareas have a monospace font */
        font: 1em sans-serif;

        /* Uniform text field size */
        width: 300px;
        box-sizing: border-box;

        /* Match form field borders */
        border: 1px solid #999;
      }

      input:focus,
      textarea:focus {
        /* Additional highlight for focused elements */
        border-color: #000;
      }

      textarea {
        /* Align multiline text fields with their labels */
        vertical-align: top;

        /* Provide space to type some text */
        height: 5em;
      }

      .button {
        /* Align buttons with the text fields */
        padding-left: 90px; /* same size as the label elements */
      }

      button {
        /* This extra margin represent roughly the same space as the space
     between the labels and their text fields */
        margin-left: 0.5em;
      }
      #feedback {
        background-color: antiquewhite;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: .5em;
        /* make this element invisible until we are ready for it */
        display: none;
      }
      .moveDown {
        margin-top: 3em;
      }

/* form on Home */
.home-form {
  /* Center the form on the page */
        margin: 0 auto;
        width: 285px;
        /* Form outline */
        padding: 1em;
        border: 1px solid #CCC;
        border-radius: 1em;
}