@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
body {
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
}

body #main_content {
  margin: 50px;
  padding: 0;
}

body article {
  height: 100%;
}

hr {
  background-color: #0098db;
  height: 4px;
}

a {
  font-family: Roboto;
  text-decoration: none;
  color: #0098db;
}

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

i {
  color: #0098db;
  font-size: 30px;
}

i:hover {
  color: #09e0fc;
}

li {
  list-style-type: none;
  font-family: Roboto;
  font-size: 1.1em;
}

p {
  font-size: 1.2em;
  text-align: justify;
}

p, label, input, textarea, button, td {
  font-family: Roboto;
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  color: #001359;
  font-weight: normal;
  font-family: Bebas Neue;
  margin: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

img {
  border: 5px solid #f8f8f8;
  width: auto;
  height: auto;
  display: inline;
}

button {
  background-color: #0098d8;
  color: white;
  border: none;
  width: 80px;
  height: 40px;
  display: block;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

header {
  overflow: hidden;
  width: 100%;
  background-color: #001359;
}

header #header {
  width: 100%;
  height: 100px;
}

header div {
  overflow: hidden;
  display: inline-block;
  padding: 0;
  margin: 0;
}

header .logo {
  float: left;
  margin: 0;
}

header .login {
  float: right;
  margin: 1.5em;
  margin-bottom: 2em;
}

header img {
  border: none;
  width: 300px;
  padding: 0;
  margin: 0;
}

header form {
  margin: auto;
}

header form input {
  display: inline-block;
  width: 250px;
}

header form input[type="submit"] {
  margin: 0;
  display: inline-block;
}

header ul {
  list-style: none;
  margin: auto;
  text-align: center;
}

header ul li {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  display: inline-block;
  padding-left: 15px;
}

nav {
  background-color: #333333;
  width: 100%;
  margin: 0;
  padding: 0;
  margin: auto;
  border: none;
}

nav ul {
  padding: 15px;
}

nav ul li {
  list-style: none;
  font-size: 1.2em;
  padding: .8em 1em;
  margin: 0 15px;
  text-transform: uppercase;
  font-weight: 900;
  display: inline;
  padding-left: 2em;
}

nav ul li a {
  color: #f8f8f8;
}

nav ul li a:hover {
  color: #09e0fc;
}

footer {
  width: 100%;
  height: 4em;
  background-color: #333333;
  margin: 0;
}

footer div {
  margin: 0;
  padding: 0;
}

footer ul {
  text-align: center;
}

footer ul li {
  display: inline-block;
  list-style: none;
  font-size: 1.2em;
  padding: .8em 1em;
  margin: 0 15px;
}

footer ul li a {
  color: #f8f8f8;
}

footer ul li a:hover {
  color: #09e0fc;
}

/*index*/
#site_contents {
  margin: 5em auto;
}

#site_contents .page_link {
  width: 33%;
  height: 150px;
  background-color: #001359;
  border: solid 5px white;
  padding: 20px;
  vertical-align: middle;
  display: table-cell;
}

#site_contents .page_link h3 {
  color: #f8f8f8;
  text-align: center;
  font-size: 2.2em;
}

#site_contents .page_link p {
  color: #f8f8f8;
  text-align: center;
}

#site_contents div:hover {
  background-color: #0098db;
}

.gallery {
  margin: 5em auto;
}

.gallery img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 32%;
}

.gallery img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/*protest search results*/
.protest_search button {
  display: inline-block;
}

.protest_search input {
  display: inline-block;
}

.protest_search input[type="submit"] {
  display: inline-block;
}

.result_item {
  border: 5px solid #0098db;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.result_item h2 {
  width: 100%;
}

.result_item img {
  width: 500px;
}

.result_item .event_info {
  display: inline-block;
  width: 50%;
  padding-left: 25px;
}

.result_item .event_info p {
  font-size: 1.2em;
}

/*event info page*/
.event {
  padding-top: 25px;
  overflow: hidden;
  position: relative;
}

.event .event_details {
  padding-top: 20px;
}

.event .event_details button {
  margin: 25px;
}

.event .event_details .event_info {
  overflow: hidden;
}

.event .event_details .event_info img {
  width: 30%;
  border: 5px solid #333333;
  float: left;
}

.event .event_details .event_info ul {
  width: 60%;
  float: left;
  margin: 20px;
  padding: 0;
}

.event .event_details .event_info ul li {
  list-style: none;
  font-size: 1.5em;
  padding-bottom: 25px;
}

.event .event_details .event_info button {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*login*/
#login_div {
  overflow: hidden;
}

#login_div a {
  float: right;
}

#login_div span {
  width: auto;
  margin: 0;
  padding: 0;
}

/*new account*/
.sfont {
  font-size: 1em;
}

/*account*/
#account_div {
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}

#account_div .options_sidebar {
  width: 250px;
  height: 560px;
  background-color: #001359;
  border-radius: 5px 0 0 5px;
  margin: 0;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#account_div .options_sidebar #user_id {
  margin: auto;
  padding: 10px;
}

