/*
 * Author: Earvena Chalmers
 * URL: http://www.public.asu.edu/~elchalme
 *
 * Project Name: Interior Minds & Designs
 * Version: 1.0-07/19/2015
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lobster+Two:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

/* OVERALL ASPECT */

body {
  	background-color: #f2f2f2;
    font-family: "Oswald";
    font-weight: 300;
    font-size: 16px;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    /*margin-top: 50px;*/
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Lobster Two";
    font-weight: 400;
    color: #fff;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}
/* Links STYLING */
a {
    color: #000;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #63221e;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 5px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*-----------------------NAVBAR MODIFICATION STYLING---------------------------*/
.navbar{
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	min-height: 50px;
	margin-bottom: 0;
	padding-bottom: 15px;
	background-color: transparent;
	border-bottom: none;
}
.navbar-header .navbar-brand {
	color: #63221e;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color: #000;
		background-color: transparent;
}
.navbar-brand {
	font-family: "Lobster Two", cursive;
	font-size: 48px;
	font-style:italic;
	padding-top: 15px;
	padding-bottom: 0px;
}

.navbar-nav >li > a{
	padding-bottom: 0px;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-nav{
	width: 100%;
	text-align: center;
}

.navbar-nav li{
	float: none;
	display: inline-block;
	text-transform: uppercase;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */
/*---------------------JUMBOTRON STYLING-----------------------------*/
#jumbotron {
	background: url(../images/paint-backdrop.jpg) no-repeat center top;
	padding-top:120px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 800px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#jumbotron h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#jumbotron p {
	color:#ffffff;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	letter-spacing: 3px;
	margin-left: 15px;
	text-shadow: 1px 1px 1px #000;
}
#hero .img-circle{
	background-color: #fff;
	width: 575px;
	min-height: 550px;
	margin: 10% auto;
	padding-top: 15px;
	padding-bottom: 15px;
	opacity: 0.7;
	
}
#hero h1{
	color: #000;
	text-shadow: 5px 5px 5px #1c3c53;
}
/*-----ABOUT SECTION STYLINGS----------*/

#about{
	background-color: #feecbe;
	color: #1c3c53;
	padding-top: 25px;
	padding-bottom: 25px;
}
#about h1, #team h1{
	color: #000;
}

/*BEGIN PROJECT WRAP STYLING*/
#projects{ 

	background-color: #1c3c53;
	color: #fff;
}
.col-md-4 {
	padding-bottom: 50px;
}

/*.row {
margin-right: 0px;
margin-left: -15px;
}*/

.modal-header {
	background: #225c67;
}

.modal-header h4 {
	color: white;
}
.modal-body p{
	color: #000;
}
.modal-footer {
	background: #2b2b2b;
}
/* ==========================================================================
   Image Mask- PROJECTS
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #63221e;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
	border: thick solid #fff;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 1;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 30px;
}
/* Image Opacity */
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}


/************************ TEAM STYLES ************************************/
#team{
	background-color: #ebc4e1;
	padding-top: 25px;
	padding-bottom: 25px;
}
#team p{
	color: #000;
}
/**********************************************************************/
/************************ PRICING ************************************/
/********************************************************************/
#pricingWrap{
	background-color: #919191;
}
#pricingWrap {
	padding-top: 60px;
	padding-bottom: 60px;
}
#pricingWrap .priceTable {
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	margin: 0;
	padding: 0;
	background: #fff;
	list-style: none outside none;
	text-align: center;
}
#pricingWrap .priceTable .title {
	color: #333333;
	font-size: 34px;
	font-weight: 700;
	padding: 20px 10px 0;
	font-family: 'Oswald';
}
#pricingWrap .priceTable .description {
    color: #777777;
    font-size: 14px;
	padding: 10px 10px 20px;
}
#pricingWrap .priceTable .price {
	background: #F2F2F2;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	color: #333333;
	font-size: 26px;
	margin-bottom: 20px;
	padding: 15px 10px;
}
#pricingWrap .priceTable ul.features {
    margin: 0;
    padding: 0;
	list-style: none outside none;
}
#pricingWrap .priceTable ul.features li {
	border-bottom: 1px dotted #D2D2D2;
    color: #333333;
    font-size: 16px;
    margin: 0 30px;
    padding: 15px 0;
    text-align: center;
}
#pricingWrap .priceTable .call {
	margin: 30px 10px;
}
#pricingWrap .priceTable .call .btn {
	width: 70%;
}
#pricingWrap .priceTable.alt {
	border-color: #FFF;
	background: #225c67;
}
#pricingWrap .priceTable.alt .title {
	color: #fff;
}
#pricingWrap .priceTable.alt .description {
    color: #fff;
}
#pricingWrap .priceTable.alt .price {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #333333;
}
#pricingWrap .priceTable.alt ul.features li {
	border-bottom: 1px dotted #fff;
    color: #fff;
}
#pricingWrap .priceTable.alt .call .btn {
	background: #FFFFFF;
    border-color: #FFFFFF;
	color: #333;
}


/*-------- Contact Section Styles------------*/
#contact{
	background-color: #63221e;
	padding-top: 25px;
	padding-bottom: 25px;
}
#contact img{
	border: thick solid #fff;
}
#contact .btn{
	width: 150px;
	color: #000;
}

/* Footer Styles*/
#footer {
	padding-top: 20px;
	background-color: #fff;
}

#footer p {
	color: #000;
	font-weight: 400;
}


