@charset "UTF-8";
/* Base Styles */

html, body, div, span, applet, object,
iframe, p, blockquote,
pre,  abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output,
section, summary, time, mark, audio, video {
 
  font-size: 16px;
}

sup { 
  font-size: 13px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 

Adding some background color when hover 

#cssmenu li:nth-child(6n+1) a:hover {
  border-bottom: 4px solid rgb(255,255,255);
}

#cssmenu li:nth-child(6n+2) a:hover {
  border-bottom: 4px solid rgb(255,255,255);
}

#cssmenu li:nth-child(6n+3) a:hover {
  border-bottom: 4px solid rgb(255,255,255);
}

#cssmenu li:nth-child(6n+4) a:hover {
  border-bottom: 4px solid rgb(255,255,255);
}

#cssmenu li:nth-child(6n+5) a:hover {
  border-bottom: 4px solid rgb(255,255,255);
}

#cssmenu li:nth-child(6n+6) a:hover {
  border-bottom: 4px solid rgb(255,255,255);
} 

*/

.col1 {
  z-index:10;
  float:left;
  width:15%;
  margin:5px;
  position:fixed;
  padding:160px 0px 0px 5px;
}






