/* This file contains all definitions are are EXCLUSIVE for the title */ div.navigation { padding-top: 12px; padding-bottom: 75px; padding-right: 32px; height: 75px; line-height: 75px; } .title { padding-top: 20px; padding-bottom: 50px; font-size: 58px; } .cursor { animation: flash 0.75s infinite alternate; } @keyframes flash { 0% { opacity: 1; } 49% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 0; } } #t-color-red { color: #ef787b; } #t-color-org { color: #f6915f; } #t-color-ylw { color: #fdcb71; } #t-color-grn { color: #99cb9b; } /* This is the block container */ .gay { width: 0 auto; height: 50px; margin: 0 auto; display: flex; padding-bottom: 150px; } /* This is a block */ .colour { display: flex; flex-direction: column; height: 75px; width: 75px; } .span { display: inline-block; } a, a:visited, a:hover, a:active, a:link{ color: #BEBEBE; text-decoration: none; } #twitter:hover { color: #6997c8; animation: .45s jump infinite linear; } #github:hover { color: #ef787b; animation: .45s jump infinite linear; } #keys:hover { color: #ca98c9; animation: .45s jump infinite linear; } #email:hover { color: #99cb9b; } div.icons { padding-top: 25px; padding-bottom: 25px; } .icons h1 { font-family: Inconsolata; font-size: 42px; line-height: 42px; font-style: normal; font-variant: normal; } @keyframes jump { 0% { transform: translateY(0); } 20% { transform: translateY(-.075em); } 80% { transform: translateY(.025em); } 100% { transform: translateY(0); } }