@charset "UTF-8";

/*------------------------------------------------
http://meyerweb.com/eric/tools/css/reset/
--------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, audio, video {
  margin: 0;
  padding: 0em;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
	display: block;
}


h1, h2, h3 {
	position: relative;
}

h1 {
	color: #585858;
	font-weight: normal;
	font-size: 1.9em;
	margin-bottom: 0px;
}
h3 {
	margin-bottom: 0px;
}
blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-style: italic;
}


html {
 	-webkit-text-size-adjust: 100%;
	/* Prevent font scaling in landscape while allowing user zoom */
}


iframe {
	width: 100%;
	height: 180px;
}
@media (min-width: 330px) {
	video, iframe {
		width: 350px;
	#	height: 412px;
	}
}

html {
	font-size: 18px;
}


body {
	font-family: Lucida Grande,Verdana,Arial,Helvetica;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.0025em;
}

a {
	text-decoration: none;
	word-wrap: break-word;
	color: white;
}
a:hover {
	color: pink;
	text-decoration: underline;
}


#main-content {
	background: white;
	color: #303030;
}

img, video {
	border: 0;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	border-radius:3px;
}

img.autosized {
	width: 80%;
	max-width: 100%;
	height: auto;
}


.nav {
	margin: 0;
	margin-bottom: 1em;
	margin-right: 3em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.nav div {
	display: block;
}

.nav a {
	text-decoration: none;
	color: silver;
	display: block;
	margin: .1em 0em .1em .1em;
	padding: .2em .4em .2em;
}

.nav a:hover {
	color: white;
	text-decoration: underline;
}
.nav a.current {
	color: white;
	text-decoration: none;
}
.current {
	color: white;
	text-decoration: none;
}
#navspacer {
	clear: both;
	height: 1em;
}


#footer {
	font-size:0.75em;
}

.clear {clear: both; height: 0;}


body {
	font-family: Lucida Grande,Verdana,Arial,Helvetica;
	background: url("https://safecontraception.org/img/themebg.png");
	padding: 10px 0;
	color: silver;
	margin: .5em;
}
#banner {
	display:block;
	color: white;
	background: linear-gradient(180deg, rgba(24,51,92,1) 0%, rgba(36,69.116,1) 0%, rgba(22,70,128,1) 20%);
	text-align: center;
	#margin-bottom: .5em;
}


#title {
	margin-top: 2em;
}

.title {
	font-size: 2em;
  font-family: "Arial";
  font-weight: 400;
  font-style: normal;
	display:block;
	#margin: -.2em;
}

.subtitle {
	font-style: italic;
	font-size: .8em;		
  font-family: "Arial";
#  font-weight: 20;
#	display:block;
	color: silver;
	#margin: -.5em;
}

.note {
	font-size: .7em;		
}

#microscope span, img, video{
	margin: auto;
	font-size: .8em;
	#margin-top: -.5em;
}

#microscope div{
	display: inline;
}

.button {
	font-size: 2em;		
#	background-color: #f1f1f1;
#	color: black;
#border-radius: 50%;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;}

table, th, td {
  border: 1px solid gray;
  border-collapse: collapse;
} 




