html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  background-color: #F9F9F9;
  transition: 300ms all;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body.dark{
  background-color: #1c1e21;
  color: #FFF;
}

body.dark .accordion-body{
  color: #000;
}

body.dark .card-header p{
  color: #000;
}

.mode-control input{
  position: absolute;
  opacity: 0;
}

.mode-control span:nth-of-type(2) {
  display: none;
}

.mode-control input:checked + span{
  display: none;
}

.mode-control input:checked + span + span{
  display: inline-block;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}
:focus {
    outline: 0;
}
.clear {
    clear: both;
}

.header{
  width: 1024px;
  height: 50px;
  margin: auto;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  .header {
    width:100%!important;
    float:left!important;
    margin-top: 0;
  }
}

.sosyal{
  width: 1024px;
  height: 50px;
  margin: auto;
  padding: 10px;
}

@media screen and (max-width: 610px) {
  .sosyal {
    width:100%!important;
	  height:50px;
	 margin-left: 10px;

  }
}

.sosyal ul{
  width: 600px;
  height: 50px;
  margin:auto;
  text-align: center;
  padding-left: 100px;
}

@media screen and (max-width: 610px) {
  .sosyal ul {
    width:100% !important;
    margin:auto;
  text-align: center;
  padding-left: 20px;
  padding: 10px;
    
  }
}

.sosyal ul li{
  float: left;
  margin:auto;
}

.sosyal ul li a{
  margin-right: 30px;
}

@media screen and (max-width: 610px) {
  .sosyal ul li a{
    
    margin-right: 10px;
    font-size: 32px;
  }
}





.kartvizit{
  width: 1024px;
  height: 300px;
  margin: auto;
  padding: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 610px) {
  .kartvizit {
    width:100% !important;
    height: 100% !important;
   margin:auto;
    float:left!important;
      padding: 20px;
      padding-bottom: 110px;
  



  }
}

@media screen and (max-width: 610px) {
  .kartvizit img {
    width:70px !important;
    height: 70px !important;
    margin-left: -5px !important;
  }
}



.AdSoyad{
  width: 750px;
  height: 100px;
  padding-left: 50px;
  font-size: 24px;
}

.AdSoyad p{
  font-size: 16px;
}

@media screen and (max-width: 610px) {
  .AdSoyad {
    width:100% !important;
    height: 100px !important;
    padding-left: 10px;
  font-size: 14px !important;
  }
}

@media screen and (max-width: 610px) {
  .AdSoyad p{
    font-size: 12px;

  }
}



.baslik{
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
}

@media screen and (max-width: 610px) {
  .baslik{
    font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  }
}


.telefon{
  width: 450px;
  height: auto;
}

@media screen and (max-width: 610px) {
  .telefon{
    width: 450px;
  height: auto;
  padding-bottom: 30px;
    margin: auto;
  }
}

.bilgiler{
  width: 450px;
  height: auto;
  padding: 10px;
  font-size: 14px;

}

