@import url(https://fonts.googleapis.com/css?family=Exo+2); .heading1 { font-size: 75px !important; color: #62AC5B !important; font-family: "Exo 2" !important; } ::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder { color: #999999; } #style1 { background-color: #0080FF; margin: -0.1em; } #email, #password { margin-bottom: 1em; } .style4 { margin-left: 10em; margin-right: 10em; } .icn { position: relative; bottom: 1px; } .style2 { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .style3 { margin-top: 1em; } #question-text { height: 4em; } #question-title { background-color: #D9EDF7; text-align: center; padding: 0px 0px 0px 0px; font-size: 1.2em; } .intro { text-align: center; } .column { max-width: 450px; } .mainbody { background-color: #FAFAFA; } .ui.menu .item img.logo { margin-right: 1.5em; } .main.container { margin-top: 7em; } .wireframe { margin-top: 2em; } .ui.footer.segment { margin: 5em 0em 0em; padding: 5em 0em; } .heading2, table { color: #226C1B; } li { transition-duration: 0.5s; } li:hover { background-color: #0066cc; } tr { transition-duration: 0.5s; } tr:hover { background-color: #DDDDDD; } li a, .navbar-brand { color: white !important; } #imp-files { margin-right: auto; padding-left: 2em; } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .fade_in { opacity: 0; -webkit-animation: fadeIn ease-in-out 1; -moz-animation: fadeIn ease-in-out 1; animation: fadeIn ease-in-out 1; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; animation-duration: 1s; }