@charset "utf-8";
/* CSS Document */

body {
	/* The image used */
	background-image: url("../images/desk-1140699_1920.jpg");
	
	/* Full height */
	height: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

nav ul li a {
	font-family: 'Lora', serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	color: #abdbdd;
}

nav ul li a:hover {
	color: #828282;
}

.carousel {
	margin-top: 150px;
	width: "1100px";
}

.carousel-caption {
	font-family: Source+Sans+Pro, san-serif;
	color: black;
}

main {
	font-family: Source+Sans+Pro, san-serif;
	color: black;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 25px;
	margin-top: 125px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 25px 10px;
	width: 75%;
}

footer h4 {
	font-family: 'Lora', serif;
	color: #afbd21;
	font-weight: bold;
}

a:link {
  color: #abdbdd;
}
