html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  min-height:100vh;
  min-width:100%;
}


.c-turk {
    background-color: #162468;
    color: white;
}

    .c-turk:hover {
        background-color: #162468;
        color: white;
        border-color: white;
    }

.t-lg {
    font-size: 1.2rem;
}



.icontam{
    width:40px;
}


a {
    text-decoration: none;
    /*color: black;*/
} 