.button3 {
	display:inline-block;
	padding:0.4em 0.3em;
	margin:0 0.2em 0.3em 0;
	border-radius:5px;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'podkovaregular';
	font-size:15px;
	color:#ffffff;
	background-color:#031cfc;
	text-align:center;
	transition: all 0.2s;
	white-space: nowrap;
	position:relative;
}
.button3:hover{
	background-color:#055703;
	color:#ffffff;
}
@media all and (max-width:30em){
	.button3{
		display:block;
		margin:0.2em auto;
	}
} 





.linkbutton {
	
	background-color:#ed4a0e;
	color: white;
	text-decoration: none;
	padding: .5em .5em;
	font-size: 20px;
	font-family:'podkovaregular';
	background-color:#031cfc;
}








.button2 {
	display:inline-block;
	padding:0.4em 0.3em;
	margin:0 0.2em 0.3em 0;
	border-radius:5px;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'podkovaregular';
	font-size:15px;
	color:#ffffff;
	background-color:#ed4a0e;
	text-align:right;
	transition: all 0.2s;
	white-space: nowrap;
	position:relative;
}

@media all and (max-width:30em){
	.button2{
		display:block;
		margin:0.2em auto;
	}
} 









.subnav .subnavbtn {
  font-size: 15px;
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family:'podkovaregular';
  margin: 0;
}

.subnav {
  float: left;
  overflow: hidden;
  display:inline-block;
}

.subnav-content {
	display: none;
	position: absolute;
	text-align: left;
	width: auto;
	z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav:hover .subnav-content {
  display: block;
}




.columnTwo {
  float: left;
}

.left {
  width: 33%;
}

.right {
  width: 66%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .columnTwo {
    width: 100%;
  }
}




.button4 {
	display:inline-block;
	padding:0.3em 0.3em;
	border-radius:5px;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'podkovaregular';
	font-size:15px;
	color:#ffffff;
	background-color:#031cfc;
	text-align:center;
	transition: all 0.2s;
	white-space: nowrap;
	position:relative;
	margin:0 0 0 0;
}
.button4:hover{
	background-color:#055703;
	color:#ffffff;
}
@media all and (max-width:30em){
	.button4{
		display:block;
		margin:0.1em auto;
	}
} 


.buyButton {
	display:inline-block;
	padding:0.4em 0.3em;
	border-radius:5px;
	box-sizing: border-box;
	text-decoration:none;
	background-color:#031cfc;
	position:relative;
	color: #611a00;
	font-family: 'el_messiriregular';
	text-align: left;
	font-size: 1vw;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	font-size: calc(20px + .2vw);
	-webkit-box-decoration-break:clone;	box-decoration-break: clone;
	color:#ffffff;
}



.buyButton:hover{
	background-color:#055703;
	color:#ffffff;
}
@media all and (max-width:30em){
	.buyButton {
		display:block;
		margin:0.2em auto;
	}
} 
