@import url("bootstrap.min.css");
@import url("animate.css");
@font-face {
    font-family: 'naked';
    src: url('../fonts/mrheadlines-webfont.woff2') format('woff2'),
         url('../fonts/mrheadlines-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {font-family:'naked';text-transform: uppercase;background-color:#f498b9;color:#fff100;}
a, a:visited, a:focus, a:hover {color:inherit;}
a:hover {text-decoration:line-through;}

h2{}

h3{font-size: 23px;}

.navbar-brand {font-size:50px;text-align:center;line-height:40px;padding-right: 10%;}
main .col-md-12 {margin-bottom:30px;}
main small {display:block;color:#333;text-align:center;padding-top:8px;font-family:Helvetica;}
.loginform input {font-family:Arial;}



.title,
.subtitle{width: 100%;}

.modal-backdrop.show {opacity:0.9;}


.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 120px);
  pointer-events: none;
  z-index: 20;
  height: 60px;
  line-height: 40px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}
/*.file-upload-wrapper:before, */
.uploader button {
	border:none;
	z-index:100;
  /*content: 'Upload';*/
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 60px;
  background: #fff100;
  color: #333;
  font-weight: 700;
  
  font-size: 16px;
  line-height: 60px;
  padding: 0 15px;
  text-transform: uppercase;
  /*pointer-events: none;*/
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:hover:before {
  background: #3d8c63;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 60px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: calc(100% - 120px);;
}

@media (max-width: 991.98px) {
	.navbar-nav .nav-item a.nav-link span {display:none;}	
	.navbar-brand {margin-left: auto!important;}
}
