body,
html {
  padding: 0px;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
}
body h1,
html h1,
body h2,
html h2,
body h3,
html h3,
body h4,
html h4,
body h5,
html h5,
body h6,
html h6 {
  font-family: 'Montserrat', sans-serif;
}
.clear {
  clear: both;
}
#swirl {
  position: relative;
  top: -200px;
  left: 50%;
  margin-left: -700px;
  width: 1400px;
}
#swirl .top-swirl {
  fill: #2b5bad;
}
#swirl .middle-swirl {
  fill: #0d1b32;
}
.container {
  width: 1000px;
  margin: auto;
}
header {
  margin-top: 20px !important;
}
header .site-logo {
  float: left;
  margin-left: -150px;
  width: 150px;
  height: 150px;
}
header .slider {
  width: 100%;
  height: 200px;
  background-color: #2b5bad;
  border-radius: 10px;
  padding: 5px;
  box-sizing: border-box;
}
header .slider .header-image {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  margin: auto;
  background-position: center;
}
.main-body {
  background-color: rgba(255, 255, 255, 0.8);
  border: 3px solid #2b5bad;
  border-radius: 5px;
  position: relative;
  top: -375px;
  box-sizing: border-box;
  padding: 20px;
}
.main-body .nav {
  margin-top: -67px;
  width: 100%;
  overflow: auto;
}
.main-body .nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.main-body .nav ul li {
  float: left;
}
.main-body .nav ul li a {
  display: block;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: linear-gradient(#0d1b32 0%, #2b5bad 95%);
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}
.main-body .nav ul li a:hover {
  background-image: linear-gradient(#3c72cf 0%, #2b5bad 95%);
}
.page-template-menu-page .menu-items {
  overflow: auto;
}
.page-template-menu-page .menu-items .menu-item {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  height: 200px;
  width: 200px;
  margin: 50px;
  background-color: #2b5bad;
  border-radius: 10px;
  border: 5px solid #2b5bad;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}
.page-template-menu-page .menu-items .menu-item .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-top: -20%;
  margin-left: -50%;
  text-align: center;
}
.page-template-menu-page .menu-items .menu-item #swirl {
  position: absolute;
  width: 300px;
  top: 150px;
  left: -60px;
  margin-left: 0px;
}
.page-template-contact .contact-aside {
  float: right;
  background-color: #2b5bad;
  padding: 10px;
  margin-top: -20px;
  margin-right: -20px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
}
.page-template-file-list .file-list {
  overflow: auto;
}
.page-template-file-list .file-list a {
  text-decoration: none;
  clear: both;
  overflow: auto;
  float: left;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
.page-template-file-list .file-list a svg {
  float: left;
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #2b5bad;
  padding: 10px;
  margin-right: 10px;
}
.page-template-file-list .file-list a h6 {
  margin: 0px 5px;
  color: #2b5bad;
  clear: right;
}
.page-template-file-list .file-list a span {
  color: #444;
  font-size: 10px;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .container {
    width: 800px;
  }
  #swirl {
    width: 1200px;
    margin-left: -600px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: 700px;
  }
  #swirl {
    width: 1000px;
    margin-left: -500px;
  }
}
@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }
  .container {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  #swirl {
    top: -220px;
  }
  .main-body .nav {
    margin-top: 0px;
  }
  .main-body .nav ul li {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .main-body .nav ul li a {
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .page-template-contact .contact-aside {
    width: 100%;
    box-sizing: border-box;
  }
  .page-template-contact .contact-aside iframe {
    width: 100%;
  }
  .page-template-menu-page .menu-items .menu-item {
    left: 50%;
    margin-left: -25%;
    clear: both;
  }
}
