@import url('https://fonts.googleapis.com/css?family=Raleway:300,400');

* {
    box-sizing: border-box;
    font-family: Raleway;
    color: rgb(73, 73, 73);
}

html, body {
    margin: 0;
    padding: 0;
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav li {
    display: inline;
}

.nav a {
    display: inline-block;
    padding: 0.5em;
    color: white;
    text-decoration: none;
}

.nav a:hover {
    background-color: rgba(255, 255, 255, 0.3)
}

.main-nav {
    text-align: center;
    font-size: 1.5em;
    font-weight: lighter;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.main-nav li {
    padding: 0 5%;
}

.main-header {
    background-color: #800000;
    background-image: url('https://www.creativefabrica.com/wp-content/uploads/2020/09/09/Cool-Geometry-pattern-design-Graphics-5364044-1-580x386.png');
    background-blend-mode: multiply;
    background-size: cover;
    padding-bottom: 30px;
}

.header-strip {
    background-color: #66b9ec;
    color: white;
    margin-bottom: 1em;
}

.res-section-header {
    color: white;
    font-weight: 550;
    text-align: center;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.header-strip-img {
    float:left;
}

.my-name {
    text-align: center;
    margin: 15px;
    font-size: 3em;
    font-weight: normal;
    color: white;
}

.content-section {
    margin: 1em;

}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1.5em;
}

.section-header {
    font-weight: 700;
    color: #333;
    text-align: center;
    font-size: 2em;
}

.subsection-header {
    font-size: 1.3em;
    color: #333;
}

.about-prof-image {
    float: left;
    height: 175px;
    width: 190px;
    margin: 30px;
    border-radius: 50%;
}

.res-element {
    float: left;
    margin: 15px;
}

.main-footer {
    background-color: #800000;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;


}

.main-footer-container {
    vertical-align: middle;
    position: relative;
    align-items: center;
    right: 17.5%;
}

.main-footer-container ul {
    flex-grow: 1;
    text-align: end;
}
