.small-nav-background { position:relative; top:0; width: 100%; height: 75px; // background-color: #006633; } .small-logo { width: 60px; height: 60px; } .small-logo > path{ fill:#ffffff; } .small-title-container { margin-left:5px; height:60px; } .small-title { margin-top:2px; font-family: Nunito-SemiBold; font-size: 25px; line-height: 30px; color: #FFFFFF; } .small-sub-title { opacity: 0.75; font-family: NunitoSans-Regular; font-size: 15px; color: #FFFFFF; margin-top:2px; } .long-container{ position:relative; width:59%; height:100%; display:flex; align-items:center; } .collapsed-links { display: flex; flex-direction: row; width: 340px; justify-content: space-between; margin:auto 0px auto 25px; color:white; } .collapsed-link-font { font-family: NunitoSans-Regular; font-size: 18px; color:inherit; } .collapsed-check-code-button { position: absolute; top: 50%; right: 30px; height: 35px; width: 160px; transform: translateY(-50%); // background-color:green; border-color: #FFCC33; border-style: solid; border-width: 2px; border-radius: 50px; opacity: 0.9; font-family: NunitoSans-Regular; font-size: 13px; color: #FFFFFF; text-align: center; vertical-align: middle; line-height: 35px; }