header  h3 {
    text-transform: uppercase;
    float: left;
    margin: 15px;
    font-size: 40px;
}

header  h3>a {
    color: black;
}

header  nav  ul 
{
    margin-top: 30px;
}

header  nav  ul  li  a
{
    position: relative;
    display: inline-block; 
    width: 100%;
    vertical-align: middle; 
    height: 100%; 
    padding: 0 25px;
    color: #1b1b1b;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; 
    line-height: 22px;
    letter-spacing: .1em;
    box-sizing: border-box;
}

.vertical-align-containers {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.position-left {
    vertical-align: middle;
    display: inline-block;
}


.position-right {
    position: relative;
    height: 100%;
    text-align: right;
    width: 70%;
    display: inline-block;
}

body > div.container.main-container > div.jumbotron {
    background-color: lightyellow;
}

.boquet-bg
{
    background: no-repeat;
    background-position: bottom right;
    background-image: url('/images/boquet.png');
    min-height: 450px;
}

@media only screen and (max-width: 1200px) { 
    div.jumbotron.boquet-bg
    {
        padding-bottom: 400px;
    }
}

.boquet-bg p 
{
    max-width: 500px;
}


.tulip-bg
{
    background: no-repeat;
    background-position: top left;
    background-image: url('/images/tulips-bg.jpg');
}


.sunflower-bg
{
    background: no-repeat;
    background-position: top left;
    background-image: url('/images/sunflower-bg.jpg');
}

.rose-bg
{
    background: no-repeat;
    background-position: top left;
    background-image: url('/images/roses-bg.jpg');
}

.gerbera-bg
{
    background: no-repeat;
    background-position: top left;
    background-image: url('/images/gerbera-bg.jpg');
}

div.text-bg 
{
    background-color: #fff;
    opacity: 0.75;
    border-radius: 5px;
    padding: 10px;
}

div.text-bg h1 
{
    margin-top: 0;
}

.flowerbox {
    border: 1px solid #eee;
    border-radius: 15px;
    margin: 5px;
    width: 250px;
    height: 250px;
    text-align: center;
}

.gerbera 
{
    background-image: url('/images/gerbera.jpg');
}

.rose 
{
    background-image: url('/images/rose.jpg');
}

.sunflower
{
    background-image: url('/images/sunflower.jpg');
}

.tulip
{
    background-image: url('/images/tulip.jpg');
}

.gallery-link
{
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

#footer {
    margin-top: 150px;
    background-color: lightsteelblue;
    min-height: 200px;
}

#footer ul {
    list-style-type: none;
}

#footer ul li {
    float: left;
    margin: 5px;
}