html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

body {
  padding-top: 54px;
  background-image: url('../img/back1.jpg');
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.navbar {
  background-color: #ff7f2b;
}

.bg-image-full {
  display: inline-block;
  width: 100%;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  margin-bottom: 25px;
  height: 300px;
}

.logo {
  max-width: 1081px;
  padding-bottom: 26px;
  padding-top:14px;
  width: 100%;
  height: auto;
}
.flaglogo {

  padding-bottom: 26px;
  padding-top:14px;
  width: 100%;
  height: auto;
}
.navlogo{
  max-width: 150px;
  margin:0px;
}


ul {
  list-style: none;
  padding: 0;
  margin-right: 127px;
  margin-top: 10px;

}

.wrapper {
  background: #ffe8d1;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.28);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.28);
  box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.28);
}



