
/*
SHADOW 1: box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

SHADOW 2: box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

SHADOW 3: box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

SHADOW 4: box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

SHADOW 5: box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
*/




#HomeSec {
    height: 100vh;
    max-height: 1200px;
    min-height: 700px;
    background: white;
    background-image: url(../img/CoupleInWater.jpg);
    background-size:contain;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
    position: relative;

}
#HomeTextDiv {
    position: relative;
 
    color: white;
    margin: 0 auto;
 
}

#HomeTextDiv h1 {
    margin: 0 0;
    font-weight: 300;
    font-size: 43px;
    text-align: center;
    padding-bottom: 10px;
}
#HomeTextDiv h2 {
    margin: 0 0;
    font-weight:400;
    font-size: 65px;
    text-align: center;
        padding-bottom: 10px;
   

}
#HomeTextDiv h3 {
    margin: 0 0;
    font-weight: 300;
    font-size: 42px;
    text-align: center;
        padding-bottom: 10px;

}
#HomeBackground {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}


#WonderingSec {
    background: white;
    overflow: hidden;
    padding-bottom: 70px;
    position: relative;
}
#WonderingSec h1 {

    text-align: center;
    font-size: 25px;
    line-height: 150%;
    font-weight: 300;
    padding-top: 70px;
    padding-bottom: 50px;
    width: 700px;
    margin: 0 auto;

}
#WonderingSec h2 {
    font-weight: 300;
    color: #b41932;
    text-align: center;
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#WonderingBreak b {
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: solid 3px lightgray;
    position: relative;
    top: 13px;
    
}
#WonderingQuoteRight {
    font-size: 40px;
    color: rgb(230,230,230);
    position: relative;
    top: 30px;
    left: 15px;
    
}
#WonderingQuoteLeft {
    font-size: 40px;
    color: rgb(230,230,230);
    position: relative;
    top: -10px;
    right: 15px;
    transform: rotate(180deg);
    
}
#WonderingSec h3 {
   text-align: center;
    font-size: 25px;
    line-height: 150%;
    font-weight: 300;
    padding-top: 100px;
    padding-bottom: 150px;
    width: 750px;
    margin: 0 auto;
}
#WonderingImg {
    height: 100%;
    width: 500px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    object-fit: cover
}
#WonderingInnerDiv {
    width: calc(100% - 500px);
    float: right;
}

#IntroSec {
    height: 600px;
    background: #b41932;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.3);
}
#IntroSec b {
    font-weight: 200;
}
#IntroSec div {
    margin: 0 auto;
}
#IntroSec h1 {
    font-weight: 100;
    font-size: 60px;
    text-align: center;
    color: white;
    margin: 0 0;
    padding-bottom: 20px;
}
#IntroSec h2 {
    font-weight: 500;
    font-size: 23px;
    text-align: center;
    color: rgba(255,255,255,0.9);
 
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0;
}
#IntroSec i {
    font-size: 30px;
    text-align: center;
    display: block;
    color: rgba(255,255,255,0.9);
    padding-top: 10px;
}

#PowerSec {
    background: #191919;
    height: 600px;
    position: relative;
    
}
#PowerIcon1 {
    position: absolute;
    top: calc(50% - 100px);
    height: 200px;
    left: 0px;
    transform: rotate(90deg);
    color: white;
    font-size: 300px;
    
}
#PowerIcon2 {
    position: absolute;
    top: calc(50% - 100px);
    height: 200px;
    right: 0px;
    transform: rotate(-90deg);
    color: white;
    font-size: 300px;
    
}
#PowerSec p{
    color: white;
    font-size: 17px;
    line-height: 140%;
    font-weight: 300;
    width: 600px;
    margin: 0 auto;
    text-align: justify;
}


