body {
	background-color: #4041A4;
}

p,a,li,h1,h2 {
  font-family: 'Pangolin', cursive;
}

h1 {
	text-align: center;
	font-size: 2.5rem;
}

h1,h2,a,strong {
	color: #4041A4;
}

p {
	font-size: 1.2rem;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #4041A4;
}

img {
	max-width: 100%;
}


.header {
	height: 50px;
	width: 1360px;
	max-width: 100%;
	background-color: white;
  border-bottom: 1px solid rgba(0,0,0,0.14);
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.5s;
  z-index: 1;
}


.header-alt {
  height: 50px;
	width: 1360px;
	max-width: 100%;
	background-color: white;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 20px #999;
  transition: all 0.75s;
  z-index: 1;
}


.row {
	padding-bottom: 5%;
	margin: 0;
}

.center {
	text-align: center;
}

#main-container {
	background-color: white;
	width: 1360px;
	max-width: 100%;
	height: auto;
	padding-top: 90px;
	box-shadow: 0 0 40px #999;
	margin: 0 auto;
	padding-right: 1%;
	padding-left: 1%;
}


#second-row img {
	max-width: 100%;
	width: 80%;
	height: auto;
}


#button-up {
	position: fixed;
	right: 1%;
	bottom: 1%;
	background-color: white;
	color: #4041A4;
}


#button-up a {
	padding: 4px 6px 4px 6px;
	background-color: white;
	color: #4041A4;
	border-radius: 4px;
	font-size: 1.2rem;
}


ul {
	width: fit-content;
	display: block;
	margin: 0 auto;
}

li {
	display: inline-flex;
	padding-left: 4px;
}

nav ul li a {
	text-decoration: none;
	line-height: 50px;
}

@media screen and (max-width: 980px) {
  .header {
    height: auto;
    clear:both;
  }
  #main-container {
  	padding-top: 120px;
  	transition: all 1.75s;
  	box-shadow: none;
  }
  h1 {
  	font-size: 1.9rem;
  }
}