body,
html {
    height: 100%;
    font-family: "title-font";
    color: #4b4b4b;
}

#site-wrapper {
    height: 100%;
    width: 100%;
    max-width: 1280px;
}

#content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #fbfbfb;
    width: 100%;
}

.hero-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.hero-image:before {
    content: "";
    display: block;
    padding-top: 45%;
}

.hero-image-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-image: url("../images/intro.png");
    background-size: cover;
}

.hero-title{
/*    text-transform: uppercase;*/
    color: white;
    font-size: 36px;
    position: relative;
    top:-80px;
    text-align: center;
}

.hero-image img {
    width: 100%;

}

#main-content {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    max-width: 800px;
    /*    margin-left: 3%;*/
    padding-top: 30px;


}

#main-header {
    margin-bottom: 0px;
}

p {
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11pt;
    line-height: 22pt;
}

.section-header:first-of-type {
    margin-top: 0;
}

.section-header {

    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 10.5pt;
    color: #ee2a7b;
    letter-spacing: 0.8pt;
}

.persona-pic{
    width: 100%;
/*    height: 500px;*/
/*    background-color: red;*/
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.persona-pic img{
    width: 100%;
}

.persona-pic img:first-child{
    margin-bottom: 20px;
}

.sub {
    text-align: left;
    text-transform:none;
    color: black;
    font-size: 11pt;
    font-family: 'title-font';
    letter-spacing: 0.2pt;

}


p + .section-header,
ul + .section-header,
.picture-group + .section-header {
    margin-top: 60px;
}

.picture-group + p {
    margin-top: 40px;
}

.picture-group {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
}

.picture {
    position: relative;
    width: 33.3333%;
    /*    margin: 10px 20px 10px 0px;*/
    /*    background-color: skyblue;*/
    margin-bottom: 4px;
}

.picture:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* initial ratio of 1:1*/
}

.picture.pic-1-col:before {
    padding-top: 56.25%;
}

.picture.pic-1-col {
    width: 100%;
    margin-right: 20px;
}

.picture.pic-2-col {
    width: 50%;
    /*    margin-right: 2%;*/
}

.picture.pic-2-col:before {
    padding-top: 178%;
    /*    margin-right: 2%;*/
}

.picture.pic-2-col-wide:before {
    padding-top: 56.25%;
}

.picture.pic-2-col-wide {
    width: 50%;
}

.picture-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    padding-left: 0px;
/*    overflow: hidden;*/
}

.picture-content.pic-1-col{
    padding-right: 20px;
}

.picture-content.right-edge {
    padding-right: 0px;
}

.picture-content img {
    width: 100%;
/*    margin-bottom: 20px;*/
}

.picture-content img.bordered{
    border: 1px #c9c9c9 solid;
}

.placeholder {
    background-color: #cbcbcb;
}

ul {
    margin-top: 0;
}

li {
    padding: 0;
    list-style: square;
    margin-bottom: 25px;
    font-size: 11pt;
    line-height: 20pt;
}

.list-item-header {
    font-family: 'title-font';
}

.product-mockup{
/*    margin-top: 160px;*/
    margin-bottom: 160px;
}

.product-mockup .picture-content img{
    width: 95%;

}

.product-mockup .picture-content{
    text-align: center;
}

@media screen and (max-width: 500px) {
    .picture,
    .picture.pic-1-col,
    .picture.pic-2-col {
        width: 100%;
    }
    .hero-title{
        top:0px;
        font-size: 16px;
    }
}