#HIMFSec {
    height: calc(100vh - 80px);
    max-height: 800px;
    min-height: 600px;
    background: white;
    overflow: hidden;
   
}
#HIMFSec img{
    height: 100%;
    width: 50%;
    object-fit: cover;
    background: black;
}
#HIMFSec h2 {
    font-size: 17px;
    color: black;
    font-weight: 300;
    text-align: justify;
    line-height: 130%;
    color: dimgray;
    padding-left: 25px;
    padding-right: 25px;
}
#HIMFSec h1 {
    font-weight: 100;
    display: block;
    font-size: 35px;
    text-align: center;
    color: black;
    text-transform: uppercase;
}
#HIMFAlignDiv {
    height: 100%;
    float: right;
    width: 50%;
}
#HIMFSec b {
    display: block;
    height: 3px;
    width: 60px;
    background: #e74c3c;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 30px;
}
#HIMFTextDiv {
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
}

#GetSec {
    background: rgb(235,235,235);
    overflow: hidden;
    padding-top: 100px;
}
#GetTitle {
    font-size: 35px;
    font-weight: 300;
    color: dimgray;
    text-align: center;
    margin-bottom: 100px;
}
#GetTitle b {
    font-size: 53px;
    display: block;
    font-weight: 100;
    padding-top: 20px;
    color: #b41932;
}
#GetSec h6{
    font-size: 100px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 100px;
    margin-top: 100px;
    color: dimgray;
}

#GetItemDiv {
    width: 750px;
    margin: 0 auto;
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 3px;
    margin-bottom: 100px;
    
    position: relative;
}
#GetItemDiv i {
    position: absolute;
    height: 75px;
    width: 75px;
    background: #b41932;
    border-radius: 50%;
    border: solid 5px white;
    
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    font-size: 40px;
    text-align: center;
    color: white;
    padding-top: 13px;
    left: calc(375px - 37.5px);
    top: -37.5px;
}
#GetItemDiv h1 {
    text-align: center;
    margin: 0 0;
    padding-top: 60px;
    font-size: 30px;
    font-weight: 100;
    color: black;
    
}
#GetItemDiv h2 {
    text-align: justify;
    width: 500px;
    font-size: 15px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
}
#GetItemDiv h3 {
    font-size: 50px;
    font-weight: 100;
    color: #b41932;
    text-align: center;
    margin-top: 0px;
}
#GetItemDiv small {
    display: block;
    font-size: 20px;
    margin-top: -15px;
    font-weight: 300;
    color: dimgray;
}
#GetEndText {
    font-size: 20px;
    font-weight: 300;
    color: black;
    width: 750px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
    line-height: 140%;
}


#PriceSec {
    background: rgb(235,235,235);
    overflow: hidden;
    padding-bottom: 100px;
}
#PriceSec h1 {
    
    width: 700px;
    margin: 0 auto;
    text-align: justify;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    padding-top: 0px;
    
}
#PriceSec b{
    font-weight: 400;
}
#PriceNumber {
    font-weight: 100;
    text-align: center;
    color: white;
       
    height: 110px;
    width: 450px;
    margin: 0 auto;
    background: #b41932;
    border: solid 5px white;
    border-radius: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

     margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 22px;
}
#PriceNumber small {
    font-size: 20px;
    color: rgba(255,255,255,0.7);
    font-weight: 300;
}
#PriceSec h3 {
 width: 700px;
    margin: 0 auto;
    text-align: justify;
    font-weight: 300;
    font-size: 25px;
    line-height: 140%;
}


#BonusSec {
     background: #272727;
    overflow: hidden;
    padding-top: 100px;
    text-align: center;
}
#BonusTitle {
     width: 700px;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    font-size: 25px;
    line-height: 130%;
    padding-bottom: 50px;
    color: white;
}
#BonusItemDiv {
    width: 350px;
    margin: 0 auto;
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 3px;
    margin-bottom: 0px;
  overflow: hidden;
    position: relative;
    padding-top: 10px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
}
#BonusItemDiv img {
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 280px;
    margin-top: 20px;
    border: solid 5px white;
    border-radius: 3px;
     box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#BonusItemDiv h1 {
    text-align: center;
    margin: 0 0;
    padding-top: 30px;
    font-size: 20px;
    font-weight: 300;
    color: black;
    line-height: 130%;
    
}
#BonusItemDiv h3 {
    font-size: 40px;
    font-weight: 100;
    color: #b41932;
    text-align: center;
    margin-top: 10px;
}
#BonusItemDiv small {
    display: block;
    font-size: 17px;
    margin-top: -10px;
    font-weight: 300;
    color: dimgray;
}
#BonusEndText {
     width: 700px;
    margin: 0 auto;
    text-align: justify;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    padding-bottom: 100px;
    color: white;
    margin-top: 80px;
}
#BonusSec a {
    color: inherit;
}
#BonusSec a:hover {
    text-decoration: underline;
}

