html, body{
	height: 100%	
}

body{
	background: black;
	font-size: 15px;
}

#my_box img{
	margin: 0px auto;
}

#my_menu{
	text-align: center;
	margin: 0px auto;
}

#my_menu a{
	-moz-box-shadow: inset 0px -5px 10px 0px #29bbff;
	-webkit-box-shadow: inset 0px -5px 10px 0px #29bbff;
	box-shadow: inset 0px -5px 10px 0px #29bbff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
	background: -moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: -webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: -o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: -ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
	background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
	background-color: #2dabf9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	padding: 20px 0px;
	text-decoration: none;
	text-shadow: 0px 2px 5px #263666;
	margin: 0px 1% 50px 1%;
	width: calc(50% - 2%);
}

@media (min-width: 992px){
	#my_menu a{
		width: calc(33% - 1%);
	}
}

.grid-item{
	margin-bottom: 1%;
}

.grid-sizer, .grid-item{
	width: 24.25%;
}

@media screen and (max-width:992px){
	.grid-sizer, .grid-item{
		width: 32.66%;
	}
}

@media screen and (max-width:768px){
	.grid-sizer, .grid-item{
		width: 49%;
	}
	
	#my_menu a{
		font-size: 15px;
	}
}

.gutter-sizer{
	width: 1%;
}

.grid-item img{
	box-sizing: border-box;
	padding: 2%;
	border: 1px solid #323232;
}

#my_coffee{
	max-width: 600px;
	display: none;
}

#my_nav{
	border: 0px;
	background: rgba(0, 0, 0, 0.5);
}

#page_one{
	background: black url("/images/bg.jpg");
	background-size: cover;
	background-position: center;
	height: 100%;

}

#page_one img{
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
	transition: transform 0.5s ease-in-out;
	position: absolute;
	top: 50px;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	max-height: 75%;
}


#page_one a{
	visibility: hidden;
	position: absolute;
	bottom: 50px;
	left:0;
	right: 0;
	margin: auto;
	text-align: center;
  
  height: 80px;
  width: 80px;
  border: 3px solid white;
  border-radius: 100% !important;
  line-height: 80px;
  letter-spacing: normal;
  color: white;
  font-size: 60px;

}

@media (min-width: 768px){
	#page_one img{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	#page_one a{
		visibility: visible;	
	}
}

@media (max-height: 800px){
	#page_one img{
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	
	#page_one a{
		visibility: hidden;
	}
}

#about{
		padding: 50px 0 0px 0;
		background: white;
		text-align: center;
}

#about .col-sm-4{
	padding-bottom: 50px;
}

#about i{
	font-size: 100px;
	color: #323232;
}

#portfolio{
	padding: 50px 0 50px 0;
}

#contact{
	background: black url("/images/bottom_bg.jpg");
	background-size: cover;
	background-position: center;
	padding: 50px 0 50px 0;
	color: white;
	text-align: center;
}

#contact i{
	font-size: 150px;
	color: white;
}


