* { margin:0; padding:0; box-sizing:border-box; }

html, body{margin: none; padding: 0;}
body {font-family: "Lato", sans-serif; font-size: 16pt;}
header{
    display: flex; flex-direction: column;
    width: 65%;
    background: #1e024d; color: #f59609;
    justify-content: center;
}

.logo{width: 40vw;}

.site_nav{
    display: flex; justify-content: center; 
    align-content: baseline;
    font-size: 12pt;
    background:  #803561;
}

.site_nav a{
    text-decoration: none;
    background: #333;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px;
}

a.leave_oz {
    text-decoration: none;
    color: white; text-shadow: 2px 2px #444;
    letter-spacing: 2px;
    padding: 10px;
}

a.shinobi {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: white; text-shadow: 2px 2px #444;
    letter-spacing: 1px;
    padding: 10px;
}

.site_nav a:hover{
    text-decoration: none;
    background-color: #fff;
    color: #000;
    padding: 10px;
}

.wrapper1{
    display: flex; 
    justify-content: space-around;
    background-color: #803561;
    background-image: url("../img/night.jpg");
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white; text-shadow: 2px 2px #444;
}

.wrapper2{
    display: flex; 
    justify-content: space-around;
    background-color: #444;
    background-image: url("../img/girl-night.jpg");
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white; text-shadow: 2px 2px #444;
}

.wrapper3{
    display: flex; 
    justify-content: space-around;
    background-color: #2e145c;
    background-image: url("../img/traffic-lights.jpg");
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white; text-shadow: 2px 2px #444;
}

h1{margin-top: 12px;}

.fa-raspberry-pi, a.fa-raspberry-pi{
    color: white; background: #f00; padding: 6px; font-size: 24pt;
    margin: 4px;
}

.fa-raspberry-pi:hover, a.fa-raspberry-pi:hover{
    color: #f00; background: #fff; padding: 6px; font-size: 24pt;
    margin: 4px;
}

.fa-grav{color: white; text-shadow: 2px 2px #444; padding: 6px; font-size: 32pt;}

.formHolder{
    width: 100%; display: flex; justify-content: center;
}

form{
    background: #1e024d; opacity: 70%;
    margin: 10px; padding: 15px;
}

legend{
    padding: 2px;
}

.inputRow{
    display: flex; justify-content: space-evenly;
    margin-top: 12px;
}

.labelCol{min-width: 150px;}

input{
    min-height: 16pt; font-size: 12pt;
    padding: 5px;
}
.agreeRow{width: 80%; padding: 12px;}
.submitRow{width: 100%; 
    display: flex; justify-content: center;
    margin-bottom: 10px;
}

.smlprint{font-size: 10pt;}

.submit{
    padding: 5px; border-radius: 8px;
    background: #000; color: #fff; cursor: pointer;
}

.main_text{
    width: 65%;
}

footer{
    background-color: #2e145c; color: #beb8b2;
    padding: 20px; display: flex; 
    justify-content: space-around; align-content: baseline;
}

.web_links a{color: #fff;}
.web_links a:hover{color: #ffff00;}