/* Text Elements */

h1 {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

h1.gallery-heading {
  margin: 0;
  max-width: 40em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 1.875em;
  line-height: 1.2;
}

h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 1.25em;
  font-family: 'Roboto', sans-serif;
}

h2.about-text {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 1.25em;
  font-family: 'Roboto', sans-serif;
  right:50%; /* Positions 50% from right (right edge will be at center) */
  margin-right:100px; /* Positions 100px to the left of center */
  float: right;
}

p.about-text {
  margin-top: 10.8823529411764706em;
  /* padding-left: 1.7647058823529411em; */
  max-width: 29.41176470588235em;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 1.25em;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.0625em;
  font-family: 'Roboto', sans-serif;
  right:50%; /* Positions 50% from right (right edge will be at center) */
  margin-right:100px; /* Positions 100px to the left of center */
  float: right;
}

p.paragraph {
  margin-top: .4117647058823529em;
  padding-left: 1.7647058823529411em;
  max-width: 29.41176470588235em;
  color: #9b9b9b;
  font-size: 1.0625em;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.copyright {
  margin-top: .8823529411764706em;
  margin-bottom: .5882352941176471em;
  max-width: none;
  color: #9b9b9b;
  text-align: center;
}

p.paragraph a.link {
  color: #fff;
}

p.paragraph.paragraph-1 {
  color: #9b9b9b;
}

p.paragraph a.link:hover {
  text-decoration: underline;
}

span.text-element.img-caption {
  color: #c6c6c6;
  font-size: 1.0625em;
}

span.text-element span.caption-title {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .14285714285714285em;
  font-weight: 700;
}

span.text-element.gallery-author {
  margin-top: 0;
  margin-bottom: 10.714285714285714em;
  color: #9c9c9c;
  letter-spacing: .07142857142857142em;
}

span.text-element {
  font-family: 'Roboto', sans-serif;
}

span.text-element.contact-text {
  color: #9b9b9b;
  font-size: 1.0625em;
}

span.text-element.contact-text.light {
  margin-bottom: 1.1764705882352942em;
  color: #fff;
}

a.link-text.nav-item {
  padding-top: .35714285714285715em;
  padding-bottom: .35714285714285715em;
  padding-left: 0;
  border-bottom: .07142857142857142em solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .6);
  text-align: right;
  font-size: 1em;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-text {
  font-weight: 400;
  font-size: .875em;
  font-family: 'Roboto', sans-serif;
}

a.link-text.about-email-link {
  position: relative;
  left: -.35em;
  z-index: 700;
  float: left;
  color: #fff;
  font-size: 6.25em;
  line-height: .8;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-text.about-email-link.josefine {
  top: 1em;
  right: auto;
  bottom: auto;
  left: .35em;
  float: right;
}

a.link-text.nav-item:hover {
  padding-right: .7142857142857143em;
  padding-bottom: .35714285714285715em;
  color: #fff;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-text.about-email-link:hover {
  color: #ff946a;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-text.about-email-link.josefine:hover {
  color: #eab2aa;
}

/* Interaction Elements */

button[type=submit].contact-bt {
  border-top-left-radius: 0 0;
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  background-color: #00f;
  font-family: 'Roboto', sans-serif;
}

button[type=submit].contact-bt:hover {
  background-color: #004bff;
}

a.link-button.portfolio-link {
  position: relative;
  z-index: 500;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.6em;
  padding-right: .8em;
  padding-left: .8em;
  width: 100%;
  border-top-left-radius: 0 0;
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  background-color: rgba(0, 17, 255, .85);
  text-align: right;
  font-size: 1.5625em;
  opacity: 0;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-button.project-link {
  position: relative;
  z-index: 500;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.6em;
  padding-right: .8em;
  padding-left: .8em;
  width: 100%;
  border-top-left-radius: 0 0;
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  background-color: rgba(255, 145, 0, 0.85);
  text-align: right;
  font-size: 1.5625em;
  opacity: 0;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-button.gallery-nav-link {
  position: relative;
  z-index: 500;
  margin-top: 0;
  margin-bottom: 0;
  padding: .6em .8em;
  width: 100%;
  border-top-left-radius: 0 0;
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  background-color: rgba(0, 0, 0, .8);
  text-align: right;
  font-size: 1.5625em;
  line-height: 1.1;
  opacity: 1;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-button.portfolio-link:hover {
  padding-top: .4em;
  background-color: rgba(0, 17, 255, .85);
  color: #fff;
  opacity: 1;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-button.project-link:hover {
  padding-top: .4em;
  background-color: rgba(255, 145, 0, 0.85);
  color: #fff;
  opacity: 1;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-button.gallery-nav-link:hover {
  padding-top: .6em;
  background-color: transparent;
  color: #fff;
  opacity: 1;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

input[type=email].email-field {
  margin-top: 0;
  margin-bottom: 1.1764705882352942em;
  padding: 0 0 .29411764705882354em;
  max-width: none;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-right-style: none;
  border-bottom-width: .058823529411764705em;
  border-bottom-style: solid;
  border-left-width: 0;
  border-left-style: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.0625em;
  font-family: 'Roboto', sans-serif;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

input[type=email].email-field:focus {
  border-bottom-color: #fff;
  box-shadow: none;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

textarea.textarea {
  margin-bottom: 1.1764705882352942em;
  height: 8.823529411764707em;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-right-style: none;
  border-bottom-width: .058823529411764705em;
  border-bottom-style: solid;
  border-left-width: 0;
  border-left-style: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.0625em;
  font-family: 'Roboto', sans-serif;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

textarea.textarea:focus {
  border-bottom-color: #fff;
  box-shadow: none;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

/* Layout Elements */

body > .row {
  max-width: none;
}

body > .row.header {
  height: 100%;
  background-color: #000;
  background-image: url('../Architecture/DSC_2350.JPG');
  background-position: center center;
  background-size: cover;
}

body > .row.nav-row {
  position: fixed;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 600;
  min-width: 0;
  max-width: 9.375em;
  height: 100%;
  background-color: transparent;
}

body > .row > [class*='coffee-span-'].logo-col {
  position: static;
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  height: 100%;
  background-color: rgba(0, 0, 0, .74);

  -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
       -o-align-items: center;
          align-items: center;
}

body > .row > [class*='coffee-span-'].nav-col {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  height: 100%;

  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
}

body > .row > [class*='coffee-span-'].portfolio-cover {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  padding-right: 0;
  padding-left: 0;
  height: 100%;
  border: 3.125em solid #000;
  background-image: url('../photography/folderimage.jpg');
  background-position: center center;
  background-size: cover;
}

body > .row > [class*='coffee-span-'].project-cover {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  padding-right: 0;
  padding-left: 0;
  height: 100%;
  border: 3.125em solid #000;
  background-image: url('../Architecture/DSCN0018.jpg');
  background-position: center center;
  background-size: cover;
}

body > .row.portfolio-row {
  height: 50%;
  background-color: #000;
}

body > .row.project-row {
  height: 50%;
  background-color: #000;
}

body > .row > [class*='coffee-span-'].portfolio-cover.new {
  background-image: url('../photography/Frying%20Pan%20Tower/folderimage.jpg');
}

body > .row > [class*='coffee-span-'].portfolio-cover.iot {
  background-image: url('../Architecture/20181006_102022.jpg');
}

body > .row > [class*='coffee-span-'].portfolio-cover.weather {
  background-image: url('../Architecture/20181006_100816.jpg');
}

body > .row > [class*='coffee-span-'].project-cover.weather {
  background-image: url('../Architecture/20181006_100816.jpg');
}

body > .row > [class*='coffee-span-'].project-cover.iot {
  background-image: url('../Architecture/20181006_102022.jpg');
}

body {
  background-color: #000;
}

body > .row > [class*='coffee-span-'].text-col {
  height: auto;
  border: 3.125em solid #000;
}

body > .row > [class*='coffee-span-'].about-cover {
  display: block;
  padding-right: 0;
  padding-left: 0;
  min-height: 50em;
  height: 100%;
  border: 3.125em solid #000;
  background-image: url('../we.jpg');
  background-position: center 20%;
  background-size: cover;
}

body > .row > [class*='coffee-span-'].hockey.portfolio-cover {
  background-image: url('../photography/hockey/folderimage.jpg');
}

body > .row > [class*='coffee-span-'].portfolio-cover.project {
  margin-top: 0;
  border-color: #000;
  background-image: url('../Architecture/DSCN0018.jpg');
}

body > .row > [class*='coffee-span-'].project-cover.project {
  margin-top: 0;
  border-color: #000;
  background-image: url('../Architecture/DSCN0018.jpg');
}

body > .row.gallery-row {
  max-width: none;
  width: auto;
  height: auto;
}

body > .row > [class*='coffee-span-'].gallery-column {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
       -o-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  padding: 12.5em 3.125em;
  max-height: none;
  height: auto;

  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
       -o-align-items: center;
          align-items: center;
}

body > .row.gallery-nav-row {
  height: 25%;
}

body > .row > [class*='coffee-span-'].gallery-nav {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  padding-right: 0;
  padding-left: 0;
  height: 100%;
  background-image: url('../header-bg.jpg');
  background-position: center center;
  background-size: cover;
}

body > .row > [class*='coffee-span-'].food.gallery-nav {
  background-image: url('../Food/photo-1449792893722-936641bb3309.jpg');
}

body > .row.about {
  height: auto;
}

body > .row > [class*='coffee-span-'].gallery-nav.iot {
  background-image: url('../Architecture/20181006_102022.jpg');
}

body > .row > [class*='coffee-span-'].gallery-nav.weather {
  background-image: url('../Architecture/20181006_100816.jpg');
}

body > .row > [class*='coffee-span-'].gallery-nav.project {
  background-image: url('../Architecture/DSCN0018.jpg');
}

body > .row.contact {
  background-color: #1f1f1f;
}

body > .row > [class*='coffee-span-'].contact.text-col {
  border-color: #1f1f1f;
}

body.grid-1 {
  background-color: #000;
}

body > .row > [class*='coffee-span-'].portfolio-cover:hover {
  border-color: #000;
}

body > .row > [class*='coffee-span-'].project-cover:hover {
  border-color: #000;
}

body > .row.contact:hover {
  background-color: #1f1f1f;
}

div.responsive-picture.logo {
  margin-right: auto;
  margin-left: auto;
  max-width: 25em;
}

a.responsive-picture.close-gallery-bt {
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 6.25em;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.responsive-picture.gallery-img {
  margin-top: 0;
  margin-bottom: .625em;
  max-width: 75em;
}

a.responsive-picture.gallery-img.portrait {
  max-width: 50em;
}

a.responsive-picture.close-gallery-bt:hover {
  opacity: .4;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

@media screen and (max-width: 50em) {
  /* Text Elements */

  h1.gallery-heading {
    font-size: 1.375em;
    line-height: 1.2;
  }

  h2 {
    font-size: 1.125em;
  }

  p.paragraph {
    font-size: .9375em;
  }

  span.text-element.gallery-author {
    margin-bottom: 7.142857142857143em;
  }

  span.text-element.img-caption {
    font-size: .9375em;
  }

  span.text-element.contact-text.light {
    font-size: .9375em;
  }

  span.text-element.contact-text {
    font-size: .9375em;
  }

  a.link-text.nav-item {
    float: left;
    padding-right: .625em;
    width: 25%;
    text-align: center;
  }

  a.link-text.about-email-link {
    font-size: 3.75em;
  }

  a.link-text.nav-item:hover {
    padding-right: .625em;
  }

  /* Interaction Elements */

  a.link-button.gallery-nav-link {
    font-size: 1.375em;
  }

  a.link-button.portfolio-link {
    padding-top: .4em;
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .00) 100%);
    background-image:    -moz-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .00) 100%);
    background-image:     -ms-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .00) 100%);
    background-image:      -o-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .00) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .00) 100%);
    font-size: 1.25em;
    opacity: 1;
  }
  
  a.link-button.project-link {
    padding-top: .4em;
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, rgba(255, 145, 0, 0.85) 0%, rgba(0, 17, 255, .00) 100%);
    background-image:    -moz-linear-gradient(180deg, rgba(255, 145, 0, 0.85) 0%, rgba(0, 17, 255, .00) 100%);
    background-image:     -ms-linear-gradient(180deg, rgba(255, 145, 0, 0.85) 0%, rgba(0, 17, 255, .00) 100%);
    background-image:      -o-linear-gradient(180deg, rgba(255, 145, 0, 0.85) 0%, rgba(0, 17, 255, .00) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 145, 0, 0.85) 0%, rgba(0, 17, 255, .00) 100%);
    font-size: 1.25em;
    opacity: 1;
  }

  a.link-button.portfolio-link:hover {
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .85) 100%);
    background-image:    -moz-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .85) 100%);
    background-image:     -ms-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .85) 100%);
    background-image:      -o-linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .85) 100%);
    background-image:         linear-gradient(180deg, rgba(0, 17, 255, .85) 0%, rgba(0, 17, 255, .85) 100%);
  }
  
  a.link-button.project-link:hover {
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, rgba(255, 145, 0, 0.85) 0%, rgba(255, 145, 0, 0.85) 100%);
    background-image:    -moz-linear-gradient(180deg, rgba(255, 145, 0, 0.85) 0%, rgba(255, 145, 0, 0.85) 100%);
    background-image:     -ms-linear-gradient(180deg, rgba(255, 145, 0, 0.85) 0%, rgba(255, 145, 0, 0.85) 100%);
    background-image:      -o-linear-gradient(180deg, rgba(255, 145, 0, 0.85) 0%, rgba(255, 145, 0, 0.85) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 145, 0, 0.85) 0%, rgba(255, 145, 0, 0.85) 100%);
  }

  input[type=email].email-field {
    border-bottom-width: .13333333333333333em;
    font-size: .9375em;
  }

  textarea.textarea {
    border-bottom-width: .13333333333333333em;
    font-size: .9375em;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].gallery-column {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  body > .row > [class*='coffee-span-'].portfolio-cover {
    border-width: 1.5625em;
  }
  
  body > .row > [class*='coffee-span-'].project-cover {
    border-width: 1.5625em;
  }

  body > .row > [class*='coffee-span-'].about-cover {
    min-height: 43.75em;
    border-width: 1.5625em;
    border-color: #00f;
  }

  body > .row > [class*='coffee-span-'].text-col {
    border-width: 1.5625em;
  }

  body > .row.nav-row {
    position: absolute;
    max-width: none;
    height: auto;
  }

  body > .row > [class*='coffee-span-'].logo-col {
    background-color: rgba(0, 0, 0, .75);
  }

  body > .row > [class*='coffee-span-'].nav-col {
    display: block;
    -webkit-flex-direction: row;
       -moz-flex-direction: row;
        -ms-flex-direction: row;
         -o-flex-direction: row;
            flex-direction: row;
    padding-right: 0;
  }

  a.responsive-picture.close-gallery-bt {
    min-width: 0;
    max-width: 3.125em;
  }

  div.responsive-picture.logo {
    max-width: 15.625em;
  }
}

