@charset "utf-8";
/* CSS Document */
/*fonts*/

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:900|Roboto:300,700);

@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Regular-webfont.eot');
	src: url('../_fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Regular-webfont.woff') format('woff'), url('../_fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Regular-webfont.svg#webfont9UOzsjXz') format('svg');
	font-weight: normal;
	font-style:normal;
}
@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Bold-webfont.eot');
	src: url('../_fonts/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Bold-webfont.woff') format('woff'), url('../_fonts/Cantarell-Bold-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Bold-webfont.svg#webfontKr2CkGZp') format('svg');
	font-weight: bold;
	font-style:normal;
}

body {
	font-size: 100%;
	width: 100%;
	background-color: #FFFFFF;
    margin: 0px;
	padding: 0px;
	}
header {
	width: 100%;
	background-image: url("../_images/img_flags/gen_bannerlg.jpg");
	height: 400px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0px;
}
header h1 {
	font-family: "Titillium Web", sans-serif;
	font-size: 3em;
	line-height: 60px;
	text-transform: uppercase;
	text-shadow: 0px 5px 2px #000;
	font-weight: 900;
	letter-spacing: 2px;
	color: rgba(11,232,199,1);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30;
	margin-left: auto;
	padding-top: 130px;
	padding-right: 0;
	padding-bottom: 30;
	padding-left: 50px;
	}
/*nav*/
ul.nav {
	color: rgba(51,51,51,1);
	font-size: 2em;
	text-align: center;
	width: 65%;
	font-family: 'Cantarell', sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 12px;
	height: auto;
}
.nav li {
	list-style: none;
	display: inline;
	color: rgba(102,102,102,1);
	margin-top: 20;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
.nav a {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
.nav a:hover {
	color: rgba(255,0,0,1);
}
.wrap {
	width: 100%;
	position: relative;
	margin: auto;
	background-color:#ffffff;
	padding: 0px;
}

p a img{
	padding-top: 5px;
	margin-bottom: 30px;
	float: left;
	width: 30px;
	height: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.data{
	width: 90%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 15px;
}
.data img {
	padding: 5px;	
}
.data h2 a {
	font: 100% 'Cantarell, Arial, Helvetica', sans-serif;
	font-size: 24px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	text-align: center;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
.data h2 a:hover {
	color: rgba(255,0,0,1);
	text-align: center;
}
 blockquote{
	font-family: 'Cantarell, Arial, Helvetica', sans-serif;
    background-color: white; 
	width: 65%;
	border-radius: 40px 40px 40px 40px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 18px;
	color: rgba(204,0,0,1);
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
blockquote h2 {
	font-family: 'Cantarell, Arial, Helvetica', sans-serif;
	text-transform: uppercase;
	color: rgba(0,102,51,1);
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}
blockquote p { margin: 40px 30px 20px 50px; }
blockquote p.quote { font-style: italic; font-size: 1.2em;}

blockquote::before { 
     content: '\201c';
	 color: rgba(0,0,0,1);
	 position: absolute;
	 top: 10px; left: 8px;
	 font-size: 9em;
	 font-family: serif;
}blockquote h4 {
	text-align: right;
	font-weight: normal;
}

.data1{
	background-color: rgba(153,153,153,1);
	color: rgba(0,0,0,1);
	padding-top: 25px;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.data1 button {
	cursor: hand;
	background-color: rgba(255,255,255,1);
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 3px 5px #888;
	border: none;
	display: block;
	margin-top: 5em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 65%;
	font-family: 'Cantarell, Arial, Helvetica', sans-serif;
	font-size: 100%;
	color: rgba(102,102,102,1);
}
.data1 button h2{
		font: 100% 'Cantarell, Arial, Helvetica', sans-serif;
	color: rgba(128,0,64,1);
	font-size:18px;
}
.data1 button:hover {
	transform: scale(1.2);
	background-color: rgba(255,204,0,1);
	color: rgba(51,51,51,1);
}
/*table styles*/
article .colors {
	background-color: rgba(235,227,82,1);
	border: thin solid rgba(0,0,0,1);
	width: 100%;
	margin: 0px;
	padding: 5px;
}
article .colors h2 {
	font-family: 'Satisfy', cursive;
	color: rgba(117,0,58,1);
	font-size: 2.3em;
   padding: 15px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}

table#gov {
	font: 100% Cantarell, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: rgba(255,0,0,1);
	box-shadow: 0px 3px 3px #888;
	border-collapse: collapse;
	border-spacing: 0;
	color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 90%;
	position: relative;
}

table#gov th, table#gov td {
   text-align: center;
}
table#gov thead{
	font-size: 0.8em;
	line-height: 12px;
	background-color: rgba(204,0,0,1);
	text-transform: uppercase;
	padding: 15px;
}
table#gov thead th {
	color: rgba(255,255,255,1);
	padding: 12px;
	vertical-align: bottom;
}
table#gov thead th:nth-child(1){width: 100%;
text-align: left; padding-left: 10px;}

table#gov tbody	{ font-size: .9em; line-height: 15px;}
/*have dramatized the transition and color of fonts*/
table#gov tbody tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,255,1);
	transition: background-color .6s, color .6s;
}
/*the odd goes to second line even starts on first linecreate different designs copy paste the bellow lines to create different back colors */
table#gov tbody tr:nth-child(even) {
	background-color: rgba(204,51,102,0.2);
}
  
  
 /*have added color to font to go black*/
