@media only screen and (max-width:100px){#logo{min-height:80px}}@media only screen and (min-width:100px){#logo{min-height:90px}}.cta-button{border:1px solid white;border-radius:19px;background:black;box-shadow:0px 0px 12px 3px violet;transition:all .3s 0s}.cta-button a{padding:18px!important;color:white!important}.cta-button:hover{transform:scale(1.1);transition:all .2s 0s}