/*  

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; }



*: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{

    background: #e8ebef;

    min-height: 100px;
    height: auto;
    padding: 1rem;

   /* -webkit-box-shadow: -1px 5px 13px -2px rgba(0, 0, 0, 0.38);

    -moz-box-shadow: -1px 5px 13px -2px rgba(0, 0, 0, 0.38);

    box-shadow: -1px 5px 13px -2px rgba(0, 0, 0, 0.38);*/

}

.navbar-expand-lg {

    float: right;

}

.logo{

   

    display: block;

    max-width: 350px;

}

.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: #162f44;

    height: 50px;

    padding: 13px 0px;

}

footer p{

  color: white !important;



  text-align: center;

}

/*# sourceMappingURL=style.css.map */