table#gov tbody tr:hover {
	color: rgba(51,51,51,1);
	background-color: rgba(102,204,102,1);
}
  
/*below apply the color odd lines white*/  
table#gov tbody td { padding: 12px; }
table#gov tbody tr:hover td:first-child {
	background-color: rgba(0,153,153,0.0);
}

/*light color emphase for fist column with yellow*/
table#gov tbody td:first-child {
	text-align: left;
	padding-left: 20px;
	font-weight: 700;
	background-color: rgba(148,169,190,0.9);
	transition: background-color .6s;
}
table#gov tfoot p{
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	font-size: 14px;
}

table#gov tfoot {
	font-size: .8em;
} 
table#gov tfoot tr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color:rgba(0,204,204,1);
}
table#gov tfoot td {
	color: rgba(255,153,51,0.6);
	text-align: left;
	line-height: 15px;
	padding: 15px 20px;
	background-color: rgba(51,51,51,1);
}
table#gov tfoot tr td {
	background-color: rgba(51,51,51,1);	
}
table#gov tfoot a {
	color: rgba(255,153,0,1);
	text-decoration: none;
}
table#gov tfoot a:hover {
	color: rgba(102,204,153,1);	
}
/* Media Queries */
@media screen and (max-width: 440px) {
	h1 { font-size: 34px; line-height: 36px; padding-left: 15px; }
}

/* Table Styles */
article .cities{
	background-color: rgba(194,231,204,1);
	box-shadow: 0px 5px 10px #888;
	padding: 5px;
	width: 100%;
	border: medium dotted rgba(255,51,0,1);
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
article .cities h2 {
	font-family: 'Satisfy', cursive;
	color: rgba(117,0,58,1);
	font-size: 2.3em;
	background-color: rgba(255,194,13,1);
	border-radius: 0px 20px 0px 20px;
	padding: 15px;
	width: 80%;
	border: medium dotted rgba(219,21,105,1);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}
article .cities p {
	font-size: 16px;
	color: rgba(255,255,255,1);
	font-weight: 400;
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	text-transform: none;
}
article .cities h3{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(51,51,51,1);
	box-shadow: 0px 3px 2px #888;
	border-radius: 10px 10px 10px 10px;
	text-decoration: blink;
	line-height: 1.5em;
	background-color: rgba(231,231,207,1);
	padding: 7px;
	border: 1px solid rgba(204,153,51,1);
}

table#pride {
	background-color: rgba(11,74,121,1);
	font: 100% 'Cantarell, Arial, Helvetica, sans-serif';
	font-size: 16px;
	color: rgba(255,255,255,1);
	font-weight: 400;
	width: 90%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 10px;
	clear: both;
}
table#pride th, table#pride td {
   text-align: center;
}
table#pride thead{
	font-size: 0.8em;
	line-height: 12px;
	background-color: rgba(255,0,102,1);
	text-transform: uppercase;
	padding: 10px;
}
table#porn thead th {
	color: rgba(255,255,255,1);
	padding: 12px;
	vertical-align: bottom;
}
table#porn thead th:nth-child(1){width: 40%;
text-align: left; padding-left: 20px;}
table#pride thead th:nth-child(2){width: 45%;}



