@import url("css/font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Raleway:100,200,300,500,600,700,800,900");

html {
	font-size:100%;
}

body {
	background: #0f1116;
	color: #555555;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 1.65em;
}

#custom-navigation {
	padding:1em;
}

#custom-navigation a.custom-navbar-brand:link, #custom-navigation a.custom-navbar-brand:visited  {
	font-size:2.4rem;
	text-transform:uppercase;
	color:#FFFFFF;
}

#custom-navigation a.custom-navbar-brand:link small {
	font-size:1.4rem;
	text-transform:none;
	color:#555555;
}

.navbar-fixed-top{
	background: rgba(0, 0, 0, 1);
}

#custom-navigation li a:link {
	color:#FFFFFF;
	font-size:1.4rem;
}

#wrapper {
	background: url(images/bg.jpg) no-repeat center top;
	max-height:1000px;
	background-size:cover;
}

.navbar-toggle {
	float:left;
}






/* GRID SYSTEM */

.jumbotron {
	background-color:transparent;
	margin-top:130px;
	color:#FFFFFF;
}

.jumbotron p {
    font-size: 1.8rem;
    line-height: 1.75em;
    margin-bottom: 1.75em;
}

.jumbotron a:link, .jumbotron a:hover, .jumbotron a:visited  {
	color:#FFFFFF;
	text-decoration:underline;
}

.container button {
    font-size: 1.2rem;
    padding:0.8em 1em;
    border:none;
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
	background: #d84780;
	text-transform: uppercase;
	font-weight: 600;
	color:#FFFFFF;
}

article.item {
	background:#FFFFFF;
	border: 0;
	border-radius:6px;
	margin-bottom:30px;
}

#services article.item {
	background:transparent;
	padding-top:2em;
	padding-bottom:2em;
	font-size:1.0rem;
	color:rgb(85, 85, 85);
	 border-top: solid 1px rgba(255, 255, 255, 0.2);
}

#services {
	background:#000000
}

article.item .caption {
	padding: 5%;
}

article.item button {
	 font-size: 1rem;
	 margin:20px 0 30px 0;
}

#services h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.8rem;
    color: #FFF;
}



#services div.item-wrapper:nth-child(1) .item, #services div.item-wrapper:nth-child(2) .item {
    border-top:none;
}

  
#services article.item i {
    color:white;
    float:left;
    margin-right: 0.8em;
	font-size:5vw; /* viewport width relative size, support good but needs fallback */
 }
 
#contact {
    background: #d84780;
    color: white;
}

#contact .jumbotron {
    margin-top: 0;
}

#contact .headline h2 {
	line-height: 1em;
    font-weight: 800;
    font-size: 2.8rem;
    text-transform:uppercase;
}

#contact .byline {
    display: block;
    margin: 0.50rem 0 0 0;
    padding: 0 0 0.5rem 0;
    letter-spacing: 1px;
    font-size: 1.4rem;
    font-weight: 300;
    text-transform:uppercase;
    line-height: 1.6rem;
}

#contact input[type="text"], #contact textarea {
    color: #555555;
    border: none;
    outline: 0;
    padding: 1.8rem 2% 1.8rem 2%;
    border-radius: 6px;
	font-size:1rem;
	font-weight:300;
}

#contact button {
	margin: 0 auto;
	border: 1px solid #FFF;
	border-radius: 6px;
	padding: 1rem;
	width:100%;
	margin-top:20px;
}

#contact button:hover {
	background-color:rgba(255, 255, 255, 0.5);
	color:#FFFFFF;
}

ul.icons {
	cursor: default;
	text-align: center;
	margin-top:2em;
}

ul.icons li {
	display: inline-block;
	padding: 0em 0.20em;
}

ul.icons li:first-child {
	padding-left: 0;
}

ul.icons li span {
	display: none;
}

ul.icons li a {
	display: inline-block;
	color: #828282;
	width: 30px;
	height: 30px;
	text-align: center;
}


ul.icons li a:before {
	display: inline-block;
	border: 1px solid #828282;
	width: 2em;
	height: 2em;
	line-height: 2em;
	font-size: 1em;
	color: #828282;
	border-radius: 100%;
	text-align: center;
}

/* Copyright */

#copyright {
	color: #ddd;
	color: rgba(255, 255, 255, 0.2) !important;
	padding: 3em 0em;
	font-size: 1.4rem;
}

#copyright a {
	text-decoration: none;
	color: #ddd;
	color: rgba(255, 255, 255, 0.4) !important;
}


/* RESPONSIVE */



@media screen and (max-width:992px) {
	html {
		font-size:75%;
	}
	#services article.item {
		font-size:1.2rem;
	}
}

@media screen and (max-width:768px) {
	html {
		font-size:65%;
	}
	.jumbotron button {
    	font-size: 2.2rem;
    	width:100%;
  	}
  	article.item button {
  		font-size: 1.8rem;
  	}
  	#services article.item {
		font-size:1.4rem;
	}
}
