/* Style the tab */
.tab {
    display: flex;

     align-content: space-around;
  overflow: auto;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #F3F3F3;
  border-top: 5px solid #085075;
  border-bottom: 5px solid #085075;
  margin: auto;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #F3F3F3;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 16pt;
  font-weight: normal;
  color: #085075;
  margin: auto;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #085075;
  color: #F3F3F3;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #085075;
  color: #F3F3F3;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #F3F3F3;
  overflow: auto;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/* Lapas augša daļas */
.augsha {
  display: flex;
  background-color: #F3F3F3;
  background-image: url(images/augsa2.png);
  background-size: auto;
}
.headtext {

  font-size: 28pt;
  color: #085075;
  text-align: center;
  margin-left: 5%;
} 

.sukulents {
  height: 450px;
  float: left;
  overflow: hidden;
  max-width: inherit;
  width: auto;
}

.photos {
  float: right;
  display: flex;
  flex-direction: column;
  max-width: 350px;
  padding: 10px;
}

.h_photo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 98%;
  margin: auto;
  padding: 10px;
}

.contact_photo {
  float: left;
  display: block;
  max-width: 350px;
  height: auto;
  padding: 10px;
}

.contact_text {
  padding: 30px;
  float: left;
  display: block;
}

/* Vispārējais formatējums */
body {
  font-family: 'sans serif';
  max-width: 1337px;
  margin: auto;
}

/* Lapām ar bildēm */
.lapa{
  clear: right;
}

table {
  border-collapse: collapse;
}

tr {
  vertical-align: top;
  text-align: left;
}

td {
  padding: 5px;
  vertical-align: top;
  text-align: left;
  border-top: 5px double #085075;
}

#nozare {
  color: #085075;
  font-weight: bold;
}

iframe {
  display: flex;
  max-width: 800; 
  width: 100%; 
  height: 450;
  border:0; 
}

p, ul {
    color: #085075;
    font-size: 14pt;
}

h3 {
    color: #085075;
}