table#pride tbody	{ font-size: .9em; line-height: 15px;}
/*have dramatized the transition and color of fonts*/
table#pride tbody tr {
	font: 100% Cantarell, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:rgba(204,255,0,1);
	transition: background-color .6s, color .6s;
}
/*the odd goes to second line even starts on first linecreate different designs copy paste the bellow lines to create different back colors */
table#pride tbody tr:nth-child(even) {
	background-color: rgba(240,0,120,0.2);
  }
  /*have added color to font to go black*/
table#pride tbody tr:hover {
	color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
}
  
/*below apply the color odd lines white*/  
table#pride tbody td {
	padding: 12px;
	outline-color: rgba(51,51,51,1);
}
table#pride tbody tr:hover td:first-child {
	background-color: rgba(204,51,0,0.0);
	color: rgba(0,102,102,1);
}

/*light color emphase for fist column with yellow*/
table#pride tbody td:first-child {
	text-align: left;
	padding-left: 20px;
	font-weight: 700;
	background-color: rgba(255,6,131,0.35);
	transition: background-color .6s;
}


table#pride tfoot {
	font: 100% 'Cantarell',  sans-serif;
	font-size: .9em;
	color: rgba(51,51,51,1);
	font-weight: 400;
} 
table#pride tfoot p{
	color: rgba(255,255,255,1);
	font-size: 16px;
	font-weight: 400;
	font-family: 'Cantarell', sans-serif;
	font-style: normal;
}

table#pride tfoot tr {	font: 100% 'Cantarell', sans-serif;
	font-size: 16px;
	font-weight: 400;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: rgba(255,0,0,1);
}
table#pride tfoot td {
	color: rgba(255,255,255,0.6);
	text-align: left;
	line-height: 15px;
	padding: 15px 20px;
}
table#pride tfoot a {
	color:rgba(255,204,0,1);
	text-decoration: none;
}
table#pride tfoot a:hover { color: #fff;
text-decoration: underline; }


/* Media Queries */
@media screen and (max-width: 440px) {
	h1 { font-size: 34px; line-height: 36px; padding-left: 15px; }
	article { margin: 10px 15px; }
	table#pride { font-size: 1em; }
}

.data2{
	background-color: rgba(232,232,232,1);
	padding-top: 25px;
	padding-bottom: 30px;
	color: rgba(51,51,51,1);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:5px;
	margin-left: 0px;
	width: 90%;
}
.data2 h2 {
	font-family: 100% 'Cantarell', sans-serif;
	color: rgba(255,255,255,1);
	letter-spacing: 2px;
	font-size: 1.8em;
	line-height: 44px;
	text-shadow: 0px 5px 2px #000;
	text-align: center;
	padding: 15px;
}
.data2 h3 {
	font-family: 'Cantarell', sans-serif;;
	font-size: 16px;
	color: rgba(204,0,0,1);
	text-align: center;
}
.data2 h3 a{
	font-family: 'Cantarell',  sans-serif;
	font-size: 16px;
	color: rgba(204,0,0,1);
	text-align: center;
	text-decoration: none;
	padding: 10px;
}
.data2 h3 a:hover{
	color: rgba(0,0,255,1);
}
.data2 h4 a {
	color: rgba(255,255,255,1);
	text-decoration: none;	
}
.data2 h4 a:hover {
	color: rgba(0,204,153,1);	
}
.data2 button {
	cursor: hand;
	background-color: rgba(102,102,102,1);
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 3px 5px #888;
	color: rgba(255,255,255,1);
	border: none;
	display: block;
	margin-top: 5em;
	margin-right: auto;
	margin-bottom: 5em;
	margin-left: auto;
	padding: 10px;
	width: 65%;
}
.data2 button h2{
	font-family: 'Satisfy', cursive;
	color: rgba(128,0,64,1);
	font-size:18px;
}
.data2 button:hover {
	transform: scale(1.2);
	background-color: rgba(255,51,102,1);
	color: rgba(51,51,51,1);
}
.data2 h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgba(128,0,64,1);
	text-align: center;
	font-size: 1.8em;
	padding: 12px;
}

.data2 h1 span {
	font-family: "Franklin Gothic Bold", "Arial Black", sans-serif;
	color: rgba(0,0,255,1);
	
}
.data2 img {
	margin-right: auto;
	margin-left: auto;

}
.data2 blockquote{
	font-family: 'Cantarell',  sans-serif;
	background-color: rgba(255,255,255,1);
	width: 75%;
	border-radius: 20px 10px 20px 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 18px;
	color: rgba(0,153,0,1);
	padding: 25px;
}