@media screen and (max-width: 28.125em) {
  /* Text Elements */

  h2 {
    font-size: 1em;
  }

  span.text-element.gallery-author {
    margin-bottom: 3.5714285714285716em;
    margin-left: 0;
  }

  span.text-element.img-caption {
    font-size: .875em;
  }

  a.link-text.nav-item {
    min-height: 0;
    width: 50%;
    font-size: .9375em;
  }

  a.link-text.about-email-link {
    font-size: 1.875em;
  }

  /* Interaction Elements */

  a.link-button.gallery-nav-link {
    font-size: 1em;
    line-height: 1.6;
  }

  input[type=email].email-field {
    border-bottom-width: .06666666666666667em;
  }

  textarea.textarea {
    border-bottom-width: .06666666666666667em;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].gallery-column {
    margin-top: 0;
    padding: 3.125em .9375em;
  }

  body > .row > [class*='coffee-span-'].portfolio-cover {
    border-width: .9375em;
  }
  
  body > .row > [class*='coffee-span-'].project-cover {
    border-width: .9375em;
  }

  body > .row > [class*='coffee-span-'].text-col {
    border-width: .9375em;
  }

  body > .row > [class*='coffee-span-'].about-cover {
    min-height: 25em;
    border-width: .9375em;
  }

  a.responsive-picture.gallery-img {
    margin-bottom: 0;
  }
}

