body {
    font-family: Montserrat, sans-serif;
    background-color: #F5FBEF;
    display: flex; /*nina*/
    flex-direction: column; /*nina*/
    min-height: 100vh; /*nina*/
    margin: 0; /*nina*/
}

.navigation {
    text-align: center;
    background-color: #1B1725;
    color: #F5EFFF;
    font-weight: bold;
}

.navigation > div#name {
    font-size: 1.75em;
    text-align: left;
    padding: 0 5em 0 0;
    font-weight: bold;
    color:#FFC857;
}

.navigation > div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 2em 1.25em 2em;
}

.navigation a {
    color: #FDFAE1;
    text-decoration: none;
}

.navigation a:hover {
    font-weight: 700;
}

.navigation a:active {
    color: #EF6F6C;
}

footer {
    margin-top: auto; /*nina*/
    text-align: right;
    background-color: #1B1725;
    color: #F5EFFF;
}

p.footerText {
    font-size: 1.25em;
    color: #F5EFFF;
    text-align: right;
    padding: 1em 5em 1em 1em;
    font-weight: bold;
}

.text {
    float: left;
    width: 50%;
    margin: 6em 1em 6em;
}

h2 {
    margin-right: 10em;
    margin-right: 10em;
    font-size: 5em;
    font-weight: 800;
    color:#EF6F6C;
    padding: 0em 2em 0em;
}

/*button dropdown*/ /*heidi nina*/
.content{
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}
.list-content-container{
    display: none;
    position: absolute;
    min-width: 120px;
    z-index: 1;
}
.list-content-container a{
    background-color: #000;
    text-decoration: none;
    width: 100%;
    padding: 14px 18px;
    display: block;
}
.list-content-container a:hover{
    background-color: #ED4C30;
    color: white;
}
.drop-down-container:hover .list-content-container{
    display: block;
    width: 130px;
}
.drop-down-container:hover{
    background-color: transparent;
    cursor: pointer;
}
i{
    text-indent: 5px;
}
/*dropdown end*/

/*css for what is it*/
h1{
    text-align: center;
    font-size: 3em;
    margin-top: 65px;
}
h3{
    text-align: center;
    font-size: 2.5em;
}
h5{
    text-align: center;
    font-size: 1.25em;
    margin-top: -20px;
}
img{
    height: 150px;
    width: 150px;
}

/*columns*/
#container{
    width: auto;
    margin: 50px auto;
}
#container2{
    width: auto;
    margin: auto;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7{
    width: 390px;
    float: left;
    margin: 10px;
}
.col8{
    margin-top: 80px;
    text-align: center;
}
.col10{
    margin-top: -50px;
}
p{
    font-style: italic;
    font-size: 1.15em;
    text-indent: 2em;
    text-align: justify;
}

/*read more*/
.rm{
    background-color: #1B1725;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 5px 5px 1px #FFC857;
    color: #F5EFFF;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
}
.rm:hover{
    background-color: #1B1725;
    text-align: center;
    font-weight: bold;
    color: #FFC857;
    text-decoration: none;
}

table{
    width: auto;
    margin: 0 auto 10px auto;
}
/*font*/

.navigation, .title, .content{
	font-family:'Yrsa', serif;
}
body{
	font-family: 'Raleway', sans-serif;
}
.navigation > div#name {
	font-family:'Merriweather', serif;
}