@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');
body {
  font-family: Gibson-Regular;
  font-size: 20px;
  line-height: 150%;
}
a {
  color: #0d0d74;
  text-decoration: none;
}
h1, h2 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 10px;
}
h1 {
  margin: 0 0 25px;
}
h2 {
  margin: 50px 0 15px;
}
p {
  margin: 0 0 15px;
}
ul {
  margin: 0 0 15px 35px;
}
ul li {
  margin: 0 0 5px;
}
.Gibson-SemiBold {
  font-family: Gibson-SemiBold;
}
.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 50px;
}
p.video-caption {
    text-align: center;
    font-size: 16px;
    line-height: 130%;
    margin: 7px 0 20px 0;
}
.quote {
  font-size: 85%;
  font-family: Gibson-SemiBold;
}
/*-- Banner --*/
.wtm-banner {
  position: relative;
}
.wtm-header-banner {
    padding: 0;
}
.wtm-header-banner {
    display: flex;
    flex-direction: column;
}
.wtm-header-banner-text {
    background: #0d0d74;
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'Merriweather', serif;
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    font-size: 58px;
    display: flex;
    flex-direction: column;
    line-height: 110%;
    padding: 20px 0;
}
.wtm-header-banner-text span:last-child {
    font-weight: normal;
    font-size: 50px;
}
@media(max-width:1100px) {
.wtm-header-banner-text span:first-child {
    font-size: 6vw;
    line-height: 120%; 
}  
.wtm-header-banner-text span:last-child {
    font-size: 5.2vw;
    line-height: 120%; 
}
}

/*-- Navigation --*/
.wtm-nav-menu {
    max-width: 1000px;
    margin: 30px auto;
}
.wtm-nav-menu a {
    text-decoration: none;
    color: #0d0d74;
    font-size: 24px;
}

/*--Footer styles--*/
footer {
    background-color: #0d0d74;
    padding: 40px 0;
    text-align: center;
    font-size: 15px;
}
.footer-content {
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    font-family: Gibson-SemiBold;
    line-height: 150%;
}
@media (max-width: 500px) {
.footer-content {
    font-size: 17px;
}  
}

/*-- Homepage --*/
.stuart-home {
    display: flex;
}
@media(max-width: 700px) {
.stuart-home {
    flex-direction: column-reverse;
}
}
.stuart-home .text {
    width: 65%;
    margin-right: 30px;
}
@media(max-width: 700px) {
.stuart-home .text {
    width: 100%;
    margin: auto;
}
}
@media(max-width: 700px) {
.stuart-home .image {
    text-align: center;
    margin-bottom: 10px;
}
}
.stuart-home .image img {
    border: 1px solid #0d0d74;
}

/*--Profile page --*/
.more-information {
    margin: 30px 0;
}

/*-- Curriculum Vitae --*/
#cv ul {
    list-style: none;
    margin: 0 0 15px 0;
}
#cv ul li {
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px 0
}
#cv ul .year {
    width: 90px;
    flex-shrink: 0;
    font-size: 17px;
}