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

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Archivo|Lora|Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Archivo|Frank+Ruhl+Libre|Lora|Open+Sans');

@import url('https://fonts.googleapis.com/css?family=Anton|Archivo|Catamaran|Frank+Ruhl+Libre|Lato|Lora|Nunito|Open+Sans|Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Anton|Archivo|Catamaran|Frank+Ruhl+Libre|Lato|Libre+Franklin|Lora|Nunito|Open+Sans|Playfair+Display');	

body {
	background-color: rgba(255,255,255,1);
	font-family: 'Montserrat', sans-serif;
    background-attachment: fixed;
	background-image:url("../images/parliament-bk.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin: 0px;
   }
.logo{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
}
.logo a{
    font-family: 'Montserrat', sans-serif;
	font-size: 2.5em;
	color: rgba(68,60,60,0.8);
	background-color: white;
	text-decoration: none;
	border:  3px  solid  rgba(68,60,60,0.8);
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	margin: 0;
}
.logo a:hover{
	background-color: #efdb9c;
	color: rgba(68,60,60,0.8);
}
header a.logo span { display: none; }

.main image{
	paddding: 20px;
}
.titlepage{
	font-family: 'Alfa Slab One', cursive;
	font-size: 4.8rem;
	background-color: none;
	text-shadow: 0px 3px 2px #000;
	width: 87%;
	margin: auto;
	text-align: center;
	perspective: 800px;
	padding: 15px;
 }
.titlepage span {
   display:inline-block;
   margin-left: -20px;
   color: #fbb03b;
   transform-origin: 50% 70%;
}
 span:nth-child(2n) {
  color:  rgba(138,132,132,1.00);
}

span:nth-child(1) {
	 margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) both;
}

 span:nth-child(2) {
  margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) .2s both;
}

 span:nth-child(3) {
 margin-right:20px;
 animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) .4s both;
}

 span:nth-child(4) {
	 margin-right: 20px;
 animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) .6s both;
}

 span:nth-child(5) {
  margin-right: 20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) .8s both;
 }

 span:nth-child(6) {
	 margin-right:20px; 
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1s both;
}

 span:nth-child(7) { 
  margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s both;
}

span:nth-child(8) { 
 margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s both;
}

span:nth-child(9) { 
 margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s both;
}

span:nth-child(10) { 
 margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s both;
}

span:nth-child(11) { 
 margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s both;
}
span:nth-child(12) { 
 margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s both;
}
span:nth-child(10) { 
 margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s both;
}

@keyframes flipUp {
  from {transform: rotateX(90deg);}
  to {tranform: rotateX(0deg);}
}

*{
  margin: 0;
  padding: 0
}

/*
Accessibility*/
/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*---------------
Typography
-------------*/


body,
button,
input,
select,
textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

.firstcharacter {
	font-family: 'Georgia', serif;
	float: left;
	color:  rgba(138,132,132,1.00);
	text-shadow: 0px 5px 2px #000;
	font-size: 3cm;
	line-height: 40px;
	padding-top: 30px;
	padding-right: 8px;
	padding-left: 3px;
	padding-bottom: .5em;
  }

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: #ddca7e;
    background: #282c34;
	padding: .5em .8em;
    border-radius: .2em;
}

code,
kbd,
tt,
var {
	font: 15px 'Montserrat', sans-serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 120%;
}


/*--------------------------------------------------------------
General styling
--------------------------------------------------------------*/

h1,
h2,
h3 {
	text-align: center;
	margin: 0;
	padding: 1em 0;
}

p {
	color: black;
	margin: 0;
	padding: 1em 0;
}

img {
	display: block;
	border: 0;
	width: 90%;
	height: auto;
}


/* Promo section */



.site-title {
	font-family: 'Satisfy', cursive;
	letter-spacing: 3px;
	font-size: 3.5em;
	color: black;
	text-shadow: 0px 3px 5px #999;
	margin-top: -320;
	margin-bottom: .1em;

}
.splash-content  h2{
	
	font-family: 'Satisfy', cursive;
	letter-spacing: 3px;
	font-size: 2.2em;
	color: black;
	text-shadow: 0px 3px 5px #888;
}
/* Splash section */

