/*CSS File for the Combat Initiation fanpage*/

body {
	background-image: url("bgs/rblx-nullplainsky.png");
	background-attachment: fixed;
	background-size: 450px;
	font-family: 'Arial';font-size: 25px;
	color: #FFFFFF;
	margin: 0;
}

* {
	box-sizing: border-box;
}

::selection {
	background-color: #FF0000;
	color: #FFFFFF;
}

div {
	padding: 10px;
}

hr {
	border: 1px solid #FFFFFF;
}

.ribbon {
	display: block;
	background-image: url("bgs/brightgreenbrick.png");
	background-size: 20px;
}

#intro {
	text-align: center;
	text-shadow: 1px 1px 5px #FF0000;
}

#CI {
	box-shadow: 1px 5px 10px #000000;
}

#info {
	text-align: center;
	background-color: #000000;
	border: 3px solid #FFFFFF;
	border-left: none;
	border-right: none;
}

#art-section {
	text-align: center;
	background-color: #000000;
	border: 3px solid #FFFFFF;
	border-left: none;
	border-right: none;
}

#gallery {
	display: flex;
}

#gamecaptures {
	text-align: center;
	background-color: #000000;
	border: 3px solid #FFFFFF;
	border-left: none;
	border-right: none;	
}