@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?font-family: 'Fjalla One', sans-serif; font-family: 'Noto Sans', sans-serif;');

/* -- Universal CSS Reset if needed ----  
* {
    padding: 0px;
    margin: 0px;
}

/* ---------  general styles ---------  */


body {
    background-color: #f0f0f0;
}

#wk1wrapper {
    width: 650px;
    padding: 25px 50px 150px 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    background-color: #ffffff
}

#wk2wrapper {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff
}

.sitemap-wrapper {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.sitemap-box {
    border: black solid 2px;
    width: 1080px;
    height: 775px;
    margin: 30px auto 0px auto;
    box-shadow: 5px 5px 10px black;
    background-color: #ffffff
}

.wireframe-wrapper {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.wireframe-box {
    border: black solid 2px;
    width: 1080px;
    height: 1295px;
    margin: 20px auto 0px auto;
    box-shadow: 5px 5px 10px black;
    background-color: #ffffff
}

.wireframe-box2 {
    border: black solid 2px;
    width: 559px;
    height: 1295px;
    margin: 20px auto 0px auto;
    box-shadow: 5px 5px 10px black;
    background-color: #ffffff
}

.wireframe-box3 {
    border: black solid 2px;
    width: 414px;
    height: 737px;
    margin: 20px auto 0px auto;
    box-shadow: 5px 5px 10px black;
    background-color: #ffffff;
}

.comp-group {
    width: 90vw;
    margin-right: 10vw;
    margin-left: 10vw;
    float: left;
}


.comp-boxes {
    height: 540px;
    border: white solid 1px;
    margin-right: 11px;
    margin-bottom: 30px;
    float: left;
    background-color: #ffffff;
}


figcaption {
    width: 80vw;
    margin: 0.5vw auto 0 3vw;
    color: white;
    font-size: 12pt;
    text-align: right;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


header {
    height: 90px;
    padding: 10px;
    background-color: #ADD8E6;
}

footer {
    height: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #ADD8E6;
}

#XX {
    width: 750px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ADD8E6;
}


#content {
    height: auto;
    padding: 25px 50px 150px 50px;
}


.nudge {
    margin-left: 20px;
}

body {
    font-family: 'Noto Sans';
    font-size: 15px;
    margin-top: 0;
    color: #303030;
}

section {
    width: 875px;
}


h1 {
    font-family: 'Fjalla One', sans-serif;
    color: #101010;
    border-bottom: medium solid;
    border-bottom-color: deepskyblue;
    border-bottom-width: 30px;
}

h2 {
    font-family: 'Fjalla One', sans-serif;
    padding: 0px;
    margin: 0px;
    color: #101010;
}

h3 {
    font-family: 'Noto Sans', sans-serif;
    color: #006bb3;
    padding: 0;
}

h4 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.3em;
    color: #202020;
    margin-top: 0px;
}

h5 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.1em;
    color: #202020;
    margin: 0;
    padding: 0;
}

ul {
    margin-top: 0;
    text-decoration: none;
}


.hero {
    width: 870px;
    height: 300px;
    background-color: lightgray;
    margin-bottom: 20px;
    object-fit: cover;
    float: left;
}

.picture {
    width: 425px;
    height: 572px;
    background-color: lightgray;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.desc {
    width: 49%;
    height: 572px;
    margin-bottom: 20px;
    background-color: #FFFFF0;
    /* background-image: radial-gradient(#FFFFF0 5%, white 80%); */
    float: left;
}

.quicklinks ul {
    list-style-type: none;
}