@charset "utf-8";
/* CSS Document */

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #0d0e11;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #f7f7f7;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  width: 100%;
  /* background-color: #0d0e11; */
  /* color: #fff; */
  /* font-family: 'Noto Sans', sans-serif;*/
  background-color: #f7f7f7;
  color: #0d0e11;
  font-family: 'Montserrat', sans-serif;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .3); */
}

.cover-container {
  max-width: 42em;
}

#masterContainer{
	height: 100%;
}


/*
 * UTILS
 */

.hrFat{
	
	border-top: 2px solid rgba(0,0,0,.1);
}

.page-title {
	margin: 30px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
}


/*
 * Header
 */
header{
	padding: 5px;
	height: 8%;
	width: 100%;
}

nav {
	float: right;
	font-weight: 700 !important;
	background-color: #f7f7f7;
	position: fixed;
	z-index: 1000;
	right: 0px;
	top: 0;
	width: 100%;
	justify-content: flex-end;
	padding-right: 1%;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.nav-link {
	border-bottom: 2px solid transparent;
}

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

.nav-link.active {
	border-bottom-color: #ff3547;
}

.navLogo{
	
	height:35px;
	width:35px;
	margin-top: 5px;
}

.navbar-logo{
	width: 100%;
	text-align: center;
	margin: 0px;
}


.toggler-pos-right{
	position: fixed;
    top: 2.5%;
    left: 90%;
}


.mm-navbars_bottom .mm-navbar{
	padding-top: 10px;
    margin-bottom: -15px;
}

/*
 * Footer
 */

footer{
	
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}

footer hr{
	border-top: 1px solid #ff3547;
}

/*
 * Index
 */

@media screen and (min-width: 860px) {
	main #indexImg {
		max-width: 35%;
	}
}

.img-fluid-80 {
    max-width: 80%;
    height: auto;
}


.container-black{
	background-color: #000;
}

/*
 * CREW
 */

.thumbnail{
	margin-top: 10px;
    padding-top: 5px;
}

.crew-thumb{

	width: 300px;
	height: 300px;
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.8);
}

.crew-social{
	width: 35px;
	height: 35px;
	margin: 10px;
	
}

.crew-name{
	font-weight: 700;
	text-align: center;
	margin-top: 22px;
	margin-bottom: 8px;
}


/*
 * contact section
 */
 
.card-header{
	height: 48px;
	padding: 0px;
    padding-top: 1px;
    color: #FFF;
}
 
.spaced {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.contactView {
    position: relative;
    overflow: hidden;
    cursor: default;
    padding-top: 15px;
}

.aboutView{
	position: relative;
    overflow: hidden;
    cursor: default;
}

/*
 * ABOUT
 */

.textdesc{
	text-align: justify; 
}