/* {
    border: 1px solid red;
}*/

body {
    margin: 0px;
    width: 100vw;
    height: 100vh; 
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    /*background-image: url("https://static.pexels.com/photos/4827/nature-forest-trees-fog.jpeg"); 
    background-size: cover;
    background-attachment: fixed;*/
}

.header {
    display: flex;
    align-items: center;
    padding-left: 40px;
    height: 200px;
    position: relative;
    background-color: #698070;
    background-image: url("trees-bg1.jpeg");
    background-blend-mode: screen;
    /*opacity: .5;*/
    background-position: top right;
}

.header a {
    font-family: 'Roboto Slab', serif;
    color: white;
    font-weight: normal;
    position: absolute;
    font-size: 1.2em;
    text-decoration: none;
}
.header h1 {
    text-shadow: 3px 3px 0px rgba(0,0,0,0.4), 7px 7px 0px rgba(0,0,0,0.34);    
}

p, li {
    font-size: 1.2em;
}

.fix {
    position: fixed;
    top: 0;
}

/* Dropdown content */

.drop-content {
    position: absolute;
    box-shadow: 0px 4px 10px rgba(0,0,0,.3);
    display: none;
    background-color: #698070;
}

.drop-content a {
    display: block;
}

.dropdown:hover > .drop-content {
    display: block; 
}

.page {
    padding: 80px 20px 80px 20px;
    width: 70%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(178,220,180, .7);
}

.svg {
    width: 100%;    
}

.img {
    width: 100%;    
}

.img2 {
    border: 10px solid #698070;
    width: 550px;    
}

.page h1 {
	color: #698070;
    font-family: 'Roboto Slab', serif;
}

table {
    max-width: 100%;    
} 

table, tr, td {
    padding: 10px;
    border-collapse: collapse;
    border: 1px solid #698070;
}

.quote {
    font-size: 2em;
    line-height: 10px;
    font-family: 'Ruthie', cursive;

}

nav {
    position: absolute;
    margin: 0px;
    width: 100%;
   /* height: 65px; */
    background-color: #698070;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1;
    box-shadow: 0 2px 5px 2px rgba(0,0,0,.3);
}

nav a {
    color: white;
    text-decoration: none;
    font-size: 1.25em;
    font-family: 'Roboto Slab', serif;
    margin: 8px 0px 8px 0px;
    padding: 8px 10px 8px 10px;
    z-index: 2;
}

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

h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 1.8em;
}

h5 {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 2px;
}

iframe {
    border: none;
}

/* Journal styling */

.entry {
    position: relative;
    margin: 50px;
    padding: 20px;
    width: 100% - 50px;
    background-color: #3c8641;
    border-radius: 10px;
}
