@charset "UTF-8";
/* CSS Document */
/* Tom Hunter Photography © */


html {
    scroll-behavior: smooth;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #555;
    font-family: CenturyGothic;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    font-weight: normal;
    overflow-x: hidden;
    background-image: url('art/blkwhtstrpesBlur_10op.jpg');
    /* Replace with your actual path */
    background-position: center center;
    /* Centers the image */
    background-repeat: repeat;
    /* Repeats the stripe horizontally */
    background-color: #ffffff;
    /* Optional: backup color white, instead of black */
}

/* Your original CSS updated with the background image properties */
/* Updated on 8-11-26 */

#header {
    margin: 0;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 45px;
    background-color: #9b968c;

    /* Logo Background Config */
    background-image: url('clipart/threeroses_04.png');
   
    /* Example logo placeholder */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-size: auto 90%;

    /* Ensures text is centered nicely over the background */
    text-align: center;
    box-sizing: border-box;
}

.headertitle {
    font-size: 60px;
    font-weight: bolder;
    line-height: 1.7;
    color: #fff;
    /* White glow ensures dark text is legible over dark parts of a logo */
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.headerbiz {
    font-size: 20px;
    color: #fff;
}

@media (min-width: 0px) and (max-width: 750px) {
    #header {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    
.headerbiz {
        font-size: 23px;
        font-weight: bold;
    }
    

}



#header-link {
    text-decoration: none;
}

/* Basic reset for preview purposes */


@media (max-width: 900px) {

    .indexbanner {
        width: 100%;
        margin: auto;
    }
}

#nav {
    margin: 0;
    width: 100%;
    min-height: 15px;
    float: left;
    border-top-style: solid;
    border-top-color: #eeeded;
    z-index: 10;
    background-color: #FFF;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeded;
}
.nav {
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    z-index: 11;
    width: 650px;
}

#nav-respon {
    margin: 0;
    width: 100%;
    float: left;
    z-index: 10;
    background-color: #fff;
}

nav-lower {
    margin: 0;
    width: 100%;
    min-height: 100px;
    z-index: 6;
    padding-bottom: 35px;
    float: left;
    background-color: #FFF;
}

section-strip {
    margin: 0;
    width: 100%;
    height: auto;
    float: left;
}

@media (min-width: 750px) {
    section-strip {
        display: none;
    }

}

section-hero {
    width: 100%;
    min-height: 100px;
    float: left;
    background-color: #fff;
    margin-bottom: -1px;
}

section-con {
    width: 100%;
    min-height: 100px;
    float: left;
    background-color: #fff;
    margin-bottom: -1px;
}

section-image {
    width: 100%;
    min-height: 100px;
    float: left;
    background-color: #fff;
    margin-bottom: -1px;
}

footer {
    margin: 0;
    width: 100%;
    float: left;
    z-index: 6;
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #9b968c;
    color: #555 !important;
}

section-main {
    margin: 0;
    float: left;
    color: #444;
    z-index: 7;
    width: 100%;
    background-color: #FFF;
    overflow: hidden;
}

/* THE CONTAINER (class-element) is located 
is the StickySideBar.CSS*/


/* 4. Main Content Component - Left Side*/
/* 2. Clean up the Main Content styles */
.main-content {
    width: 100%;
    /* Fills up its assigned grid track automatically */
    margin: 0;
    /* Remove the auto margins here; the container handles it now */
    /* Remove max-width from here so the grid controls the sizing perfectly */
}

.content-placeholder {
    height: 200px;
    background: #eaeaea;
    margin-top: 20px;
    padding: 20px;
}

#header {
    margin: 0;
    text-align: center;
    width: 100%;
}


#sectionstrip {
    width: 100%;
    height: 33px;
    background-color: #3a3837;
}

#p7TM3_1 {
    text-align: center;
}

#slidecontain {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

#videoinfo {
    margin: 0;
    z-index: 9999;
    color: #555;
    background-color: #f8f8f8;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
}

#portname {
    text-align: center;
    color: #999;
    width: 100%;
    margin: 0%;

}


#content {
    margin: 0;
    min-width: 412px;
    min-height: 200px;
    float: left;
    padding-left: 30px;
    padding-top: 80px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: #FFF;
}

#content5 {
    margin: 0;
    width: 350px;
    min-height: 200px;
    float: left;
    padding-left: 30px;
    padding-top: 80px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: #FFF;
}

#contentab {
    width: 710px;
    min-height: 200px;
    margin-left: 30px;
    margin-bottom: 40px;
    padding-top: 80px;
}


#indletter1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    min-width: 400px;
    position: relative;
    font-size: 14px;
    text-align: left;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 5px;
    color: #444;
    font-weight: normal;
}

#indletter2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 650px;
    min-width: 500px;
    position: relative;
    font-size: 14px;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    color: #444;
    font-weight: normal;
}

@media (min-width: 0px) and (max-width: 750px) {

    #indletter2 {
        max-width: 550px;
        min-width: 500px;
    }

}

#footer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    text-align: left;
    color: #f8f8f8;
}


#termslowcon {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    color: #444;
    background-color: #FFF;
}


#title {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    color: #FFF;
    background-color: #555;
}

#pricecontain {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
#termscontain {
    width: 67%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

#demo {
    width: 20%;
    display: inline-block;
    margin: 10px;
}

#terms {
    color: #FFF;
    padding: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 5px;
    background-image: url(backgrounds/fade60blk.png);
}

#textdisplay {
    text-align: center;
    color: #444;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
    min-width: 650px;
}

#facebook {
    z-index: 5;
    visibility: visible;
}

#linkedin {
    z-index: 2;
}

#googleplus {
    z-index: 2;
}

#pageid {
    z-index: 10;
    text-align: center;
    font-size: 20px;
    width: 175px;
    border-radius: 9px 9px 9px 9px;
    background-image: url(backgrounds/fade_wht95.png);
    padding: 10px;
    position: absolute;
    top: 530px;
    left: 665px;
    display: none;
}


.exampletext {
    font-size: 22px;
    clear: both;
}

.exampletext2 {
    font-size: 18px;
    clear: both;
    margin-right: 150px;
    margin-left: 150px;
    text-align: left;
}

.borderrightgray {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #333;
}

.borderleftgray {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #333;
}

.absolutetext {
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    width: 100%;
    padding: 50px;
    z-index: 9999;
}

