a:link, a:active, a:visited {text-decoration: none;}

* {
  margin: 0;
}
 

html { width: 100%;}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif, Times New Roman, Garamond;
  font-size: 100%;
  background-color: #ffffff;
  /*-moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;*/
}

code, pre, abbr, kbd {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

/*@font-face {
  font-family: Caveat;
  src: url("Caveat", Sans-serif);
}*/

.wrapper {
  width: 100%;
  margin: auto;
}

.cim {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 3em;
  font-family: "Caveat", sans-serif;
}

.ajanlo_container {
  margin: 20px;
}

.ajanlo_container div {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  text-align: center;
  padding: 20px;
}

.ajanlo_container div p {
  text-align: justify;
}

.ajanlo_txt1, .ajanlo_txt2, .ajanlo_txt3 {
  text-align: justify;
  padding: 20px;
  line-height: 30px
}

.ajanlo_txt1 {
  
}

.ajanlo_txt2 {
  
}

.ajanlo_kep img {
  width: 100%;
  border-radius: 300px;
}

.leiras_container {
  margin: 20px;
}

.leiras_container p {
  margin: 20px;
  text-align: justify;
}

.forras {
  margin: 20px;
  font-size: .8em;
}

.forras label {
  padding: 5px;
  font-size: .8em;
  display: block;
}

.forras a:visited, .forras a:link, .forras a:active {
  color: black;
}

@media only screen
and (max-width : 640px) {
  #wrapper { }
  .cim {font-size: 2.5em; margin: 0; padding: 20px 0 0 0;}
  .ajanlo_container {margin: 0;}
  .ajanlo_container div {width: unset;padding: 0;}
  .ajanlo_kep img {width: 80%;}
  .leiras_container {margin: 0;}
  .forras {margin: 0;padding: 10px;}
  .forras label {}
}

@media only screen
and (min-width : 640px)
and (max-width : 992px) {
  #wrapper { width: 100%;}
  .cim {font-size: 2.5em; margin: 0; padding: 20px 0 0 0;}
  .ajanlo_container {margin: 0;}
  .ajanlo_container div {width: unset;padding: 0;}
  .ajanlo_kep img {width: 60%;}
  .leiras_container {margin: 0;}
  .forras {margin: 0;padding: 10px;}
  .forras label {}
}