/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #333;
}

a {
  color: #1da1f2;
  text-decoration: underline;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a:active {
  color: #fff;
  text-decoration: none;
}

a:focus {
  color: #fff;
  text-decoration: none;
}

.btn-primary {
  text-decoration: none;
}

.join {
  color: #f77f00;
}

.join:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #333;
}

/* Content */
.ext_link {
  color: #1da1f2;
  text-decoration: underline;
}

.ext_link:hover {
  color: #1da1f2;
}


/*
 * Base structure
 */

html,
body {
  /*height: 100%;*/
  background-color: #fff;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #333;
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
  /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

.quote {
  text-align: center;
  font-style: italic;
  margin-left: 16px;
  margin-right: 16px;
  width: 100%;
  /*padding: 16px;*/
  /*border-style: solid;*/
  /*border-color: rgba(255, 255, 255, 0.125);*/
  color: rgba(255, 255, 255, 0.5);
  /*background-color: rgba(255, 255, 255, 0.125);*/
}

.cover-container {
  max-width: 42em;
}

.cover-container-content {
  max-width: 64em;
}

.constitution {
	text-align: left;
}

.constitution h2 {
	text-decoration: underline;
}

/* Articles */
.row.article {
  padding: 16px;
  padding-bottom: 0px;
  width: 100%;
  max-width: 42em;
  margin: auto;
  text-align: left;
}

.row.article2 {
  /*margin-right: 16px;*/
  /*margin-left: 16px;*/
  width: 100%;
  padding-left: 16px;
  max-width: 60em;
  margin: auto;
  padding-right: 16px;
  text-align: left;
}

.row.article2.full {
  max-width: 100%;
  padding-right: 32px;
}

.row.article.sub_paragraph {
  padding-top: 0px;
  padding-bottom: 0px;
}

.letter {
  border-style: dashed;
  border-width: 2px;
  border-color: rgb(0, 0, 0, 0.5);
}

.divider {
  margin-bottom: 16px;
  border-bottom: solid;
  width: 100%;
  text-align: left;
  border-bottom-color: rgba(255, 255, 255, .5);
}

.quote_container {
  border-style: solid;
  border-width: 1px;
  background-color: #DBEBFB;
  border-color: #003459;
  color: #003459;
  padding: 16px;
  margin-bottom: 16px;
  width: 90%;
  /*display: none;*/
}

.quote_element {
  margin-bottom: 0px;
  font-style: italic;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  text-decoration: none;
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(51, 51, 51, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #333;
  border-bottom-color: #333;
}

.nav-masthead .nav-link.join:hover,
.nav-masthead .nav-link.join:focus {
  border-bottom-color: rgba(247, 127, 0, .25);
}

.nav-masthead .active-join {
  color: #f77f00;
  border-bottom-color: #f77f00;
}

.nav-link.join {
  color: #f77f00;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.social {
  margin: 2px;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

.fa-envelope:hover {
  color: #1da1f2;
}

.fa-instagram:hover {
  text-shadow: none;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  /* Also define standard property for compatibility */
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.read_more {
  text-decoration: none;
}