body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
/*
    background: #C5D3E7;
    background: -webkit-linear-gradient(white, #f7eee2) fixed;
    background: -o-linear-gradient(white, #f7eee2) fixed;
    background: -moz-linear-gradient(white, #f7eee2) fixed;
    background-image: -ms-linear-gradient(top, white 0%, #f7eee2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f7eee2');
    background: linear-gradient(white, #f7eee2) fixed;
    background-image: url(//cdn.shopify.com/s/files/1/0049/6792/3758/files/Paper_Background.png?v=1567698757);
	background-repeat: repeat;
*/
	background-color: #0B2A3C !important;
}

form {
	background-color: #D5F0F6 !important;
}

#header {
 background-color: #0B2A3C;
 color: #F7F8E4;
 margin-bottom: 1em;
 /* box-shadow: 0 3px 5px -5px rgb(0 0 0 / 50%); */
 box-shadow: 0px 10px 13px -5px rgb(0 0 0 / 42%);
}

#header #navigation a {
    color: #F7F8E4;
}

#header #navigation a.dropdown-item {
    color: black;
}

#header #navigation a:hover
{ 
    color: #3B829F; text-decoration:none;
}

#footer {
	display: block;
	padding: 10px 5px !important;
}

footer span {
    color: #F7F8E4 !important;
}

footer a {
    color: #F7F8E4 !important;
}

footer a:hover
{ 
    color: #F7F8E4; text-decoration:none !important;
}

footer {
	margin-top: 20px;
	background-color: #3B829F;
}

#navigation a {
    color: #2C2C2C;
}

#navigation a.dropdown-item {
    color: black;
}

#navigation a:hover
{ 
    color: #1b98e0; text-decoration:none;
}

.logo {
	margin-top: 5px;
	margin-left: 2px;
	width: 150px;
}

/*
@media screen and (max-width: 480px){
	.logo {
		margin-left: 2px;
		max-width: 150px;
	}
}
*/

.ucWebLoginUser, .ucWebLoginPassword {
	background: white;
}

.navbar-toggler {
    background-color: #F7F8E4;
}
