#main {
  padding-top: 74px;
}

.homehead {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.homehead-heading {
  font-family: GlitchEsports;
  text-shadow: -2px 0px #ff04b3, 2px 0px #00bac8;
}

.navbar-brand {
  font-family: GlitchEsports;
  font-weight: 100;
  text-shadow: -1px 0px #ff04b3, 1px 0px #00bac8;
}

.post-bg {
  background-color: #dfdfdf;
}

.masthead-avatar {
  width: 15rem;
  border-radius: 50%;
}

.small-avatar {
  width: 2rem;
  border-radius: 50%;
}

.challenge-title, .team-title, .tournament-title, .olympic-title {
  text-decoration: none;
  color: #212529;
}

#CookielawBanner {
  background: #dfdfdf;
  position: fixed;
  padding: 15px 0;
  top: 74px;
  right: 0;
  left: 0;
  z-index: 1030;
}

#CookielawBanner .container {
  position: relative;
}

@media (min-width: 992px) {
  #main {
    padding-top: 104px;
  }
  #CookielawBanner {
    top: 104px;
  }
}

.bg-secondary {
  background-color: #001321 !important;
}

.form-group {
  margin-bottom: 5px;
  margin-left: 8px;
}

.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 0.125rem solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  select {
    transition: none;
  }
}
select:focus {
  border-color: #8ddece;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(26, 188, 156, 0.25);
}
select[multiple], select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
select:disabled {
  background-color: #e9ecef;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.75rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #008e8f;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #008e8f;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #000000;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
    margin-top: 0px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #001321;
  background-clip: padding-box;
  border: 0.125rem solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}

.profileimage {
  overflow: hidden;
  color: transparent;
  transition: all .3s ease;
  position: relative;
  transition: all .3s ease;
}

.profileimage:hover .profileimage_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(0,0,0,.8);
  color: #fff;
  transition: background-color .2s ease-in-out;
  text-decoration: none;
}

.profileimage_content {
  display: none;
}

.profileimage_image {
  object-fit: cover;
}

.modal-footer {
  display: flex;
  justify-content: space-between;
}

.put-on-left, .put-on-right {
  display: inline-block
}

.cropper_image {
  width: 100%;
}

.cropper-view-box {
	border-radius: 50%;
}
