/*!
 * Squid Bone v1.0.0
 *
 * Copyright 2013 iambarron, Inc and Matthew Barron
 *
 * Designed and tweaked with love and hugs @iambarron.
 */



body {
	padding-top: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

html, body {
	background-color: white;;
	color: #ddd;
}

  /*/
////////// Links ////////
/*/
 
 a {
  color: #bfbfbf;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #d35400;
  text-decoration: none;
}

 
 
 /*/
////////// Buttons ////////
/*/

.btn-flat {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 25px 0px 25px;
  margin-bottom: 3px;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: #d35400;
  border: 1px solid transparent;
  *border: 0;
  border-bottom: 3px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *margin-left: .3em;
  letter-spacing: 2px;
}

.btn-flat:hover {
  background-color: #ff8800;
  border: 1px solid rgba(0,0,0,0.3);
  border-bottom: 3px solid rgba(0,0,0,0.3);
}



/*/
////////// Collage CSS ////////
/*/

.Collage{

    /* define how much padding you want in between your images */
    padding:10px;

    }

.Collage img{

    /* ensures padding at the bottom of the image is correct */
    vertical-align:bottom;

    /* hide the images until the plugin has run. the plugin will reveal the images*/
    opactiy:0;

    }


/*/
////////// Custom CSS ////////
/*/



.logo {
	height: 255px;
	width: 150px;
	background: url(../img/logo.png) no-repeat center center;
	margin: 0px auto;
	padding-bottom: 30px;
}

.title-block {
	margin: 0;
}

.title-block h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 115px;	
	line-height: 115px;
	margin: 0px;
}

.title-block h2 span {
	font-weight: 800;
}

.title-block h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 0;	
	margin-top: -11px;
	margin-left: 50px;
}

.shapes {
	background: url(../img/emblems.png) center center no-repeat;
	width: 155px;
	height: 55px;
	margin: 10px auto;
}

.call2action {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}

.social-pull {
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 5px;
}

.social-links {
	margin: 0px auto;
	width: 310px;
	height: 42px;
}

.googleplus { background: url('../img/googleplus-32.png') center center no-repeat; }
.linkedin {	background: url('../img/linkedin-32.png') center center no-repeat; }
.twitter { background: url('../img/twitter-32.png') center center no-repeat; }
.behance { background: url('../img/behance-32.png') center center no-repeat; }
.wordpress { background: url('../img/wordpress-32.png') center center no-repeat; }

.social-icon {
	width: 40px;
	height: 40px;
	margin: 4px 10px;
	float: right;
	border: 1px solid transparent;
	border-radius: 50px;
	background-color: rgba(255,136,0,0.40);
}


.social-icon:hover {
	background-color: #ff8800;
	border-color: rgba(0,0,0,0.5);
}


#portfolio {
	width: 100%;
	padding: 14px 0px;
	background: rgba(255,136,0,0.20);
	margin-top: 50px;
	border-top: 2px solid rgba(0,0,0,0.30);
}


.footer {
	width: 100%;
	height: 30px;
	background: rgba(255,255,255,0.25);
	margin-top: 40px
}




@media (max-width: 767px) {

/*
	.title-block h2 {
		font-size: 100px;
		line-height: 85px;
	}
	
	.title-block h1 {
		
	}	
*/

	.footer, #portfolio {
		margin-left: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
/*
	.social-links {
		margin-left: -15px;
	}
*/

}












