@charset "UTF-8";
/* CSS Document */

img{ border-radius: 20%;}

#Section_Header_Values { 
  font-family: Arial Narrow, sans-serif;
  font-weight:bold; 
  font-size: 32pt;
  color: dimgrey;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  text-align: center;
}
#Section_Header_Skills { 
  font-family: Arial Narrow, sans-serif;
  font-weight:bold; 
  font-size: 32pt;
  color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  text-align: center;
}
#Section_Header_Quals { 
  font-family: Arial Narrow, sans-serif;
  font-weight:bold; 
  font-size: 32pt;
  color: #0798C0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  text-align: center;
}
#Section_Header_Experience { 
  font-family: Arial Narrow, sans-serif;
  font-weight:bold; 
  font-size: 32pt;
  color: darkblue;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  text-align: center;
}
#Content_About_Bio{ 
  font-family: Arial Narrow, sans-serif;
  font-weight:100; 
  color: black;
  padding: 2rem;
  width: 100%;
  height: 100%;
  float: left;
  font-size: 1.2rem;
  overflow: visible;
  /* background: rgba(0,0,0,0.3); */
}

#Content_About_Blue { 
  width: 100%;
  float: left;
  font-size: 1.2rem;
  background: linear-gradient(to bottom left, #0798C0, #041045);
}
#Content_About_Ido { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  padding: 2rem ;
  margin: 2rem, 2rem, 2rem, 2rem;
  color: white;
  width: 100%;
  float: left;
  font-size: 1.2rem;
}
p.bioheader {
	font-family: Arial;
	font-weight: bolder;
	font-size: 24px;
	color: #3EAECB;
	text-decoration: underline;
}
p.bioheaderLARGE {
	font-family: Arial Narrow;
	font-size: 36px;
	color: #041045;
}


@media screen and (max-width: 500px) { 
  html { background: url(images/Back_Wave.jpg) repeat center center fixed; }
	div{width:70%;} 
}
@media screen and (max-device-width: 800px) {
  html { background: url(images/Back_Wave.jpg) repeat center center fixed; }
  #bgvid { display: none; }
}