* {
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    font-family: 'Avenir';
    color: #1F3C88;
}
#supportline {
    height: 40px;
    font-size: 0.75rem;
}
ul {
    margin-left: 165px;
}
.support {
    display: inline-block;
    margin-right: 40px;
}
nav {
    height: 74px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #1F3C88;
    padding-bottom: 10px;
    padding-top: 10px;
}
a {
    color: #1F3C88;
    text-decoration: none;
}

#logo {
    width: 50%;
}
#eiko {
    width: 76.42px;
    height: 40px;
    margin-left: 165px;
}
#topnav {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.navlink {
    height: 24px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 48px;
}

.hero {
    height: 695px;
    background-image: url("../images/MtTam2.jpg");
    background-size: cover;
    background-position: center;
    
}
h1 {
    width: 629px;
    height: 270px;
    line-height: 67px;
    color: #F9D897;
    font-size: 3.25rem;
    font-weight: 500;
    position: absolute;
    margin-left: 165px;
    margin-top: 196px;
}
.blue {
    color: #1F3C88;
}
.yellow {
    color: #F7B633;
}
#btntop {
    width: 255px;
    height: 52px;
    background-color: #1F3C88;
    color: #F9D897;
    font-family: 'Avenir Next';
    border: 1px solid #1F3C88;
    border-radius: 6px;
    position: absolute;
    margin-left: 165px;
    margin-top: 572.66px;
    margin-bottom: 144.34px;
    line-height: 24px;
    font-size: 1rem;
    text-transform: uppercase;
}

#btntop:hover {
    background-color: #1F3C88;
    opacity: 0.85;
    cursor: pointer;
}

h2 {
    width: 730px;
    height: 49px;
    margin:  auto;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
}

h3 {
    font-family: 'Avenir Next';
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 40px;
    
}

#card-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 228px;
}

.card {
    width: 350px;
    height: 304px;
}

.icon-container {
    width: 174px;
    height: 174px;
    margin: auto;   
    box-sizing: border-box;
/* Yellow Shadow */
    filter: drop-shadow(0px 4px 22px rgba(247, 182, 51, 0.5));
}

.icon{
    widows: 111px;
    height: 111px;
    display: block;
    margin: auto;
    opacity: 0.55;
    border: 2px solid #F9D897;
    box-sizing: border-box;
/* Yellow Shadow */
    box-shadow: 0px 4px 22px rgba(247, 182, 51, 0.5);
    border-radius: 200px;
}

#first-card {
    margin-left: 165px;
    margin-right: 30px;
}

#last-card {
    margin-right: 165px;
    margin-left: 30px;
}
.msg {
    width: 270px;
    margin: auto;
    text-align: center;
}

#quote {
    height: 194px;
    line-height: 194px;
    background: rgba(243,247,250,1);
    color: black;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
    margin-top: 120px;
}
#benefits {
    width: 100%;
    height: 526px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#left {
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
}

#slogan {
    width: 540px;
    height: 195px;
    margin-left: 165px;
    font-size: 2rem;
    font-weight: 800;
    line-height: 48px;
    align-items: center;
    color: rgb(166,166,166);
}

.yellow-button {
    width: 255px;
    height: 52px;
    background-color: #F7B633;
    color: white;
    border: 1px solid #F7B633;
    border-radius: 6px;
    position: absolute;
    left: 165px;
    top: 227px;
    margin-bottom: 144.34px;
    line-height: 24px;
    font-size: 1rem;
    font-family: 'Avenir Next';
    text-transform: uppercase;
}
.yellow-button:hover {
    cursor: pointer;
    opacity: 0.85;
}

#benefits-button {
    position: absolute;
    left: 165px;
    top: 267px;
}

