* {
    box-sizing: border-box;
    padding:0;
    margin:0;
}
body,html{
    height: 100%;
    width: 100%;
    font-family: pollen-web, serif;
    font-weight: 400;
    font-style: normal;
}

.container{
    font-size: 16px;
    /* height: 100vh; */
    /* display:grid; */
    /* grid-template-areas:
     'nav nav nav'
     'header header header'
     'content content content'
     'footer footer footer'; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* grid-template-rows: 80px repeat(7, 1fr) 60px; */
    /* max-width: 1400px; */
    /* margin: auto; */
}

main.hb-p-6272bea9d3e2a80007c8e80b-1{
    height:70%;
    margin: 50px;
}


section.home-about{
    background-color: #2c7e89;
    color: white;
    height: 50%;
    display: flex;
    flex-direction: row;

}
p.home-about-paragraph {
    margin: auto;
    width: 60%;
    word-spacing: 10px;
    line-height: 25px;
    padding: 5px;
}
main{
    margin: auto;
    color:#2c7e89;
}
h1.home-header{
    color:#2c7e89;
    font-size: 35px;
    padding-top: 5% ;
    margin: auto;

}
header{
    /* grid-area:header; */
    margin:
    auto;
    text-align: center;
}
nav{
    /*grid-area: nav;*/
    background-color: #2c7e89;
    width: 100%;
    text-align: center;
    word-spacing: 150px;
    font-size: 25px;
    font-weight: bold;
    position: sticky;
    top: 0px;
    border: 0.5px solid #80c7d4;
}


.section.services-home{
    background-color: #e1e1e130;

}
.services-home{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2fr, 2fr, 1fr;
    height:60%;
    justify-items: center;
    justify-content: space-around;
}
.services-home-div{
  /** border: 1px solid goldenrod;**/
   text-align: center;
   align-items: center;
   margin-top:25px;
   margin-bottom: 25px;
   width: 350px;
   height:300px;
   font-size: 35px;
   color:#2c7e89;
  
 
}
a.learn-more-btn{
    grid-column: 1/3;
    grid-row: 3/4;
    background-color: #80c7d4;
    font-size: 25px;
    padding: 15px;
    color:white;
    width: 50%;
    text-align: center;
    margin-bottom: 15px;
 

}
.services-home img{
    border: 2px solid darkgoldenrod;
}
.services-home-div:hover{
    font-size: 40px;
}

.services-home-div.finances{
   grid-column: 1/3;
   grid-row: 2/3;
 }
 .bigger-font{
     font-size: 25px;
 }