.data2 blockquote p { margin: 40px 30px 20px 50px; }
blockquote p.quote { font-style: italic; font-size: 1.2em;}

blockquote::before { 
     content: '\201c';
	 color:rgba(128,0,64,1);
	 position: absolute;
	 top: 10px; left: 8px;
	 font-size: 9em;
	 font-family: serif;
}
blockquote h4 {
	text-align: right;
	font-weight: normal;
}

.orange {
	text-transform: uppercase;
	color: rgb(251, 174, 44);
	font-weight: bold;
}
.black {
	font-family: 'Cantarell',  sans-serif;
    text-transform: uppercase;
	color: rgba(51,51,51,1);
	font-weight: bold;
}
.blue {
	font-family: "Palatino Linotype",  serif;
	text-transform: uppercase;
	color:rgba(0,0,204,1);
	font-weight: bold;
}
.red {

	text-transform: uppercase;
	color:rgba(255,0,0,1);
	font-weight: bold;
}
.data img#fact2 {
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
	clear: both;
}

@media screen and (max-width: 1024px) {
	header {
	width: 100%;
	background-repeat: no-repeat;
	height: 369px;
	background-image: url(../_images/img_flags/gen_bannermd.jpg);}
}

@media screen and (max-width: 850px) {
	header {
	width: 100%;
	background-repeat: no-repeat;
	height: 296px;
	background-image: url(../_images/img_flags/gen_bannermd.jp);}
	article { width: 100%; float: none; margin-bottom: 40px; }
	article div { margin: 0px 40px; padding: 0px 0px 30px 0px; border-right: none; border-bottom: 1px solid #555; }
}
@media screen and (max-width: 720px) {
	header {
	width: 100%;
	background-repeat: no-repeat;
	height: 290px;
	background-image: url(../_images/img_flags/gen_bannermd.jp);}
	article { width: 100%; float: none; margin-bottom: 40px; }
	article div { margin: 0px 40px; padding: 0px 0px 30px 0px; border-right: none; border-bottom: 1px solid #555; }
}
@media screen and (max-width: 440px) {
	header {
	width: 100%;
	background-repeat: no-repeat;
	height: 200px;
	background-image: url(../_images/img_flags/gen_bannersm.jpg);
	margin-bottom: 40px;
}
	h1{
	font-family: "Titillium Web", sans-serif;
	font-size: 1.5em;
	line-height: 10px;
	text-transform: uppercase;
	text-shadow: 0px 5px 2px #000;
	font-weight: 900;
	letter-spacing: 2px;
	color: rgba(0,204,204,1);
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 30px; }
	nav ul{ 
	margin-top: 30px;
	padding-top: 50px; }

/*footer styles	*/
footer{
	background-size: cover;
	box-shadow: 0px 10px 0px #888;
	margin-bottom: 0px;
	position: relative;
	background-color: white;
	background-image: none;
	background-position: center;
	padding: 20px;
	display: block;
}
	div{
		padding: 20px;
		text-align: center;
	}
footer img{
	padding: 10px;
}
.container{
	padding: 10px;
}

 ul.social{
	display: block;
	padding-top: 20px;
	margin: auto;
	list-style-type: none;
	text-align: center;
}
ul.social li{
	font-size: 2em;
	display: inline;
	padding: 0 1%;
}
ul.social li a{
	color: #666;
}
ul.social li.facebook a:hover{color: rgb(59,89,152);}
ul.social li.twitter a:hover{color: rgb(0,172,237);}
ul.social li.instagram a:hover{color: rgb(81,127,237);}
ul.social li.youtube a:hover{color: rgb(187,0,0);}
ul.social li.flickr a:hover{color: rgb(255,0, 132);}
 p.copyright{
	 font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: rgba(102,102,102,1);
	font-size: 0.7em;
}
footer #privacy {
	 font-family: 'Montserrat', sans-serif;
	padding: 20px;
	margin-top: 20px;
}
footer #privacy h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: rgba(102,102,102,1);
	text-align: center;
	 font-family: 'Montserrat', sans-serif;
}
footer #privacy p {
	font-size: 0.5em;
	text-align: justify;
	-webkit-transition: font-size .5s ease;
	-moz-transition: font-size .5s ease;
	-o-transition: font-size .5s ease;
	 font-family: 'Montserrat', sans-serif;transition: font-size .5s ease;
	color: rgba(102,102,102,1);
}
footer #privacy p:hover {
	font-size: 1em;
	color: rgba(102,102,102,1);
}