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\ 2.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;
}

.content-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 130px;
}

.content-box{
    text-align: center;
    box-sizing: border-box;
    font-size: 30px;
    color: #27527C;
    font-weight: bold;
    padding-right: 30px;
    padding-left: 30px;
}

.content-box img{
    width: 310px;
}

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

.hr1 {
    border-radius: 20px;
}

.content-list {
    display: flex;
    padding-left: 100px;
    padding-bottom: 60px;
    line-height: 1.5;
}

.content-list ul {
    padding-right: 50px;
    font-size: 23px;
}

li {
    list-style-type: disc;
    color: #27527C;
}

#contentUnderheading {
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url(motive\ 2.jpg);
    border-radius: 10px;
    background-size: cover;
    background-position-y: 400px;
}

.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;
}