@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import 'default.css';
@import 'style.css';
.font2{
	font-family: 'Arsenal', sans-serif;
}
body, html {
    height:  100%;
	font-family: 'Ubuntu', sans-serif;
}
body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}
*:focus {
    outline: none;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
#wrapper{
    min-height: 100%;
	overflow:hidden;
    height: auto;
}
a{
	color:#999999;
   	text-decoration:none;
   }
a:hover{
	color:#333333;
}
.navPozisyon{
	position:absolute;
	z-index:1;
	margin-top:20px;
	background:#ffffff00;
	padding: 0;
}
.topNav ul{
	display:table;
	width: 100%;
	margin:0;
	padding:0;
	text-align: center;
}
.topNav ul li{
	display: table-cell;
}
.topNav ul li a{
	padding:30px;
	display:block
}
.topNav ul li ul{ 
	subnav:true;
	position:absolute;
	width: 250px;
}
.topNav ul li ul li{
	display: block;
}
.topNav ul li ul li a{
	background:#ccc
}
.has-sub > a:after{content:'▼';margin-left:10px}
nav > ul > li > ul{visibility:hidden}
nav > ul > li.has-sub:hover > ul{visibility:visible}
.npad {padding:0}

.pager{margin-top: 40px;text-align: center;}
.pager span a{
	font-weight: 500;
	padding: 8px 12px;
	border: 1px solid #8c9ab8;
	margin-left: 10px;
	background: #e1e3ea;
	border-radius: 3px;
}

.pager #current_page {
	font-weight: bold;
	padding: 8px 12px;
	border: 1px solid #8c9ab8;
	margin-left: 10px;
	border-radius: 3px;
}
.bottom{
	margin-top:100px;
	padding:50px 0;
	background:#00CC33
}

.headerContainer{
	position: absolute;
    top: 50%;
    left: 45%;
	transform: translate(-50%,-50%);
}
.headerContainer{
	position: absolute;
    top: 50%;
    left: 56%;
	transform: translate(-50%,-50%);
}
.headerH1{
	font-family: 'Arsenal', sans-serif;
	color:#545454;
    font-weight: bold;
    font-size: xxx-large;
    font-size: 6vw;
    /*font-style: italic;*/
}
.headerH2{
    font-family: 'Sansita', sans-serif;
    color: #9ac242;
    font-weight: 400;
    font-size: 1.2vw;
    font-style: italic;
}
.headerH3{
    font-family: 'Sansita', sans-serif;
    color: #9ac242;
    font-weight: 400;
    font-size: 1vw;
    font-style: italic;
}
input,textarea{
	width: 100%;
    border: 0px solid #d3dfc747;
    border-bottom: 1px solid #d3dfc7;
    padding: 10px;
    margin-bottom: 30px;
	transition: 0.3s;
}
input:focus,textarea:focus{
	transition: 0.3s;
	background: #efefef;
}

.btnDefault {
	padding: 15px 30px;
    background: #9ac242;
    border: none;
    border-radius: 10px;
    color: #fff;
    margin: 10px 0;
    transition: 0.5s ease-in-out;
}
.btnDefault:hover {
    background: #666;
    transition: 0.2s ease-in-out;
}
.text{
	padding:20px 40px;
	color: #666;
	font-size:larger;
	line-height: inherit;
}
.bottomTags i{
	 color:#9ac242;
}
.bottomTags{
    float: left;
	margin-right:8px;
	font-size: small;
}
.formOverlayHolder{
	display:none
}
.formOverlay{
	display: grid;
	place-items: center;
	background: #000000d6;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999;
	text-align: center;
}
.formOverlay font{
	color: #fff;
	font-size: 6vw;
}
#go-up { position: fixed; right: 20px; bottom: 40px; width: 44px; height: 44px; border-radius: 50%; text-align: center; background-color: #9ac242; color: #fff; font-size: 26px; line-height: 44px; cursor: pointer; z-index: 1001; aopacity: 0; display:none; transition: all .3s; -webkit-transition: all .3s; }
.smaller #go-up { opacity: 1; }