/*  
Theme Name: Minuty mail
Theme URI: https://mail.minutymt.cz;
Description: Minuty mail
Version: 2.2
Author: mail.minutymt.cz
Author URI: https://mail.minutymt.cz;
*/
@font-face {
  font-family: m-regular;
  src: url(./font/Montserrat-Regular.ttf); }
@font-face {
  font-family: m-semibold;
  src: url(./font/Montserrat-SemiBold.ttf); }
@font-face {
  font-family: m-bold;
  src: url(./font/Montserrat-Bold.ttf); }
@font-face {
  font-family: m-medium;
  src: url(./font/Montserrat-Medium.ttf); }
@font-face {
  font-family: m-italic;
  src: url(./font/Montserrat-Italic.ttf); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
 }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

header{
    background: url('./images/header.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
}

header .logo{
  display: block;

}
header .logo img{

    max-width: 160px;
    margin: 0px auto;
    display: block;
    margin-top: 14px;

}

*:focus {
  outline: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
header{
      border-bottom: 1px solid #162F82;
    height: 100px;
}
.navbar-expand-lg {
    float: right;
}
.logo{
    margin-top: 10px;
    display: block;
}
.over_menu{
  margin-top: 30px;
}
header ul{
  padding: 0px;
  margin: 0px;
}
header ul li{
  display: inline-block;
  margin-right: 0px;
}
header ul li:last-of-type{
  margin-right: 0px;
}
header ul li a{
  color: white;
  font-size: 16px;
}
header ul li a:hover{
  color: white;
  text-decoration: underline;
}
header ul li:last-of-type:after{
  content: unset !important;
}
header ul li:after {
    content: " | ";
    margin-left: 10px;
    margin-right: 10px;
    color: white;
}
footer{
    background: #162F82;
    height: 50px;
    padding: 13px 0px;
}
footer p{
  color: white !important;

  text-align: center;
}
/*# sourceMappingURL=style.css.map */
