a:hover {
  cursor: pointer; }

#root label {
  color: white; }

body {
  background-color: #191919;
  font-family: 'Didact Gothic', sans-serif;
  color: white;
  padding: 0 10%;
  height: 100%; }

a {
  text-decoration: underline;
  color: #6da5d0; }
  a:hover {
    opacity: 0.5;
    color: whitesmoke;
    text-decoration: underline; }

#apply-link {
  text-decoration: none;
  color: white; }
  #apply-link:hover {
    opacity: 1; }

#root {
  padding-bottom: 10%; }

#registration {
  padding: 30px 0; }

#root .loading.form:before {
  background-color: rgba(25, 25, 25, 0.8); }

.ui.button {
  margin-bottom: 10px; }

.ui.checkbox {
  display: block;
  margin-bottom: 15px; }

.ui.label {
  text-decoration: none; }

.ui .message.status_msg {
  background-color: #f5f5f5;
  color: #191919;
  font-size: 1.8em;
  padding: 10px; }
  .ui .message.status_msg .header {
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 200; }

.ui[class*="center aligned"].container {
  margin: 10px; }

#header {
  height: 200px;
  padding-top: 20px;
  text-align: center;
  position: relative; }
  #header #logo {
    display: inline-block;
    height: 100%; }
    #header #logo img {
      height: 100%; }
  #header #logout-btn {
    position: absolute;
    right: 0;
    bottom: 0; }
    #header #logout-btn button {
      margin: 0; }

h1 {
  font-size: 3vw;
  font-family: 'Didact Gothic', sans-serif;
  font-weight: 200; }
  h1 strong {
    border-bottom: 4px solid white; }

h2 {
  font-family: 'Didact Gothic', sans-serif;
  margin: 10px;
  font-weight: 50; }

.body-text {
  font-size: 1.2em; }

.body {
  margin: 30px 0; }

.hello {
  color: white; }

.dash {
  border: 1px #7b7b7b solid;
  padding: 25px; }

/*
.status
{
	text-align: center;
}
*/
#uploader {
  background-color: #FF593D; }
  #uploader:hover {
    background-color: #FF6950; }
  #uploader.success {
    background-color: #21ba45; }
    #uploader.success:hover {
      background-color: #29ce50; }
  #uploader.failure {
    background-color: #ba2b20; }
    #uploader.failure:hover {
      background-color: #e03d31; }
  #uploader span {
    margin-left: 5px; }

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5; }

@media only screen and (max-width: 860px) {
  #header {
    height: 150px; } }

@media only screen and (max-width: 660px) {
  h1 {
    font-size: 1.6em; }
  .body-text {
    font-size: 1em;
    font-weight: normal; }
  body {
    padding: 0 5%; }
  #header {
    height: 100px; } }

@media all and (max-width: 430px) {
  #logout-btn {
    display: none; } }
