html,body {
    font-family: "Arial Rounded MT Bold","Helvetica Rounded","Arial","sans-serif";
    font-weight: 300;
    height: 100%;
    width: 100%;
    line-height: 1.3em;
    background-repeat: no-repeat;
}

body {
    margin: 0px;
    padding: 0px;    
}


h1,h2,h3,h5 {
    font-family: "Righteous";
    line-height: 1em;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited {
    color: black;
}

h1 {
    font-size: 4em; 
}

h2 {
    margin-top: 0px;
    font-size: 3em;
}

h3 {
    font-size: 2em;
    color: rebeccapurple;
}

h4 {    
    margin-bottom: 0px;
    padding: 0px;
    font-size: 1em;
    font-family: monospace;
}

h5 {
    line-height: 1em;
    font-size: 1.5em;
    margin: 0px;
}

.gdfa-width40 img {
    width: 500px;

}

.gdfa-gallery img {
    width: 200px;
}

pre {
    color:darkslateblue;
    border-top: 1px solid rebeccapurple;
    border-bottom: 1px solid rebeccapurple;
    width: 60%;
    margin: auto;
    margin-top : 10px;
    overflow: hidden;
    text-align: left;
}

p {
    margin-top: 1em;
    margin-bottom: 0em;
    margin-left: 0;
    margin-right: 0;
}
 
nav a:link, a:visited {
    background-color: white;
    opacity: .8;
    color: black;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 160px;
    padding: 10px 0px;
    margin: 0px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


nav a:hover, a:active {
    background-color: rebeccapurple;
    color: white;
}

nav.gdfa-center {
    margin-top: 0px;
    padding: 0px;
}


/*ids*/
#gdfa-fabship {
    opacity: 0.5;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    border: 1px solid black;
}

#gdfa-fabship:hover {
    opacity: 1;
}

#gdfa-idpicture {
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#gdfa-overlay {
    position: fixed;
    width: 100%;
    height: 100%;       
    background-color: white;
    z-index: -1;    
}


/*Classes*/
.gdfa-smallSpacer {
    height: 5%;
}

.gdfa-topspacer {
    height: 20%;
}

.gdfa-CenterContainer {
    padding: 10px;
    margin: auto;    
}

.gdfa-center {
    text-align: center;
}

.gdfa-justify {
    text-align: justify;
}

.gdfa-width650 {          
            width: 650px;            
}

.gdfa-width60 {          
            width: 60%;            
}

.gdfa-width40 {          
            width: 40%;            
}

.gdfa-width60 img {
    max-width: 700px;
    display: block;
    margin: auto;
    margin-bottom: -10px;
    border-radius: 10px;
    border: 1px solid black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}

.gdfa-width60 iframe {
    width: 500px;
    height: 280px;
    display: block;
    margin: auto;    
    border-radius: 10px;
    border: 1px solid black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}

.picture_legend {
    text-align: center;
    font-style: italic;
}

.gdfa-weekstep {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: white;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: rebeccapurple;
}

.gdfa-textshadow {
    text-shadow: 0px 0px 10px white;
}

.gdfa-menu {
    position: fixed;
    float: left;
    width: 200px;
    padding: 5px;
    margin: 0px;
    height: 100%;
}

.gdfa-menu a {
    background-color: white;    
    color: black;
    border: 1px solid #000000;
    border-radius: 5px;    
    padding: 2px;
    margin: 2px;
    font-size: 0.7em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.gdfa-menu p {
    font-size: 0.7em;    
}

.gdfa-menu a:hover, a.active {
    background-color: rebeccapurple;
    color: white;
}

.gdfa-mainContainer {
    margin-left: 0px;        
}




h5 span {
    font-family: "Arial Rounded MT Bold","Helvetica Rounded","Arial","sans-serif";
    font-weight: 300;    
    font-size: .8em;
}

#gdfa-homepage img {
    opacity: .8;
}



.gdfa-gallery {
    display: inline-block;
    width: 200px;
    margin: 10px;
    vertical-align: middle;    
}

video {
    display: block;
    margin: auto;    
    border-radius: 10px;
    border: 1px solid black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
