
html, body {
    height: 100%;
}

.stripsampleheader {
    width: 100%;
    height: 150px;
    display: flex;
    position: relative;
    box-sizing: border-box;
    justify-content: center;
    background-color: #FFF1E5;
}

.newsamplesitelogostrip {
    position: relative;
    width: 100%;
    background-color: #FDF1E5;
    height: 155px;
    margin-top: 40px;
}

.samplepagestripbox {
    display: inline-block;
    position: relative;
    margin: 0;
    margin-top: 40px;
    background-color: #FDF1E5;
    float: left;
    font-family: Futura,sans-serif;
}

.sitepicbox {
    margin: 0;
    width: 25%;
}

.samplesiteimagecontainer {
    margin-top: 100px;
    width: 200px;
    margin-right: auto;
    margin-left: auto;

}
.samplesiteimagefile {
    width: 200px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 4px 4px 8px rgba(0,0,0,.5);
}
.textvisitthesite {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
    font-family: FuturaLight, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: red;
}
.textsiteurl {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    text-align: center;
    /*font-family: Courier sans-serif;*/
    font-family:  sans-serif;
    text-decoration: underline;
    font-size: 16px;
}



.sitetextdescription {
    width: 50%;
    padding: 25px;
    padding-top: 50px;
    /*font-family: sans-serif;*/
    /*font-family: Candara, Helvetica, serif;*/
    /*font-family: "Courier New", serif;*/
    font-family:  FuturaMedium, sans-serif;
    font-size: 13pt;
    line-height: 25px;
    /*text-align: justify;*/
}



.sitechecklistbox {

    width: 25%;

}
.checklistcontainer {
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 70px;
}


.siteincludescheckboxcontainer ul {
    margin: 0;
}

.siteincludeslist li {

    /* note that the bootstrap col width for this on large screens is a total of about
       97px wide   */
    /*font-family: Courier,  serif;*/
    font-family:  sans-serif;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    list-style: none;
    background-image: url('images/checkblue.png');
    background-repeat: no-repeat;
    background-size: auto 17px ;
    /*background-position: 0 ;*/
    padding-left: 18px;
    margin-bottom: 4px;
}

.textsiteincluded {
    /*font-family: "Courier New", serif;*/
    font-family:  sans-serif;
    margin-left: 45px;
    font-size: 12pt;
}

.pricetag {
    font-size: 14pt;
    color: green;
    font-weight: bold;
    /*font-family: Arial, serif;*/
    font-family: Futura, sans-serif;
}

.samplesiteheadline {
    font-size: 14pt;
    color: black;
    font-weight: bold;
    /*font-family: "Courier New", serif;*/

    font-family: Futura, sans-serif;
}



.fullsitedescription {
    font-family: FuturaLight, sans-serif;
}

