@import url("../../default/css/screen.css") project, screen;

body {
  font: 18px;
  background: #FFE4B5;
  background-image: url('../images/Northeastern-logo-200px.png');
  background-attachment:fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
}

h2 {
    font-size: 28px;
}

div.slide {
  width: 900px;
  height: 700px;
  margin-top: -350px;
  margin-left: -400px;
  left: 50%;
  top: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ffebcd));
  background: -moz-linear-gradient(bottom, #fff, #ffebcd);
  background-color: #eee;
   
}

div.slide p {
  font-size: 26px;
}
pre {
  font-size: 20px;
}

li {
  font-size: 26px;
}

aside.logo_img {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

div.slide a {
  display: inline;
}

div.slide.centerquote section {
  min-height: 590px;
}
 
div.slide.centerquote blockquote {
  display: table-cell;
  width: 800px;
  height: 500px;
  vertical-align: middle;
  text-align: center;
}
 
div.slide.centerquote blockquote p {
  font-size: 280%;
  padding: 0 20px;
}

div.slide p.cite {
  text-align: right;
}
 
div.slide .smallest {
  font-size: 80%;
}

div.slide img {
  max-width: 70%;
  max-height: 70%;
  margin: 10px;
  float: left;
  border-radius: 4px;
  /*-moz-box-shadow: 0px 7px 15px #aaa;
  -webkit-box-shadow: 0px 7px 15px #aaa;
  box-shadow: 0px 7px 15px #aaa;*/
}

div.slide.leftimage img {
    float: left;
}

div.slide.rightimage img {
    float: right;
}

div.slide.fullimage img {
    float: none;
    margin-top: -110px;
    max-width: 95%;
    max-height: 95%;
}

div.slide.fullimage p {
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 4px #000; 
/*     text-shadow: -2px -2px 2px blue; */
    position:absolute;
    width: 95%;
    text-align: center;
}

