Home Page CSS - nmbaker/iGEM2017 GitHub Wiki
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;} body, html { height: 100%; color: #777; line-height: 1.8; }
/* Create a Parallax Effect */ .bgimg-1 { background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; }
/* Background Image */ .bgimg-1 { background-image: url('https://www.nasa.gov/sites/default/files/thumbnails/image/3-as08-14-2383a.jpg'); min-height: 100%; }
/* About Image */ #aboutimg{ display:block; margin:auto; width: 70%; } .w3-wide {letter-spacing: 10px;} .w3-hover-opacity {cursor: pointer;}