
@import url(https://fonts.googleapis.com/css?family=Neuton);


@font-face {
    font-family: myFirstFont;
    src: url(infini-romain-webfont.ttf);
}

body{


  background-image: url("https://i.imgur.com/iu7iYqR.jpg");
}



.sliderlook{

display:block;



}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {

  transform: scale(1.2);
}


.darkBG {
	background: #999;
}

.darkerBG {
	background: #666;
}

.darkestBG {
	background: #333;
}


.container {



}
.navbar-brand {


padding: 1px 15px 0px 0px !important;

}
.navbar-brand img{

height: inherit !important;
padding: 0px !important;

}
footer {
background-color: #222;
border-color: #080808;
border-width: 0px 0px 0px;
color: #eee;
font-size: 11px;
padding: 20px;



}

ul.unstyled {
list-style: none;
padding: 0px;

}

@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */

    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }

    .same-height{

    float: none !important;
    display: table-cell;
    vertical-align: top;


  }
    .row-height{

      display: flex;

    }
.left-line{

  border-left: 1px solid rgb(50, 50, 50);

}

}


 






.shadow{

box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.6);

}
.shadow-right{

  box-shadow: 10px 2px 7px 1px rgba(0, 0, 0, 0.6);
}

.main-text{
	background: #F7F7F7;
  font-family: "PTSansRegular,Arial,Helvetica,sans-serif" !important;
  font-size: 24px;
  padding: 33px 42px 33px 42px !important;
  text-align: justify;
  border: 1px solid rgba(170, 170, 170, 1);
  box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.6);
}
.split{

  background: #F7F7F7;
  font-family: "PTSansRegular,Arial,Helvetica,sans-serif" !important;
  font-size: 24px;
  padding: 33px 42px 33px 42px !important;
  text-align: justify;


}

.flex-caption {
  width: 100%;
  padding: 1%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}


