/* Text Elements */

h1.heading-1 {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  font-size: 45px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  line-height: 45px;
}

h1 {
  color: #fff;
  font-size: 45px;
  font-family: 'Cagliostro', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h3.heading-3 {
  /*margin-bottom: 20px;*/
  color: #1543bc;
  font-weight: 500;
  font-size: 24px;
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}

h5.heading-5 {
  color: #1543bc;
  font-weight: 600;
  font-size: 18px;
}

h6.heading-6 {
  color: #1543bc;
  font-weight: 400;
}

p.paragraph.para-1 {
  margin-bottom: 12px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 22px;
}

p.paragraph.centred.para-1 {
  text-align: center;
}

p.paragraph.title {
  color: #000;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph a.blue-link {
  color: #1543bc;
  text-decoration: underline;
  font-weight: 500;
}

p.paragraph {
  color: #fff;
  font-weight: 100;
  font-size: 19px;
  font-family: 'Quicksand', sans-serif;
}

p.paragraph.para-1.white {
  color: #fff;
}

p.paragraph.centred.para-1.white {
  font-weight: 500;
  font-size: 16px;
}

p.paragraph a.blue-link:hover {
  color: #160e69;
}

/* Interaction Elements */

/* Layout Elements */

body.body-1 {
  margin-top: 30px;
  margin-right: 15px;
  margin-left: 15px;
  max-width: none;
  background-color: #cda3de;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  background-blend-mode: normal;
}

.container-grid {
  padding: 15px;
}

.container-grid.cont-insert {
  display: inline-block;
  padding: 10px 0;
  min-width: 100px;
  width: 100%;
  background-color: #cda3de;
}

.container-grid.cont-header {
  padding-bottom: 0;
}

.container-grid.header {
  overflow: visible;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  min-height: auto;
  max-height: none;
  height: 200px;
  background-image: url('../../assets/img/pride-flag.jpg'), -webkit-linear-gradient(top, rgba(20, 6, 141, .13) 0%, rgba(7, 0, 73, 1) 100%);
  background-image: url('../../assets/img/pride-flag.jpg'), -moz-linear-gradient(top, rgba(20, 6, 141, .13) 0%, rgba(7, 0, 73, 1) 100%);
  background-image: url('../../assets/img/pride-flag.jpg'), -o-linear-gradient(top, rgba(20, 6, 141, .13) 0%, rgba(7, 0, 73, 1) 100%);
  background-image: url('../../assets/img/pride-flag.jpg'), linear-gradient(180deg, rgba(20, 6, 141, .13) 0%, rgba(7, 0, 73, 1) 100%);
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: repeat, no-repeat;
  background-blend-mode: normal, normal;
}

.container-grid.container-fluid-1 {
  float: none;
  padding-top: 15px;
  padding-bottom: 0;
}

.container-grid.sitename {
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  height: 100px;
}

.container-grid.header-container {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1000px;
}

.container-grid.container-fluid-1.header-container {
  margin-top: 15px;
  margin-bottom: 0;
  padding: 10px 5px 0;
  max-width: none;
  width: 100%;
}

.container-grid.cont-insert:hover {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
}

/* Text Elements */

@media screen and (min-width: 36rem) {
  h1.heading-1 {
    font-size: 65px;
  }
}

@media screen and (min-width: 36rem) {
  .container-grid.header {
    min-height: 0;
  }
}

@media screen and (min-width: 36rem) {
  .container-grid.container-fluid-1 {
    width: auto;
  }
}

@media screen and (min-width: 36rem) {
  .container-grid.container-fluid-1.header-container {
    margin-top: 50px;
    margin-bottom: 0;
    max-width: none;
  }
}

@media screen and (min-width: 36rem) {
  .container-grid.cont-header {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }
}

/* Text Elements */

@media screen and (min-width: 48rem) {
  h1.heading-1 {
    float: none;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
  }
}

@media screen and (min-width: 48rem) {
  p.paragraph.para-1 {
    padding-top: 0px;
  }
}

@media screen and (min-width: 48rem) {
  p.paragraph.para-1.poetry {
    padding-left: 30px;
  }
}

/* Layout Elements */

@media screen and (min-width: 48rem) {
  body.body-1 {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }
}

@media screen and (min-width: 48rem) {
  .container-grid.header {
    min-height: auto;
    height: 225px;
  }
}

@media screen and (min-width: 48rem) {
  .container-grid.header-container {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

/* Text Elements */

@media screen and (min-width: 62rem) {
  h1.heading-1 {
    font-size: 70px;
  }
}

/* Interaction Elements */

/* Layout Elements */

@media screen and (min-width: 62rem) {
  body.body-1 {
    display: block;
    justify-self: center;
  }
}

@media screen and (min-width: 62rem) {
  .container-grid.header {
    min-height: auto;
    height: 250px;
  }
}

@media screen and (min-width: 62rem) {
  .container-grid.container-fluid-1 {
    width: auto;
  }
}

/* Text Elements */

@media screen and (min-width: 75rem) {
  h1.heading-1 {
    margin-bottom: 15px;
    font-size: 75px;
  }
}

@media screen and (min-width: 75rem) {
  h5.heading-5 {
    -webkit-column-span: none;
    -moz-column-span: none;
    column-span: none;
  }
}

@media screen and (min-width: 75rem) {
  p.paragraph.para-1 {
    padding-bottom: 0;
    font-weight: 400;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}

/* Interaction Elements */

/* Layout Elements */

@media screen and (min-width: 75rem) {
  body.body-1 {
    margin-top: 30px;
    margin-right: 100px;
    margin-left: 100px;
    max-width: none;
    background: rgb(205, 163, 222);
  }
}

@media screen and (min-width: 75rem) {
  .container-grid.container-fluid-1.header-container {
    margin-top: 50px;
    margin-bottom: 0;
    max-width: none;
  }
}

@media screen and (min-width: 75rem) {
  .container-grid.sitename {
    margin-top: 0;
    padding-top: 0;
    height: auto;
  }
}

@media screen and (min-width: 75rem) {
  .container-grid.header {
    margin-bottom: 10px;
    height: 300px;
  }
}

.list-group-item {
  border-style: none;
  padding-bottom: 2px;
  padding-top: 0px;
}

