﻿@font-face {
  font-family: url("../fonts/piron.woff") format("woff"),"piron", src:url("../fonts/piron.eot") format("eot"), url("../fonts/piron.ttf") format("truetype"), url("../fonts/piron.svg#piron") format("svg");
  font-weight:normal;
  font-style:normal;
}

/* 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;
}

html {
  height: 100%;
}

h1 {
    font-family: 'piron', sans-serif;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    margin: 20px 2px;
}

.homepage {
  height: 100vh;
  min-height: 40em;
}
  
#page-wrapper {
  font-family: 'piron', sans-serif;
  font-size: 16px;
  background-color:#aaa;
  }

#header {
  height: 100vh;
  position: relative;
  background-image: url(../../images/tour_Eiffel.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #FFF;
  padding: 15em 1em 1em 1em;
  cursor: default;
}


.inner {
  text-align: center;
}

#nav {
  position: absolute; 
  top: 0.5em;
  left: 1%;
  width: 40%;
  font-size: 25px;
}

#nav2 {
  position: absolute;
  top: 0.5em;
  right: 1%;
  width: 40%;
  font-size: 25px;
  text-align: right;
}

#navig {
    text-align: center;
    font-size: 30px;
    text-decoration: none;
  }
  #navig ul{
        display: table;
        width: 300px;
        margin: 10px auto;
        padding: 0;
    }

    #navig ul li{
        display: table-cell;
        width: 110px;
    }

    #navig ul li a{
        display: block;
        color: #FFF;
        padding: 8px 8px 17px 8px;
        position: relative;
    }

    #navig ul li a:hover, ul li a:focus{
        color: #F9C; 
        transition: color 0.5s;
    }



#main {
  background-color:#fff;
  color: #000;
  font-family: sans-serif;
  padding: 3em 1em;
}

  #main h1{
    font-size: 25px;
    color: #555; }

header {
  margin: 0 0 1em 0;
}

ul {
  list-style: none;
}

ul li a {
    color: #FFF; 
    text-decoration: none;
    position: relative;
}

ul li a:hover, 
ul li a:focus{
    color: #FF0; 
    transition: color 0.5s;
} 



@media screen and (max-width: 736px) {
  #header {
    background-image: url('../../images/tour_Eiffel-s.jpg');
  }

}
