@charset "utf-8";
/* CSS Document */

html {
    font-size: 1.0em;
    font-family: Termina, "Termina Black", "Termina Bold", "Termina Demi", "Termina Extra Light", "Termina Heavy", "Termina Light", "Termina Medium", "Termina Thin";
}

body {
    height: auto;
    min-width: 19rem;
    max-width: 100rem;
    margin: 0 auto;
}

span {
    color: #DC4934;
    font-weight: 1000;
    font-style: normal;
}

h3 {
    text-decoration: underline;
}

cite {
    font-size: x-small;
}

header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   padding: 5px;
    justify-content: left;
    background-image: -webkit-linear-gradient(270deg,rgba(24,24,36,1.00) 0%,rgba(97,177,228,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(24,24,36,1.00) 0%,rgba(97,177,228,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(24,24,36,1.00) 0%,rgba(97,177,228,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(24,24,36,1.00) 0%,rgba(97,177,228,1.00) 100%);
}

#logo img{
    display: flex;
    width: 300px;
    flex-basis: 50%;
    max-width: 400px;
    height: auto;
    padding: 1em 1em;
    text-align: center;
}

#Begruessung {
    color: #61B1E4;
    display: flex;
    flex-wrap: wrap;
    width: 55vw;
    margin-left: 0.5em;
    padding: auto;
    text-shadow: 0px 0px #61B1E4;
    font-family: "Ethnocentric", sans-serif;
    text-align: center;
}



p a:visited {
    color:blue;
}

ol {
    list-style-type: circle;
}

nav {
    font-family: "Ethnocentric";
    font-size: x-large;
}

nav li {
	list-style-type: none;
   
    border: none;
	margin: 0.5em;
    padding: 0px;
    flex: 1 1 0%;
}

nav a:focus, nav a:hover, a:focus {
    color: #181824;
    background-image: -webkit-linear-gradient(270deg,rgba(24,24,36,1.00) 0%,rgba(97,177,228,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(24,24,36,1.00) 0%,rgba(97,177,228,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(24,24,36,1.00) 0%,rgba(97,177,228,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(24,24,36,1.00) 0%,rgba(97,177,228,1.00) 100%);
    text-shadow: 0px 0px #181824;
}

nav a {
    display: flex;
    padding: 0.4rem;
    color: #61B1E4;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    max-width: 250px;
    border: thin solid #3A3A3A;
    border-radius: 0px 10px 10px;
    box-shadow: 0 5px 10px #8a9da8 inset;
    transition: all .25s ease-in;
    background-image: -webkit-linear-gradient(270deg,rgba(97,177,228,1.00) 0%,rgba(24,24,36,1.00) 98.96%);
    background-image: -moz-linear-gradient(270deg,rgba(97,177,228,1.00) 0%,rgba(24,24,36,1.00) 98.96%);
    background-image: -o-linear-gradient(270deg,rgba(97,177,228,1.00) 0%,rgba(24,24,36,1.00) 98.96%);
    background-image: linear-gradient(180deg,rgba(97,177,228,1.00) 0%,rgba(24,24,36,1.00) 98.96%);
}



nav a:focus, nav a:hover, nav li[aria-current] a:focus, nav li[aria-current] a:hover {
    color: #181824;
	background-color: #374560;
}

nav ul{
    display: flex;
    list-style: none;
    justify-content: center;
}

main {
    padding: 5px 20px 5px 20px;
    background-color: #61B1E4;
    margin-top: 5px;
    font-style: normal;
    font-weight: normal;
}

footer * {
	flex: 1 1 0%;
	justify-content: space-between;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: linear-gradient();
    order: 3;
    margin: 5px 0 0 0;
    padding-right: 20px;
    background-image: -webkit-linear-gradient(270deg,rgba(97,177,228,1.00) 0%,rgba(24,24,36,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(97,177,228,1.00) 0%,rgba(24,24,36,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(97,177,228,1.00) 0%,rgba(24,24,36,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(97,177,228,1.00) 0%,rgba(24,24,36,1.00) 100%);
}

footer p {
	text-align: right;
    color: #61B1E4;
}

@media (min-width: 300px) {
    
    .logo {
        width: 100%;
		max-height: 100px;
    }
    
     #Begruessung {
         flex-basis: 100%;
         margim-top: 0.5em;
         font-size: 1.1em;
         
    }
    
   nav {
        width: 65%;
    }   
    
    nav ul {
        flex-direction: column;
        margin: 2px;
        padding: 5px;      
    }
    
    nav a {
        flex-basis: 65%;
        width: 65%;
        justify-content: center;
        font-size: 1.0rem;
    }
}
    

@media (min-width: 37em){
    
    .logo {
        width: 200px;
		max-height: 140px;
    }
    
    #Begruessung {
        flex-basis: 100%;
        margim-top: 0.5em;
        font-size: 1.3em;
    }
    
    nav {
        width: auto;
    }
    
    nav ul{
        flex-direction: row;        
    }
    
    nav a {
        width: 14vw;
        font-size: 0.7rem;
        justify-content: space-around;
    }
    
}

@media (min-width: 50em){
    
    .logo {
        width: 300px;
		max-height: 190px;
    } 
    
     #Begruessung {
         flex-basis: 60%;
         margin-top: 2.0em;
         font-size: 1.6em;
    }
        
    nav{
        width: 100%;
        max-width: 1600px;
    }
    
    nav ul{
        flex-direction: row;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    nav a {
        width: 17vw;
        font-size: 1.0rem;
        justify-content: space-around;
    }
    
}
