Team:Dalhousie Halifax NS/css/homepage

.jumbotron {

   background-image: url(https://2016.igem.org/File:Team-Dalhousie-Porcupine.jpg);
   background-size:cover;
   background-attachment: fixed;
   height: 1200px;

}

  1. well {
   padding-top: 40px;
   color: black;
   height: 400px;
   object-position: center;
   text-align: center;
   background-color: white;
   overflow-y: scoll;
   z-index: 1;
   margin-left: auto;
   margin-right: auto;

}

  1. padding {
   padding: 25px;

}

  1. bottomtext {
   padding: 10px;

}

  1. footer {
   height: 50px;
   display:grid;

}

  1. credits {
   padding-top: 11px;
   text-align: right;

}

a:hover {

   background-color: grey;

}