.content { display: flex; flex-wrap: wrap; margin-top: calc(2 * var(--unit-size) + var(--main-size) + 0.15em); justify-content: center; align-items: center; margin-left: calc(var(--nav-size)); margin-right: 0; box-shadow: 0px 0px 60px -20px rgba(0, 0, 0, 0.75); height: 100%; } .set-nav { order: 1; display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; background-color: #2A323B; padding: var(--medium-size); font-size: var(--medium-size); font-family: var(--head-font); } .set-nav ul { display: flex; align-items: stretch; justify-content: space-evenly; width: 100%; margin-left: calc(2 * var(--side-margin)); margin-right: calc(2 * var(--side-margin)); padding: 0; } .set-nav li { display: block; flex: 0 1 auto; list-style-type: none; font-weight: 700; } .active { color: #F6F6F6 !important; font-weight: 700; } .set-nav a { color: #91B9D0; } .set-nav a:hover { color: #F6F6F6; transition: all 0.8s ease; } .set-nav2 { order: 2; display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; background-color: #2A323B; padding: var(--medium-size); font-size: var(--medium-size); font-family: var(--head-font); } .set-nav2 ul { display: flex; align-items: stretch; justify-content: space-evenly; width: 100%; margin-left: calc(2 * var(--side-margin)); margin-right: calc(2 * var(--side-margin)); padding: 0; } .set-nav2 li { display: block; flex: 0 1 auto; list-style-type: none; font-weight: 700; } .active { color: #F6F6F6 !important; font-weight: 700; } .set-nav2 a { color: #91B9D0; } .set-nav2 a:hover { color: #F6F6F6; transition: all 0.8s ease; } .form { order: 3; background-color: #00000040; font-size: var(--small-size); padding: calc(3*var(--unit-size)); padding-top: var(--unit-size); height: 100%; } /* FORMS ------------------------------*/ label { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: var(--medium-size); } label:nth-child() { margin-top: var(--medium-size); } input[type=text] { margin-top: calc(var(--unit-size) * 0.5); width: 100%; background-color: rgba(0, 0, 0, 0.30); border-style: none; padding: calc(var(--unit-size) * 0.5) calc(var(--unit-size) * 0.5); color: #F6F6F6; border-radius: calc(var(--unit-size) * 0.5); font-size: var(--medium-size); margin-bottom: var(--unit-size); }