﻿
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: normal;
  src: local('Tangerine'), url(../TitlingGothic.otf) format('truetype');
}

@font-face {
  font-family: 'Orange';
  font-style: normal;
  font-weight: normal;
  src: local('Tangerine'), url(../TitlingGothicFBNor.otf) format('truetype');
}

@font-face {
    font-family: 'KnulLight';
    src: url('../Knul_light-webfont.eot');
    src: local('☺'),
         url('../Knul_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Knul_light-webfont.woff') format('woff'),
         url('../Knul_light-webfont.ttf') format('truetype'),
         url('../Knul_light-webfont.svg#KnulLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {-webkit-text-size-adjust: 100%;}

.background {
  background-color: transparent;
  background-image: url(../Imagens/DourideiasFundoSmall.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'KnulLight', serif;
}

.seccaoemconstrucao {
  height: 80px;
  margin-top: 10%;
  margin-bottom: auto;
  font-size: 60px;
  text-align: center;
}

.textoconstrucao {
  height: 50px;
  max-height: 50px;
  /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
  color: #000;
  letter-spacing: 0px;
}

.centrar {
  display: block;
  margin-top: 2%;
}

.image-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}


.fontsize {
  font-size: 30px;
  line-height: 35px;
  text-align: left;
}

.fontsize.centrartexto {
  display: block;
  color: #000;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.innerdiv {
  width: auto;
  height: 35px;
}

.innerdiv.innerdivespao {
  margin-bottom: 220px;
}

a:hover{
  text-shadow:0 0 1px black
}

.centrarlistaitem {
  /*text-align: left;*/
}

.lista {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    list-style: none;
}

ul {
    margin:0;
    padding: 0;
}

@media (max-width: 479px) {
  .fontsize {
    font-size: 10px;
  }
  .fontsize.centrartexto {
    font-size: 75%;
  }
  .textoconstrucao {
    font-size: 24px;
  }
  .column1div {
    height: 5px;
  }
}



