html, body {

	font-family: 'Roboto', sans-serif;
	background-image: url('./caverocks.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
}

/*

HEADER

*/
.container header-text {
color:white;
}


.header {	
	margin-bottom: 0;
	padding-top: 3rem;
}

li {
	list-style-type: none;
}

.header_text {
	padding-top: 4rem;
	color: rgba(255,255,255,1);
}

.header_text h3 {
	margin-bottom: 10rem;
}



.header_text a {
	color: rgba(255,255,255,1);
	text-decoration: underline;
}

.header_text a:hover,
.header_text a:focus {
	text-decoration: none;
}


/*

BODY

*/



.square {
	border: 1px solid rgba(255,255,255,.8);
	font-size: 1.71rem;
}

.square:hover {
	border: 1px solid rgba(255,255,255,1);
}

.square:hover .square-header {
	background-color: rgba(255,255,255,1);
}

.square h5 {
	padding: 10px 20px 9px;
	color: black;
}

.square-content {
	color: rgba(255,255,255,1);
	margin: 1rem;
}

.square-header {
	background-color: rgba(255,255,255,.8);
	margin: 0;
	color: rgb(2,5,2);
	padding-left: 1rem;
}

.square-header:hover {
	background-color: rgba(255,255,255,1);
}



.six.columns {
	padding: 2rem 0;
}
.five.columns {
	padding: 2rem 0;
}

i.fa {
	margin: 10px 20px 16px;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
}

i.fa:hover,
i.fa:focus {
transform: rotate(20deg); thanx to Pat Farnach*/
-webkit-transform: rotate(20deg);
/*	-webkit-transform: rotateY(180deg);  Chrome, Safari, Opera */  
/*     transform: rotateY(180deg); thanx to Pat Farnach*/
}

i.fa:last-child {
	margin-right: 0;
}

.icon-wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center

}

.icon-wrapper a {
	text-decoration: none;
	color: white;
}





#me {
    -webkit-animation: rotation 4s infinite linear;
    position: absolute;
}
#me2 {
    -webkit-animation: rotation 7s infinite linear;
    position: absolute;
}
#me3 {
    -webkit-animation: rotation 12s infinite linear;
    position: absolute;
}
#me5 {
    -webkit-animation: rotation 22s infinite linear;
    position: absolute;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}


.cvs{
	float:right;
}

#hi {
    -webkit-animation: rotation 16s infinite linear;
    -webkit-animation-direction: reverse;
}

@media (max-width: 842px) {
  .cvs {
    display:none;
     }
   #hi{
   	display:none;
   }
}



