.row {
  display: flex;
}


.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    
    margin: 4px 2px;
    cursor: pointer;
	font-size: 4vw;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 4vw;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}
	.active1 {
	background: #4CAF50;
  	position: relative;
  	animation: mymove 3s;
  	animation-fill-mode: forwards;
  	color: white;
	padding: 16px;
    font-size: 4vw;
    border: none;
    cursor: pointer;
	}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.header {
  border-radius: 25px;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}
	
	.header h1 {
  text-align: left;
}

.progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
}

.progress-bar {
  height: 8px;
  background: #4caf50;
  width: 100%;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 4vw;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

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

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.flip-box {
  background-color: transparent;
  width: 153px;
  height: 204px;
  border: 1px solid #f1f1f1;
  perspective: 500px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #4CAF50;
  color: black;
}

.flip-box-back {
  background-color: cyan;
  color: white;
  transform: rotateY(180deg);
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 4vw;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

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

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

* {
  box-sizing:border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url("https://tolampogiali.com/IMG_20181103_110436_001_COVER.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
}

.container {
  padding: 64px;
}

.row:after {
  content: "";
  display: table;
  clear: both
}


.large-font {
  font-size: 6vw;
}

.xlarge-font {
  font-size: 6vw;
}

.button {
	background: #006600;
  	position: relative;
  	animation: mymove 3s;
  	animation-fill-mode: forwards;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 4vw;
    margin: 4px 2px;
    cursor: pointer;
	
}

.column-66 {
  float: right;
  width: 99.7%;
  padding: 30px;
}

.column-33 {
  float: left;
  width: 67.33333%;
  padding: 30px;
}
	
	.column-11 {
  float: center;
  width: 67.33333%;
  padding: 50px;
}

	.fa {
  padding: 20px;
  font-size: 4vw;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background:  #125688;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-instagram {
  background:  #125688;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}
	
	.zoom {
  transition: transform .2s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); 
}
	
	  font-family: 'Lato', sans-serif;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 4vw;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 4vw;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 6vw}
  .overlay .closebtn {
  font-size: 6vw;
  top: 15px;
  right: 35px;
  }
}
	
	.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 4vw;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 4vw;
  margin-left: 50px;
}

.openbtn {
  font-size: 4vw;
  cursor: pointer;
  color: white;
  padding: 5px 15px;
  border: none;
}

#main {
  position: absolute;
  transition: margin-left .5s;
  right: 0px;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 6vw;}
}
	
	input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid red;
}
	
	::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px red; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: green; 
  border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
  background: #4CAF50; 
}
	
	my-email::after {
    content: attr(data-domain);
  }
  my-email::before {
    content: attr(data-user);
  }

//animations
@keyframes mymove {
  from {top: 0px;}
  to {top: 20px; background-color: #4CAF50;}
}