/* Personal custom styles on top of bootstrap */


body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #ffeeff;
	text-shadow: 3px 5px 5px #445544;
	/*margin: auto;*/
	/*padding: 0px;*/
	/*background: linear-gradient(#788296,#d2d2c3,#dcd2b4);*/
	/*background: url('https://farm1.staticflickr.com/768/21301800535_228e2a371f_k.jpg');*/
	/*background-color: #000000;*/
	/*background-color: #D1C5A7;*/
/*	background-attachment: fixed;*/
	/*background-position: center 0%;*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
}

#background {
	position: fixed;
	width: 100%;
	min-width: 700px;
	z-index: -1;
}

@media (max-width: 850px) {
	body {
		/* on mobile, keep the ship in the center */
		/*background-size: 850px;*/
		/*position: 50% 0%;	 */
    }
}

.container {
}

h1 {
}

a {
	text-decoration: none;	
}

a:visited {
	text-decoration: none;	
}

h2 {
	text-decoration: none;	
}

h2:visited {
}

h2 > a {
	color: #ffeeff;	
	text-decoration: none;	
}

h2 > a:hover {
	color: #ffccb3;
	text-decoration: none;	
}

.img-caption {
	max-width: 400px;
}

.aside {
    border: 2px solid #eee;
    border-radius: 10px;
    padding-bottom: 10px;
}

.top-buffer {
	margin-top: 20px;
}

/*
.menu-block {
	width: 350px;
	border: 2px solid #ffeeff;
	border-radius: 15px;
	padding: 5px;
}
*/

.col-md-12 {
}

.text-muted {
	color: #cc88dd;
}

.text-thin {
	font-weight: 100;
}

.title-super {
	font-size: 80px;
}

.icon {
	text-shadow: none;
}

/* Overrides */

.fa {
	text-shadow: none;
}

.btn-social-icon {
	box-shadow: 3px 5px 5px #445544;
}

.icon-mastodon-unicolor {
	background: #ffffff;
}

.icon-mastodon-unicolor:hover {
	background: #cccccc;
}

.icon-ravelry {
	background: #bff7af;
	color: #000000;
}

.icon-ravelry:hover {
	background: #8cc47c;

.fa-paw {
	background: #399ae5;
	color: #555555;
}
