@charset "utf-8";
/* CSS Document */

li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

body {
    background-image: url("../img/diamond.jpg"); 
    background-repeat: no-repeat;
    background-position: fixed;
    background-attachment: fixed;
	background-size: cover;
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #FBB040;
}

p {
	color: #FFFFFF;
}

container {
	  margin-top: 200px;
	
}

h4 {
	color: white;
}

.printready {
	height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img {
	height: 30px;
}

.text {
	width: 700px;
}

.info {
    padding: 15px;
    text-decoration: none;
    border-radius: 5%;
    background-color: #1A1A1A;
	height: 207px;
	width: 1150px;
}

.circle {
    padding: 5px;
	padding-left: 0px;
	height: 200px;
	width: 200px;
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
	border: 4px solid #FBB040;
}
.col-lg-3 {
	text-align: center;
}

.text-primary {
	color:#007bff;
}

.row2 {
	height: 100px;
}

footer {
	margin-top: 20px;
    border-radius: 5%;
    background-color: #1A1A1A;
	color: white;
}