.nav{
    border:2px solid #ccc;
    border-width:0px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
    font-family: 'Josefin Sans', sans-serif;
}

.nav li{
    display:inline;
    font-family: 'Josefin Sans', sans-serif;
}

.nav a{
    display:inline-block;
    padding:10px;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #009688;
}

.nav a:hover{
    color: #80CBC4;
    font-size: 150%;
}

.nav .active {
  color: #004D40;
}

h1 {
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 30px;
}

h1 span {
    font-size: 120%;
}

h2 {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    color: grey;
}

h2 span {
    font-size: 120%;
}

p {
    text-align: justify;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height:175%;
}

p .center {
  text-align: center;
}

p span {
  color: #009688;
}

b {
    font-weight: 900;
}

div .foot {
    border:0px solid #ccc;
    border-width:0px 0;
    text-align: center;
    padding:10px;
    font-size: 16px;
    color: #009688;
}

.portrait {
    float: right; 
    margin: 0px 0px 15px 15px;
}

.enlarge {
    font-size: 120%;
}

.page-title {
  font-size: 175%;
  color: #777777;
}

.center {
    margin: auto;
    width: 75%;
    padding: 10px;
    max-width: 600px;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    font-family: 'Josefin Sans', sans-serif;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #004D40;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Josefin Sans', sans-serif;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #009688;
    font-family: 'Josefin Sans', sans-serif;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    font-family: 'Josefin Sans', sans-serif;
}

.telephone { display:none;}