@font-face {
  font-family: 'Pencil';
  src: url('PHr.woff') format('woff');
}

::selection {
  background: rgba(255,255,0,.4);
}

body {
  font-family: Pencil, Times, serif;
  margin: 0;
  color: #707070;
  background-color: #7092BE; /*rgba(157,204,204,.03);*/
}

a {
  text-decoration: none;
}

h1 {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  color: #bfbfbf;
  letter-spacing: 1px;
  margin: 3px 75px 0 auto;
  float: right;
  animation: flashload 1s linear 3s both;
}

h1:hover {
  animation: flash .5s linear both;
}

h2 {
  margin: 0;
  text-align: center;
  line-height: 50px;  
  font-size: 30px;
  letter-spacing: 1.5px;
  padding: 62px 70px 103px 70px;
  color: #77cccc;
  text-shadow: 1px 1px 1px #dfdfdf;
/*  border-top: dashed 5px #9dcccc;
  border-bottom: dashed 5px #9dcccc;
  border-radius: 25px;*/
}

h4 {
  margin: 0;
  text-align: left;
  line-height: 50px;  
  font-size: 25px;
  letter-spacing: 1.5px;
  padding: 50px 0 0 100px;
  color: #77cccc;
  text-shadow: 1px 1px 1px #dfdfdf;
}

.bck {
  background: rgba(255,255,0,.4);
}

@keyframes flashload {
  0% {text-shadow: none;}
  50% {text-shadow: 0 0 1px #9dcccc;}
  100% {text-shadow: none;}
}

@keyframes flash {
  0% {text-shadow: none;}
  50% {text-shadow: 0 0 1px #9dcccc;}
  100% {text-shadow: none;}
}

ul {
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  text-shadow: 1px 1px 1px #bfbfbf;
  list-style-type: none;
  margin: 75px 50px 0 50px;
  padding-left: 35px;
  background-color: #fff;
  /*overflow: visible;*/
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0px;
  height: 39px;
  border-bottom: 1px dashed #9dcccc;
  box-shadow: 0px 25px 15px 0 white;
  z-index: 10;
}

li {
  float: left;
}

li a, .drop {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 15px 15px 5px 15px;
  text-decoration: none;
}

li a:hover, dropfield:hover .drop, .droplist a:hover {
  text-shadow: 0 0 35px #9dcccc, 1px 1px 10px #9dcccc;
}

.active {
  border-bottom: 1px solid #9dcccc;
  text-shadow: 1px 1px 1px #9dcccc;
}

.active:hover {
  text-shadow: 1px 1px 1px #9dcccc;
}

/******************dropdown***********/
li.dropfield {
  display: inline-block;
  position: relative;
}

.droplist {
  width: 100%;
  padding: 10px 0;
  display: none;
  position: absolute;
  background-color: white;
  border-radius: 0 0 12px 12px;
  border: 1px dashed #9dcccc;
  border-top: 1px solid white;
  box-shadow: 0px 10px 10px 8px white;
  z-index: 1;
  animation: slide .1s linear both;
  overflow: hidden;
}

.droplist a {
  color: black;
  padding: 0 0 12px 8px;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 16px;
  text-shadow: none;
  display: block;
  text-align: left;
}

@keyframes slide {
  from {height: 0;}
  to {height: initial;}
}

.dropfield:hover .droplist {
  display: block;
}

.nolink:hover {
  text-decoration: none;
  text-shadow: none;
}
/********************end_dropdown***************/


.centersize {
  background-color: white;
  margin: 35px auto 50px auto;
  width: 80%;
  min-width: 650px;
  max-width: 1199px;
  animation: glow 2s linear both;
  border-radius: 12px;
}

@keyframes glow {
  from {box-shadow: inset 0 0 12px -1px #fff;}
  to {box-shadow: inset 0 0 12px -1px #9dcccc;}
}

header {
  padding-top: 65px;
  /*padding-bottom: 30px;*/
}

#lang {
  color: #bfbfbf;
  text-decoration: none;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  width: 230px;
  float: left;
  padding-left: 100px;
  margin-top: -50px;
}

#lang a {
  color: #bfbfbf;
  text-decoration: none;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 20px;
}

#lang a:hover {
    text-shadow: 1px 1px 1px #9dcccc;
}

#lang a.langsel {
  color: #9dcccc;
}

#lang a.langsel:hover {
  text-shadow: none;
}

#logo {
  color: none;
  text-decoration: none;
  display: block;
  width: 235px;
  height: 33px;
  background-image: url(Sineton_33p.png);
  margin-left: auto;
  margin-right: 75px;
  margin-bottom: 5px;
}

#logo:hover {
  color: none;
  text-decoration: none;
}

.nav #logo {
  color: none;
  text-decoration: none;
}


#logograd {
  height: 3px;
  width: 63%;
  background-image: linear-gradient(to left, #bfbfbf 160px, #9dcccc, #dfdfdf 290px, white);
  margin-left: auto;
  margin-right: 50px;
}

section {
  position: relative;
  background-image:
    linear-gradient(rgba(191,191,191,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(191,191,191,.09) 1px, transparent 1px),
    linear-gradient(rgba(157,204,204,.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157,204,204,.13) 1px, transparent 1px);
  background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;

  margin: 0 50px;
 /* background-attachment:fixed;*/
}

section p {
  text-align: left;
  line-height: 50px;  
  font-size: 23px;
  letter-spacing: 1.5px;
  padding: 0 50px;
  margin:0;
}

section p a {
  color: #9dcccc;
}

section p a:hover {
  color: #707070;
  background: rgba(255,255,0,.4);
}

@keyframes zoom {
  from {transform: scale(1) translate(0,0);}
  to {transform: scale(4) translate(-21px,25px);}
}

.flt_r {
float: right;
margin: 16px 30px 20px 40px;
height: 105px;
width: 120px;
background-color: #fff;
border-radius: 3px;
border: solid 1px #707070;
box-shadow: -7px 7px 10px 7px #fff;
}

.flt_r:hover {
  animation: zoom .3s ease-out 0s both;
}

.flt_l {
float: left;
margin: 35px 51px 20px 24px;
height: 75px;
width: 75px;
}

#pad {
  padding: 50px 50px 100px 50px;
  box-shadow: 0px 0px 20px 15px white inset;
  animation: grid 1s ease-out 1s both;
  min-height: 650px;
}

@keyframes grid {
  from {background-color: #ffffff;}
  to {background-color: none;}
}

footer {
  text-decoration: none;
  height: 200px;
  padding-top: 20px;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  color: #bfbfbf;
}

footer a {
  color: #9dcccc;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/*gallery*/

@keyframes rot {
  0% {transform: rotate(0);}
  33% {transform: rotate(3deg);}
  100% {transform: rotate(-3deg);}
}

div.gallery {
  border: 1px dotted #9dcccc;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
  background: white;
  color: #707070;
}

div.gallery:hover {
/*  border: 1px solid #777;*/
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
  animation: rot .2s linear both;
  color: #77cccc;
}

div.gallery img {
  width: 85%;
  height: auto;
  margin-top: 7.5%;
  border-radius: 3px;
}

h3 {
  font-size: 20px;
  line-height: 20px;
  font-style: oblique;
  font-weight: bold;
  padding: 5px 15px 10px 15px;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
}

* {
  box-sizing: border-box;
}

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

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

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

.clearfix:after {
  content: "";
  display: table;
  clear: both;
  padding-bottom: 130px;
}

/*Ministry banners - remove*/

.eppl {
float:left;
padding-left: 30px;
padding-top: 3px;
}

.eppr {
float:right;
padding-right: 30px;
padding-top: 3px;
}

