Team:Central Calgary/css/central igem.css

@charset "utf-8";

/*Make sure to update on launch*/

/*Remove all default margins of the browser*/

margin: 0; padding: 0;

}

hr { display: block; height: 1px;

   border: 0; border-top: 1px solid white;
   margin: 1px 0; padding: 0; }

body {

   background-color: #F2FAFF;

}

  1. hr {

color: white; }

/* Header text styling */

  1. header {

background: #FF9B19; height: 173px; position: relative; } /* Parent that gholds the header text */

  1. menuText {

position: absolute; bottom: 8px; left: 156px; font-family: "RobotoThin"; }

/*Div for the image */

  1. menuImage {

padding: 0px 1.5%; }


h1 { font-family: "RobotoThin"; /*CHANGE SOON! */ font-size: 60px; color: white; margin: 5px 17%; font-style: normal; }

h2 { font-family: "RobotoThin"; /*CHANGE SOON! */ font-size: 24px; margin: 5px 15%; color: white; }

/* The Menu bar stuff: */ ul {

   list-style-type: none;
   margin: 0;
   padding: 5px;

overflow: hidden; }

li {

   float: left;

}

a:link, a:visited {

   display: block;
   width: 50%;
   font-weight: light;
   color: #FFFFFF;
   text-align: center;
   padding: 5px 15px;

text-decoration: none;

}

a:hover { text-decoration: underline; }

/*social */

  1. social {

position: absolute;

   bottom: 5px;
   left: 85%;

}

/*footer*/ .footer { font-family: "RobotoRegular"; color: white; width: 100%; position: relative; margin: 0px; height: 275px; background: #61617C; display: block;

}

  1. footerMap {

font-family: "Roboto" font-color: white; margin-left: 20px; width: 300px; text-align: center;


}

  1. footerText {

font-family: "RobotoRegular" position: relative; text-align: center; padding-top: 10px;


}