body {
  /* min-height: 2000px; */
  padding-top: 70px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.logo_full
.navbar-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.navbar-wrapper .navbar {
  padding-left: 15px;
  padding-right: 15px;
  background: #000;
  height: 70px;

}



.logo {
       display: block;
        position: absolute;
        left: 0;
        padding-left: 5px;
        padding-right: 2px;
        margin-right: 20px;
        background-color: #000;
        color: #fff;
        font-weight: 700;
        border:1px solid #fff;
        border-radius: 50px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1;
        transition:all 0.3s ease;
}	

a.logo {
	display:block; 
	float:left;
	clear:left;
	width:72px;
	line-height:70px;
  font-size: 22px;
  
  padding-bottom:0;
  text-decoration: none;
  text-align: right;
  vertical-align: middle;
}

a.logo:hover {
  background:#e51822;
  color:#fff;
   -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
}

#flip {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

.navbar-header .title {
	display:block;
	float:left;
/*	border-left: 1px solid #000; */
	margin:20px 30px 0 40px;
	padding:0;
	color: #fff;

}

.title h1 {
	font-size: 24px;
	font-weight: 300;
	/* letter-spacing: -1px; */
	margin:0 0 0 30px;
	padding:0;
  text-transform: uppercase;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.title h2 {
	font-size: 13px;
	font-weight: 300;
	margin:0;
	padding:0;
  font-family: Roboto, Helvetica, Arial, sans-serif;

}




.photo {
    background-image: url(Retina-image-800x600-2x.png);
    background-size: 400px 300px;
    background-repeat: no-repeat;
    display: block;
    width: 400px;
    height: 300px;
}