#RiskFreeSec {
    overflow: hidden;
    background: white;
    padding-top: 100px;
    padding-bottom: 100px;
    
}
#RiskFreeSec h1 {
    font-weight: 100;
    text-align: center;
    font-size: 60px;
    color: #b41932;
    margin-top: 0px;
}
#RiskFreeSec h2 {
    color: dimgray;
    text-align: center;
    font-size: 25px;
    margin-top: -15px;
    font-weight: 300;
}
#RiskFreeSec h3 {
    font-size: 17px;
    text-align: justify;
    width: 700px;
    margin: 0 auto;
    line-height: 130%;
}

#CTASec {
     height: 400px;
    background: #b41932;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.3);
}
#CTASec button {
    width: 450px;
    height: 100px;
    font-size: 40px;
    text-align: center;
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin: 0 auto;
    display: block;
    font-weight: 200;
    color: #b41932;
    border: none;
    border-radius: 3px;
    padding-top: 5px;
    cursor: pointer;
}
#CTASec button:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border-radius: 50px;
}
#CTASec button a {
    color: #b41932;
}

#SignitureSection {
    
    height: 100vh;
    max-height: 1100px;
    min-height: 800px;
    background-image: url(../img/WoodBackground.jpg);
    background-size: cover;
    overflow: hidden;
    background-position: bottom;
}
#SignitureDiv {
    width: 700px;
    background: white;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px;
    text-align: justify;
    line-height: 125%;
    font-weight: 300;
    font-size: 17px;
}
#SignitureDiv a {
    
    color: inherit;
}
#SignitureDiv a:hover {
    text-decoration: underline;
}
#SignitureImg {
    width: 150px;
    
}

#NeedSec {
    height: 400px;
    background:white;
    border-top: solid 1px lightgray;
}
#NeedSec h3 {
    width: 950px;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    line-height: 140%;
    font-weight: 300;
    
}


@media only screen and (max-width:1300px) {
    
    #WonderingImg {
        width: 350px;
    }
    #WonderingInnerDiv {
        width: calc(100% - 350px);
    }
    #WonderingInnerDiv h1{
        font-size: 22px
    }
    
    #PowerIcon1 {
        left: -100px;
    }
    #PowerIcon2 {
        right: -100px;
    }
    #PowerSec p {
        width: 500px;
    }
    
    #BonusItemDiv {
        width: 300px;
    }
    #BonusItemDiv img {
        height: 220px;
    }
    #BonusItemDiv h1 {
        width: 90%;
        margin: 0 auto;
        font-size: 17px;
        font-weight: 300;
    }
    
}

@media only screen and (max-width:1050px) {

    #WonderingImg {
        width: 300px;
    }
    #WonderingInnerDiv {
        width: calc(100% - 300px);

    }
    #WonderingInnerDiv h1 {
        width: 500px;
font-size: 25px;
    }
    #WonderingInnerDiv h2 {
        font-size: 20px;
        font-weight: 300;
    }
    #WonderingQuoteLeft {
        font-size: 25px;
    }
     #WonderingQuoteRight {
        font-size: 25px;
    }
    
    #NeedSec h3 {
        width: 600px;
        font-size: 25px;
    }
    
   
    
    #HIMFAlignDiv {
        width: 65%;
    }
    #HIMFSec {
   
        height: 600px;
   
    }
    #HIMFSec img{
        height: 100%;
        width: 35%;
        object-fit: cover;
        background: black;
    }
  
    
}

