


#title1d {
	font-family: 'Josefin Sans', sans-serif; font-weight: 300;
	text-align: center;
	font-size: 30px;
	color: green;
}

#title2a {
	text-align: center;
	font-size: 18px;
	color: black;
}


.point-of-view1 {
	display: inline-block;
	width: 750px;
	border: solid black 5px; 
	background-color: white;
	padding: 30px 40px 10px 40px;
	-moz-box-shadow: 1px 1px 20px orange;
	-webkit-box-shadow: 1px 1px 20px orange;
	box-shadow: 1px 1px 20px orange;	
}


#overview1 {
	padding: 25px 10px 25px 10px;
	border: 1px solid black;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#overview1-heading {
	font-size: 20px;
	font-weight: bold;
	padding: 0 30px 0 30px;
}

#overview1-text {
	font-family: serif;
	text-align: left;
	font-size: 20px;
	padding: 0 50px 0 50px;
}



.topic-intro {
	display: inline-block;
    width: auto;
    height: auto;
    background-color: white;
    margin: 0px 45px 0 0px;
    padding: 15px 0px 10px 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 3px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 12px 5px #81aa8c;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 0px 12px 5px #81aa8c;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 0px 12px 5px #81aa8c;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}



.request-place-box {
margin-top: 0px; 
position: absolute; 
top: 10px; 
right: 10px;  
width: auto; 
height: auto; 
font-size: 20px; 
background-color: #006C48; 
margin-left: 0px; 
padding: 5px 5px 5px 5px; 
color: white; 
border: 1px solid black;
}


/* INACTIVE TOPICS */

.add-view1 {
	display: inline-block;
	text-align: center;
	width: auto;
	height: auto;
	margin: 10px 0 10px 0;
	padding: 3px 10px 3px 10px ;
	border: 1px solid orange;
	border-radius:6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: black;
	font-family: serif;
	background-color: orange;
	font-size: 16px;
}

.add-view1:hover {
   	border: 1px solid #f8cf89;
    color: black;
    border: 1px solid black;
    box-shadow: 0px 0px 1px #777;
	: -moz-linear-gradient(orange, orange);
	background-color: #ec703b;
}

.add-resource1 {
	float: left;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 12px;
	border: 1px solid black;	
	padding: 7px 20px 7px 20px;
	margin: 10px 0 0px 0;
	color: white;
	background-color: #ec703b;
}


.preview-button {
display: inline-block; 
width: 200px; 
padding: 5px 20px 5px 20px; 
border-radius:6px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
color: white; 
font-family: 'Oswald'; 
font-size: 20px; 
background-color: green;
}



/* EXPLORE */
#resource-header2 {
	height: 20px; 
	text-align: center;
	margin: 0 50px 10px 50px;
	padding: 8px 0 3px 0;
	color: white;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
	background: -webkit-linear-gradient(#47a12c, #3c8d23); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#47a12c, #3c8d23); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#47a12c, #3c8d23); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#47a12c, #3c8d23); /* Standard syntax */
	font-family: sans-serif;
	font-size: 16px;
}



/* PHONE */

@media screen and (min-device-width: 200px)  and (max-width: 767px) {


.point-of-view1 {
	display: inline-block;
	width: 100%;
	margin-left:-10px;
	border: solid black 1px; 
	background-color: white;
	padding: 10px 10px 10px 10px;
	-moz-box-shadow: 1px 1px 20px orange;
	-webkit-box-shadow: 1px 1px 20px orange;
	box-shadow: 1px 1px 20px orange;	
}

#overview1 {
	padding: 10px 0px 10px 0px;
	border: 0px solid black;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#overview1-heading {
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px 0 10px;
}

#overview1-text {
	text-align: left;
	font-size: 16px;
	padding: 0 10px 0 10px;
}


}

