body {
	/* background: linear-gradient(316deg, #e42a9b, #5a31c7); */
	background-image: -webkit-linear-gradient(-226deg, #aa4b13, rgb(203, 124, 38) 52.4%, #d3d788);
	background-image: linear-gradient(-226deg, #aa4b13, rgb(203, 124, 38) 52.4%, #d3d788);

	height: 2250px
}

div#logo-container {
    padding-top: 0px;
    padding-buttom: 0px;
    margin-top: 0px;
    margin-buttom: 0px
}

a {
  color: #fff;
  /* transition: background-color .5s; */
}

a:hover {
  color: gold;
}

.copyright-bottom {
	/* background: #990456; */
	/* -webkit-box-shadow: 0 0px 0 0 #c55475;  */
	/* box-shadow: 0 0px 0 0 #c55475; */ 
	/* border-radius: 4px; */ 
	display: block; 
	width: 20em; 
	text-align: center; 
	height: 40px; 
	line-height: 35px; 
	color: #fff; 
	cursor: pointer; 
	font-size: 0.96em; 
	font-weight: 300; 
	margin: auto; 
	margin-top: 2.5em; 
	margin-bottom: 20em; 
	text-decoration: none
}

/* 
.row-logo {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em
}
 */