@media only screen and (max-width:800px) {

    #HomeSec {
        height: 800px;
        background-attachment: local;
        background-position: center;
    }
    #HomeTextDiv {
        width: 90%;
    }
    #HomeTextDiv h1 {
        font-size: 7.8vw;
        width: 100%;
    }
    #HomeTextDiv h2 {
        font-size: 8.7vw;
        width: 100%;
    }
    #HomeTextDiv h3 {
        font-size: 7.5vw;
        width: 100%;
    }

    #WonderingInnerDiv h1 {
        width: 90%;
        font-size: 18px;
    }
    #WonderingImg {
        width: 100%;
        height: 400px;
        object-position: top;
        position: static;
    }
    #WonderingInnerDiv {
        width: 100%;
        height: auto;
    }
    #WonderingQuoteLeft {
        display: none;
    }
    #WonderingQuoteRight {
        display: none;
    }
    #WonderingInnerDiv h2 {
        width: 90%;
        margin: 20px auto;
        font-size: 35px;
        line-height: 120%;
        margin-top: 40px;
        
    }
    
    #NeedSec h3 {
        width: 85%;
        font-size: 20px;
    }
    
    #IntroSec h1 {
        font-size: 40px;
        width: 300px;
        margin: 0 auto;
        line-height: 140%;
    }
    #IntroSec b {
        font-size: 60px;
    }
    #IntroSec h2 {
        width: 300px;
        margin: 0 auto;
        font-size: 20px;
    }
    
    #PowerIcon1 {
        display: none;
    }
    #PowerIcon2 {
        display: none;
    }
    #PowerSec p {
        width: 85%;
        font-size: 15px;
    }
    
     #HIMFSec {
     height: 800px;

    }
    #HIMFSec img{
       width: 100%;float: none;
        height: 300px;
    }
    #HIMFSec h2 {
        width: 95%;
        margin: 0 auto;
        line-height: 115%;
        font-size: 14px;
    }
    #HIMFSec h1 {
        font-size: 30px;
    }
    #HIMFAlignDiv {
       width: 100%;
        height: 500px;
    }
    #HIMFTextDiv {
      
    }
    
    #GetTitle {
        font-size: 35px;
        width: 90%;
        margin: 0 auto;
    }
    #GetTitle b {
        font-size: 35px;
        font-weight: 300;
        width: 300px;
        margin: 0 auto;
        margin-bottom: 80px;
    }
    #GetItemDiv {
        width: 90%;
    }
    #GetItemDiv i {
            left: calc(50% - 37.5px);

    }
    #GetItemDiv h1 {
        font-size: 20px;
        line-height: 125%;
        width: 90%;
        margin: 0 auto;
    }
    #GetItemDiv h2 {
        width: 90%;
        line-height: 120%;
    }
    #GetSec h6 {
        width: 90%;
        margin: 0 auto;
        font-size: 90px;
        margin-bottom: 50px;
    }
    #GetEndText {
        width: 90%;
    }
    
    #PriceSec h1 {
        width: 90%;
        font-size: 17px;
    }
    #PriceSec h2 {
        width: 300px;
        font-size: 30px;
        height: auto;
        padding: 20px 0;
    }
    #PriceSec h3 {
        width: 90%;
        font-size: 17px;
    }
    
    #BonusTitle {
        width: 90%;
    }
    #BonusItemDiv {
        margin-bottom: 50px;
        width: 300px;
    }
    #BonusItemDiv h1 {
        font-size: 17px;
    }
    #BonusItemDiv img {
        height: 250px
    }
    #BonusEndText {
        width: 90%;
    }
    
    #RiskFreeSec h1 {
        font-size: 30px
    }
    #RiskFreeSec h2 {
        font-size: 17px
    }
    #RiskFreeSec h3 {
        width: 90%;
        font-size: 15px;
    }
    
    #CTASec button {
        width: 90%;
      font-size: 30px;
        font-weight: 300;
    }
    
    #SignitureDiv {
        width: 90%;
        padding: 30px 20px;
    }
    #SignitureSection {
        height: 700px;
    }
    
 
    
}












