html, body, button, input, textarea {
  margin: 0;
  font-family: 'Mulish', sans-serif;
  font-weight: 300;
}

html a, body a, a {
  text-decoration: none;
  color: #965D5D;
}

/*
 p {
  white-space: pre;
}

*/




/* Top Bars, Title, Navigation */

.topbar {
  box-sizing: border-box;
  width: 100%;
  color: #E8E8EF;
  font-size: 13px;
  background-color: #0F0F0F;
  height: 35px;
  padding: 6px 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  opacity: 0.9;

}

.topbar a {
  color: white;
}

.bar {
  margin: 0 10px;
}


.mainbar {
  width: 100%;
  background-color: #1D1D21;
  height: 90px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  opacity: 0.8;
}

.mainbar img {
  max-height: 60px;
  width: auto;
}

.empty {
  width: 350px;
}

.navigation {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  height: 20px;
  width: 350px;
/*  position: absolute;*/
}

.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navigation li {
  display: inline;
  color: white;
  margin-right: 14px;
}

.navigation a {
  color: white;
  text-decoration: none;
}

.navigation a:hover {
  color:  #c2c2d6;
  padding-bottom: 7px;
}


.bottombar {
  box-sizing: border-box;
  width: 100%;
  color: #E8E8EF;
  font-size: 17px;
  text-align: center;
  background-color: #5D6F89;
  height: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.bottombar a {
  color: white;
  text-transform: uppercase;
}


/* Image */

.image {
  box-shadow: inset 0 0 0 2000px rgba(22, 20, 55, 0.4);
  width: 100%;
  height: 85vh;
  background: url(img/landscape2.jpg);
  background-position: center top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.secondaryimage {
  box-shadow: inset 0 0 0 2000px rgba(22, 20, 55, 0.4);
  width: 100%;
  height: 85vh;
  background: url(img/landscape2.jpg);
  background-position: center top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.imagecontent {
  width: 100%;
  height: auto;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  flex-grow: 1;
}

.imagetitle {
font-family: 'Playfair Display';
text-transform: uppercase;
font-size: 48px;
font-weight: 600;
text-shadow: 0px 0px 12px rgba(25,25,28, 0.4);
border: 20px solid transparent;
border-width: 0px 20px;
}

.imagetitle p {
  margin: 0;
}

.imagebutton {
  font-weight: 400;
  color: white;
  font-size: 16px;
  padding: 15px;
  border-radius: 8px;
  text-decoration: none;
  background: #1D1D21;
}

.imagetext {
  width: 400px;
  font-size: 17px;
  line-height: 26px;
  padding: 25px;
  border-radius: 3px;
  background: rgba(45,44,51,0.8);
  background-clip: padding-box;
  border: 20px solid transparent;
  border-width: 0px 20px;
}


/* Content */

.content {
  color: #161437;
  font-size: 17px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: space-around;

}

.content li {
  margin-bottom: 9px;
}

.content ul {
  margin-top: 0;
}


.content h1 {
  font-family: 'Playfair Display';
  line-height: normal;
  margin-top: 5px;
  color: #e8e8e8;
  font-size: 40px;
  display: inline-block;
  width: auto;
  font-weight: 700;
}

/* Marrom Text */


.marromtext {
  color: white;
  line-height: 26px;
  background: #6C5858;
  background: url(img/question-mark.png) #6C5858 top left no-repeat;
  padding: 50px;
  padding-bottom: 100px;
  padding-top: 100px;
  width: 100%;
  min-height: 450px;
  box-sizing: border-box;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marromtextindex {
  color: white;
  line-height: 26px;
  background: #6C5858;
  background: url(img/mapa-portugal.png) #6C5858 top left no-repeat;
  padding: 50px;
  padding-bottom: 100px;
  padding-top: 100px;
  width: 100%;
  min-height: 450px;
  box-sizing: border-box;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marromtextcontent {
  max-width: 1000px;
  flex-wrap: wrap;
}

.marromtext h2 {
  font-family: 'Playfair Display';
  line-height: normal;
  margin-top: 27px;
  margin-bottom: 10px;
  color: white;
  font-size: 24px;
  display: inline-block;
  width: auto;
  font-weight: 600;
}

/* Blacc Text */

.blacktext {
  color: white;
  line-height: 26px;
  background: url(img/brasao3.png) #2B2B30 right no-repeat;
  padding: 50px;
  padding-bottom: 100px;
  padding-top: 100px;
  width: 100%;
  min-height: 450px;
  box-sizing: border-box;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}


.blacktextcontent {
  max-width: 1000px;
  flex-wrap: wrap;
}

.blacktext h2 {
  font-family: 'Playfair Display';
  line-height: normal;
  margin-top: 27px;
  margin-bottom: 10px;
  color: white;
  font-size: 24px;
  display: inline-block;
  width: auto;
  font-weight: 600;
}

/* Whitee Text */

.whitetext {
  color: #2B2B30;
  line-height: 26px;
  background-color: #f2f2f2;
  background: url(img/tiny_grid.png) repeat;
  padding: 50px;
  padding-bottom: 100px;
  padding-top: 80px;
  width: 100%;
  min-height: 450px;
  box-sizing: border-box;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whitetext h1 {
  color: #000;
}


.whitetextcontent {
  max-width: 1000px;
  flex-wrap: wrap;
}

/* Step */

.step {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.steptext {
  margin: 20px;
  line-height: 26px;
  background: white;
  width: 500px;
  height: 340px;
  box-sizing: border-box;
  padding: 30px;
  flex-wrap: wrap;
  color: #2B2B30;
  box-shadow: -25px 25px 0px -12px #e0e0e0;
}

.steptext h1 {
  color: #1D1D21;
  font-size: 30px;
  margin: 0px;
  margin-bottom: 15px;
  border-left: none;
  padding-left: 0px;
}

.step img {
  margin: 20px;
  margin-top: 0px;
  align-self: stretch;
  width: 500px;
  height: 340px;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 30px solid white;
  box-shadow: -25px 25px 0px -12px #e0e0e0;
}




/* Contatos Form */

.contatoscontainer {
  margin-top: 90px;
  margin-bottom: 90px;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.formcontainer {
  max-width: 490px;
  padding: 50px 35px;
  box-sizing: border-box;
  box-shadow: 0px 0px 40px rgba(136,136,151, 0.2);
}

.formside {
  max-width: 500px;
  padding: 10px 40px 50px 40px;
  box-sizing: border-box;
}

.formside h1 {
  font-size: 28px;
  color: black;
  border-bottom: 1px solid black;
}


input[type=text], input[type=email], input[type=number] {
  font-size: 17px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
  border-radius: 0px;
  border: 0px;
  background-color: #e9e9e9;
  width: 100%;
  box-sizing: border-box;
}

input:focus, textarea:focus {
  outline: 1px solid #8e8e9c;
}

textarea {
  font-size: 17px;
  margin-top: 5px;
  padding: 15px;
  resize: vertical;
  border: 0px;
  background-color: #e9e9e9;
  width: 100%;
  box-sizing: border-box;
}

label {
font-size: 16px;
}

button[type=submit] {
  margin-top: 40px;
  padding: 15px;
  width: 100%;
  border: 0px;
  background-color: #1D1D21;
  color: #e9e9e9;
}

/* FAQ */


.faqcontainer {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faqtext {
  max-width: 1000px;
  padding: 40px;
  box-sizing: border-box;
  flex-wrap: wrap;
  font-weight: 400;
  line-height: 27px;

}

.faqcontainer h1 {
  font-family: 'Playfair Display';
  line-height: normal;
  margin-top: 5px;
  color: black;
  font-size: 40px;
  display: inline-block;
  width: auto;
  font-weight: 700;
}

.faqcontainer h2 {
  font-family: 'Playfair Display';
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 17px;
  color: black;
  font-size: 28px;
  display: inline-block;
  width: auto;
  font-weight: 700;
}


/* Instagram */

.instafeed {
  padding: 50px;
}

.instafeed h1 {
  font-family: 'Playfair Display';
  text-align: center;
  line-height: normal;
  margin-top: 5px;
  color: black;
  font-size: 40px;
  width: auto;
  font-weight: 700;
}


/* Footer */

.footer {
  color: #161437;
  font-size: 14px;
  padding-top: 100px;
  min-height: 220px;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer div {
  padding: 30px;
}

.footer h1 {
  font-size: 14px;
}



@media only screen and (max-width: 1124px) {

  .mainbar {
    flex-direction: column;
    height: auto;
  }

  .navigation li {
    color: #c2c2d6;
    margin: 10px;
    height: auto;
    font-size: 14px;
  }

  .navigation a {
    color: #c2c2d6;
  }

  .navigation a:hover {
    color: white;
  }


  .navigation {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    margin: auto;
    margin-top: 5px;
    padding: 12px 0px 12px 0px;
    height: auto;
    text-align: center;
  }

  .empty {
    height: 10px;
  }

}





@media only screen and (max-width: 700px) {


  .topbar {
    font-size: 19px;
    letter-spacing: 5px;
  }

  .imagetitle {
  font-family: 'Playfair Display';
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  text-shadow: 0px 0px 12px rgba(25,25,28, 0.4);
  border: 20px solid transparent;
  border-width: 0px 20px;
  }

  .topbar span {
  display: none;
  }

  .mainbar {
    flex-direction: column;
    height: auto;
  }

  .navigation li {
    color: #c2c2d6;
    margin: 10px;
    height: auto;
    font-size: 16px;
  }

  .navigation a {
    color: #c2c2d6;
  }

  .navigation a:hover {
    color: white;
  }


  .navigation {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    margin: auto;
    margin-top: 5px;
    padding: 12px 0px 12px 0px;
    height: auto;
    text-align: center;
  }

  .empty {
    height: 10px;
  }


  .steptext {
    margin: 0;
    box-shadow: none;
    max-width: 95vw;
    height: auto;
  }

  .step img {
    margin: 0;
    box-shadow: none;
    max-width: 95vw;
    height: auto;
  }
}
