@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900,400italic);

html {
	font-size: 14px;
	min-height: 100vh;
}

body {
	background-color: #000000;
	color: #ffffff;
	font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.4;
	font-size: 1rem;
	min-height: 100vh;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.3);
}

a {
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: lowercase;
}

a:focus { outline: none; }

strong {
	font-weight: 700;
}

section div {
	max-width: 1200px;
	margin: 0 auto;
}

section#intro {
	background: url(../images/city-b-g-color@2x.jpg) no-repeat center top;
	background-size: cover;
	padding: 0 2rem 3rem;
  position: relative;
  z-index: 0;
	min-height: 100vh;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    body section#intro {
		background-image: url(../images/city-b-g-color@2x.jpg);
	}
}


nav.header {
    text-transform: lowercase;
    text-align: center;
    padding: 2rem 0;
    margin-bottom: 1rem;
}
nav.header a {
    font-weight: 400;
    margin: 0 0.5rem;
    padding: 01rem;
		opacity: 0.4;
}
body.home nav.header a.home,
body.coalition nav.header a.coalition {
    opacity: 1;
}
.logo {
    margin: 0 auto;
}
.logo a {
	display: block;
	font-size: 3.6rem;
	background-image: url(../images/citizen-logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	max-width: 220px;
	margin: 1rem auto 0;
	text-indent: -9999px;
}

nav.downloads {
    display: block;
		max-width: 380px;
    margin: 2rem auto;
		vertical-align: top !important;
}
nav.downloads a {
    display: inline-block !important;
    width: 46%;
		margin: 0 0.392rem;
}
nav.downloads a img { width: 100%; }

nav.social a {
	display: inline-block;
	width: 2.5rem;
    padding: 0.15rem;
    margin: 0 0.4rem;
}
nav.social a img {
	width: 100%;
}

nav.emails {
	margin-top: 3rem;
}

nav.emails ul {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
}

nav.emails li {
	padding:0;
	margin:0 0.618rem;
	display: inline-block;
}

nav.emails li strong {
	display: block;
}

nav.emails a {
	opacity: 0.7;
}

nav.emails a:hover {
	opacity: 1;
}

nav.emails > a {
	margin: 0 0.392rem;
}

.responsive-video {
    margin: 4rem auto 0;
}

.responsive-video .fb-video span,
a.loading img {
	box-shadow: 0px 0px 3rem rgba(0,0,0,0.6), 0px 1rem 2rem rgba(0,0,0,0.24);
}

h1 + h2 {
    margin: -0.5rem auto 0;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
}

body.coalition .about {
    margin: 9rem auto 0;
}


@media screen and (max-width:599px) {
    body.coalition .about {
        margin-top: 0rem !important;
    }
    body.coalition .about p {
        font-size: 1.2rem !important;
        margin-bottom: 0 !important;
    }
}

body.coalition .about p {
    margin: 0 auto 2rem;
    font-size: 2rem;
    font-style: italic;
    line-height: 1.3;
    max-width: 914px;
    padding: 2rem;
}


body.coalition .about a[href='#people'] {
    text-transform: uppercase;
    font-size: 0.6rem;
    letter-spacing: 1px;
    font-weight:400;
}

body.coalition .about a[href='#people'] img {
    display: block;
    margin: 0 auto;
}

ul#people {
    font-size: 0;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 3rem auto 0 !important;
    list-style:none;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    line-height:0;
	padding: 3rem;
}

ul#people li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    min-width: 260px;
    background: black;
    list-style:none;
    line-height:0;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    font-size: 1rem;
}

ul#people li img {
    width: 100%;
    position: relative;
    z-index: 1;
}

ul#people li > div {
    line-height:1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(0,0,0,0.75);
    position: absolute;
    padding: 1rem 2rem;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 2;
    -webkit-transition: all 200ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
ul#people li:hover > div,
ul#people li:focus > div,
ul#people li:active > div {
    background: none;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
}

ul#people li > div strong {
    font-size: 1.4rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

@media screen and (max-width:660px) {
    ul#people {
        margin: 3rem auto 0 !important;
        padding: 0 !important;
    }
    ul#people li strong {
        font-size: 1rem !important;
    }
    ul#people li {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        min-width: 150px !important;
        font-size: 0.8rem !important;
    }
}

a.loading {
	display: block;
}
a.loading img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 714px;
}
