/* Slideshow container */
.slideshow-container {
  max-width: 1280px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: 0px;
  padding: 0px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

fa-camera-retro{
  color: #000;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
	font-family: "Roboto", sans-serif;
	text-transform:uppercase;
	color: #f2f2f2;
	font-size: 72px;
	padding: 8px 12px;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 30%;
}

/* Number text (1/3 etc) */
.numbertext {
  font-family: "helvetica", sans-serif;
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@media (max-width: 768px){
}

@media (max-width: 480px){
}

@media (max-width: 320px){
}

.report{
	font-family: "Lato", sans-serif;
	size: 16px;
	align-content: center;
	width: 800px;  
	height: auto;
	margin: auto;
	padding: 0px;
	text-align: justify;
}

#features{
	border: 8px solid #D2E3F5;
	border-radius: 20px;
	padding: 3% 4%;
	margin: 2%;
}

.quote{
	margin-top:0px;
	font-style:italic;
	text-align: right;
	line-height:0px;
	padding-top:0px;
	padding-bottom:20px;
}

#concerns{
	border: 8px solid #FACCD1;
	border-radius: 20px;
	padding: 4%;
	margin: 2%;
	
}


h1{
	text-transform:uppercase;
	Text-align:center;
	font-size:16px;
	background-color:#fff;
	padding-top:10px;
}

.safety{
	background-color:#ff8119;
	padding:.2% 2%;
}

/*A #58f953 B #b4fc31 C #fbfc04 D #ff8119 F #ff0b3d*/

.violence{
	background-color:#fbfc04;
	padding:.2% 2%;
}

/*A #58f953 B #b4fc31 C #fbfc04 D #ff8119 F #ff0b3d*/

.crime{
	background-color:#58f953;
	padding:.2% 2%;
}

/*A #58f953 B #b4fc31 C #fbfc04 D #ff8119 F #ff0b3d*/

.legal{
	background-color:#b4fc31;
	padding:.2% 2%;
}

/*A #58f953 B #b4fc31 C #fbfc04 D #ff8119 F #ff0b3d*/

.hygiene {
	background-color: #58f953;
	padding: 2% 2%;
	margin-bottom:10px;
}

/*A #58f953 B #b4fc31 C #fbfc04 D #ff8119 F #ff0b3d*/

.contraceptives{
	background-color:#58f953;
	padding: 2% 2%;
	margin-bottom:10px;
}

/*A #58f953 B #b4fc31 C #fbfc04 D #ff8119 F #ff0b3d*/

.abortion{
	background-color:#b4fc31;
	padding: 2% 2%;
	margin-bottom:10px;
}

/*A #58f953 B #b4fc31 C #fbfc04 D #ff8119 F #ff0b3d*/

.gradeletter{
	font-size:60px;
	text-align:center;
	margin:0px;
}

.key {
	height: auto;
	margin-left:50px;
}

.list{
width:100%;
background-color:#A9CEE0;
height:100px;
position:static;
bottom:0;
margin-bottom:0px;
margin-top:50px;
}

.navbar {
	border-top: 3px solid #000000;
	display:flex;
	justify-content: center;
	font-family:"Lato", sans-serif;
/*	text-transform:uppercase;*/
	list-style-type: none;
    padding: 0;
    overflow: hidden;
    
}

.navitem {
    float: left;
}

.navitem a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

 
.navitem a:hover {
    color:#171717;
}
