@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('roboto-v49-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('roboto-v49-latin-700.woff2') format('woff2');
}
:root {
	--primary: #8b8561;
	--primaryLight: #f1eeda;
	--secondary: #f8b943;
	--third: #565454;
	--font: #565454;
    --h1: calc(2rem + 2vw);
    --h2: calc(1.3rem + 1vw);
    --h3: calc(1rem + 0.6vw);
    --p: calc(1rem + 0.5vw);
    --m-h1: 1.75rem;
    --border: 20px;
    --max: 1500px;
}
* {
    /*border: solid red 1px !important;*/
}
* {
    font-family: roboto;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
    max-width: 100vw;
    position: relative;
    box-sizing: border-box;
}
body {
    max-width: 1500px;
    background-color: var(--primaryLight);
}

li {
	list-style: none;
}
a {
    border: none;
	text-decoration: none;
    color: var(--font);
}
h1, p, h2, h3 {
    color: var(--font);
}
h1 {
    font-size: var(--h1);
}
h2 {
    font-size: var(--h2);
}
h3 {
    font-size: var(--h3);
}
p {
    font-size: var(--p);
}
.button {
    border-radius: 30px;
    background-color: var(--secondary);
    font-weight: 600;
    padding: 5px 17px;
    width: auto;
    height: auto;
    color: var(--font);
    font-size: 1.5rem;
    text-align: center;
}
.button:hover {
    transform: scale(1.05);
}
.flare {
    background-color: var(--secondary);
    width: 25vw;
    max-width: 320px;
    height: 1.5px;
}
.circle {
    width: 20vw;
    height: 20vw;
    max-width: 150px;
    max-height: 150px;
    border: 1.5px solid var(--secondary);
    border-radius: 50%;
}
.header-flare {
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
}


 /*     ---------------------------------------
        ---------------------------------------
        ---------------------------------------
        ----------MOBILE iPhone/ONLY-----------
        ---------------------------------------
        ---------------------------------------
        ---------------------------------------  */
@media only screen and (min-width: 0rem) {
#navigation {
    z-index: 100;
    position: sticky;
}
.navigation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
    border-radius: 15px;
    margin: 0 auto;
    padding: 5px 0;
    background-color: white;
    width: 82vw;
    top: 40px;
    transition: .65s;
}
.move-menu {
    transition: .65s;
    width: 100vw;
    top: 0;
}
#navigation .logo img {
    width: 100%;
    height: 100%;
}
#navigation .logo {
    width: clamp(100px, 13vw, 120px);
    margin-left:
}
#menu {
    display: none;
}
.mobile-menu #menu {
    display: grid;
    grid-column-start: span 2;
    justify-content: center;
    background-color: var(--secondary);
    width: 82vw;
    padding-left: 2vw;
    border-radius: 13px;
    text-align: center;
    position: absolute;
    top: clamp(83px, 10vw, 105px);
}
.move-menu #menu {
    width: 100vw;
}
.nav-menu {
    padding: 20px 0;
}
.nav-menu li {
    padding: 10px 0; 
}
#menu a {
    font-size: 1.6rem;
    font-weight: 600;
} 
#menu li {
    font-size: 1.6rem;
    font-weight: 600;
}
.nav-menu .dropdown-group {
    padding: 4px 0;
}
#menu .dropdown-group button {
    background-color: inherit;
    border: none;
    /*width: 95vw;*/
    font-family: roboto;
    font-size: 1.6rem;
    line-height: inherit;
    padding: 10px 0;
    color: var(--font);
    font-weight: 600;
}  
.dropdown {
    visibility: hidden;
}
.open .dropdown {
    visibility: visible;
    border-radius: 13px;
}
.caret {
    width: 1.5rem;
    transform: translateY(4px);
    transition: 0.75s ease;
}
.open .caret {
    transform: rotate(180deg) translateY(-3px);
    transition: 0.75s ease;
} 
#menu .drop-text:hover {
    cursor: pointer;
}
#menu .drop-text {
    margin-top: -5px;
    color: var(--font);
}
.text-cta {
    margin-top: -205px;
}
.open .text-cta {
    margin-top: 0px;
}
#navigation .box:hover {
    cursor: pointer;
}
#navigation .box {
    display: inline-block;
    width: clamp(50px, 5vw, 60px);
    height: clamp(50px, 5vw, 60px);
    background-color: var(--primary);
    position: relative;
    border-radius: 10px;
    margin-right: -5vw;
}
#navigation .box .line {
    background-color: #fff;
    width: 75%;
    height: 11%;
    border-radius: 5px;
    margin: 23% 0 0 12.5%;
    position: absolute;
}
#navigation .box .line2 {
    position: absolute;
    margin: 44.5% 0 0 12.5%;
}

#navigation .box .line3 {
    position: absolute;
    margin: 65% 0 0 12.5%;
}
/*     ---------------------------------------
       ---------------------------------------
       ----------Home Page iPhone/ONLY--------
       ---------------------------------------
       --------------------------------------- */
