/*========================================================*/
/* RESET  */
/*========================================================*/
::selection {
    background: #0f3301;
    color: #fff;
}
html {
    font-size: 62.5%;
    line-height: 1.5;
}
body {
    font-family: Helvetica, sans-serif;
    color: #1d1d1b;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.post, .page {
    margin: 0;
}
a {
    color: #0f3301;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
a:hover,
a:visited,
a:focus {
    color: #0f3301;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.home a:hover,
.home a:visited,
.home a:focus {
    color:white;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
*:focus {
    outline: none !important;
}
p {
    margin: 0;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
span {
    font-family: Helvetica, sans-serif;
}
img {
    vertical-align: bottom
}
strong {
    font-weight: 500;
}
/*========================================================*/
/* LAYOUT */
/*========================================================*/
#page {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.clear-fix {
    clear: both;
}
/*========================================================*/
/* STYLE GUIDE */
/*========================================================*/
body.page-template-style-guide header,
body.page-template-style-guide footer {
    display: none;
}
.style-guide-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

/*========================================================*/
/* ELEMENTS */
/*========================================================*/
.full-container {
    padding: 0 50px;
}
/*Flex*/
.flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.right {
    float: right;
}
.font-weight-500 {
    font-weight: 500;
}
.pswp__ui--fit .pswp__top-bar ,
.pswp__top-bar {
    background-color: #0f3301;
}