

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html{
    height: 100%;	
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
}


body{
	font-family: 'arimo', helvetica, sans-serif;
	font-size: 15px;
	color: black;
	background-image: url(../img/crosses.png);
	background-color: white;
	position: relative;
    height:100%; /* force the BODY element to match the height of the HTML element */
}


.pagebackground{
	background: linear-gradient(270deg, #9e9e9e, #fafafa);
	background-size: 400% 400%;

	-webkit-animation: pagebackgroundanim 14s ease infinite;
	-moz-animation: pagebackgroundanim 14s ease infinite;
	animation: pagebackgroundanim 14s ease infinite;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
	height: 10000px;
  	position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
    z-index: -1; /* Remove this line if it's not going to be a background! */
    opacity: 0.2;
}

/* Set the fixed height of the footer here */
#push,
footer {
}
footer {
  /*background-color: #eee;*/
}



#webdesign, #graphicdesign, #home{
    position: relative;
    min-width: 100%;
    min-height: 100%;
    top: 0px;
}

/*sets display to none by default*/
#webdesign, #graphicdesign{
    display: none;
}

.homepagefooter{
	/*height: 100px;*/
	background-color: #000080;
	position: absolute;
	bottom: 0px;
	color: white;
	width: 100%;
	/*overflow: hidden;*/
}

.blackbox{
	/*background-color: black;*/
	margin-top: 15px;
	margin-bottom: 15px;
	/*margin-top: 15px;*/
	/*border: 10px solid red;*/
	float: right;
	text-align: right;
	position: relative;
}
.blackboxinner{
	top: 15px;
	left: 15px;
	border-right: 4px solid black;
	padding-right: 12px;
}


 @-webkit-keyframes pagebackgroundanim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes pagebackgroundanim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes pagebackgroundanim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/*
----------------------text styling
*/

h1{
/*	text-transform: uppercase;
*/	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 700;
}
h1 br{
	margin-bottom: 5px;
}

h2{
	/*text-transform: uppercase;*/
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 700;
	margin-top: 0px;
}

a:link {
	color: #25008B;
	text-decoration: underline;
}
a:visited {
	color: #25008B;
}
a:hover {
	color: #25008B;
}
a:active {
	color: #25008B;
}

.righttextalign{
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
}

p{
	font-size: 14px;
	margin-bottom: 5px;
} 



/* ==========================================================================
Masonry code
   ========================================================================== */


*, *:before, *:after {box-sizing:  border-box !important;}

.row, .well, .item{
	background-color: transparent;
	padding:0px;
	margin-bottom: 15px;
}

.row {
 -moz-column-width: 18em;
 -webkit-column-width: 18em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
  
}

.nobottommargin{
	margin-bottom: 0px;
}

.item {
 display: inline-block;
 padding:  .25rem;
 margin-bottom: 0px;
 margin-top: 0px;
 width:  100%; 
}

.well {
 position:relative;
 display: block;
 border-radius: 0px;
 border: none;
 padding: 10px;
 box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.0) inset; 
/* border-bottom: 3px solid black;
*/ padding-bottom: 0px;
margin-bottom: 0px;
}

.gallery{
	margin-top: 15px;
	position: relative;
}
.gallery img{
	margin-bottom: 30px;
}

.gallerycaptioncontainer{
	position: absolute;
	z-index: 10;
	min-width: 100%;
	min-height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	padding-left: 15px;
	padding-right: 15px;
	transition: opacity 0.4s;
 	-webkit-transition: opacity 0.4s,	
 	cursor: -webkit-zoom-in; 
 	cursor: -moz-zoom-in;

}
.gallerycaptioncontainer:hover{
	opacity: 1;
}

.gallerycaption{
	min-height: 200px;
	padding: 15px;
	color: white;
	background: rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

}


/*.fancybox-outer{
	border: 0;

}*/

/* ==========================================================================
gradient anim
   ========================================================================== */



.animgradient{
	 background: linear-gradient(270deg, #ff0000, #ffc800);
	background-size: 400% 400%;

	-webkit-animation: animgradient 15s ease infinite;
	-moz-animation: animgradient 15s ease infinite;
	animation: animgradient 15s ease infinite;
}

 @-webkit-keyframes animgradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes animgradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes animgradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.box{
	background-color: white;
	width: 100px;
	height: 100px;
}

.grow { 
	/*transition: all .1s ease-in-out; */
	/*border-radius: 3px;*/
	/*border: 1px solid transparent;*/
    /*-webkit-transform:translate3d(0,0,0);*/
    margin-bottom: 30px;
}
.grow:hover { 
	/*transform: scale(1.005); */
	/*-webkit-tranform: scale(1.005);	*/
	/*border: 1px solid transparent;*/
	opacity: 0.9;
}

.grow img{
	margin-bottom: 15px;
}


small.nodecoration{
	text-decoration: none;
	font-size: 11px;
	color: black;
}

hr{
	margin-bottom: 5px;
	margin-top: 10px;
	border: 1px solid black;
}
hr.redhr{
	height: 20px;
/*	background-color: red;
	color: red;*/
	margin-top: 5px;
	margin-bottom: 15px;
	background: linear-gradient(225deg, #ff0000, #ff9000);
	background-size: 400% 400%;

	-webkit-animation: animgradient 8s ease infinite;
	-moz-animation: animgradient 8s ease infinite;
	animation: animgradient 8s ease infinite;
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.container {
     	width:750px;

    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	.container {
     	width:750px;
    }
       

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {


	hr.redhr{
		height: 15px;
		background-color: red;
		color: red;
		margin-top: 5px;
	}		

	footer {
	  margin-left: -20px;
	  margin-right: -20px;
	  padding-left: 20px;
	  padding-right: 20px;
	}	


	#webdesign, #graphicdesign, #home{
	    left: 0px;
	    top: 0px;
	}

	.detailcontainer{
		margin-left: 14px;

	}
	.container {
     	width:100%;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.container {
     	width:100%;
    }

	hr.redhr{
		height: 10px;
		background-color: red;
		color: red;
		margin-top: 5px;
	}	
	
}






