/*
      Filename:    em.css
   Supporting files: bg7.jpg

*/

/* Default styles */
* {
   margin: 0px;
   padding: 0px;
}

header, nav, section, footer {
   display: block;
}

/*Header styles */

header img {
  display: inline;
    margin-bottom: 20px;
    }

/* Body styles */
body {
   font-size: 16px; 
   font-family: Verdana, Geneva, sans-serif;
   margin: 0px auto;
   width: 950px;
background: rgb(245, 234, 155) url(backgroundimg.jpg);
background-size: contain;
}

h2{
 color: rgb(82,158,145); 
   letter-spacing: 2px;
}

/* Section styles */

section {
   clear: left;
}

section p {
   margin-bottom: 50px;
}

section p b {
   color: rgb(82,158,145); 
   letter-spacing: 3px;
}

table.experience{
   margin-bottom: 50px;
}

table.Capabilities{
   margin-bottom: 50px;
}

section highlights{
	font-Size: 16px; 
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
	border-collapse: collapse;
	}

/* video styles */
section.media video {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
height: 50%;
width: 50%;
   float: center;
   margin-left: 15px;
   margin-top:100px;
display: block;
text-align: center;
}


/* Footer styles */

footer {
   margin-top: 50px; 
   border-top: 2px solid rgb(132,208,195);
   font-size: 10px;
   font-style: normal; 
   font-variant: small-caps; 
   text-align: center;
}


