.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #ffffff;
}

.uk-margin {
    margin-bottom: 0px;
}

.triangle {
  background: #555555;
  height: calc(60px / 2);
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

*+[class*=uk-align] {
    margin-top: 0px;
}

[class*=uk-align] {
    margin-bottom: 0px;
}

.foot-d{
width:100%;
height: 50px;
background: #ffffff;
border-bottom-left-radius:50px 30px;
border-bottom-right-radius:50px 30px;
}



body {
  -webkit-tap-highlight-color: transparent;
}

.uk-container {

    max-width: 100%;

}

@media (min-width: 1600px) {
    .top-contents {
width:800px;
    }
}

@media (min-width: 1200px) {
    .top-contents {
width:800px;
    }
}
@media (min-width: 960px) {
    .top-contents {
width:800px;
    }
}


