/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    /*    margin: 0;*/
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    /* moves padding and border to inside the deive*/
    box-sizing: border-box;
}

body {
    /* the whole page...background */
    font-family: acumin-pro-wide, sans-serif;
    font-style: normal;
    align-content: center;
    margin: auto;
    font-weight: 400;
    color: #0C2545;
}

#sitewrap {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#logo {
    text-decoration: none;
    margin: auto;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    padding: 20px;
    width: 50%;
    min-height: 150px;
}

#logo img {
    width: 100%;
    margin: auto;
    align-items: center;

}

#container {
    display: none;
}

.navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2%;
}

@media screen and (min-width: 400px) {
    .navbar {
        display: flex !important;
    }
}

@media screen and (max-width: 400px) {
    .navbar {
        display: none;
    }
}

.navbar a {
    margin: 0px 3%;
    color: #0C2545;
    text-decoration: none;
    padding: 10px 25px;
}

.navbar a:hover {
    background-color: #CD7450;
    color: white;
    transition: all 1s ease;
}

header {
    height: 100%;
    background-image: url(1x/header.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;

}

header h1 {
    color: #6B8D9F;
    font-size: 3vw;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5vw;

}

header h2 {
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 20px;
    color: #0C2545;
}

#morework {
    margin: auto;
    margin-top: 60px;
    text-align: center;

}

#morework a {
    background-color: #6B8D9F;
    margin: 0px 3%;
    color: white;
    text-decoration: none;
    padding: 10px 25px;
}

#morework a:hover {
    background-color: #CD7450;
    color: white;
    transition: all .5s ease;
}

.menu-btn {
    font-size: 30px;
}

.main-carousel {
    width: 100%;
    margin: auto;
    margin-top: 20px;
}

.carousel-cell {
    width: 100%;
}

.carousel-cell img {
    width: 100%;
}

footer {
    color: #6B8D9F;
    background-color: #DFE6E9;
    width: 100%;
    margin: 30px auto 0px auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

#social {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 10px;
    width: 50%;
    text-align: center;

}

#social img {
    height: 3vh;
}

.grid {
    width: 80%;
    margin: auto;
}

.grid-item {    
    width: 33%;
    padding: 10px;
    box-sizing: border-box;
    background-color: white;
    text-align: center;
    background-position: center;
}
.grid-item h1 {
    color: #6B8D9F;
    font-size:12pt;
    text-align: center;
}
.grid-item a{
    text-decoration: none;
}

.grid-item img {
    width: 100%;
    
}
.grid-item:hover{
    background-color: white;
    color: #CD7450;
    transition: all .5s ease; 
}

.grid-item img:hover{
    opacity: 40%;
    transition: all .5s ease; 
    
}






.about {
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 20px;
    text-align: center;
    align-content: center;
    flex-wrap: wrap;
}

.me{
    width: 40vw;
    margin: auto;

}

.bio-text {
    width: 50%;

}

.about h1 {
    margin: auto;
    color: #6B8D9F;
    font-size: 3vw;
    text-transform: uppercase;
    text-align: center
}

.about h2 {
    margin: auto;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    line-height: 20px;
    color: #0C2545;
}


#contact {
    margin: auto;
    text-align: center;
}

.field {
    color: #CD7450;
    margin: auto;
    padding: 20px;
    width: 50%;
    text-align: center;
}

label {
    line-height: 30px;
    padding: 20px;

}

input {
    color: #0C2545;
    font-size: 12pt;
    width: 100%;
    height: 30px;
}

textarea {
    width: 100%;
    height: 100px;
    color: #0C2545;
    font-size: 12pt;
}

#contact h1 {
    margin: 20px;
    ;
    color: #6B8D9F;
    text-transform: uppercase;
    text-align: center
}

button {
    width: 100px;
    height: 40px;
    padding-top: 2px;
    color: #0C2545;
    font-size: 10pt;
    text-transform: uppercase;
    background-color: white;
}

button:hover {
    background-color: #CD7450;
    color: white;
    transition: all 1s ease;
}

/*gallery detail stuff here*/

.gallery-grid {
    width: 80%;
    margin: auto;
}

.gallery-item {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.gallery-item img {
    width: 100%;
}

#blurb {
    font-size: 12px;
    padding: 30px;
    box-sizing: border-box;
    line-height: 20px;
    color: #0C2545;
    width: 80%;
    margin: auto;
    text-align: center;
}

#blurb h1 {
    margin: auto;
    color: #6B8D9F;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center
}

#blurb h2 {
    margin: auto;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 20px;
    color: #0C2545;
}

#blurb img {
    width: 50%;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
}
#bigpic{
    margin: auto;
    text-align: center;
}
#bigpic img{
    width: 80%;
    margin: auto;
    padding: 10px;
    text-align: center;
}

#webpic{margin: auto;
text-align: center;
}

#webpic img{
    width: 60%;
    margin: auto;
    text-align: center;
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: gainsboro;
    
}



}
.caption {
    text-align: center;
}

.caption h2 {
    margin: auto;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 20px;
    color: #0C2545;
}


/*yumpu stuff*/

.embed-container {
    margin: auto;
    width: 80%;



}


/* tablet size AND SMALLER stuff here! */
@media screen and (max-width:800px) {
    #logo {}

    nav {}

    .grid-item {
        width: 50%;
    }
}


/* for phones */
@media screen and (max-width:400px) {
    #container {
        margin: auto;
        text-align: center;
        display: block;

    }

    .navbar {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 2%;
    }

    .navbar a{
        margin: 0px 3%;
        color: #0C2545;
        text-decoration: none;
        padding: 10px 25px;
    }

    .navbar a:hover {
/*        display: none;*/
        background-color: #CD7450;
        color: white;
        transition: all 1s ease;
    }

    #social {
        display: flex;
        justify-content: space-around;
        margin: auto;
        padding: 10px;
        width: 90%;
        text-align: center;
    }

    #social img {
        height: 3vh;
    }

    .grid {
        width: 100%;
        margin: auto;
    }

    .grid-item {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .about {
        margin: auto;
        width: 100%;
    }

    .me {
        width: 100%;
        margin: auto;

    }

    .bio-text {
        width: 100%;
    }

    .field {
        margin: auto;
        padding: 20px;
        width: 80%;
        text-align: center;
    }


    /*gallery detail stuff here*/

    .gallery-grid {
        width: 80%;
        margin: auto;
    }

    .gallery-item {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }



}
