/* TYPOGRAPHY
=================== */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #4d4d4d;
    background: #fff;
}
#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.offcanvas #page {
    overflow: hidden;
    position: absolute;
}
.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}
a {
    color: #FF9000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover,
a:active,
a:focus {
    color: #ffbb00;
    outline: none;
    text-decoration: none;
}
p,ul {
    margin-bottom: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #fbfafa;
    /* font-family: "Space Mono", Arial, serif; */
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 20px 0 20px 0;
    text-align: center;
}
::-webkit-selection {
    color: #fff;
    background: #FF9000;
}
::-moz-selection {
    color: #fff;
    background: #FF9000;
}
::selection {
    color: #fff;
    background: #FF9000;
}

.theme-color {
    color: #FF9000;
}

.civico-table,
.civico-table-cell,
.civico-parallax {
    height: 670px;
}

/* HEADER
=================== */


#civico-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;

    background: rgb(250,238,208);
    background: -moz-radial-gradient(center, ellipse cover, rgba(250,238,208,1) 0%, rgba(250,238,208,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(250,238,208,1) 0%,rgba(250,238,208,1) 100%);
    background: radial-gradient(ellipse at center, rgba(250,238,208,1) 0%,rgba(250,238,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faeed0', endColorstr='#faeed0',GradientType=1 );
}

#civico-hero img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 50%;
}

#civico-hero h1 {

}



/* FOOTER
=================== */

#civico-footer {
    padding: 50px 0;
    float: left;
    width: 100%;
    background: #f3f3f3;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

#civico-footer p:last-child {
    margin-bottom: 0;
    font-size: 12px;
}


/* UTILITIES
=================== */

.row-pb-md {
    padding-bottom: 4em !important;
}
.row-pb-sm {
    padding-bottom: 2em !important;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.col-padding {
    padding: 6px !important;
    margin: 0px !important;
}

/*# sourceMappingURL=style.css.map */