
#TikiName {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 45%;
    min-width: 400px;
    z-index: 20;
}
@media screen and (max-width: 400px) {
    #TikiName {
        width: 65%;
        min-width: 300px;
    }
}

#TikiName .NameLeftSide {
    display: inline-block;
    width: 29%;
}
@media screen and (max-width: 400px) {
    #TikiName .NameLeftSide {
        width: 20%;
    }
}

#TikiName .NameRightSide {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding-top: 30px;
}
@media screen and (max-width: 400px) {
    #TikiName .NameRightSide {
        width: 60%;
    }
}

#TikiName .MainName {
    width: 100%;
}

#TikiName .SubName {
    margin-top: 10px;
    width: 70%;
}

.BorderFrame {
    position: absolute;
}
.BorderFrame1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("tiki-wood.jpg");
    min-height:550px;
}
@media screen and (max-width: 600px) {
    .BorderFrame1 {
        min-height:400px;
    }
}
.BorderFrame2 {
    background-color: rgba(255, 255, 255, 0.8);
    /*
    background: linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,0)) ,
              linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0)) ; 
      */
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: #80511d;
    min-width: 425px;
    min-height: 164px;
}
@media screen and (max-width: 400px) {
    .BorderFrame2 {
        min-width: 225px;
    }
}
#ContactSign {
    position: absolute;
    bottom: 4px;
    right: 6px;
    min-width: 104px;
    max-width: 220px;            
    width: 20%;
    z-index: 100;
}
.EmbeddedSvg {
    width: 100%;
}
#FacetBoard1 {
    position: absolute;
    bottom: 20%;
    left: 10px;
    min-width: 400px;
    max-width: 600px;            
    width: 50%;
    z-index: 100;
}
@media screen and (max-width: 400px) {
    #FacetBoard1 {
        bottom: 30%;
        width: 90%;
        min-width: unset;
        max-width: unset;            
        z-index: 100;
    }
}
#FacetBoard1 .EmbeddedSvg {
    width: 48%;
}
#CertifiedLogos {
    position: absolute;
    left: 10px;
    bottom: 4px;
    width: 30%;
    max-width: 200px;

}
#CertifiedLogos .logo, #CertifiedLogos .tag {
    display:block;
    width: 100%;
}

.BeachBg {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    background: url('beach.jpg');
}