/*
 * Globals
 */

/* Links */
a,
a:focus,
a: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 #fff;
}

.swal2-modal .swal2-title {
  font-weight: 200 !important;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  /*background-color: #24D066;*/
  font-family: 'Roboto', sans-serif;
}
body {
  color: #fff;
  text-align: center;
  /*text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);*/
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -/*webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
          box-shadow: inset 0 0 5rem rgba(0,0,0,.5);*/
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 0rem 2rem;
}

.inner-top {
  padding: 3rem;
}

/*
 * Header
 */

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;

}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: bold;
  color: #a4a4a4;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #777;
}

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

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

iframe {
  width: 100%;
  background-color: white;
  height: 100%;
  margin-top:15px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  min-height: 195px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    color: #777;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #1da471;
    border-color: #1da471;
}

.actions-row{
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
    border-color: #ddd;
}
.panel-body {
    padding: 15px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-body a {
    color: #000;
    text-decoration: underline;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

@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: bold;
}


/*
 * Footer
 */

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


.cover-heading {
    color: #5A5A5A;
    font-weight: 100 !important;
}

#hint {
    color: #797D7F;
    font-size: 16px;
}

#hint-embed {
    color: #797D7F;
    font-size: 16px;
}

.mastfoot a {
    color: #777;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #c2c2c2 !important;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #c2c2c2 !important;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #c2c2c2 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color: #c2c2c2 !important;
}

#generate-player {
    border-radius: 8px;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 15px 15px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 0 0 #1ca751;
    background-color: #24d066;
    margin: 0 0px;
    justify-content: center;
}

#generate-player:hover {
    background-color: #15b352;
}

.embed-title {
  font-size: 20px;
  color: #24d066;
  background-color: white;
}
.form-box {
  background-color: #F8F9F9;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;

}

.btn-primary {
    color: #fff;
    background-color: #21b67e;
    border-color: #21b67e;
}

.cta-links {
    color: #777;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.cta-links__link {
    text-decoration: underline !important;
    cursor: pointer;

}

.modal-wrapper__img > img {
    width: 100%;
}

.modal-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-wrapper__title {
    border-bottom: 1px solid #757575;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 400;
    color: #757575;
}

.modal-wrapper__img {
    margin: 20px;
    border: 1px solid #eee;
}

.modal-wrapper__body {
    color: #757575;
    font-weight: 300;
    font-size: 24px;
    margin: 20px 10px;
    line-height: 30px;
}

.modal-wrapper__footer {
    color: #757575;
    font-weight: 400;
    font-size: 20px;
    margin: 5px 0;
}

.swal2-modal .swal2-styled:first-child {
    background: #21b67e !important;
}

/*
 * Affix and center
 */

@media (min-width: 40em) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 62em) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 42rem;
  }
}