/************** Contact page */

#contact-page {
	margin:10px 10px 10px 5%;
}
#contact-page aside {
	float:right;
	display:inline;
	margin:0 0 10px 5%;
	max-width:25%;
}
#contact-page aside img {
	max-width:100%;
}
#contact-page .texts {
	overflow:hidden;
}
#contact-page .texts blockquote {
	font-size:80%;
	line-height:1.5em;
	padding-left:12px;
	border-left:10px solid rgba(255,255,255,0.1);
}
#contact-page .texts > div {
	font-size:100%;
    color:rgb(255,255,255);
	padding:15px 5px;
	border-top:1px solid rgba(255,255,255,0.2);
	border-bottom:1px solid rgba(0,0,0,0.2);
}
#contact-page .texts blockquote,
#contact-page .texts a {
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
}
#contact-page .texts a {
	font-size:80%;
	padding:5px 5px 5px 26px;
	line-height:14px;
	background-color:rgba(255,255,255,0.1);
	background-image:url(share.png);
	background-repeat:no-repeat;
	-moz-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:1px 3px 8px rgba(0,0,0,0.2); -webkit-box-shadow:1px 3px 8px rgba(0,0,0,0.2); box-shadow:1px 3px 8px rgba(0,0,0,0.2);
}
#contact-page .facebook a { background-position:0 -24px; }
#contact-page .twitter a { background-position:0 -48px; }
#contact-page .digg a { background-position:0 -72px; }
#contact-page .myspace a { background-position:0 -96px; }
#contact-page .delicious a { background-position:0 -120px; }
#contact-page .stumbleupon a { background-position:0 -144px; }
#contact-page .email a { background-position:0 -168px; }
#contact-page .reddit a { background-position:0 -192px; }
#contact-page .tumblr a { background-position:0 -216px; }
#contact-page .flickr a { background-position:0 -240px; }
#contact-page .foursquare a { background-position:0 -264px; }
#contact-page .google a { background-position:0 -288px; }
#contact-page .linkedin a { background-position:0 -312px; }
#contact-page .picasa a { background-position:0 -336px; }
#contact-page .skype a { background-position:0 -360px; }
#contact-page .vimeo a { background-position:0 -384px; }
#contact-page .youtube a { background-position:0 -408px; }
#contact-page .phone a { background-position:0 -432px; }
#contact-page .jalbum a { background-position:0 -456px; }
#contact-page .pinterest a { background-position:0 -480px; }
#contact-page .instagram a { background-position:0 -504px; }
#contact-page .github a { background-position:0 -528px; }
#contact-page .rss a { background-position:0 -552px; }

#contact-page .custom a {
	padding:5px;
	background-image:none;
}
