/* Text Elements */

h1 {
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
}

h1.welcome-title {
  float: none;
  color: #1d1e1f;
    color: #0000ff;
  font-size: 60px;
  text-align: center;
}

h2.heading-2 {
  color: #091017;
}

h2.Heading-2 {
  color: #070f16;
  text-align: center;
}

h2.heading-3 {
  color: #0c1217;
}

h3.heading-1 {

 font-size: 26px;
 color: #11151a;
}

p.paragraph {
  color: #5e5955;
  text-align: left;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
}

p.paragraph.paragraph-1 {
  border-width: 4px;
  border-style: solid;
  background-clip: border-box;
  color: #140f0b;
  text-indent: 0;
  word-spacing: 0;
  letter-spacing: 1px;
  font-size: 23px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  line-height: 1.14;
}

p.paragraph.paragraph-2 {
  color: #091016;
  font-size: 24px;
}

p.paragraph.Address-class {
  color: #100e0c;
   float: none;
  color: #1d1e1f;
    color: #0000ff;
  font-size: 20px;
  text-align: center;
    line-height: .5;
}

p.paragraph.paragraph-3 {
  border-width: 4px;
  color: #140f0b;
  text-indent: 0;
  word-spacing: 0;
  letter-spacing: 1px;
  font-variant: normal;
  font-size: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.14;
}

p.paragraph.paragraph-4 {
  color: #5e5555;
}

p.paragraph#ShowApplication {
  color: #ce2134;
  font-size: 18px;
}

a.link-text {
  padding-left: 15px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  text-align: center;
}

/* Interaction Elements */

a.link-button.button-link-1 {
  min-height: 0;
  width: 100%;
  color: #039be5;
  font-variant: normal;
  font-size: 16px;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

a.link-button.Club-LInk {
  max-width: 400px;
  width: 100%;

}

/* Layout Elements */

body.grid-1 {
  background-color: #1c24bb;
  background-image: none;
}

body.grid-white {
  background-color: #eeeefa;
  background-image: none;
}

.container-grid.column-type {
  min-height: 20px;
}

.container-grid.row-type {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-grid.row-1 {
  min-width: 1000px;
  background-image: none;
}

li.list-item.List-Class {
  color: #182cf1;
  font-size: 19px;
}

.container-grid.subgrid-row-1 {
  position: static;
  display: block;
  width: auto;
}

a.responsive-picture.picture-link-1 {
  max-width: 20px;
  width: 20%;
}

.container-grid.column-1 {
  min-height: 300px;
}

a.responsive-picture.picture-link-3 {
  min-width: 600px;
  max-width: 600px;
}

a.responsive-picture.picture-link-4 {
  min-width: 0;
  max-width: 600px;
  width: 100%;
}

@media screen and (min-width: 1045px) {
  /* Text Elements */

  p.paragraph span.paragraph-text-1 {
    color: #140b0e;
  }

  .container-grid.column-type {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    width: 160.6667%;
  }

  .container-grid.row-type {
    display: inline-block;
  }
}