header {
	text-align: center;
    background-color: #f0d3e7;
    padding-top: 2px;
    padding-bottom: 2px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}

h1 {
	color: #dd10aa;
	font-size: 28px;
	text-transform: uppercase;
}

#position {
	font-size: 18px;
	font-weight: bold;
}



.summary p {
	font-size: 16px;
	line-height: 20px;
}

.summary img {
    transition: transform ease 1s;
}

.summary img:hover {
    transform: scale(1.3);
}


h2 {
	color: #dd10aa;
	font-size: 20px;
	padding-bottom: 2px;
  	border-bottom: 1px solid #dd10aa;
}

body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 100px;
}

#copyright {
	text-align: center;
}

section {
	padding: 2px 10px; 
}

footer {
    background-color: #f0d3e7;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 50px;
}

footer ul {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}

footer li {
  display: inline;
}

footer a {
  outline: none;
  text-decoration: none;
  display: inline;
  margin-left: 1%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  width: 31%;
  color: white;
  background-color: #dd10aa;
}

footer a:hover {
  background: #8a0d6a;
} 

ul {
	margin: 0px;
}

li i {
    color: #dd10aa;
  }

li {
    margin-bottom: 5px;
    margin-left: 15px;
    font-size: medium;
}

.li-title {
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0;
    list-style-type: none;
    font-size: large;
}

table {
    border-collapse: collapse;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

th {
    background-color: #8a0d6a;
    color: #FFFFFF;
    text-align: center;
}

#td-level {
    text-align: center;
    font-weight: lighter;
}

td, th {
    border: 1px solid #dd10aa;
    padding: 5px;
    font-weight: bold;
}

input[type='text'], input[type='email'] {
    border: 1px solid #8a0d6a;
    width: 203px;
    padding: 5px;
    margin-bottom: 10px;
}

textarea {
    border: 1px solid #8a0d6a;
    width: 203px;
    padding: 5px;
    margin-bottom: 10px;
}

label {
    color: #dd10aa;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

input[type='submit'] {
    background-color: #dd10aa;
    border: none;
    border-radius: 7px;
    color: white;
    font-weight: bold;
    margin-bottom: 7px;
    padding: 7px 15px;
}

td a {
    outline: none;
    text-decoration: none;
    color: #dd10aa;
}

td a:hover {
    color: #8a0d6a;
  } 
