
/*
  Theme Name: Codeceil App
  Author: Nababur Rahaman
  Support: nababurbd@gmail.com
  Website URL: https://codeceil.com
  Author URL: https://github.com/nababur
  Description: For share Codes and Snippets.
  Version: 1.0
*/


/*Import Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap');



body {

  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
font-family: 'Nunito', sans-serif;
  color: #222; }

h1, h2, h3, h4, h5, h6 {
  color: #222;
font-family: 'Nunito', sans-serif;
  font-weight: 400;
  margin-top: 0; }

h1 {
  font-size: 36px;
  line-height: 42px; }

h2 {
  font-size: 32px;
  line-height: 36px; }

h3 {
  font-size: 24px;
  line-height: 30px; }

h4 {
  font-size: 18px;
  line-height: 24px; }

h5 {
  font-size: 14px;
  line-height: 18px; }

h6 {
  font-size: 12px;
  line-height: 24px; }

.navbar-custom {
  background: linear-gradient(to bottom, #50a82d 0%, #23641b 100%);
  color: #FFF;
}
.navbar-custom a {
  color: #FFF;
}
.navbar-brand img {
  width: 100%;
  max-width: 160px;
}

.img-hor {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.strong {
  font-weight: 800;
}

.bigger {
  font-size: larger;
}

#okno {
  max-width: 228px;
  margin: 0 auto;
}

#comment {
  width: 100%;
}

.logo-print {
  background: linear-gradient(to bottom, #50a82d 0%, #23641b 100%);
  display: none;
  max-width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.top_menu {
  font-size: 10px;
  color: gray;
}

.top_menu a {
  color: gray;
}

.logout {
  float: right;
}