@import url('http://fonts.googleapis.com/css?family=Gabriela');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { overflow-y: scroll; }
body {
  background: #fcfcfc url('bg.png'); /* http://subtlepatterns.com/crossword/ */
  font-size: 62.5%;
  line-height: 1;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 45px 25px;
  padding-bottom: 100px;
}

br { display: block; line-height: 1.6em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 {
  font-family: Times New Roman, Tahoma, sans-serif;
  font-size: 3.7em;
  font-weight: 700;
  line-height: 1.55em;
  margin-bottom: 10px;
  text-align: center;
  color: #514b53;
  letter-spacing: -0.06em;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}

h2 {
  font-family: Times New Roman, Tahoma, sans-serif;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.85em;
  margin-bottom: 10px;
  padding-left: 3%;
  padding-right: 3%;
  text-align: left;
  color: #514b53;
  letter-spacing: -0.06em;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}

h3 {
  font-family: Times New Roman, Tahoma, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.80em;
  margin-bottom: 10px;
  padding-left: 3%;
  padding-right: 3%;
  text-align: center;
  color: #black;
  letter-spacing: -0.04em;
}

h4 {
  font-family: Times New Roman, Tahoma, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.80em;
  margin-bottom: 10px;
  padding-left: 3%;
  padding-right: 3%;
  text-align: center;
  color: #fff;
  letter-spacing: -0.04em;
}
/*
h5 {
  font-family: 'Charm', Tahoma, sans-serif;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.80em;
  padding-left: 3%;
  padding-right: 3%;
  text-align: center;
  color: blue;
  letter-spacing: -0.04em;
}
*/
p {
  font-family: Cambria, Tahoma, sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.55em;
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 10px;
  text-align: justify;
  color: #514b53;
  letter-spacing: -0.02em;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}

/** page structure **/
#wrapper {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}

#portfolio {
  display: block;
}

#portfolio li {
  display: block;
  float: left;
  width: 30%;
  max-width: 400px;
  margin-left: 2.5%;
  margin-bottom: 20px;
}

#portfolio li a {
  display: block;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
}

#more {
	display: none;
}

#more2 {
	display: none;
}

#more3 {
	display: none;
}

.center {
  margin: auto;
  width: 80%;
  border: 3px solid #73AD21;
  padding: 10px;
  font-size: 1.2em;
  color: #2b2929;
  font-weight: 700;

  }

.header {
  position: fixed;
  margin-left: -10px;
  margin-top: 15px;
}

.btn {
  margin-left: 2.5%;
}

.logo {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 auto;
	margin-top: -20px:
    padding: 0px 0px 10px;
    background: #becfb8;
	
}

.copyright {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px 10px;
    background: #016631;
	
}
.mfp-title {
  font-size: 1.2em;
  color: #ddd !important;
  font-weight: 700;
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/** media queries **/
@media screen and (max-width: 780px) {
  #portfolio li {
    width: 45%;
  }
}

@media screen and (max-width: 550px) {
  #portfolio { 
    text-align: center;
  }
  
  #portfolio li {
    float: none;
    display: inline-block;
    width: 80%;
    margin-bottom: 30px;
  }
}