@font-face {
    font-family: 'montserrat_light';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_lightitalic';
    src: url('../fonts/montserrat-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'montserrat_blackregular';
    src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_blackitalic';
    src: url('../fonts/montserrat-blackitalic-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold_italic';
    src: url('../fonts/montserrat-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    overflow: auto;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* END RESET */

html, body {
	padding: 0px !important;
	margin: 0px !important;
}

canvas#glscreen {
	width: 100%;
	height: 100%;
    position: fixed;
    overflow: scroll;

}
.post-relative{
    /* height: calc(100% - 30px); */
    position: relative;
    /* overflow: auto; */
    padding-top: 50px;
    height: 100%;
    /* height: fit-content; */
}
.post-relative::-webkit-scrollbar { width: 0 !important }
.post-relative::-webkit-scrollbar { overflow: -moz-scrollbars-none; }
.post-relative::-webkit-scrollbar { -ms-overflow-style: none; }

#content-container {
  z-index: 999;
  top: 0;
  bottom: 0;
}



/* CUSTOM CSS */
:root{
    --size-on-module-block:10px;
    --time-transition:0.4s;
}

body
{
   font-family: 'montserrat_light', sans-serif;

}

h1,h2,h3,h4,h5,h6,body {
  padding:20px 0;
  line-height: 1.5em;
}

    p{
        font-size: 18px;
line-height: 1.8em;
    }
    h1{
        font-size: 48px;
    }
    h2{
        font-size: 36px;
    }
    h3{
        font-size: 32px;
    }

    h4{
        font-size: 18px;
        padding:0;
    }


.flex-main{
    align-items: center;
    justify-content: center;
    display: grid;
    height: 100%;
    /* border:1px solid red; */
}

.greet-block{
    /* border:1px solid red; */
     margin-bottom:25px;
}
.greet-block p{
    /* border:1px solid red; */
     margin-bottom:25px;
}


.greet-block .first-greet-text{
    line-height: 135%;
    margin-bottom:25px;
    border-bottom:1px solid black;
}

.greet-block  {
border-bottom:1px solid black;
margin-bottom:25px;
}

.goodbyeBlock  {
border-top:1px solid black;
padding-top: 20px;
margin-bottom:125px;
}

.dflex{
    display: flex;
}

.jcontent-center{
    justify-content: center;
}

.align-items-center{
    align-items: center;
}


.dflex-module-container{
  padding-bottom:50px;
  display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}

.dflex-module-container  .module-block{
    width: 30%;
    margin: 15px 5%;
    height:auto;
	  display:flex;
    flex-direction:column;
	justify-content:flex-start;
}

.dflex-module-container .module-block .image-container{
    background:white;
    border:var(--size-on-module-block) solid #fff;
    border-radius: 10px;
}

.dflex-module-container .module-block .image-container img{
    width: 100%;
    transition:var(--time-transition);
    border-radius: var(--size-on-module-block);
    filter: grayscale(100%);
}

.dflex-module-container > .module-block > .image-container:hover img{
    filter: grayscale(0%);
}

.dflex-module-container > .module-block .content{
    display: flex;
    flex-direction: column;
    padding: var(--size-on-module-block);
    line-height: 135%;
}

.dflex-module-container > .module-block .content h4{
    margin-bottom: 5px;
}

@media (min-width: 992px){
    .dflex-module-container  .module-block:nth-child(1n){
        margin-left: 0;
    }
    .dflex-module-container  .module-block:nth-child(3n){
        margin-right: 0;
    }
}
@media (max-width: 991.98px){
    p{
        font-size: 12px;
    }
    h1{
        font-size: 38px;
    }
    h2{
        font-size: 22px;
    }
    .dflex-module-container .module-block{
        width: 46%;
        margin: 15px auto;
    }
    .dflex-module-container  .module-block:nth-child(1n){
        margin-left: 0;
    }
    .dflex-module-container  .module-block:nth-child(2n){
        margin-right: 0;
    }
    .spacing-on-md{
        margin:40px 0;
    }
    .post-relative{
        padding-top: 100px;
    }
    .dflex-module-container{
        padding-bottom:50px;
    }
}
