html {
	font-family: {'Arial'; font-size: 14px; }
.normlink { 
color: #000000;
float: center;
font: 400 14px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;  text-decoration: none; }
.normlink:hover { text-decoration: underline; font-weight:bold; }

    body {
        opacity: 1;
        transition: 5s opacity;
    }
    .fade-out {
        opacity: 0;
        transition: 5s opacity;
    }
}
#boxstyle { 
  background: #eaeaea;
	overflow: hidden;
font-family: 'Arial'; font-size: 12px;
}
.norm-image { border:1px solid #000000; width: 100%; vertical-align: top; margin: 0 25 5px 0px;} 

.norm-image:a {outline : none;}


  h1 {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Arial';
}

#bigbox {
  font-size: 15px;
  font-family: 'Arial';
	Height: auto;
	overflow: hidden; }

#wrapper { width: 100%;
height: 50%; overflow: hidden;}

.bigbox-image { 
max-width: 55%;
border:1px solid #000000;
max-height: 200; 
float: right;
margin: 10px;
vertical-align: middle;
padding-left: 0px;
overflow: hidden;
}

.bigbox-image:hover {
  -moz-transform: scale(1.02)
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.bigbox-image:a {outline : none; border:1px; }

socialbuttons {   
	vertical-align: top;
	margin-top: 0px;
}
.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.popupbox{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
.socialicons { width: 20px;
    opacity: 0.3;
    filter: alpha(opacity=50);
}
.socialicons:hover {opacity: 1.0;
    filter: alpha(opacity=100);
}
.contact a { 
color: #000000;
float: center; font-weight:bold;
font: 600 15px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;  text-decoration: none; }
.contact a:hover { text-decoration: underline; font-weight:bold; }
/* Crop tall images for display in cards */
.crop {
    width: 100%;
    height: 100%; 
    overflow: hidden;
}
.crop img {
    width: 100%;
    height: 100%;
    margin: -50px 0px -75px 0px;
}