body {
    background: linear-gradient(-226deg, #d3d788, rgb(203, 124, 38) 58.4%, #aa4b13);
    height: 1500px
}

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
}
 */