@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);


/*__________________________________WEGROW CUSTOM_________________________________ */

body {
  color:#555;
  margin:0;

  font-family: 'Montserrat', sans-serif;
}
#header {
  background-color: #638539;
  height: 70px;
  line heigth: 70px;
}
#header a {
  color:white;
  text-decoration: none

  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#header a:hover {
  color:#F6A623;
}
#header-title {
  display: block;
  float: left;


  font-size: 20px;
}
#header-nav {
  display: block;
  float: right;
  margin-top: 0;
  margin-top: 25px;
}
#header-nav li{
  display: inline;
  float: right;
  padding-left: 20px;
}
.post-author img {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
.logo-header img{
  height: 30px;
  width: auto;
  margin-top: 17px;
  padding-left: 50px;
  align-content: center;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}

.container-atas {
  max-width: 1500px;
  margin::0 auto
}

#footer {
  background-color: #2f2f2f;
  padding: 50px 0;
}
.home-top {
  background-color: #638539;
  padding: 100px 0;
}
.column   {
  min-width: 300px;
  display: inline-block;
  vertical-align: top;
}
#footer h4 {
  color:white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#footer p {
  color:white;

}
a {
  color:white;
  text-decoration: none;
}
a:hover {
  color: #F6A623
}

.post-opening {
  max-width: 1000px;
  margin-left: 20px;
  padding: 40px 0;
}
.post, .about {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
.post-author span{
  margin-left: 16px;
}
.post-date {
  color: #d2d2d2;

  font-size: 14px;
  font-weight: bold;

  text-transform:uppercase;
  letter-spacing:0.1em;
}

h1 {
	color: white;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 48pt;
	margin-top: 30px;
	clear: right;
}

h2, h3, h4 {
  color:#333;
}
.about-author img{
  width: 80px;
  height: 80px;
}

h6 {
  color:black;
}
p {
  line-height:1.5;
}
#myBtn {
  display:none;
  position:fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #2f2f2f
  color: white;
  cursos: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px
}

#myBtn:hover {
  background-color: #555;

}

#product-wrap {
    width: 100%;
    overflow: hidden;
}

div#product-wrap {
    padding-top: 20px;
}

.product-workshops-Filter{
  display: flex;
  flex-direction: column;
}

.product-info h3{
  flex-grow:1;
  color:#333;
}

.sort-workshops{
  display: flex;
}

.collection-sort {
  display: flex;
  flex-direction: column;
}

/*workshops*/

.products{
  display: flex;
}

.product-card{
  padding:2%;
  flex-grow: 1;
  flex-basis: 16%;

  display: flex
}

.product-image img{
  max-width: 100%
}

.product-info{
  margin-top: auto;
}

.card a{
  color:black;
}

#myTab a {
  color: black;
}

#item-display {
  max-width: 300px;
}
.masthead {
  height: 100vh;
  min-height: 400px;
  background-image: url("https://drive.google.com/file/d/1K2AkWFHmYkxBaZvCh9vu61JVv_H_Kny6/view?usp=sharing");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