#right {
    width: 50%;
    margin-left: 50px;
}
ol {
    margin-top: 174px;
    margin-right: 165px;
    margin-left: 110px;

}
.benefit {
    width: 445px;
    font-weight: 400;
    line-height: 32px;
    font-size: 1.25rem;
    margin-bottom: 48px;
}
footer {
    width: 100%;
    height: 364px;
    margin-top: 80px;
    background-color: #1F3C88;
    color: white;
    
}
#footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(247, 182, 51, 0.25);
    
}
#bottom-logo {
    width: 89px;
    height: 89px;
    margin-left: 165px;
}
#white-logo {
    width: 67px;
    height: 33px;
}
#address {
   width: 200px;
   font-size: 0.75rem;
   line-height: 16px;
}
.bottomnav {
    font-weight: 600;
    font-size: 0.75rem;
    color: white;
    line-height: 16px;
    list-style: none;
    text-transform: uppercase;
    margin-right: 165px;
    margin-bottom: 13px;
}
#btnfooter {
    background-color: #F7B633;
    color: white;
    font-family: 'Avenir Next';
    padding: 4px 8px;
    border: 1px solid #F7B633;
    border-radius: 6px;
    width: 102px;
    margin-top: 5px;
}
#btnfooter:hover {
    cursor: pointer;
    opacity: 0.85;
}
#copyright {
    display: block;
    color: rgba(255,255,255,0.5);
    font-size: 0.75rem;
    line-height: 15px;
    margin-left: 165px;
    margin-top: 16px;   
}

/* Page 'About' style starts here */

#aboutnavbtn {
    display: inline-block;
    width: 255px;
    height: 52px;
    background-color: #F7B633;
    color: white;
    border: 1px solid #F7B633;
    border-radius: 6px;
    font-size: 18px;
    line-height: 33px;
}
li {
    padding-top: 18px;
}

#abouth1 {
    font-size: 48px;
    font-weight: 400;
    color: #F7B633;
    width: 884px;
    height: 70px;
    line-height: 70px;
    margin-top: 90px;
    margin-left: 278px;
    margin-right: 278px;
    text-align: center;
}

.container {
    margin-left: 165px;
    display: flex;
    font-size: 20px;
    text-align: left;
}

#firstimg {
    width: 445px;
    height: 316px;
    margin-right: 54px;
    margin-top: 329px;
    background-color:#F9D897;   
}
#firstp {
    width: 635px;
    height: 231px;
    margin-top: 310px;
    margin-right: 141px;
    font-weight: 400;    
}
#secondp {
    width: 630px;
    height: 240px;
    margin-top: 107px;
    margin-right: 30px;
    font-weight: 400;
}

#sndimg {
    width: 445px;
    height: 316px;
    margin-right: 141px;
    margin-top: 112px;
    margin-left: 32px;
    background-color: #F9D897;
}

#focus {
    width: 828px;
    height: 147px;
    margin: auto;
    margin-top: 120px;
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
}
/* 
#circle-container {
    display: flex;
    justify-content: space-between;
    margin: 122px 165px;
} */
/* 
.circle {
    width: 160px;
    height: 160px;
    border: 1px solid #1F3C88;
    border-radius: 50%;
} */
#growing {
    width: 100%;
    height: 488px;
    position: relative;
}
#growh2 {
    width: 635px;
    height: 130px;
    margin-top: 177px;
    font-weight: 400;
    font-size: 48px;
    line-height: 65.3px;
    text-align: center;
    align-items: center;
}
#grow-button {
    left: 40%;
    display: block;
    margin: auto;
}
#growbtn:hover {
    cursor: pointer;
    background-color: #F9D897;
}
/* Page 'Services' style starts here */
#content {
    width: 735px;
    height: 230px;
    margin: auto;
    margin-top: 223px;
    font-size: 1.25rem;
    margin-bottom: 40px;
}
h4 {
    width: 735px;
    height: 78px;
    margin: auto;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
#service-container {
    height: 270px;
    margin: 0 230px;
    display: flex;
    justify-content: space-between;
    
}
.services {
    display: inline-block;
    width: 220px;
    height: 220px;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
}
/* #last-service {
    margin-right: 230px
} */
.service {
    width: 111px;
    height: 111px;
    display: block;
    margin: auto;
    margin-top: 40px;
    opacity: 0.55;
    border: 2px solid #F9D897;
    box-sizing: border-box;
/* Yellow Shadow */
    box-shadow: 0px 4px 22px rgba(247, 182, 51, 0.5);
    border-radius: 200px; 

}
.service-title {
    font-size: 1.25rem;
}
h6 {
    width: 635px;
    height: 50px;
    margin: auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.5px;
    margin-top: 70px;
    align-items: center;
}
/* Form styles starts here */
#form-title {
    
}