/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 18.1.2015, 10:42:06
    Author     : Vasek
*/

h1{
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-size: 40px;
    padding: 10px 0px 0px 0px;
    color: #A8090B;
}

.autodoprava-havirov-section h1, .kontakt-section h1, .kontakt-section .likeheader{
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    font-size: 40px;
    padding: 10px 0px 0px 0px;
    color: #fff;
    font-weight: 700;
}

h2{
    font-family: 'Open Sans Condensed';
    font-weight: 300;
    font-size: 30px;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    color: #333;

}

.autodoprava-havirov-section h2, .kontakt-section h2{
    color: #f2f2f2;
}

p
{
    font-family: 'Open Sans';

}

.navbar a, .navbar-default .navbar-nav > li > a
{
    color: white;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    margin: 5px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
{
    color: white;
    background:  #A8090B;
    border-radius: 5px;
    margin: 5px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}
ul
{
    margin: 10px 0px;
}


.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px #333 inset;
    border: 4px solid white;

}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mailbutton
{
    background: white;
    color: #A8090B;
    padding: 10px;
    margin: 20px auto;
    border-radius: 5px;
    font-size: 20px;
    display: block;
    max-width: 380px;
    text-decoration: none;
}

.mailbutton:hover
{
    background: black;
    color: #fff;
    padding: 10px;
    margin: 20px auto;
    border-radius: 5px;
    font-size: 20px;
    display: block;
    max-width: 380px;
    text-decoration: none;
}


/*
// centered items in navbar
.navbar-collapse.collapse {
    text-align: center;  Set this
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    font-weight:bold;
}

 This should be around line 4866 in your bootstrap.css
.navbar-nav {
    display:inline-block;
    float: none;
    margin: 0;
}*/