
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  background-image: url('../images/site/texture.png');
  background-attachment: fixed; }

@media (min-width: 1200px) {
  .container {
    width: 1020px; } }
a {
  color: purple;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  transition: all ease 0.5s; }

.navbar-nav{-webkit-flex-direction: row; -ms-flex-direction: row;}
.navbar-nav .nav-link{padding: 10px;}