/*
Theme Name: Mon Frère 2020 Theme
Theme URI: https://www.monfrere.ca/
Author: Marc Piper
Author URI: https://www.mrcppr.com | https://www.monfrere.ca
Description: Our kick ass theme to help us make meaningful shit.
Version: 1.0
License: All rights reserved
License URI: ###
Text Domain: monfrere
*/

/*
 * Globals
 */
body{padding-top: 50px;}
.blk {background-color: #000000;}
.drkgrey {background-color: #101010;}
.rusty {background-color:#c15627;}
.linklist {list-style: none; margin: 0; padding: 0;}

#mc_embed_signup{ clear:left; font-size:12px; width:100%;}
form {
width: 80%;
background: transparent;
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
label {
display: block;
position: relative;
margin: 40px 0px;
}
.email {
width: 60%;
padding: 5px 0;
background: transparent;
border: none;
outline: none;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.line-box {
position: relative;
width: 100%;
height: 2px;
background: #fff;
}

.line {
position: absolute;
width: 0%;
height: 2px;
top: 0px;
left: 50%;
transform: translateX(-50%);
background: #8BC34A;
transition: ease .6s;
}

.input:focus + .line-box .line {
width: 100%;
}
					
.signup {align-items: flex-end;
float: right;}

/*
 * TYPOGRAPHY
 */
p {font-family: 'Montserrat', sans-serif; color: #cecece; font-size: 90%;}
h1,h2,h3,h4,h5 {font-family: 'Spartan', sans-serif;}
.MFfont {font-family: 'Spartan', sans-serif;}
.MFstrong {font-weight: 900; }
.MFsub {font-weight: 300; }

.bodytext {font-family: 'Montserrat', sans-serif; color: #cecece; font-size: 90%;}

a {color:#ffffff;}
a:hover {color:#c15627; }

.rust {color:#c15627;}
.grey {color:#cecece;}
.text-muted {color: #ffffff!important;}


/*
*Navigation
*/
.navbar {background-color: #000000;}
.mt-15 {margin-top: 8rem;}
.mt-25 {margin-top: 15rem;}

.img-responsive-brand {
  max-width: 100%;
  height: auto;
}
.img-responsive-wm {
  max-width: 100%;
  height: auto;
}

/*
 *Carousel
 */
.carousel-caption {
	position: absolute;
	right: 30%;
	bottom: 20px;
	left: 30%;
	z-index: 10;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
	background-color: black;
	text-align: center;
}
.carousel-item {
  min-height: 350px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider {font-size: 1.25rem;}

@media (min-width: 768px) {

.carousel-item {
  height: 100vh;
  min-height: 350px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider {font-size: 2rem;}
}

.carousel-link a:hover {color:#c15627;}



/*
*Boxed CTA
*/

.as-cta-boxed {
	background-image: url("images/MF_BG_2020.png");
	background-position: top;
	background-repeat: repeat;
}
.as-cta-boxed .as-cta-desc h3{
	font-size: 250%;
}


.btn-MF {
	background-color: #c15627;
	border-color: #6d3525;}

.as-cta-btn a {color: #000000;}
	
@media (max-width: 767px) {
	.as-cta-boxed {
		text-align: center;
	}
	.as-cta-boxed .as-cta-btn {
		margin-top: 20px;
	}
	.quest {display: block;}
	.kickit {display: block;}
}

/*
 *About
 */
.about p {font-size: 1.3rem;
}
.sectionhead {font-size: 1.5rem;}
.bioname {font-size: 1.25rem;}
.biotitle {font-size:1.125rem;}

/*
 *Work / Case study
 */
.projectname {font-size: 1.5rem;}
.client {font-size: 1.125rem;}
.discription {font-size:1.025rem; color:#C1531B; }
.page-link{
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #000000;
	background-color: #C1531B;
	border: 1px solid #682C0E;
}
.page-link:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #682C0E;
}
.page-item.disabled .page-link{
	color: #ffffff;
	pointer-events: none;
	cursor: auto;
	background-color: #682C0E;
	border-color: #1E0C04;
}
/*
 *Contact
 */

/*
 *Footer
 */

.footer p { color: #ffffff; font-size: 70%;}

.footersocial {
  list-style: none; 
}

.toparrow {text-decoration: none; align-content: flex-end;}

/*
*Animate filter
*/
@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

