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

fieldset {
    width: 60%;
    min-width: 400px;
    margin: auto;
    margin-top: 100px;
    font-family: Arial;
    font-size: 20px;
    padding:40px;
}

legend {
color: #FFC857;
background-color: #1B1725;
border-radius: 5px;
padding: 5px 15px;
font-weight: 800;
font-size: 60px;
}

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

footer {
    text-align: right;
    background-color: #1B1725;
    color: #F5EFFF;
}

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

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

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

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

img {
    height: 40px;
    width: 40px;
    bottom: -150%;
    left: 1160%;
    position: relative;
}

li {
    width: 100px;
    height: 100px;
    margin-left: 0px;
    margin-right: -55px;
    max-width: 80%;
}

ul.icons li {
    display: inline-block;
}

p {
    font-family: Montserrat, sans-serif;
}

.submit {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    color: #FFC857;
    background-color: #1B1725;
    margin-left: 45%;
}

.message {
    width: 99%;
    height: 50%;
    resize: none;
}

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

p {
    font-size: 15px;
    color: #FFC857;
    text-align: left;
    line-height: 1%;
    font-weight: bold;
    margin-right: -55px;
}

h4 {
    font-size: 30px;
    line-height: 1%;
}

h6 {
    font-size: 20px;
}
.contacts-name{
    width: 30%;
    height: 20px;
    padding: .375rem .75rem;
    font-size: 1rem;
    Line-height: 1.5;
}

.message{
    width: 60%;
    height: 200px;
    padding: .375rem .75rem;
    font-size: 1rem;
    Line-height: 1.5;
}
/*reference*/
.ref{
text-align: justify;
height: auto;
padding: 5px 0 5px 0;
font-size: 1em;
text-indent: 2em;
}

#ref-container{
padding: 10px;
background-color: #E8E8E8;
margin-bottom: auto;
}
p.references{
color: #1B1725;
font-weight: bold;
text-indent: 2em;
}

h3{
background-color: #1B1725;
color: #F5EFFF;
text-indent: 1em;
}

p{
font-family: Montserrat, sans-serif;
color: #1B1725;
}


.navigation, .title, .content{
	font-family:'Yrsa', serif;
}
body{
	font-family: 'Raleway', sans-serif;
}
.navigation > div#name {
	font-family:'Merriweather', serif;
}
/*button dropdown*/ /*heidi nina*/

.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*/