/*
 * Globals
 */
 * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 @font-face {
    font-family: 'Simplon Mono';
    src: url('fonts/35480b5356193cadbe34f8be49900124.eot');
    src: url('fonts/35480b5356193cadbe34f8be49900124.eot?#iefix') format('embedded-opentype'),
        url('fonts/35480b5356193cadbe34f8be49900124.woff2') format('woff2'),
        url('fonts/35480b5356193cadbe34f8be49900124.woff') format('woff'),
        url('fonts/35480b5356193cadbe34f8be49900124.ttf') format('truetype');
    font-style: normal;
}

/* 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;
}


/*
 * Base structure
 */

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: url(../img/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Simplon Mono";
  background-color: #000;
}

.cover-container {
  max-width: 1140px;
}

.inner {
  text-align: left;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0px 10px;
    background-color: #fff0;
    border: 0px;
}

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

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

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

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

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

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

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

sup{
  font-size: 10px;
}



/*
 * Footer
 */
.mastfoot {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.mastfoot a {
  color: #f37320 !important;
}


.countdown {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

.countdown .movie-name-picture {
  width: 40%;
  margin-bottom: 30px;
}

.countdown .movie-date {
  text-transform: uppercase;
  color: #bbb;
  font-size: 0.9rem;
  font-weight: 700;
}

.countdown ul {
  margin-top: -20px;
  padding-left: 0;
  display: flex;
  justify-content: center;
  border: 1px solid #f37320;
}

.countdown li {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.85rem;
  margin: 4px;
  color: #f37320;
  list-style-type: none;
  padding: 30px 36px;
  text-transform: uppercase;
}

.countdown li span {
  display: block;
  font-family: "Simplon Mono";
  font-size: 65px;
  font-weight: 400;
}

.wditem {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.wditem2 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
}

.wdimg {
  max-width: 43px;
}

.wdtxt {
  margin-bottom: 0px;
  margin-left: 15px;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
}

.wdtxt2 {
  margin-bottom: 0px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.wdtxt3 {
  margin-top: -20px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 24px;
  background: #000;
  display: inline;
  padding: 15px;
}
footer {
  margin-top: 180px;
}

footer p {
  margin-bottom: 5px;
  font-size: 12px;
}

.wdhead {
    text-align: left;
    font-size: 25px;
    color: #07B8E0;
    font-weight: 600;
}
h2.wd {
  font-size: 40px;
  font-weight: 900;
}
h3.wd {
  font-size: 25px;
}
.wddate .wdtxt {
  font-weight: 900;
}

.inner img {
  max-width: 200px;
}

.primg {
  max-width: 400px;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {

  .wdtxt3 {
    font-size: 18px;
  }

  .primg {
    max-width: 250px;
  }
  h2.wd {
  font-size: 40px;
}
  .wdimg {
  max-width: 25px;
}
.mastfoot {
  font-size: 10px;
}
.countdown li span {
  font-size: 35px;
}
.countdown li {
  padding: 10px;
}
}