.site-header__container{background-color:#801919;display:flex;justify-content:space-around;padding:1em;align-items:center}.site-header__container .element{font-family:"Franklin Gothic Demi";font-size:1.6vw;color:#fff3df;text-decoration:none}.site-header__container a:nth-of-type(5){padding:.5em 1em .5em 1em;background-color:#ffe6bb;color:#801919}.site-header__container .logo{width:10%}@media(max-width: 700px){.site-header__container{display:none}}a:visited{color:#000}.link{padding:10px 0 10px 13px;display:block;height:50px;text-decoration:none;font-family:"Franklin Gothic Medium";font-weight:700;font-size:5vw; color: #000000 !important;}.mobile-menu{display:flex;width:100%;justify-content:space-between;align-items:center;display:none}.mobile-menu .site-header__logo{width:20vw}@media(max-width: 700px){.mobile-menu{display:flex;background-color:#801919}}.mobile-menu .logo{padding:20px}.mobile-menu .menu{padding:20px;width:70px;height:70px}.mobile-menu .menu{margin-top:10px}.sidebar{position:fixed;top:0;right:-260px;padding-top:60px;padding-bottom:30px;padding-left:0;padding-right:0;height:100vh;width:250px;display:flex;flex-direction:column;text-align:left;z-index:100;background-color:#ffe6bb;box-shadow:-10px 0 10px rgba(0,0,0,.1);backdrop-filter:blur(10px);transition:right .3s ease-in-out}.sidebar li{list-style:none;width:100%;padding:0;font-size:20px}.sidebar li:hover{background-color:#801919}.sidebar .close{position:fixed;top:28px;right:38px;height:30px;width:30px}
.cto7 {
      text-align: center;
      width: 24vw;
      position: relative;

      a {
         padding: 0.5em 1em 0.5em 1em;
 		background-color: #ffe6bb;
  		color: #801919;
        text-align: center;
        background-color: $secondary;
        color: $senary;
        font-family: "Beautiful Freak Bold";
        text-decoration: none;
        font-size: 3vw;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        display: inline-block;
        position: relative;
        z-index: 2; /* Keep button above by default */
      }
    }
.link:hover {
	color: 	#fff0db !important;
}