h1 {
    margin: none;
}

h2 {
    margin: none;
}

h3 {
    margin: none;
    padding: none;
    text-wrap: wrap;
}

h4 {
    margin: none;
    padding: none;
    text-wrap: wrap;
}

h5 {
    margin: none;
}

h6 {
    margin: none;
}

body {
    background: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
    font-family: Georgia, 'Times New Roman', Times, serif
}

header {
    background: rgb(52, 61, 94);
    color: rgb(255, 255, 255);
    padding: 20px 30px; 
    font-size: 30px;
}

footer {
    background: rgb(52, 61, 94);
    color: rgb(255, 255, 255);
    padding: 100px 100px; 
    font-size: 25px;
}

section {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: none;
    font-size: 30px;
    margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 50px;
    margin-right: 50px;
    text-wrap: wrap;
    word-break: normal;
}

section.forms {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}

section.event {
    display: flex;
    margin: 20px;
    padding: 10px;
    margin-bottom: none;
    margin-left: none;
}

div.photo {
    margin: 5px 10px;
    padding: 10px, 10px;
    text-align: center;
    display: flex;
    flex-direction:column;
    height: 100px;
}

figure {
    margin-top: 20px;
    text-align: center;
    padding-top: 5px;;
}

div.photo img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: top;
    box-shadow: black 1px 1px;
}

div.information {
    margin: 5px 30px;
    line-height: 25px;
    text-align: left;
    position: relative;
    line-height-step: 2px;
}

p.information {
    font-size: 20px;
    line-height:25px;
}

ul {
    
    list-style-type: none;
}

li {
    margin-right: 25px;
    display: inline-block;
    font-size: 28px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    word-spacing: 0px;
}

li.logo {
    background-image: url(images/princess_margaret_cancer_center-logo.png);
    display: inline-block;
    text-indent: -99999px;
    height: 40px;
    width: 210px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: none;
    padding-left: 2px;
    margin-left: -20px;
}

a {
    color: black;
    text-decoration: none;
}

a.hf {
    color: white;
    text-decoration: none;
}



li.logo:hover {
    background-image: url(images/princess_margaret_cancer_center-logo.png);
    display: inline-block;
    text-indent: -99999px;
    height: 40px;
    width: 210px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: none;
    padding-left: 2px;
    margin-left: -20px;
}

a:hover {
    color: rgb(116, 116, 116);
}

a.hf:hover {
    text-decoration: underline;
    background: rgb(60, 70, 110);
    border-radius: 3px;
    color: white;
}

div.banner {
    background-image: url(images/aya-banner1.jpg);
    background-size: 100%;
    background-position: center;
    height: 400px;
    text-indent: -999999px;
}

figcaption {
    font-size: 20px;
    text-wrap: wrap;
}

button {
    outline: none;
    padding: 35px 50px;
    background-color: rgb(60, 70, 110);
    font-size:35px;
    color:  white;
    border-radius: 10px;
}


