/*  
   SC Transport Specializations Page Style Sheet
   
   Author: Christina Wells
   Date:   06/26/14
   
*/  

/*  Specializations Section Styles */
 
   h2 {
      background-color: orange;
      color: black;
      text-shadow: rgb(211, 211, 211) 4px 6px 5px;
      letter-spacing: .15em;
      font-variant: small-caps;
      font-size: 2em;
      text-align: center;
   }
    
   li {
      line-height: 1.5em;
   }
   
   aside ul {list-style-type: disc; }
   aside ul ul {list-style-type: circle;  }
   aside ul ul ul {list-style-type: square;  }
   
   #sample_video {
      width: 64%;
      text-align: center;
      margin-left: 5%;
   }

   #specs {
      text-align: center;
   }