/*!
 * Security Headers CSS styles
 * Copyright 2018 Web security s.r.o.
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.portfolio-item {
  margin-bottom: 30px;
}

/*=======================================================
					   Headers
=========================================================*/

h1, h2, h3, h4, h5, h6 {
  font-family: "Segoe UI",Arial,sans-serif;
  font-weight: 500;
}
/*h2 {color: #FFF}*/
h5 {color: #263238;}
h6 {color: #546E7A;}
h3 {margin-top: 3rem;}

header {
  background-color: #064685;
  /*background-image: url('../img/bg_header.png');
  background-repeat: repeat;*/
  padding-top: 40px;
  border-top: 1px solid #6b9cce;
  position: relative;
  }
main h3 {color:#E65100}

/*=======================================================
					   Navigace
=========================================================*/

/* change the background color */
.navbar-custom {
  background-color: #062148;
  padding: 0em;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: rgba(255,255,255,1);
  /*padding: 0.8rem 1rem;*/
}
/* change the link color and add padding for height */
.navbar-custom .navbar-nav .nav-link {
  color: rgba(255,255,255,1);
  padding: 1rem 1rem;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: #ffffff;
  background-color: #E91E63; /* add background-color to active links */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-custom .nav-item .nav-link.active {
  color: #fff;
  background-color: #E91E63;
}
  
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-menu {
  padding: 0;
  border-radius: 0;
}

.dropdown-item:hover {
  color: #01579b;
  background-color: #eeeeee;
  text-decoration: underline;
} 


/*=======================================================
					   CARDs
=========================================================*/
.card {
  text-align: center;
  background-color: transparent;
  transition: .3s background-color ease;
  position: relative;
  padding: 10px;
  margin-bottom: 8%;
  border-radius: 4px;
  border: 1px solid #adc3db; 
}

.card:hover {
  background-color: #fff;
}

.card-item {
  margin-bottom: 30px;
}

.circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .03em;
  color: #064685;
  line-height: 70px;
  text-align: center;
  border: 1px solid #adc3db;
  display: inline-block;
}
.circle:hover {
  color: #FFF;
  background: #064685;
  border: none;
}

.card h3 {
  font-size: 18px;
  font-weight: 500;
  color: #064685;
  margin-bottom: 0;
  line-height: 20px;
  padding-top: 10px;
}
.card-text {
  text-align: left;
  color: #464646
}

#main-sh {
  background-color: #f4f7fb;
  padding: 40px 0 20px 0;
}
.grad-bg {
  background: #fff;
  background: -moz-linear-gradient(top,#fff 0,#e7eff5 100%);
  background: -webkit-linear-gradient(top,#fff 0,#e7eff5 100%);
  background: linear-gradient(to bottom,#fff 0,#e7eff5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e7eff5',GradientType=0);
}

.sh-button {
  color: #FFF;
  background-color: #062148;
  display: inline-block;
  position: relative;
  top: 0;
  padding: 12px 30px;
  margin: .75rem 1.25rem;
  width: auto;
  text-decoration: none;
  line-height: 1em;
  font-size: .875em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .02em;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all,200ms;
  -moz-transition: all,200ms;
  -ms-transition: all,200ms;
  -o-transition: all,200ms;
  transition: all,200ms;
}

.sh-button:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

/* ===== Articles HOME ===== */
.card-title {
  text-align: left;
}
.card-title a {
  color: #232429;
  font-weight: bold;
}

/*=======================================================
					   Main Layout
=========================================================*/

a {
  color: #01579b; /*old#1565c0;*/
}
.fa {color:#6b9cce;}
ul li{color: #455A64;}
code + h6 {margin-top: 1rem;}
code + h5 {margin-top: 1rem;}
code {
  padding: 5px 10px;
  background-color: #f7f7f7;}

* + .off13 {margin-top: 13px;}
* + .off24 {margin-top: 24px;}
* + .off36 {margin-top: 36px;}
* + .off5 {margin-top: 5px;}


/* ===== COLORS ===== */
.bg-dark {background-color: #062148!important;}
.bg-blue {background-color: #9caab7!important;} /*#adc3db*/
.bg-gray {background-color: #d8dae3!important;}
.text-on-blue {color: #9caab7}
.myred {color:#E91E63}
a.text-on-blue:hover {color: #fff;}

/*=======================================================
					   Alerts
=========================================================*/

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  /*border-radius: .25rem;*/
}
.bd-callout-red {
  border-left-color: #E91E63;
}
.bd-callout-green {
  border-left-color: #c3e6cb;
}
.bd-callout-blue {
  border-left-color: #064685;
}

/*=======================================================
					   Footer
=========================================================*/
.footer-text {
  float: left;
  max-width: 60%;
  font-size: .857em;
}
.footer-scroll-top {
  float: right;
  margin: 0;
  font-size: .875em;
}

pre {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #919191;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 13px;
  line-height: 1.6;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}

/* ===== myStales ===== */
.sponzor {
  font-weight: bold;
  color:#E91E63;
  margin-bottom: 0rem;
}

/*=======================================================
					   Phone styles
=========================================================*/

@media screen and (max-width: 479px) {
  .usefulresources.fa-ul {
    margin-left: 0.142857em;
  }  
}

@media (max-width: 991.98px) { 
  .navbar-custom {
    padding: 0.4em 1em;
  }
 }