/* -- custom css for Bootstrap 3.x --*/

/* move special fonts to HTML head for better performance */
@import url(http://fonts.googleapis.com/css?family=Voltaire);

html,
body {
  height: 100%;
  width: 100%;
  font-family:Arial,sans-serif;
}

/* fix bs3 horizontal scrollbar bug */
.row { margin: 0; padding: 0 }


/* use special fonts in certain elements */
h1,h2,h3,h4,.lead,.btn,.navbar a {
  font-family:'Voltaire',Arial,sans-serif;
}


.skills{
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.skills span{
	font-size: 125%;
	margin: 5px;
}

h1 {
  font-size:50px;
}

/* make images gray */
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.icon-bar {
   background-color:#fff;
}

.scroll-down a, .scroll-top a {
   color:#ffffff;
}

.scroll-down {
   position:fixed;
   bottom:20%;
   right:0%;
   color:#f9f9f9;
}

.scroll-top {
  background-color:#dbdbdb;
}

.vert {
  vertical-align: middle;
  width:100%;
  padding-top:4%;
  text-align:center;
}

.header .btn-lg {
   font-size:28px;
   border-color:#eeeeee;
   padding:15px;
   background-color:transparent;
   color:#ffffff;
}

.header .btn-lg:hover {
   background-color:#eeeeee;
   color:#777777;
}

.navbar a {
  color:#fff;
  font-size:14px;
}

.navbar-bold.affix {
  background-color:#d46054;
}

.navbar-bold {
  background-color:#f68076;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.navbar-bold li a:hover, .navbar-bold li.active {
  background-color:#d46054;
}

    
.header h1 {
  font-size:80px;
  -webkit-text-stroke: 1px rgba(f,f,f,0.1);
  color:#431a6d;
  color:#fff;
  margin-left:-5px;
  margin-bottom:5px;
  text-transform:uppercase;
  text-shadow: 2px 2px 5px #000000;
}

.header .lead {
  color:#fff;
  font-size:25px;
  text-shadow: 2px 2px 5px #000000;
}

.header {
  height: 80%;
  background: #f68076 url('../img/jumbo.png') no-repeat center center fixed;
  background-size: cover;
}

/* use alt in navbar and header for different color */

.alt {
  background-color: rgba(0, 0, 0, 0.5);
}

.alt .lead {
  color: #fff;
}

.alt.affix {
  background-color:#4C06AB;
}

.alt li a:hover, .alt li.active {
  background-color:#000;
}



.blurb {
  padding: 120px 0;
  background-color:#fefefe;
}

.blurb .panel {
  background-color:transparent;
}

.bright {
  background: #dbdbdb url('../img/computer.jpg') no-repeat center center fixed;
  color: #fff; 
  padding: 50px;
}

.featurette {
  background: #222334;
  padding: 50px 0;
  color: #ffffff;
}

.featurette-item {
  margin-bottom: 15px;
}

.featurette-item > i {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

.featurette-item > i:hover {
  font-size: 68px;
}

.contact {
  color: #ffffff;
  padding: 50px;
  background: url('../img/pattern.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.blog {
  color: #ffffff;
  padding: 50px;
  background: url('../img/pattern.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.blog a{
	color: #ffffff;
}

.contact-panel div i{
	color: #000;
	margin-right: 10px;
	vertical-align: middle;
}

.contact-panel div a{
	color: #000;
	font-size: 16px;
	vertical-align: middle;
}

.callout div div div h1{
	margin-bottom: 50px;
}

.me-img{
	max-width: 300px;
	max-height: 300px;
	border: 1px solid #000;
  	border-radius: 50%;
}

.gallery {
  padding: 50px 0;
}

.call-to-action {
  background: #eeeeee;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

.store-link{
	color:#ffffff;
	font-size:30px;
	margin: 50px;
}

.work-item{
	max-width: 100%;
	display: inline-block;
    position: relative;
    margin: 25px 0;
}

.work-item img{
	max-width: 100%;
}

.work-item figure div img{
	max-width: 75%;
}

.work-item figure div p{
	font-size: 20px;
}

.work-info{
	background:rgba(0,0,0,.8);
	color: #fff; 
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;	
	text-align:center;
	opacity:0;
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s; 
}

.work-info h2{
	margin-top: 20%;
}

.work-info h3{
	margin-bottom: 5%;
}

.work-info span{
	font-size: 110%;
	margin: 5px;
}

.work-item figure:hover .work-info {
  opacity: 1;
}

footer {
  padding: 100px 0;
}

/* -- end custom css for Bootstrap 3.x --*/