#hero {
    margin-top: 75px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 0 30px;
}
#hero h1 {
    color: black;
    font-size: var(--m-h1);
}
#hero-content {
    display: flex;
    flex-direction: column;
}
#hero picture {
    width: 75vw;
    order: -1;
}
#hero p {
    width: 85vw;
    margin-top: 30px;
    padding: 0 0 20px 0;
    order: -2;
    color: black;
}
#hero .circle {
    position: absolute;
    top: 160px;
    left: 65vw;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
}
#hero #headshot {
    width: 100%;
    border-radius: 20px;
    margin: 15px auto;
}
#hero .hero-line {
    grid-column-start: span 3;
    width: 65vw;
    height: 5px;
    max-width: 975px;
    background-color: var(--secondary);
    border-radius: 4px;
    margin-top: 35px;
}
#hero #hero-icons {
    width: 80vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    order: 0;
}
#hero-icons img {
    width: 40vw;
    margin: 0 -10vw;
}
#hero-icons #notepads {
    margin-left: -3vw;
}
#hero-icons #ruler {
    margin-left: -7vw;
}
#hero .button {
    margin: 25px auto;
}


}

 /*     ---------------------------------------
        ---------------------------------------
        ---------------------------------------
        --------MOBILE iPAD/only (772px)-------
        ---------------------------------------
        ---------------------------------------
        ---------------------------------------  */
@media only screen and (min-width: 48.3rem) {
#hero {
    margin-top: 75px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}
#hero-icons #notepads {
    margin-left: 6.1vw;
    }
#hero-icons #ruler {
    margin-left: 3vw;
}
#hero h1 {
    font-size: var(--h1);
}
#hero #hero-content {
    display: inline-block;
}
#hero-content picture {
    float: right;
    margin: 35px 0 20px 20px;
    width: 30vw;
    max-width: 450px;
}
#hero #headshot {
    margin: 0;
}
#hero p {
    width: 90vw;
    font-size: var(--p);
    margin-top: 25px;
    color: #000;
}
#hero .circle {
    top: 570px;
    left: 60vw;
}
#hero-icons img {
    width: 20vw;
    max-width: 300px;
}
#hero .hero-line {
    margin: 75px auto 2vw auto;
}
#notepads {
    margin-left: 3vw;
}
#ruler {
    margin-left: 1.5vw;
}
#hero-icons img {
    width: 23vw;
    margin: 0;
}



}

 /*     ---------------------------------------
        ---------------------------------------
        ---------------------------------------
        -----------DESKTOP/LAPTOP--------------
        ---------------------------------------
        ---------------------------------------
        ---------------------------------------  */
@media only screen and (min-width: 64rem) {
.mobile-nav {
    display: none;
}
.navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    margin: 0 auto;
    padding: 5px 0;
    background-color: white;
    width: 82vw;
    top: 40px;
    transition: .65s;
    max-width: 1230px;
}
.move-menu {
    transition: .65s;
    width: 98.5vw;
    top: 0;
    margin: 0 auto;
    max-width: var(--max);
    border-bottom: .75px solid var(--primaryLight);
}
#navigation .logo img {
    width: 100%;
    height: 100%;
}
.navigation .logo {
    width: 125px;
    margin-left: 2.45vw;
}
.move-menu .logo {
    width: 100px;
    margin-left: 10vw;
}
#menu {
    display: inherit;
}
#menu .nav-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
#menu .dropdown-group button {
    width: inherit;
 }
 #menu .dropdown-group button:hover {
    cursor: pointer;
 }
.navigation .text {
    margin-left: 2.25vw;
}
#menu a {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--font);
}
#menu li {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--font);
}
.caret {
    width: 1.5rem;
    transform: translateY(4px);
    transition: 0.75s ease;
}
.open .caret {
    transform: rotate(180deg) translateY(-3px);
    transition: 0.75s ease;
}
.navigation .dropdown {
    visibility: hidden;
    position: absolute;
}
.open .dropdown {
    visibility: visible;
    width: 220px;
    top: 80px;
    left: 10px;
    background-color: var(--secondary);
    border-radius: 0 0 13px 13px;
}
#menu .drop-text {
    margin-right: 3vw;
}
#menu .drop-text:hover {
    cursor: pointer;
}
.open .dropdown li {
    padding: 10px 0;
    font-size: 1.2rem;
    text-align: center;
    margin-left: -5px;
}
.open .dropdown li:nth-last-child(4) {
    margin-top: 15px;
}
.open .dropdown li:nth-last-child(1) {
    padding-bottom: 20px;
}
.open .dropdown span {
    position: absolute;
    height: 5px;
    width: 220px;
    background-color: var(--third);
}
.text-cta:hover {
    transform: scale(1.05);
}
#menu .text-cta {
    margin: 0 0 0 30px;
}

@media only screen and (min-width: 1150px) {
.navigation .logo {
    margin-left: 7vw;
}
.move-menu .button {
    margin-right: 10vw;
}
}



                       /*LANDING HOME PAGES*/

#hero {
    max-width: var(--max);
    margin: 75px auto 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}
#hero h1 {
    font-size: var(--h1);
    color: black;
    width: 80vw;
    text-align: center;
}
#hero-content {

}
#hero p {
    margin-top: 25px;
    font-size: var(--p);
    color: black;
    width: 90vw;
    max-width: 1350px; 
}
#hero .circle {
    max-width: 298px;
    max-height: 298px;
    top: 450px;
    left: 25vw;
}
#hero #hero-icons {
    width: 80vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}
#hero-icons img {
    width: 20vw;
    max-width: 300px;
}
#notepads {
    margin-left: 6.1vw;
}
#ruler {
    margin-left: 3vw;
}
#hero .button {
    margin: 40px 0;
}


}