.splash {

	 background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	clear: both;
	padding-bottom: 2em;
}
.splash p{
	color: black;
	background-color: rgba(250,249,245,0.70);
	box-shadow: 0px 5px 10px #888;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
.splash p span{
	font-weight: 700;

}
.splash-content {
	padding: 1.5em;
}

@media screen and (min-width: 600px) {
	.splash-text {
		columns: 2;
		column-gap: 2em;
	}

	.splash-text p {
		padding-top: 0;
	}
}

/* More section */

.more {
	padding: 2em;
	text-box: 0px 5px 2px #999;
}

.more-content {
	background-color: rgba(162,227,238,0.5);
	
}
.more span  h2 {
	margin-top: 1.1em;
	background-color: rgba(239,24,28,0.6);;
	padding: .8em;
	text-box: 0px 5px  2px #999;
}


/* Twins section */

/*footer*/
.twin {
	padding: 2em;
	background-color: #07078e;
	color: white;
}

.twin:last-of-type {
	background-color: rgba(32,65,238,0.6);
}
.twin h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 2em;
}
.twin p {
	color: #f9d93d;
	font-weight: 700;
	font-size: 1.3em;
	text-align: left;
}
.twin h3 {
	font-size: 1.1em;
	color: #efdb9c;
	text-align: left;
	background-color: #07078e;
	padding: 20px;
	border: thick dashed white;
}
.twin blockquote h3 {
    font-family: Satisfy, cursive;
    font-size: 1.6em;
	color: white;
}
 .twin blockquote p {
	font-family: Satisfy, cursive;
	margin: 30px 50px 40px 30px;
	font-size: 1.6em;
	color: white;
	padding-top: 40px;
	padding-left: 30px;
	}
 .twin blockquote  p:first-letter{
	font-family: Satisfy, cursive;
	color: rgba(204,0,0,1);
	font-size: 1.8em;
	font-weight: bold;
	padding-left: 20px;
}
.twin blockquote p .quote{
	font-family: Satisfy, cursive;
	margin: 30px 50px 40px 30px;
	text-shadow: none;
	font-size: 4em;
	font-style: italic;
	font-weight: bolder;
	color:rgba(102,102,102,1);
}


.article {
	padding: 3em;
	background-color: rgba(138,132,132,0.6);
	color: #888;
	text-align: center;
	margin-bottom: 20px;
}
.article p{ 
    color:  rgba(68,60,60,1.00);
}
.article a {
	font-size: 1.7em;
	font-weight: 500;
	color:  rgba(68,60,60,1.00);
	text-decoration: none;
}

.article a:hover{
	color: #61cecb;
	text-decoration: none;
	
}
.article a:focus {
	 color: rgba(68,60,60,1.00);
	
}


/*--------------------------------------------------------------
Use flex to create a three-bucket layout
--------------------------------------------------------------*/

@media screen and (min-width: 700px) {
	@supports (display: flex) {

		.buckets ul {
			display: flex;
			justify-content: space-around;
		}

		.buckets li {
			width: 31%;
		}

	}
}

/*--------------------------------------------------------------
Basic responsive layout for all browsers:
--------------------------------------------------------------*/

.site {
	max-width: 50em;
	margin: 0 auto;
}

/*--------------------------------------------------------------
CSS Grid layout for modern browsers:
--------------------------------------------------------------*/

/* Check for CSS Grid support: */
@supports (grid-area: auto) {

	/* Enable grid for viewports 600px and wider: */
	@media screen and (min-width: 600px) {

		/* Disable fallback max-width center aligned rule: */
		.site {
			max-width: none;
		}

		/* Four-column layout: Two center columns have total width of 50em: */
		.main-area > *,
		.colophon {
			display: grid;
			grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr;
		}

		/* Center items by placing them in the two center columns: */
		.splash-content,
		.more-content,
		.buckets ul {
			grid-column: 2/4;
		}

		/* Use automatic grid placement + span to let each item span two columns: */
		.twin,
		.colophon aside {
			grid-column: 2 span;
		}

	}
	
}


/*colors */ 


.container {
  margin: 5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.item {
  border: 1px solid black;
  padding: 1em;
}

h1 {
  font-family: 'Playfair Display', serif;
  line-height: 1em;
  margin: 0;
  color: white;
}
p {
   font-family: 'Montserrat', sans-serif;
   line-height: 1.5;
   margin-top: 15px;
   color: white;
}
.pair-1 {
	background-color: red;}
.pair-1  h1 {
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.5px;
    font-size: 2.2em;
    font-weight: 900;
  }
.pair-1 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
  }

.pair-2 {
	background: chocolate;}
 .pair-2 h1 {
  font-family: 'Playfair Display', serif;
  }
 .pair-2 p {
  font-family: 'Montserrat', sans-serif;
  }

.pair-3 {
	background: rgba(134,127,127,0.5);}
 .pair-3 h1 {
   font-family:'Playfair Display', serif;
  }
  .pair-3 p {
    font-family: 'Montserrat', sans-serif;
  }
/* Footer */
footer{
	background-color: rgba(134,127,127,0.5);
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	padding: 30px;
}

 p.copyright{
 font-family: 'Monserrat', sans-serif;
 text-align: center;
 color: black;
 font-size: .7em;
 padding-bottom: 5px;
}
   footer #privacy {
	font-family: 'Montserrat', sans-serif;
	font-ize: .9em;
	padding: 20px;
	margin-top: 20px;
	color: black;
}
footer h4 {
	color: #888;
}

footer #privacy h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: black;	
}
footer #privacy p {
	color: black;
	font-size: .5em;
	text-align: justify;
	-webkit-transition: font-size .5s ease;
	-moz-transition: font-size .5s ease;
	-o-transition: font-size .5s ease;
	transition: font-size .5s ease;
}
footer #privacy p:hover {
	font-size: 1em;
	color: black;
}