#account_div .options_sidebar #user_id img {
  height: 150px;
  display: block;
  margin: 25px auto;
}

#account_div .options_sidebar #user_id h2 {
  color: #f8f8f8;
  text-align: center;
}

#account_div .options_sidebar ul {
  margin: 25px;
  padding: 0;
}

#account_div .options_sidebar li {
  padding-bottom: 40px;
}

#account_div .options_sidebar li a {
  color: #f8f8f8;
  font-size: 1.3em;
}

#account_div .options_sidebar li a:hover {
  color: #09e0fc;
}

#account_div #options_div {
  background-color: #f8f8f8;
  border-radius: 0 5px 5px 0;
  padding-bottom: 50px;
  min-height: 520px;
  width: auto;
  height: 100%;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

#account_div #options_div h1 {
  text-align: center;
  display: block;
  margin: 50px;
}

#account_div #options_div h3 {
  display: block;
}

#account_div #options_div button {
  width: auto;
  font-size: 1.2em;
  padding: 10px;
  margin: 50px auto;
}

#account_div #options_div .delete:hover {
  background-color: red;
}

#account_div #options_div table {
  margin: auto;
  padding: 0;
  width: 80%;
  text-align: justify;
}

#account_div #options_div table tr {
  padding: 0;
  font-size: 1.3em;
  text-transform: capitalize;
  width: 50px;
}

#account_div #options_div table tr td {
  width: 25px;
  padding-bottom: 15px;
}

#account_div #options_div .user_event {
  margin: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

#account_div #options_div .user_event .event_info {
  margin-left: 50px;
}

#account_div #options_div .user_event img {
  height: 200px;
}

#account_div #options_div .user_event a {
  text-align: left;
  font-size: 1.1em;
}

#account_div #options_div .map {
  display: block;
  width: 400px;
  margin: auto;
}

#account_div #options_div #profile_settings label {
  display: block;
}

#account_div #options_div #profile_settings input {
  display: block;
}

#account_div #options_div form {
  width: auto;
  margin: 50px auto;
  padding: 0 50px;
}

#account_div #options_div form label {
  font-size: 1.1em;
}

#account_div #options_div form input {
  width: auto;
  margin: 10px;
  margin-left: 20px;
}

#account_div #options_div form input[type="submit"] {
  width: 100px;
  margin: 10px;
}

/*post event*/
.recapcha {
  width: auto;
}

.recapcha img {
  width: 400px;
  border: 2px solid #333333;
  border-radius: 5px;
  margin-top: 25px;
}

.terms li {
  list-style: upper-roman;
  margin-bottom: 15px;
}

/*get involved*/
.involve {
  overflow: hidden;
}

.involve li {
  margin: 25px;
}

.involve .information {
  margin: 0;
}

.info_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0;
}

.info_div img {
  margin: 0;
  width: 300px;
}

.info_div p {
  margin-left: 25px;
}

/*resources*/
.resources {
  overflow: hidden;
}

.resources a {
  margin: 0;
}

/*about us*/
.banner {
  margin: 0;
}

.banner img {
  width: 100%;
  margin: 0;
}

.team {
  height: auto;
}

.team .team_member {
  width: 30%;
  height: auto;
  display: inline-block;
  margin: 1%;
}

.team .team_member img {
  width: 100%;
}

.donation_form {
  border: 5px solid #0098db;
  border-radius: 5px;
  overflow: hidden;
  padding: 50px;
}

button:hover {
  background-color: #90e0fc;
  color: white;
  border-radius: 5px;
}

button:active {
  background-color: #90e0fc;
  border-radius: 5px;
  color: white;
}

form {
  margin-bottom: 25px;
}

form label {
  margin: 20px 0;
  font-size: 1.1em;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border: 5px solid #001359;
  border-radius: 5px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin: 10px;
  padding: 5px;
}

form input[name="search_bar"] {
  display: inline-block;
  width: 300px;
}

form input[id="credit_card"] {
  display: inline-block;
  width: 58.9%;
  margin: auto;
}

form input[id="exp_date"], form input[id="card_cvv"] {
  display: inline-block;
  width: 20%;
  margin: auto;
}

form textarea {
  border: 5px solid #001359;
  border-radius: 5px;
  padding: 10px;
  width: 97%;
  height: 150px;
}

form input[type=submit] {
  background-color: #0098d8;
  color: white;
  border: none;
  width: auto;
  height: 40px;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form input[type=submit]:hover {
  background-color: #90e0fc;
  color: white;
}

.dblue {
  color: #001359;
}

.blue {
  color: #0098db;
}

.lblue {
  color: #09e0fc;
}

.underline {
  text-decoration: underline;
}

.center {
  margin: auto;
}

.text_center {
  text-align: center;
}

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.border {
  border: solid 5px #001359;
}

.border-bottom {
  border-bottom: 3px solid #333333;
}

.error {
  border: 5px solid red;
  border-radius: 5px;
}

.correct {
  border: 5px solid green;
  border-radius: 5px;
}
/*# sourceMappingURL=style.css.map */