
/* Text styles */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Maison Neue', 'Muli', 'Open Sans', Arial, sans-serif;
}


p {
  font-family: 'Maison Neue Book', 'Muli', 'Open Sans', Arial, sans-serif;
  letter-spacing: 0.58px; 
}

span {
	font-family: 'Roboto Mono', monospace;
	color: white;
	font-size: 10px
	
}

#benefitnumber {                      /* NUMBER BEFORE BENEFIT EG. 7 / SECURE LOCKERS */
    letter-spacing: 0.3em; 
    color: #50E3C2;
    font-size: 12px;
     }
     
#benefitheading {                     /* BENEFIT EG. SECURE LOCKERS */
    letter-spacing: 0.3em; 
    color: black;
    font-size: 12px;
     }
     


/* Hero Styles */


#topline {                     /* FRIENDLY STUDIO */
		letter-spacing: 0.3em; 
    color: white;
		 }
		 

.homeHeading {                /* Coworking Space in London for technology startups */
	color: white;
	line-height: 44px;
	padding-top: 10px;
	padding-bottom: 10px;
		 }
		 
		 
	@media (min-width: 992px) {
	.homeHeading {
	font-size: 24px;
	  
	}
   }


  @media (min-width: 768px) {
  .homeHeading {
  font-size: 12px;

  }
  
    }
  

  .herosubline {         /* Promoting just the right mix of socialising, fresh thoughts & quiet time */
  font-size: 12px;
  color: white;
  line-height: 14px;
     }
     
  


  /* Header */

header .header-content {
  position: relative;
  text-align: center;
  padding: 240px 15px 100px ;
  width: 100%;
  
}  
   @media (min-width: 992px) {
   header .header-content {
    position: relative;
    text-align: center;
    padding: 240px 15px 100px ;
    width: 100%;
    
  }
   }




  header .header-content .header-content-inner h1 { 
    color: white;
    font-size: 30px;
    
  }
  header .header-content .header-content-inner p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 50px;
    margin-top: 10px;
    
  }


  @media (min-width: 768px) {
  header .header-content {
  position: relative;
  text-align: center;
  padding: 240px 15px 100px ;
  width: 100%;
  }
  
    }
  
  
  
/* HEADER END */



  





/* Images */


.bgimage {
			background-image: url('../images/bgimg.png');
			background-position: center center;
			background-size: cover;
			height: 700px;
		}
		
.doubleimage {
			background-image: url('../images/doubleimage.jpg') ;
			background-position: center center;
			background-size: 100%;
			height: 400px;
		}	
		
		
.fourimages {
			background-image: url('../images/fourimages.png');
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			background-position: center center;
		
			height: 300px;
			
		}	
	
				
.bg-pricing {
	background-color: #F3F5F7;
	}
	
	
	
	
	
	
	/* Cards */
	
.card {
	background: #FFFFFF;
	box-shadow: 0 0 24px 10px rgba(0,0,0,0.04);
	border-radius: 0,0, 10px, 10px;
	margin: 20px;
	height: 400px;
	width: 300px;
	padding: 0px;

  
	
	}
	
	
.card-img-top	 { 						/* Blue top bit on card */
		background: #183251;
		width: 100%;
		height: 45%;
		padding-bottom: 100px;
		padding-top: 20px;
		

}


#cardprice {                     /* £350 */
	letter-spacing: 0.1em; 
    color: white;
		 }

	

	


	
		
		
/* Images End */
		








		
		
/* Nav */
		
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
  color: #21E1CA;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #0BBCA7;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
}
.navbar-default .nav > li > a {
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #21E1CA;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #21E1CA !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.1);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #222222;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #21E1CA;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #21E1CA;
  }
}

/* Nav End */










/* FOOTER STYLING */




footer {
  color: #333333;

}
footer h3 {
  margin-bottom: 30px;


}


/* LINK STYLING */



a {
    color: 21E1CA;
}

/* unvisited link */
a:link {
    color: 21E1CA;
}

/* visited link */
a:visited {
    color: 21E1CA;
}

/* mouse over link */
a:hover {
    color: 0ABCA7;
}

/* selected link */
a:active {
    color: 0ABCA7;
}



/* Button styles */

.btn {
    background-color: #21E1CA; /* MF CTA BLUE */
    border-radius:0;
    padding: 15px 62px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;

}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
    background-color: #0ABCA7; /* MF CTA BLUE */

}
 
 
.btn:hover {
    background: #29edd5;
}
 


/* 6 Blue Treated Images */

.no-padding {
  padding: 0;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(24, 50, 82, 0.58);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}



