body{
  font-size: 1.2em;
  line-height: 1.6em;
}
a {
color: #43A27C;
text-decoration: none;
}
h2 a{
    color: black;
}
p, h2, h3, h4{
    clear: both;
}
p{
    max-width: 600px;
}
h1{
    max-width: 600px;
    font-size: 2em;
    line-height: 1.5em;;
}
h1 strong{
    background-color: black;
    color: white;
}
h2{
    margin: 30px 0;
    padding: 0;
    font-size:1.3em;
}

.largesize{
    display: none;
}
input, select{
	font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
	background-color: white;
    color:black;
	font-size: 1em;
    display: inline;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 2px;
    margin: 0 10px 12px 0;    
}
form{
    display: inline;
}
header{
    margin: 30px 5px
}
ul{
    padding: 0;
    margin: 0;    
}
 li{
    list-style: none;
    display:inline; 
    padding: 0 15px 0 0;
}
.pub{
    margin-top:20px;
   clear: both;
    line-height: 1.9em;
}
.pub a{
    font-size:2em;
    font-weight: bold;
}
#pie{
    font-size: 1.2em;
    margin: 30px 0;
}
video{
    width: 100%;
    max-width: 1280px;
}
[class*="box"] {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
  }
.box1 img, .box2 img, .box4 img{
    width: 100%;
}
.box3 img {
    max-width: 150px;
}
.box3{
    width: 50%;
    float: left;
    height: 200px;
}
.box4{
    text-align: left;
    margin: 0;   
}
#photo {
    width: 100%;
    text-align: center;
    background-color: black;
}
#forms{
    margin-bottom: 25px;
}
#photo img{
max-width: 100%;
}
#colum1, #colum2{
    box-sizing: border-box;
    width: 50%;
    float:left;
    padding: 0 10px 20px 0;
    margin: 0;
}

#colum1 img, #colum2 img{
    width: 100%;
    padding: 0;
    margin: 0;
}
@media only screen and (min-width: 768px) {  
    body{
        font-size: 1.1em;
    }
    .largesize{
        display: inline;
    }
.box1, .box2{
    width: 300px;
	margin: 5px;
	float: left;
	text-align: center;
    
}
.box1{
    height: 380px;
}
.box2{
    height: 250px;
}
.box3{
    width: 150px;
    height: 200px;
    margin: 5px;  
}
.box3 img{
    width: 100%;
}
.box1 img, .box2 img{
    width: auto;
    max-width: 300px;
    max-height: 300px;
}
.box4{
    width:300px;
    height: 350px;
    float: left;
    margin: 0 5px; 
}
.box4 img{
width:100%;
}
.gal_full img, .gal_full{
    max-width: 960px;
}
.thumbs{
    display: none;
}
.pub{
    text-align: center;
}
.pub a{
    font-size: 4em;
    line-height: 1em;
    text-align: center;
    
}
}