@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: #FFC97A;
}

p {
	color: #FFFFFF;
}

.container {
	margin-bottom: 50px;
	width: auto;
	max-width: 1280px;
}

.containerSM {
	margin-top: 30px;
	margin-bottom: 10px;
}

.navbar-brand {
	padding-bottom: 10px;
}

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: 5px;
	background-color: #232323;
	width: auto;
	text-align: center;
	margin-bottom: 40px;
}

.circle {

	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: 5px;
    background-color: #232323;
	color: white;
	padding: 10px;
	
}

.thumbnail {
	background-color: #323232;
	min-height: 480px;
}


/* New Nav */
.topnav {
	background-color: #232323;
	overflow: hidden;
    border-radius: 5px;
}

/* Link Style */
.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Link Hover */
.topnav a:hover {
	background-color: #2F2F2F;
	color: #ffffff;
}

/* Highlight */
.topnav a.active {
  background-color: #2F2F2F;
  color: white;
}

/* Hides the hambuger */
.topnav .icon {
  display: none;
}

.logo {
	float:left;
	padding-top: 5px;
}