/*Зануляване*/
*{
  padding: 0;
  margin: 0;
  border: 0;
}
*,*:before,*:after{
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
 height: 100%;
 width: 100%;
 font-size: 100%;
 line-height: 1;
 font-size: 14px;
 -ms-text-size-adjust: 100%;
 -moz-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
input, button,textarea{font-family: inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
 
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: -400;}

body {
  font-family: Arial, "Helvetica-Neue", Helvetica, sans-serif;
}

@font-face {
                font-family: myFont;
                src: url(../fonts/Pangolin-Regular.ttf)
          }  
 

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

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

h1 {
    color: white;
    text-shadow: 2px 2px #555555;
    text-align: center;
    font-family: myFont ;
    font-size: 53px; 
}
h2 {
  padding: 8px;
  color: green;
  text-align: center;
  font-size: 26px;   
}
 
 
.block{
  border-radius: 50%;
  position: relative;
  margin: -1% auto;
  width: 26%;
  height: 44px;
  background: linear-gradient(0deg, white, rgb(187, 223, 184));
 }
 .block2{
  border-radius: 50%;
  position: relative;
  margin: -1% auto;
  width: 31%;
  height: 44px;
  background: linear-gradient(0deg, white, rgb(187, 223, 184));
 }
 .glow::before, .glow::after{
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius:  75%;
  background: linear-gradient(45deg, #e6fb04, #ff6600, #00ff66, 
    #A0DAA9,#00A170 , #ff00ff,  #006B54, #264E36);
  background-size: 400%;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  z-index: -1;
  animation: animate 26s linear infinite;
 }
 
 
 @keyframes animate{
  0%{
    background-position: 0, 0;
  }
  50%{
    background-position: 400%, 0;
  }
  100%{
    background-position: 0, 0;
  }
 }
 .glow::after{
  filter: blur(40px);
 }
 a{
  border-radius: 17px 17px 17px 17px ; 
  position: relative;
  overflow: hidden;
  display:inline-block;
  padding: 4px 8px;
  margin-top: -1px;
  color: green;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  font-size: 13px;
  transition: 0.2s;
}   
a:hover {
  color: #638425;
  background: #A0DAA9;
  box-shadow: 0 0 10px #d5f7db,0 0 40px #cff8d6,
  0 0 80px #d4f321;
  transition-delay: 1s;
}
 a span {
  position: absolute;
  display: block;
 }
 a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,transparent,green);
 }
 a:hover span:nth-child(1) {
    left: 100%;
    transition: 1s;
}
a span:nth-child(2) {
  top: -100%;
  right: 0%;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg,transparent,green);
 }
 a:hover span:nth-child(2) {
    top: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}
a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg,transparent,green);
 }
 a:hover span:nth-child(3) {
    right: 100%;
    transition: 1s;
    transition-delay: 0.5s;
}
a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg,transparent,green);
 }
 a:hover span:nth-child(4) {
    bottom: 100%;
    transition: 1s;
    transition-delay: 0.75s;
}
.top {
  float: left;
  
  margin: -67px 1px 1px 1px ;
}  
 
.fon {
  background-color: #A0DAA9;
  color: #ffffff;
  padding: 17px;
  margin: 3px;
  border-radius: 11px 11px 2px 2px ;
  font-size: 44px; 
}
.fona {
  background-color: #0fc08b;
  color: #ffffff;
  padding: 8px;
  border-style: solid;
  border-color: green;
  border-width: px;
  border-radius: 17px 17px 17px 17px ; 
}

.fonb {
  background-color: #00A170; 
  color: #ffffff;
  padding: 8px;
  border-color: solid green;
  border-style: solid;
  border-width: px;
  border-radius: 17px 17px 17px 17px ;
}


.fonbg {
  background-color: #006B54;
  color: #ffffff;
  padding: 4px;
  border-style: solid;
  border-color: green;
  border-width: px;
  border-radius: 17px 17px 17px 17px ;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

 

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #00A170;
  color: #ffffff;
  box-shadow: 3px 3px 2px #006B54;
  text-decoration: none;
  border-radius: 11px 11px 13px 12px ;
  border-color: #264E36;;
}


.menu li:hover {
  background-color: #006B54;
  border-radius: 11px 11px 13px 12px ;
  box-shadow: 3px 3px 2px #00A170;
}

.menu li:active {
 background-color: #264E36;
}

.fontbold {
    font-weight:bold;
}

.btn  {
    background-color: #00A170;
    color: #ffffff;
    padding: 4px;
	margin-bottom: 7px;
    box-shadow: 3px 3px 2px #006B54;
    text-decoration: none;
    border-radius: 11px 11px 13px 12px ;
    border-color: #264E36;;
	
	
}
.btn:hover {
    background-color: #006B54;
    border-radius: 11px 11px 13px 12px ;
    box-shadow: 3px 3px 2px #00A170;
	color: #ffffff;
}
.btn:active {
    background-color: #A0DAA9;
    border-radius: 11px 11px 13px 12px ;
    box-shadow: 3px 3px 2px #006B54;
    color: #264E36;
}  

.btn2  {
  background-color: #00A170;
  color: #ffffff;
  padding: 4px;
  margin-bottom: -5px;
  box-shadow: 3px 3px 2px #006B54;
  text-decoration: none;
  border-radius: 11px 11px 13px 12px ;
  border-color: #264E36;;


}
.btn2:hover {
  background-color: #006B54;
  border-radius: 11px 11px 13px 12px ;
  box-shadow: 3px 3px 2px #00A170;
color: #ffffff;
}
.btn2:active {
  background-color: #A0DAA9;
  border-radius: 11px 11px 13px 12px ;
  box-shadow: 3px 3px 2px #006B54;
  color: #264E36;
}  

.angle {
    border-style: solid;
    border-color: green;
    border-width: 4px;
    border-radius: 17px 17px 17px 17px ;
    margin: 3px;
}
.angle3 {
  border: 4px solid green;
  border-radius: 88px ;
  margin: 0px  auto;
  background-color: yellow;
  padding: 8px;
  color: green;
  text-align: center;
  font-size: 14px;   
} 
 
.text {display:block}
.text:first-letter{
  font-size: 111px !important;
  color: green;
  font-family: luminari, fantasy;
}
.lettter {
  color: green;
  font-size: 88px;
}
.webdesign {
  background-color: #00A170;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  box-shadow: 3px 3px 2px #006B54;
  border-style: solid;
  border-color: green;
  border-width: px;
  border-radius: 17px 17px 17px 17px ;
}
 
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

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

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
.center {
  text-align: center;
}
 

.rightnow {
   text-align: right;
   height: 16px;
   float: right;
   margin: -53px -12px 1px 1px;
}
 
 

.footer {
  background-color: #A0DAA9;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 8px;
  border-radius: 2px 2px 13px 13px ;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
   
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  
}
 