body {
	font-family: 'Vollkorn', serif;
    margin: 0;
    min-height: 100%;
}

html {
    height: 100%;
}

#main {
    min-height: 100vh;
    position: relative;
    height: 100%;
}

#greece_main {
    background-color: #22252c;
    text-align: center;
}

.menu{
    background-color: #E14658;
    min-width: 100%;
}


ul {
    width: 50%;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    max-width: 800px;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #22252c;
}

.btn {
    background-color: #E14658;
    border-color: #E14658;
}

#noscript{
    color: white;
    margin-top: 25%;
}

.middleCol {
	width: 80%;
	max-width: 800px;
	margin: auto;
	text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
}

.date {
    font-size: 0.8em;
    font-style: italic;
}

p {
    text-align: justify;
}

section {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.coral {
    color: #E14658;
}

.navy {
    color: #22252c;
}

.moutain {
    color: #3f3250;
}

.scrub {
    color: #c0b3a0;
}

.photo-default {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 30px;
    border: white;
    border-radius: 7px;
    border-width: 2px;
    border-style: solid;
    float: center;
    cursor: zoom-in;
}

.photo-horizontal {
    width: 15%;
    min-width: 300px;
}

.photo-vertical {
    width: 15%;
    min-width: 300px;
}


#language-switch {
    float: right;
}