
*{
	box-sizing: border-box;
	font-family: "Oswald", sans-serif;

}


div.wrapper{
	position:relative;  /* body */
	margin:0px auto; /* center a webpage */
	width: 1200px; 
	padding: 30px;
}

div.container-fluid{
	background-image: url("https://cs.csub.edu/~jparks/growthmed/images/mountain.png");
	background-repeat: no-repeat;
}

div.col-sm-4:hover{
	background-color: orange;
}

.weightsquare{

	background-color: teal;
}

a:hover{
	background-color: lavender;
	text-decoration: underline;
}

p{
	font-family: "Lato", sans-serif;
}


