/*****                                 *****/
/*****           Philippe Fercha       *****/
/*****                2014             *****/
/*****                                 *****/

/* Reset 
================================================== */
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;
}
/* HTML5 display-role reset for older browsers */
aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #fff;
  display: block;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

ul {
  list-style-type: none
}

::selection {
    color: rgba(255, 255, 255, 0.7);
}

::-moz-selection {
    color: rgba(255, 255, 255, 0.7);
}

/* Font 
================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);

@font-face{
    font-family : "Nexa Bold";
    src : url('../fonts/Nexa/Nexa_Bold.otf');
}

@font-face{
    font-family : "Nexa Light";
    src : url('../fonts/Nexa/Nexa_Light.otf');
}

/* Body
================================================== */
body {
  height: 100%;
  font-family: 'Nexa Bold', sans-serif;
  background: url(../img/PF-homepage.jpg), url(../img/PF-homepage.jpg);
  background-size: cover;
}

.container{
  position: absolute;
  width: 200px;
  height: 321px;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

p{
  text-align: center;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 30px;
}

span{
  color: #1abc9c
}

p:first-child{
  display: inline-block;
  margin-bottom: 15px;
}
p:nth-child(3){
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}

p:nth-child(5){
  display: inline-block;
  font-family: 'Nexa Light', sans-serif;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 20px;
}

.diamond{
  width: 80px;
  margin: 0 auto;
}

.diamond img{
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

section{
  width: 200px;
  height: 32px;
  margin: 0 auto;
}

section img{
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}

section img:nth-child(5){
  margin-right: 0px;
}

/* Media queries
================================================== */
@media only screen and (min-width: 1025px) {
 
}

@media screen and (min-width: 800px) {
  
}

@media only screen and (min-width: 768px) {
  
}

@media (max-device-width: 768px) and (orientation: portrait) { 
  
}

@media screen and (max-width: 650px) {
 
}

@media screen and (max-width: 480px) {
  p{
    font-size: 20px;
  }
}
