@charset "utf-8";
/* CSS Document */


#head-img {
	width: 100% !important;
}

#nav-logo {
width:20%;	
}

#nav-logo {
   -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
}
#nav-text {
	font-size: 22px !important;
	font-weight: bold !important;
	color: crimson !important;
	padding-left: 25px !important;
	text-shadow: 1px 1px #909497;
	-webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }
}
  
@keyframes zoomIn {
  0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3);
  }
  50% {
  opacity: 1;
  }

}


.progress {
  background: rgba(1, 15, 30, 0.1);
  height: 1px;
  overflow: hidden;
  position: relative;
}

.progress::before {
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: crimson;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 80px;
}

@keyframes progress {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(1440px);
  }
}


h1 {
color:  #3333CC !important;	
text-shadow: 1px 1px #909497;	
	
}


#card {
	padding-bottom: 10px;
	margin-bottom: 25px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#button {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	
}




#image1 {
	width: 87%;
}

#text {
	padding-left: 10px;
	padding-right: 10px;
}

h5 {
	font-weight: 800  !important;
	color:  #3333CC !important;	
text-shadow: 1px 1px #909497;
}

#h2pad {
	padding-top: 20px;
	padding-bottom: 20px;
	color:  #3333CC !important;	
text-shadow: 1px 1px #909497;
}

#pjWrapperContactForm_11 {
	
}

#topgap {
	
}



#hide {
	visibility: hidden !important;
}
