body {
  margin: 0;
  font-size: 14px;
  font-family: 'Comfortaa', cursive;
  color: #1d326d;
  scroll-behavior: smooth;
}

.header {
  background: url(../img/top1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 150px;
  text-align: center;
}

#navbar {
  overflow: hidden;
  background-color: #FFF;
  z-index: 1000;


}

h1, h2, h3, h4, h5, h6 {
  color: #1d326d;
}

h5 {
  font-weight: 700;
}

p {
  text-align: justify;
}

#navbar a {
  float: left;
  display: block;
  color: #1d326d;
  text-align: center;
  margin: 35px 18px 15px 0px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
}

.menu a {
 display: inline-block;
 color:#00b4de;
 line-height: 1;
 text-decoration:none;
 cursor: pointer;
 position:relative;
}
.menu a:after {
 background-color: #00b4de;
 display: block;
 content: "";
 height: 2px;
 width: 0%;
 left:50%;
 position:absolute;
 -webkit-transition: width .3s ease-in-out;
 -moz--transition: width .3s ease-in-out;
 transition: width .3s ease-in-out;
 -webkit-transform:translateX(-50%);
 -moz-transform:translateX(-50%);
 transform:translateX(-50%);
}
a:hover:after,
a:focus:after {
 width: 100%;
}

span {
  color: #00b4de;
  font-weight: 700;
}

.flag {
  max-height: 20px;
  margin: 15px 0px 15px 15px;
}

.logo {
  max-height: 40px;
  margin: 23px 0px 17px 10px;
}

.biglogo {
  max-width: 100%;
}

.transform{
  transition: all .5s ease-out;
}
.transform:hover{
  transform: scale(1.05);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 50px;
}

.sticky + .content {
  padding-top: 60px;
}r a:hover {
  background-color: #ddd;
  color: black;
}

.bg-pic {
  background: url(../img/top1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 75px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.oblique1 {
  background: url(../img/oblique1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: absolute;
  min-height: 128px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.oblique-pro {
  background-color: #596bad;
}

.glow {
 color:#fff;
 text-shadow:0px 0px 20px #00c6ff;
}

.oblique2 {
  background: url(../img/oblique2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: absolute;
  min-height: 128px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.wavyline {
  background: url(../img/wavyline.png) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: absolute;
  min-height: 64px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.bg-1 {
  background: url(../img/bg-1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: absolute;
  min-height: 256px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}


.bg-2 {
  background: url(../img/bg-2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: absolute;
  min-height: 256px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.bg-3 {
  background: url(../img/bg-3.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: absolute;
  min-height: 256px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.bg-pic1 {
  background: url(../img/top1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 256px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.icon-l {
  max-height: 50px;
  float: left;
  margin: 5px 25px 5px 0px;
}

.icon-r {
  max-height: 50px;
  float: right;
  margin: 5px 0px 5px 25px;
}

.icon-3 {
  max-height: 15px;
  float: left;
  margin: 0px 15px 10px 5px;
}

.mpd {
  margin-top: -100px;
  height: 100px;
}

.bm {
  margin-top: -100px;
  height: 100px;
}

.fbd {
  margin-top: -100px;
  height: 100px;
}

.oba {
  margin-top: -100px;
  height: 100px;
}

.mr {
  margin-top: -100px;
  height: 100px;
}

.verybiglogo {
  max-width: 50%;
}

.bugfix {
  margin-bottom: 0px !important;
}