/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    -background: url('../img/photo-removebg_NB_TR.png') no-repeat center center fixed;
	background-color: rgb(176, 203, 122);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-width: 320px;
}

a {
	color: #000;
}

a:hover, a:focus {
	color: rgba(141, 169, 66, 1);
}

h1,
h2,
h3
{
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.1em;
    line-height: 1.4;
    color: #000;
	text-align: justify;
    text-justify: inter-word;
}

.text-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	border-radius: 10px;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

    ul{
        padding: 0;
        list-style: none;
    }
   /* ul li{
        float: left;
        width: 100px;
        text-align: center;
        line-height: 21px;
    }*/
    ul li a{
        display: block;
        padding: 5px 10px;
        color: #333;
        background: #f2f2f2;
        text-decoration: none;
    }
    ul li a:hover{
        color: #fff;
        background: #939393;
    }
    ul li ul{
        display: none;
    }
    ul li:hover ul{
        display: block; /* display the dropdown */
    }

.active{
    color: #fff;
    background-color: #8DA942;
}

img {
    position: center;
    left: 200px;
    top: 15px;
    z-index: -1;
	border-radius: 5px;
}

#facebook {
	height: 88px;
	width: 42px;
	position: fixed;
	top: 350px;
}

#lfbb {
	height: 88px;
	width: 42px;
	position: fixed;
	top: 450px;
}

.container {
    padding-right: 120px;
    padding-left: 120px;
    margin-right: auto;
    margin-left: auto;
}

ul .bullet {
    list-style-type: circle;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 14px;
    background: #fff;
    background: rgba(255,255,255,0.9);
	border-radius: 15px;
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  border-radius: 10px;
}

.pdf-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  width: 725px;
  height: 580px;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0);
}

footer p {
    margin: 0;
    padding: 20px 0;
    font-size: 1em;
    color: #000000;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
		-padding: 0 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,1);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5.1em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,1);
        text-transform: uppercase;
        font-size: 1.4em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
		font-weight: bold;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.4);
    }

    .nav>li>a {
        padding: 18px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.2em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}