/*
 * Globals
 */
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default {
  color: #fff;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0.5rem 2rem;
}

.btn-default:hover,
.btn-default:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

/*
 * Base structure
 */
html,
body {
  height: 100%;
}

body {
  color: #fff;
  text-align: center;
  background-image: url(../img/pattern-sm.jpg);
  font-family: 'Quicksand', sans-serif;
  margin: 0;
  background-color: #0B0C0D;
}

.bg-overlay{
  background: url(../img/cover.jpg) no-repeat fixed;
  background-size: cover;
  background-color: #0B0C0D;
  background-position: center;
  height: 100%;
  width: 100%;
}

.social-links{
  position: fixed;
	top: 50%;
	right: 0;
	width: 20px;
	text-align: left;
	background-color: #00000061;
	padding: 10px;
	border-radius: 10px 0 0 10px;
	font-size: 1.5rem;
	transform: translate(0, -50%)
}

.social-links ul{
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.social-links ul li{
  display: block;
  margin: 10px 0 10px;
}
.social-links ul li a{
  border-radius: 50%;
}

/* 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%;
  background: rgba(48, 53, 70, 0.18);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.site-wrapper-inner {
  display: block;
  vertical-align: middle;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.cover-img{
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
}

.logo-img{
  /*background: rgba(255, 255, 255, 0.38);*/
  width: 40vh;
}

/*media (min-width: 768px) {
  .logo-img{
    width: 25vh;
  }
}
*/
/* Padding for spacing */

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-masthead {
  text-align: center;
  display: block;
  text-align: right;
}

.nav-masthead .nav-link {
  display: inline-block;
  padding: .5rem .5rem;
}


.cover {
  padding: 0 20px;
}

.cover .btn-notify {
  padding: 10px 60px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px;
}

.cover-heading {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 2rem;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .cover-heading {
    font-size: 3.4rem;
    letter-spacing: 15px;
  }
}

.cover-copy {
    bottom: 40px;
    text-align: center;
    font-weight: bolder;
    position: fixed;
    display: block;
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 1px 1px 1px #333;
}

/*
 * Footer
 */
.mastfoot {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.5);
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
}

/*
 * Subscribe modal box
 */
#subscribeModal .modal-content {
  background-color: #303546;
  color: #fff;
  text-align: left;
}

#subscribeModal .modal-header, #subscribeModal .modal-footer {
  border: 0;
}

#subscribeModal .close {
  color: #fff;
}

#subscribeModal .form-control {
  margin-top: 1rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

#subscribeModal .form-control:focus {
  border-color: #49506a;
}

/*
 * Affix and center
 */
@media (min-width: 768px) {
  /* 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 all and (min-width: 812px) and (max-width: 900px) {
   	.main-title{
	    font-size: 2.2rem !important;
	    top: 60% !important;
	}
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
	

   	.main-title{
	    font-size: 4rem !important;
	    top: 75% !important;
	}
}



@media all and (min-width: 1900px) {
   	.main-title{
   		    left: 40px !important;
		    font-size: 5rem !important;
		    text-align: left !important;
		    top: 45% !important;
	}
}


.main-title{
  	text-align: center;
    font-size: 3em;
    color: #fff;
    position: fixed;
    left: 0;
    width: 100%;
    top: 66%;
	font-weight: 400;
    line-height: 65px;
    text-shadow: 1px 1px 1px #333;
}

.secondary-title, .main-title{
  margin: 0;
}

.secondary-title{
  text-transform: uppercase;
  border-top: 5px solid rgba(159, 159, 159, 0.77);
  padding: 5px 0;
  text-align: center;
}