@charset "utf-8";
/* CSS Document */

body
{
background-repeat:repeat-x;
background-color:#FFF;
text-align:center;
padding-bottom: 5px;
font-family: "Times New Roman", Times, serif;
padding:0;
margin: 0 auto;
}


.header
{
margin:0 auto;
background-color:#FFF;
font-family: "Times New Roman", Times, serif;
}

.headings
{
    background-color:#73B9FF;
    width:100%;
    margin:0;
    height:auto;
    color:#FFF;
    padding:0;
    border-radius:0;
    
}


.main 
{
font-family: "Times New Roman", Times, serif;
  float: left;
  width: 60%;
  overflow: hidden;
    }
  
  
  .footer
  {
      color:#FFF;
      font-size:8px;
      width:100%;
  }
  

  
  
  
  .center {
   margin-left: auto;
  margin-right: auto;
  display: block;
  padding:5px;
  
}

.vanimg
{
    float:right;

}

.pureimg
{
    float:right;

}
  

a:link
{
text-decoration:none;
color:#FFF;
}

a:visited
{
text-decoration:none;
color:#FFF;
}

a:hover
{
font-weight:bold;
text-decoration:none;

}

a:active
{
text-decoration:none;
color:#FFF;
}
    
    
    

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
   
}

h1
{
    font-family: "Times New Roman", Times, serif;
    font-size:25px;
    text-align: center;
  color:#26C9FF;;
  -webkit-text-stroke: 0.3px #0000D9;
    
}


h2
{
    font-family: "Times New Roman", Times, serif;
text-align:left;
font-size:21px;
color:#26C9FF;;
  -webkit-text-stroke: 0.3px #0000D9;

}

h4
{
    font-family: "Times New Roman", Times, serif;
    font-size:16px;
    color:#000;
    color:#26C9FF;;
  -webkit-text-stroke: 0.3px #0000D9;
}

h3
{
    font-family: "Times New Roman", Times, serif;
text-align:left;
font-size:18px;
color:#26C9FF;;
  -webkit-text-stroke: 0.3px #0000D9;
}

h5
{
    font-family: "Times New Roman", Times, serif;
    font-size:16px;
    color:#000;
    color:#26C9FF;;
  -webkit-text-stroke: 0.3px #0000D9;
  margin:0 auto;
}


.w3-third
{
    color:#FFF;
    font-variant:small-caps;
    padding:2px;

}

.w3-top
{
    padding:0;
    margin:0;
    width:100%;
    border:1px solid black;
    background-color:#4DA6FF;
    color:#FFF;
}

.w3-opacity
{
    opacity:0.9;
}


.w3-medium
{
   font-size:16px; 
}

#fcf-form {
    display:block;
    
}

.fcf-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 100%;
    
}

.fcf-form-group {
    margin-bottom: 1rem;
    
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
    
}

.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
    
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #4DA6FF;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #4DA6FF;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #4DA6FF;
    border-color: #0062cc;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    background-color: #00BFFF;
}

.fcf-btn-block {
    display: block;
    width: 100%;
    
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
  color:#000;
  font-size:12px;
  margin:0 auto;
  
}



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


frmt
{
   border-style: groove; 
}


div.gallery {
  border: 1px solid #ccc;
  border-radius: 4px;
}

div.gallery:hover {
  border: 1px solid #777;
  border-radius: 4px;
}

div.gallery img {
  width: 100%;
  height: 220px;
  border-radius: 4px;
}

.desc {
  padding: 5px;
  text-align: center;
  border-radius: 4px;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

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


.link{
	padding:0;
	margin: 0;
	display: inline-block;
  text-decoration: none;
}

.link:hover{
	text-decoration: none;
	
}

/*====================*/
/* BUZZ OUT
/*====================*/

@-webkit-keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.buzz-out-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.buzz-out-on-hover:hover, .buzz-out-on-hover:focus, .buzz-out-on-hover:active {
  -webkit-animation-name: buzz-out-on-hover;
  animation-name: buzz-out-on-hover;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.icon-bar {
  width: 100%;
  background-color: #fff;
  overflow: auto;
  margin:0 auto;
  
  
}

.icon-bar a {
  float: left;
  width: 14%;
  text-align: center;
  padding:5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px;
  margin:5px auto;
}

.icon-bar a:hover {
  

  background-color: #FFF;
}


.containers {
    
    position: relative;
    width: 48%;
    height:auto;
    float: left;
    margin:3px;
    padding:0;
    color:#fff;
}


.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #4DA6FF;
}



.containers:hover .overlay {
  opacity: 0.9;
}

.text {
  color: white;
  font-size:99%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity:1;
  border:1px solid #fff;
  
  padding:4px;
}











