@charset "UTF-8";
/* CSS Document */

body{
    margin: 0;
	font-family: 'LatoWeb', sans-serif;
    font-weight: 300;
}

*{
    box-sizing: border-box;
}

header{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(5, 122, 195, 1), rgba(5, 122, 195, 0.4)), url(images/halle_1800.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: rgba(255,255,255,1.00);
    padding: 8vh 5% 0;
    position: relative;
}   

header h1{
    font-size: 1.5em;
    margin: 1.2em 0 0;
    font-weight: 300;
}

header p{
    margin: 0.5em 0 0.5em;
}

header img{
    max-width: 55%;
    height: auto;
}

.flex-grid {
  display: block;
}

.flex-grid2 {
  display: flex;
}

.col {
  flex: 1;
}

.bottom-left{
    position: absolute;
    bottom: 5px;
    left: 3%;
}

.bottom-right{
    position: absolute;
    bottom: 5px;
    right: 3%;
}

header i{
    font-size: 1.5em;
    color: rgba(255,255,255,1.00);
    margin: 7vh 0 0;
    transition: 0.3s;
}

header a{
    color: rgba(255,255,255,1.00);
    font-size: 1em;
    text-decoration: none;
    transition: 0.3s;
}

header a:hover, header i:hover{
    color: rgba(207,207,207,1.00);
    transition: 0.3s;
}

footer p, footer a{
    font-size: 0.7em;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}

section{
    text-align: center;
}

section img{
    max-width: 100%;
    height: auto;
    margin-bottom: auto;
}

section a{
    color: rgba(78,78,78,1.00);
    text-decoration: none;
    transition: 0.3s;
}

section a:hover{
    color: rgba(0,0,0,1.00);
    text-decoration: underline;
    transition: 0.3s;
}

section i{
    font-size: 1.5em;
    margin: 7vh 0 0;
    transition: 0.3s;
}

.img{
    max-width: 65px;
    height: auto;
}

.alignleft{
    text-align: left;
    margin: 0 0 0 3%;
}

.alignright{
    text-align: right;
    margin: 0 3% 0 0;
}

.padding3{
    padding: 0 3em;
    text-align: left;
}

.padding5{
    padding: 3em 5em 1em;
}

.divider{
    padding: 1em;
}

.divider2{
    padding: 2em;
}

h3{
    margin: 2em 0 0.5em;
}

@media screen and (min-width: 51em) {
header{
    padding: 17vh 5% 0;
}   

header h1{
    font-size: 2em;
    margin: 3em 0 1em;
    font-weight: 300;
}

header img{
    max-width: 35%;
    height: auto;
}

.flex-grid {
    display: flex;
    align-items: baseline;
}
    
header i{
    font-size: 2.7em;
    color: rgba(255,255,255,1.00);
    margin: 7vh 0 0;
    transition: 0.3s;
}

header a{
    color: rgba(255,255,255,1.00);
    font-size: 1.2em;
    text-decoration: none;
    transition: 0.3s;
}
    
footer p, footer a{
    font-size: 1em;
}
    
section img{
    max-width: 35%;
    height: auto;
}
    
section i{
    font-size: 2.7em;
    margin: 7vh 0 0;
    transition: 0.3s;
}
    
.padding3{
    padding: 3em;
}
}
    