body{
background: #fffaeb
}
@import url('https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@1..900&family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@1..900&family=Manrope:wght@200..800&display=swap');

*{
    margin: 0;
    padding:0;
}

h1{
    font-size: 25px;
    line-height: 32px;
    color:#2a3c40;
    font-family:"Hepta Slab", serif;
    font-weight: 600;
}

p {
    font-size: 14px;
    line-height: 20px;
    color:#2a3c40;
    font-family:"Manrope", serif;
}
h2 {
    font-size: 30px;
    line-height: 37px;
    color:#526760;
    font-family:"Hepta Slab", serif;
    font-weight: 550;
}

h3{
    font-family: "Hepta Slab", serif;;
    font-size: 145px;
    line-height: 160px;
    font-weight: 800;
    color: #db6672;}
    
.header-main {
    position: fixed;
    top: 0px;
    left: 0px;
    right:0px;
    z-index: 1000;
      width: 100%;
      height: 70px;
      background-color: #DB6672;
      display: flex;
      justify-content: space-between;
     padding: 0;
     font-family: "Hepta Slab", serif;
}


.header-main-nav {
    width: 100px;
    height: 70px;
    top: 0px;
    left:0px;
    background-color:#DB6672;
    display:flex;
}

.header-main-nav-img{
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom:0px;
    align-self: first center;
    display: flex;
}

.header-main-nav ul {
    list-style: none;
}
ul {
list-style: none;
background: #DB6672;
}
ul li{
    display: inline-block;
    position: relative;
}
ul li a {
    display: block;
    padding: 20px 25px;
    color: #fffaeb;
    text-decoration: none;
    text-align: center;
    font-size: 20px;

}
ul li ul.dropdown li {
display: block;
}

ul li ul.dropdown {
width: 100%;
background: #DB6672;
position:absolute;
z-index:999;
display: none;
}

ul li a:hover {
background: #526760;
}

ul li:hover ul.dropdown {
    display: block;
}


a{
    cursor: pointer;
}


.header-main-logo {
    width: fit-content;
    height: 100%;
    background-color: #DB6672;
    display: flex;

}
.header-main-logo img{
    height: 70px;
}



.header-main-other {
    width: 120px;
    height: 100%;
    background-color:#db6672;
}


main{
    width: 100%;
    height: calc(100vh - 70px);
    margin-top: 70px;
    background-image:  url(../assests/logos/sigacross_re2.png), url(../assests/icons/ashcutout2.png), url(../assests/shapes/bg_shapes3.png);
    background-size: 80vh, 50vh, cover; /*if 100vh doesn't work, return to 'cover'*/
    background-repeat: no-repeat;
    background-position: calc(50% - 350px) calc(50% - 50px), calc(50% + 250px) center, center;
    display: flex;
    justify-content: center;
    align-items: center;

 }
.hero-intro {
    position: relative;
    right: 10vh;
    top:18vh;
 }
 main .hero-intro h1{
    font-size: 40px;
    line-height: 60px;
    
 }

 main .hero-intro p{
    font-size: 18px;
    line-height: 26px;
 }
 
 .checkout{
    display:flex;
    align-items: center;
    padding: 15px 30px;
    width: fit-content;
    font-family: "Manrope", serif;   
    font-size: 14px;
    color: #fffaeb;
    gap:10px;
    border:none;
    border-radius:50px;
    background: #db6672;
    cursor:pointer;
    margin-top: 20px;
 }

 .hero-quotes {
    position: relative;
    left: 37vh;
    bottom:-5vh;
 }
 main .hero-quotes h2{
    border-left:6px #2a3c40;
    padding:20px;
 }



/*.conatiner{  flex box for sig and pfp
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 200px;
    margin-bottom: 50px;
}


.image {
    width: 500px;   
   
}


.signature {
    width:650px;
   
}
.intro-text{

    display: flex;
    flex-wrap: wrap;
    margin-left: 200px;
    margin-right: 200px;
    font-family: "Manrope";
}
.bg_shapes{
    width: 100%;
    z-index: 2;
    
}*/