body{
	font-family: 'Enriqueta', serif;
	background-image:url("compiler.gif");
	background-size:cover;

}
.comp_header{
	display:bold;
	
	block-size: 50px;
	background-color:crimson;
}
.comp_header span{
	color:yellow;
}
.links{
	text-decoration: none;
	
}
.xop-section {
	max-width: 1600px;
	margin: 0 auto;
	padding-top: 20px;
}

.xop-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.xop-grid:after {
	clear: both;
}

.xop-grid:after, .xop-box:before {
	content: '';
	display: table;
}


.xop-grid li{
	width:300px;
	height:300px;
	display: inline-block;
	margin: 20px;
}

.xop-box {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
    border-radius:5px;
    -webkit-transition: 0.3s ease-in-out, 
    -webkit-transform 0.3s ease-in-out;
	-moz-transition:  0.3s ease-in-out, 
    -moz-transform 0.3s ease-in-out;
    transition: all 0.3s ease-in-out, 
    transform 0.3s ease-in-out, ;
}

.xop-box:hover {
	transform: scale(1.05); 
}
.xop-img-1 {
	background-image:linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
	url(gdb.png);
}

.xop-img-2 {
	background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
	url(codechef.png);
}


.xop-img-3 {
	background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
	url(programiz.png);
}

.xop-img-4 {
	background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
	url(tutorialsp.png);
}

.xop-img-5 {
	background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
	url(ideone.png);
}
.xop-img-6 {
	background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
	url(piaza.png);
}
.xop-img-7 {
	background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
	url(techie.png);
}
.xop-img-8 {
	background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10)), /* bottom, image */
	url(rails.png);
}



.xop-info {
	position: absolute;
	width: inherit;
	height: inherit;
	padding-top:50px;

}

.xop-info h3 {
	font-family: 'Pacifico', cursive;
	font-weight: 400;
	color:white;
	font-size: 18px;
	margin: 0 30px;
	padding: 100px 50px 0px 0px;
	line-height: 1.5;
}