section.welcome{
    margin-left: 105px;
}
p.welcome-message{
    color:#2c7e89;
    line-height: 50px;
    word-spacing: .2em;
    font-size: 27px;
    max-width: 700px;
  

}
a.btn{
    background-color: #80c7d4;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    font-weight:bold;
    border-radius: 15px;
    width: 350px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left:auto;
    margin-right:auto;
}
a.btn:hover{
    background-color: #2c7e89;
    color:white;
    border: 1px solid gold;
}
img.home-image{
  
    background-repeat: no-repeat;
    background-size:cover;
    background-position: right;
    margin-right: 75px ;
    height:600px;
    width: 100%;
    margin-top: 15px;
    margin-left: -15px;
    margin-bottom: 15px;
    border: 2px solid darkgoldenrod;

}
section.welcome{
    background-color: #e1e1e130;
    margin: 0;
}
.home-img{
    background-color: #13365c;
}
section.welcome{
    display:flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

.section1{
    width: 100%;
    height: 25%;
    text-align: center;
    padding: 25px;
    color:rgb(84, 154, 197);
}
.welcome-home{ 
     margin-left: 85px;
    margin-right: 85px;
    text-align: justify;
    line-height: 45px;
    margin-top: 95px;
    font-size: 25px;
}
.page-headings{
    color: pink;
    text-align: center;
}

p.note{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
h1.consultation, p.disclaimer-consult{
    text-align: center;
    color:#2c7e89;
    
}
h1.consultation{
    margin-top:85px;
}


p.disclaimer-consult, .note{
    font-style: italic;
    color:#2c7e89;
}
hr{
    /** change hr color **/
    background-color:rgb(84, 154, 197);

}
h1.consultation span{
    text-decoration: underline;
}

main.contact-us{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 1fr;
    justify-content: center;
    
}
img.moneytalk{
    margin-left:auto;
    margin-right:auto;
    grid-column: 1/3;
    grid-row: 1/2;
  }
  /** Honey Book Contact Form**/
.hb-p-6272bea9d3e2a80007c8e80b-1{
    border: .5px solid rgb(22, 61, 99);
    grid-column: 1/2;
    grid-row: 2/3;
    margin-left: 30px;
 
}
div.contact-img {
    background-repeat: no-repeat;
    background-size:left;
    width: 100%;
    height:100%;
    grid-column: 2/3;
    grid-row: 2/3;
    margin-left: 25px;
    margin-bottom: 0;
    box-shadow: 15px 15px 15px rgb(209, 224, 229, .5);
  
}


.services-content{
    margin: 75px;
}

ul {
   
    list-style-type: none;
    margin-top: 25px;
    padding-bottom: 15px;
  }
  li{
    margin-top:5px;
    display:inline;
    padding:35px;
    letter-spacing:4px;
  }
 
  a{
      color:white;
      text-decoration: none;
  }

  a:hover{
 text-decoration: underline;
 font-size:30px;
  }
  a:active{
      color:#cfd0cb
  }
  footer{
     /* grid-area:footer; */
     text-align: center;
     bottom: 0;
     background-color: #2c7e89;
     padding: 20px;
     color:
     white;
     font-size: 12px;
}

main.services-pricing{
    display: grid;
}


/**
CSS for Table that has pricing and services
**/
th,
td {
    text-align: center;
    padding: 15px;

}

td:first-child{
    font-weight:bolder;
}
.price-emp {
    font-weight: bold;
}

table {
   margin-left: 20px;
   margin-right:20px;
   border-collapse: collapse;
   border-spacing:5px;
}
tr:nth-child(even){background-color: #edf7fa;}


th{
    border: 1px solid #25568a;
    padding: 20px;
}
.f-true{
    font-size: 20px;
}
th{
    background-color:#13365c;
    color:white
}
table {
border:none;
border-collapse: collapse;
}

table td {
border-left: 1px solid rgb(75, 121, 158);
border-right: 1px solid rgb(75, 121, 158);
border-bottom: 1px solid rgb(75, 121, 158);

}

h2.price-header-title{
text-align: center;
padding: 25px;
font-size: 40px;
word-spacing: 5px;
color:#13365c;
}
th{
    font-size: 20px;
}

/** About Page **/

  a.about-link{
      color:white;
      background-color:#2c7e89;
      height: 50px;
      width: 100px;
      padding: 10px;
      margin-top: 20px;
  }
  a.about-link:hover{
      color:#13365c;
      background-color: white;
  }
  .about-quote{
      color:#13365c;
      font-weight: bold;
      font-variant: small-caps;
      font-size: 45px;
      padding:15px;
        /* width: 100%; */
      /* margin-left: 10px; */
      /* margin-right: 10px; */
      text-align: center;
      background-color:
      rgb(149, 178, 202, .3);
      font-family: nautica, sans-serif;
      font-weight: 500;
      font-style:
      normal;
  }
  p.about-message{
      margin-right:auto;
      margin-top:100px;
      padding:40px;
      text-align: left;
      width: 50%;
      font-size: 20px;
      font-weight:900px;
      background-color: rgb(193, 226, 238, .8);
      text-align:justify;
      color: black;
      margin-left: 18px;
      margin-bottom: 20px;
  }
main.main-about{
    color:white;
    background-image: url('/imgs/kimnew5.png');
    background-size:cover;
    background-repeat: no-repeat;
    background-position:left -155px;
    width:100%;
    /* height: 950px; */
    min-height: 600px;
    display:flex;
    max-width: 1400px;
}
.home-about-img{
margin-right:20%;
margin-top: auto;
margin-bottom: 25px;
border-radius:10%;
border: 2px solid darkgoldenrod;

}
.fa-brands{
    color:#80c7d4;
}
img.service-headings {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height: 500px;
}

footer.footer-home{
    border-top: 1px solid #80c7d4;
}
h2.home-welcome.Kim-Welcome{
    font-size: 75px;
    color:#80c7d4;
    font-family: lemongrass-script, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.welcome-bkg{
    background-color :rgba(21, 39, 54, 0.3);
    padding:15px;
    margin-top: 25px;
   
}
.quot-sec{
    display: flex;
    justify-content: space-around;
    color: #f0f0f070;
    background-color: #2c7e89;
    height: 300px;
    font-size: 100px;
    text-align: center;
    padding: 30px;
    word-spacing: 75px;
    font-variant-caps: small-caps;
    font-family: nautica, sans-serif;
    font-weight: 500;
letter-spacing: 10px;
    font-style: normal;
    
    
    
    
}
span.plan{
    align-self: flex-start;
}

span.execute{
    align-self:flex-end;
}

span.adjust{
    align-self:flex-start;
}
span.repeat{
    align-self:flex-end;
}
.logo {
    max-width: 100%;
  }

@media (max-width: 768px) {
    footer{
        width: 100%;
    }
    nav {
        margin:auto;
		font-size: 1.4em;
		margin: 0;
		padding: 0;
		text-align: center;
       
       
	}

	nav ul {
		margin: 0;
		padding: 0;
      
	}
	nav a {
		display: block;
		text-decoration: none;
     
	}

  .about-quote {
    width: 100%;
  }
  
  p.about-message {
    width: 96%;
  }

  main.main-about {
    background-image: none !important;
  } 
  main.contact-us{
    display: flex;
    flex-direction: column;
  }
  div.contact-img{
      width:100%;
  }
.contact-pic{
      width:100%;
  }
  .welcome-home{ 
    text-align: left;
}
img.service-headings{
    width:500px;
    height:300px;
}
.quot-sec{
    display: flex;
    flex-direction: row;
    font-size: 40px;
    padding: 20px;
}
section.home-about{
    display: flex;
    flex-direction: column;
}
  
}

@media (max-width:600px){
  .container{
    display:grid;
  }
  
  img.contact-pic {
    width: 100%;
}

.moneytalk{
    width:350px;
    height:200px;
}
  
}
@media (max-width:1200px){
  
.home-welcome.Kim-Welcome{
    font-size:60px;
}
.welcome-home {
    text-align:center;
  }
}

@media (max-width:1500px){
  
.welcome-home {
    text-align:center;
  }
}





