p,a,li,h1,h2 {
	font-family: 'Voltaire', sans-serif;
}

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

h2,a {
	color: #ED622A;
}

p {
	font-size: 1.4rem;
}

a {
	text-decoration: underline;
}

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

a:active {
	color: red;
}

.header {
	height: 50px;
	width: 1000px;
	max-width: 100%;
	background-color: #ED622A;
	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: auto;
	width: 1000px;
	max-width: 100%;
	background-color: #ED622A;
	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;
}

.footer {
	height: 50px;
	width: 1000px;
	max-width: 100%;
	background-color: #white;
    border-bottom: 1px solid rgba(0,0,0,0.14);
    margin: 0 auto;
}

.row {
	padding-bottom: 5%;
}

.center {
	text-align: center;
}

#main-container {
	width: 1000px;
	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: 5%;
	bottom: 0.5%;
}


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


@media screen and (max-width: 580px) {
  .header {
    height: auto;
    clear:both;
  }
  #main-container {
  	padding-top: 170px;
  	transition: all 1.75s;
  	box-shadow: none;
  }
}