body {
    margin: 0px;
    font-family: sans-serif;
}

a {
    text-decoration: none;
}

.menu {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.menu a {
    font-size: 25px;
    padding-right: 26px;
    font-weight: 100;
    color: #27527C;
}

.menu a:hover {
    text-shadow: 0.6px 0px 0px #27527C;
}

nav {
    padding-top: 20px;
    padding-right: 20px;
}

.logo {
    width: 190px;
    padding-top: 7px;
    padding-bottom: 3px;
    padding-left: 15px;
}

#motive {
    background-image: url(motive\ 6.jpg);
    width: 100%;
    height: 590px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#pageHeading {
    font-size: 160px;
    color: white;
    font-weight: bold;
    margin-left: -15px;
    padding-top: 83px;
    text-align: left;
}

.content {
    padding: 10px;
    padding-left: 200px;
    padding-right: 200px;
}

#contentHeading {
    font-size: 35px;
    color: #27527C;
    font-weight: bold;
    padding-left: 15px;
}

.hr1 {
    border-radius: 20px;
}

.contentText {
    font-size: 20px;
    color: rgb(69, 69, 69);
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-top: 20px;
}

.hr2 {
    border-radius: 20px;
}

footer {
    margin: 0px;
    background-color: #ECEFF1;
}

.footerHeading {
    border: 5px solid rgb(255, 255, 255);
    color: #27527C;
    border-radius: 15px;
    padding-right: 10px;
    padding-left: 10px;
}

.footerHeading:hover {
    border: 5px solid #27527C;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    margin-left: 40px;
    margin-right: 40px;
}
  
.footer-container > div {
    flex: 1;
    text-align: center;
}

.footer-content {
    text-align: left;
    padding-left: 40px;
    color: #27527C;
    line-height: 1.25;
}

.footer-content a {
    color: #27527C;
    font-style: italic;
}

.footer-content a:hover {
    font-weight: bold;
}