/* ikiwiki local style sheet */ .home { display: flex; flex-basis: 50%; justify-content: space-between; height: 100%; height: 100vh; } div.home-logo { flex-basis: 50%; width: 50%; margin: auto; padding: 25vh 0 0 0; text-align: center; } .login { margin: 0px; color: #EBEBEB; background-color: black; margin: 12vh auto 10vh auto; width: 28%; border-radius: 25px; padding: 12px; } .login a { color:white; } .login:hover { width: 40%; cursor:pointer; transition: 0.3s; } .home-title { flex-basis: 50%; background-image: url(images/chris-ried-79NfyK85Ahc-unsplash.jpg); background-position: center; height: 500; text-align: center; padding-top: 400px color: white; } .join { margin: 0px; color: #EBEBEB; background-color: black; margin: 12vh auto 10vh auto; width: 28%; border-radius: 25px; padding: 12px; } .join:hover { width: 40%; cursor:pointer; transition: 0.3s; } .coop { display: flex; flex-basis: 50%; justify-content: space-between; background-color:; height: 100vh; } .coop-title { flex-basis: 50%; background-color: black; height: 100vh; padding: 0 0 0 0 ; } .coop-title h5{ color: white; padding: 27vh 7vw 0; } .coop-title h1{ color: white; text-align: left; padding: 1vw 7vw; } .services { display: flex; background-color:; height: 80vh; } .services-title { flex-basis: 50%; text-align: center; virtical-align: middle; } .services-title h5{ text-align: left; padding: 0 0 0 30px ; } .services-content { flex-basis: 50%; background-color: black; color: white; text-align: center; padding: 20vh 0 0 0; }