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


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
 
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
	font-family: 'Alleyn-Regular';
	/*font-weight: normal;*/
	/*font-style: normal;*/
	/*color:#545759;*/
}

h1,h2,h3,h4,h5,h6{font-family: 'Alleyn-Semibold';}
.btn{font-family: 'Alleyn-Bold';}
.cover-container {
  max-width: 42em;
}
.cover-sender{font-weight: 100}

.coverImage {
    width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
    /*background: url("/promotions/bg_1.jpg") no-repeat ;*/
}
.coverImageLink {
    width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
    background: url("/promotions/bg_2.jpg") no-repeat ;
}
.uploadCard {
    background-color: rgba(0, 0, 0, 0.7);
}
.bottomright {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 18px;
}
 @media (min-width: 768px) {
   
       
.promoImgCaption {
  position: absolute;
  bottom: 0px;
  right: 16px;

} }

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
background-color: rgba(0, 0, 0, 0.4); 
    padding-top: 6px;
    padding-bottom:6px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius:.25rem;
}

.masthead-brand {
  margin-bottom: 0;
  /*  margin-top: 10px;*/
line-height: inherit;
    font-family: 'Alleyn-Medium';
}
.masthead-brand img {
    /*vertical-align: baseline;*/
}
.nav{ /*border-radius:.25rem; padding: 1.5rem;*/}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .15rem 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;
  }
}

#filelist{margin-top: 20px; margin-bottom: 20px; text-align: left; overflow: scroll; overflow-x: hidden; max-height: 200px;}
.fileItem{margin-bottom: 10px; list-style-type: none; background-color: rgba(255, 255, 255, 0.18);}
.fileThumb{background-color: white;}
.progress-bar span {margin-top: 2px;}
/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


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