/* 
Skin: #fac180
Groen: #114848
Lichtblauw: #afdbe3

*/

@font-face{ 
	font-family: 'Tantinotes';
	src: url('fonts/Tantinotes.woff') format('woff'),
	     url('fonts/Tantinotes.woff2') format('woff2'),
	     url('fonts/Tantinotes.ttf') format('truetype'),
       url('fonts/Tantinotes.otf') format('opentype');
  font-weight: 400;
}

/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
html{
  overflow-x: hidden;
}
body{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5em;
  color: #1b2c2e;
  background-color: #FFF;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}


div.container{
  width: 100%;
  margin: 0px;
  padding: 0px;
}
div.centerContent{
  width: 1530px;
  padding-left: 160px;
  padding-right: 160px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}
.textCenter{
  text-align: center;
}

.textTable{
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/*      HEADER      */
header{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 2;
  position: absolute;
  background-color: rgba(28,45,48,0.7);
  color: #FFF;
}
header div.centerContent{
  padding-left: 80px;
  padding-right: 80px;
}


div.menuHolder{
}

nav{
  position: relative;
  box-sizing: border-box;
}
nav ul{
  display: block;
  width: 100%;
  text-align: left;
}
header nav ul li{
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  line-height: 1em;
  cursor: pointer;
  margin-right: 30px;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
}
nav ul li:hover{
  text-decoration: underline;
}

header nav ul li:last-child{
  margin-right: 60px;
  background-color: #1c2d2e;
  padding-left: 20px;
  padding-right: 20px;
  float: right;
}
nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
header nav ul li:nth-child(3){
  display: none;
}
header nav ul li.homeButton a{
  display: block;
  width: 22px;
  background-image: url("../images/home.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
header nav ul li.menuButton{
  display: none;
}
div.socialHolder{
  position: absolute;
  right: 0px;
  top: 12px;
}
div.socialHolder a{
  display: inline-block;
  margin-left: 10px;
  color: #b4c0b7;
  font-size: 1.2em;
}

/*      CONTENT      */
div.content article{
  background-image: url("../images/haarzus-zus.svg");
  background-size: auto 100px;
  background-position: calc(50% - 560px) 40px;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
div.headerImage{
  width: 100%;
  height: 0px;
  padding-top: 22%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div.headerImage div.headerLogo{
  background-image: url("../images/overlay.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
div.headerImage div.headerLogo div.centerContent{
  padding: 0px;
  height: 100%;
}
div.headerImage div.logoHolder{
  position: absolute;
  left: 235px;
  top: 50%;
  -webkit-transform: translate(0%, -30%);
  -ms-transform: translate(0%, -30%);
  transform: translate(0%, -30%);
  width: 25%; 
}
div.headerImage div.logoHolder img{
  display: block;
  width: 100%;
}


h1{
  font-family: 'Italiana', serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.25em;
  line-height: 1em;
  letter-spacing: 4px;
  margin-bottom: 60px;
}
h2{
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.2em;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

div.textContent{
  padding-left: 75px;
  width: 52%;
  float: left;
  box-sizing: border-box;
}
div.imageHolder,
div.contactInfo{
  width: 35%;
  float: right;
  position: relative;
}
div.imageHolder img{
  display: block;
  width: 100%;
}
div.imageHolder div.pattern{
  display: block;
  height: 100%;
  width: 500px;
  position: absolute;
  left: 100%;
  top: 0px;
  background-image: url('../images/patroon.jpg');
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

div.stripe{
  width: 1px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #7f8889;
}

div.greyBar,
div.whiteBar{
  background-color: #f3f3f4;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 100px;
}
div.whiteBar{
  background: none;
  margin: 0px;
}

div.whiteBar div.stripe,
div.greyBar div.stripe,
div.priceGroup div.stripe{
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 10;
  height: 80px;
  background-color: #000;
}
div.greenBar{
  background-color: #b4c0b7;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

div.bottomText{
  text-align: center;
  padding-top: 100px;
}
div.bottomText a{
  display: inline-block;
  color: #FFF;
  background-color: #1c2d2e;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
div.bottomText a:hover{
  background-color: #b4c0b7;
}
div.bottomText div.archiveLinks a{
  background-color: #b4c0b7;
  margin: 3px;
}
div.bottomText div.archiveLinks a:hover{
  background-color: #1c2d2e;
}

div.content.nieuws div.bottomText a{
  margin: 3px;
}

div.archiveLinks,
div.content.nieuws div.bottomText a{
  margin-top: 20px;
}



/*      HOME    */
div.content.home div.headerImage{
  width: 100%;
  height: 800px;
  padding: 0px;
  position: relative;
}
div.content.home div.headerImage div.slideHolder{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}
div.content.home div.headerImage div.slideHolder div.slide{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div.content.home div.headerImage div.logoHolder{
  padding-top: 0px;
  left: 6%;
  width: 28%; 
}
div.content.home div.headerImage div.headerBanners{
  left: 43%;
  height: 400px;
  bottom: -100px;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: stretch;
}
div.timeHolder{
  width: 30.7%;
  margin-right: 0.7%;
  background-color: #b4c0b7;
  background-image: url("../images/open.svg");
  background-repeat: no-repeat;
  background-position: 85% 70px;
  background-size: 14% auto;
  color: #1c2d2f;
  box-sizing: border-box;
  padding: 4.5%;
}
div.content.contact div.timeHolder{
  padding: 0px;
  padding-bottom: 70px;
  width: 80%;
  margin-top: 50px;
  background-position: right 10px;
  background-size: 18% auto;
}
div.timeHolder p.time span{
  display: inline-block;
  width: 50%;
  line-height: 2em;
}
div.timeHolder p.time span:first-child{
  width: 35%;
}

a.agendaButton{
  display: block;
  width: 26%;
  background-color: #1c2d2e;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
a.agendaButton img{
  display: block;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
a.agendaButton img.stamp{
  display: block;
  width: 130px;
  margin: 0px;
  position: absolute;
  top: -55px;
  right: 30px;
}

div.content.home div.pattern{
  width: 42%;
  background-image: url('../images/patroon.jpg');
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

div.content.home h1{
  margin-top: 120px;
}
div.content.home article h1,
div.content.nieuws article h1,
div.content.tarieven article h1{
  text-align: center;
}
div.content.home div.textHolder,
div.content.nieuws div.textHolder,
div.content.tarieven div.textHolder{
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}
div.bannerHolder{
  margin-top: 20px;
}
div.bannerHolder a{
  display: block;
  float: left;
  width: 32%;
  height: 0px;
  padding-top: 32%;
  background-color: #ebeaeb;
  margin-right: 2%;
  position: relative;
}
div.bannerHolder a:hover span.bannerText{
  opacity: 0.7;
}
div.bannerHolder a:nth-child(2){
  background-color: #e1e4dd;
}
div.bannerHolder a:nth-child(3){
  background-color: #dfdee1;
  margin-right: 0px;
}
div.bannerHolder span.bannerText{
  position: absolute;
  left: 6%;
  top: 6%;
  bottom: 6%;
  right: 6%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.bannerHolder span.bannerText span.textCell span{
  background-color: #FFF;
  line-height: 1em;
  padding: 6px;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

div.content.home div.greenBar{
  margin-top: 100px;
  padding: 0px;
}
div.content.home div.greenBar div.centerContent{
  padding-top: 70px;
  padding-bottom: 70px;
}
div.halfContent{
  width: 50%;
  margin-left: 50%;
  box-sizing: border-box;
  position: relative;
}
div.halfContent h3{
  margin-bottom: 40px;
  padding-bottom: 50px;
  padding-left: 95px;
  border-bottom: solid 1px #FFF;
  font-family: 'Italiana', serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1.5em;
  letter-spacing: 4px;
  display: inline-block;
}
div.halfContent div.stripe{
  width: 1px;
  height: auto;
  position: absolute;
  top: -70px;
  right: 0px;
  bottom: 150px;
  margin-top: 0px;
  background-color: #FFF;
}
div.halfContent h2,
div.halfContent p{
  padding-left: 95px;
  padding-right: 80px;
}
div.halfContent p{
  line-height: 2em;
}
div.content.home img.ownersPic{
  position: absolute;
  right: 50%;
  height: 100%;
  top: 0px;
}
div.content.home img.owners{
  position: absolute;
  right: 60%;
  top: 70%;
  z-index: 10;
  width: 300px;
}


/*      ABOUT     */
div.content.over div.greenBar div.centerContent{
    padding-left: 300px;
    padding-right: 300px;
}

div.employee{
  width: 45%;
  margin-right: 10%;
  float: left;
  margin-bottom: 70px;
}
div.employee:nth-child(2n){
  margin-right: 0px;
}
div.employee:nth-child(2n+1){
  clear: both;
}
div.employee img{
  display: block;
  width: 100%;
}
div.employee p.name{
  font-family: 'Tantinotes';
  font-size: 4em;
  line-height: 1em;
  margin-left: 10px;
  margin-top: 20px;
  color: #000;
}
div.employee p.lastname{
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 5px;
}
div.employee p.text{
  margin-top: 20px;
  line-height: 2em;
}
div.employee p.days{
  margin-top: 20px;
  padding-top: 10px;
  color: #FFF;
  border-top: solid 1px #FFF;
  letter-spacing: 1px;
  font-size: 0.8em;
  text-transform: uppercase;
}
div.employee a{
  display: block;
  color: #FFF;
  background-color: #1c2d2e;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
div.employee a:hover{
  background-color: #e7eae4;
  color: #1c2d2e;
}


/*      PRICES    */
div.content.pasfotos div.priceHolder{
  border-top: solid 1px #2d363e;
  border-bottom: solid 1px #2d363e;
  padding-top: 10px;
  margin-top: 75px;
  position: relative;
}
div.priceHolder div.price{
  position: relative;
  margin-bottom: 15px;
}
div.priceHolder div.price h4{
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 85%;
  float: left;
}
div.priceHolder div.price span{
  display: block;
  clear: both;
}
div.content.pasfotos div.priceHolder div.price span{
  color: #789077;
}

div.priceHolder div.price b{
  display: block;
  float: right;
  text-align: right;
  font-weight: 300;
  width: 15%;
}
div.content.pasfotos div.priceHolder div.price b{
  position: absolute;
  right: 0px;
  top: 0px;
  float: none;
}


div.content.tarieven article{
  padding-bottom: 0px;
}

div.priceGroup{

}
div.priceGroup h2{
  background-color: #FFF;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin: 0px;
}
div.priceSubGroupHolder{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ebeaeb;
}
div.priceSubGroupHolder div.centerContent.cols{
  column-count: 2;
  column-gap: 4%;
}
div.priceGroup:nth-child(2) div.priceSubGroupHolder{
  background-color: #e7eae4;
}
div.priceGroup:nth-child(3) div.priceSubGroupHolder{
  background-color: #dfdee1;
}
div.priceSubGroupHolder div.centerContent div.priceSubGroup{
  border-bottom: solid 1px #2d363e;
}
div.priceSubGroupHolder div.centerContent.cols div.priceSubGroup{
  position: relative;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 35px;
  border-bottom: solid 1px #2d363e;
}
div.priceSubGroupHolder div.centerContent.single div.priceSubGroup{
  width: 48%;
  margin-left: auto;
  margin-right: auto;
}
div.priceSubGroupHolder div.centerContent div.priceSubGroup h3{
  background-color: #FFF;
  position: relative;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin: 0px;
  font-weight: 300;
  margin-bottom: 15px;
}
div.priceGroup:nth-child(2) div.priceSubGroupHolder div.centerContent div.priceSubGroup h3{
  background-color: #afbaa7;
  color: #FFF;
}
div.priceGroup:nth-child(3) div.priceSubGroupHolder div.centerContent div.priceSubGroup h3{
  background-color: #2d363e;
  color: #FFF;
}
div.priceGroup:nth-child(3) div.priceSubGroupHolder div.centerContent div.priceSubGroup div.price h4{
  font-weight: 400;
}
div.priceGroup div.priceSubGroupHolder div.centerContent div.priceSubGroup span.time{
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  margin: 0px;
}



/*      HAAR    */
div.lookbookHolder{
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
}
div.lookbookSlider{
  width: 100%;
}
div.caroufredsel_wrapper{
  min-height: 55px;
}
div.lookbookSlider div{
 display: inline-block;
 margin-right: 24px;
 width: 190px;
 height: 260px;
 box-sizing: border-box;
 position: relative;
}
div.lookbookSlider div a{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.lookbookHolder div.arrow{
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  cursor: pointer;
  color: #FFF;
  font-size: 30px;
}
div.lookbookHolder div.arrow.left{
  left: 10px;
}
div.lookbookHolder div.arrow.right{
  right: 10px;
}



/*      CONTACT    */
div.content.contact article{
  padding-bottom: 0px;
}
div.content.contact div.textHolder a,
div.content.contact div.textHolder span.or{
  display: inline-block;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
}
div.content.contact div.textHolder a.phoneButton{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2em;
  line-height: 1em;
  padding-right: 0px;
}
div.content.contact div.textHolder a.phoneButton:hover{
  text-decoration: underline;
}

div.content.contact div.textHolder a.appointmentButton{
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2em;
  color: #FFF;
  background-color: #1c2d2e;
}
div.content.contact div.textHolder a.appointmentButton:hover{
  background-color: #b4c0b7;
}
div.content.contact div.greenBar{
  margin-top: 100px;
  padding-top: 70px;
  padding-bottom: 0px;
}



div.contactForm{
  margin-top: -170px;
  background-color: #f3f3f4;
  margin-left: 75px;
  width: 42%;
  float: left;
  padding: 60px;
  padding-top: 30px;
  box-sizing: border-box;
}
div.contactForm h2{
  font-family: 'Tantinotes';
  font-size: 3em;
  line-height: 1em;
  margin-left: 10px;
  margin-bottom: 20px;
  color: #000;
  text-transform: none;
}
div.contactInfo{
  line-height: 2em;
}
div.contactInfo h2{
  margin-bottom: 30px;
}


input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background: none;
  color: #114848;
  background-color: #FFF;
  height: 50px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 50px;
  margin-bottom: 10px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
  text-align: left;
  letter-spacing: 1px;
}
input.inputText:last-of-type{
  margin-bottom: 0px;
}
textarea.inputArea{
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #114848;
  background-color: #FFF;
  height: 180px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1em;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #b4c0b7;
  color: #FFF;
}
div.formCol p{
  font-size: 0.6em;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
}
input.submitButton{
  -webkit-appearance: none;
  display: inline-block;
  background-color: #1c2d2e;
  color: #FFF;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  border: none;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #114848;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #114848;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #114848;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #114848;
}

input.inputText.error::-webkit-input-placeholder,
textarea.inputArea.error::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #FFF;
}
input.inputText.error::-moz-placeholder,
textarea.inputArea.error::-moz-placeholder{ /* Firefox 19+ */
  color: #FFF;
}
input.inputText.error:-ms-input-placeholder,
textarea.inputArea.error:-ms-input-placeholder{ /* IE 10+ */
  color: #FFF;
}
input.inputText.error:-moz-placeholder,
textarea.inputArea.error:-moz-placeholder{ /* Firefox 18- */
  color: #FFF;
}


/*      FOOTER      */
footer{
  background-color: #2d363e;
  color: #FFF;
  font-size: 0.9em;
}
div.footerCol{
  padding-top: 75px;
  padding-bottom: 75px;
  width: 33%;
  float: left;
  box-sizing: border-box;
}
div.footerCol:first-child{
  padding-left: 75px;
}
div.footerCol:nth-child(3),
div.footerCol:nth-child(4){
  width: 17%;
  line-height: 2em;
}

div.footerCol h3{
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-size: 1em;
  font-weight: 300;
  position: relative;
}
div.footerCol:first-child h3{
  margin-bottom: 20px;
}

div.footerCol p{
  line-height: 2em;
}
div.footerCol p b{
  font-weight: 700;
}
div.footerCol p a:hover{
  text-decoration: underline;
}
div.footerCol a span,
div.contactInfo a span{
  vertical-align: middle;
}
a span.icon{
  display: inline-block;
  height: 16px;
  width: 14px;
  background-image: url("../images/phone.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
a span.icon.mail{
  background-image: url("../images/mail.svg");
}
div.contactInfo a span.icon{
  background-image: url("../images/phone-white.svg");
}
div.contactInfo a span.icon.mail{
  background-image: url("../images/mail-white.svg");
}
div.content.nieuws div.instagramHolder{
  padding-left: 75px;
  padding-right: 75px;
}
div.instagramHolder a{
  display: block;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 23.5%;
  height: 0px;
  padding-top: 23.5%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
div.content.nieuws div.instagramHolder a:nth-child(4n){
  margin-right: 0px;
}

footer div.instagramHolder a{
  margin-right: 3.5%;
  margin-bottom: 3.5%;
  width: 31%;
  padding-top: 31%;
}
footer div.instagramHolder a:nth-child(3n){
  margin-right: 0px;
}
footer div.instagramHolder a:nth-child(4),
footer div.instagramHolder a:nth-child(5),
footer div.instagramHolder a:nth-child(6){
  margin-bottom: 0px;
}

div.footerCol a.logoHolder{
  display: block;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
div.footerCol a.logoHolder img{
  display: block;
  width: 100%;
}

footer nav ul li{
  position: relative;
  display: block;
  list-style-type: none;
  cursor: pointer;
  box-sizing: border-box;
}
footer nav ul li a{
  height: auto;
}

div.copyright{
  font-size: 0.8em;
  line-height: 1em;
  text-align: center;
  color: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("../images/footer.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.copyright br{
  display: none;
}
div.copyright p{
  display: inline;
}
div.copyright a:hover{
  text-decoration: underline;
}