
*{
    margin: 0;
    padding: 0;
    background-color: #D7CDED;
    font-family: 'camberregular', Arial, Helvetica, sans-serif;
}

h1{
    font-style: normal;
    font-family: 'cambersemi_bold';
    font-size: 40px;
    line-height: 52px;
}

h2{
    font-style: normal;
    font-family: 'cambermedium';
    font-size: 25px;
    line-height: 32px;
}

h3{
    font-style: normal;
    font-family: 'cambermedium';
    font-size: 20px;
    line-height: 26px;
}

h4{
    font-style: normal;
    font-size: 15px;
    line-height: 20px; 
}

p{
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
}


/* nav */
nav {
    overflow: hidden;
    /* position: fixed;  */
    top: 0; 
}

.wrapper{
    /* position: relative; */
    width: 90%;
    height: 8rem;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

nav a, nav h4{
    text-decoration: none;
    color: black;
    padding-top: 8px;
    padding-bottom: 8px;
}

nav h4:hover{
    font-family: 'cambersemi_bold';
    font-weight: bold;
}

.info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.logo{
    width: 79px;
}

.search{
    width: 20px;
    margin-left: 34px;
    margin-right: 34px;
}

a{
    text-decoration: none;
}