@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,400;0,700;1,400;1,700&display=swap");

body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
}
body {
  background: #34302c;
  font-family: "Spectral", serif;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #438d3f;
}

#bg-wrap {
  background: url("images/sitebg.jpg") top center no-repeat #93cd90;
  max-width: 2200px;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
}
#wrapper {
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
}
#header {
  padding: 20px;
  text-align: center;
}
#logo {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
#top-space {
  margin: 20px auto 20px auto;
  width: 728px;
  height: 90px;
  background: #ccc;
}
#menu-wrap {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2em;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  display: inline-block;
  font-weight: 300;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
}
#menu div{
  display:inline-block;
  border-right: 1px solid #e2e2e2;
}
#menu a {
  color: #000;
  text-decoration: none;
  padding: 0 10px;
}
#extras-wrap{
  position:relative;
}
#menu div:last-child {
  border-right: none;
}
#menu div#extras-dropdown{
  position:absolute;
  display:none;
  background:#fff;
  padding:10px;
  border-radius: 0  0 10px 10px;
  width:300%;
  z-index:10;
  margin-left: calc(-100% - 10px);
}
#extras-dropdown a{
  display:block;
}

#middle {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}
#middle-left {
  width: 912px;
  max-width: 100%;
}
#middle-right {
  width: 160px;
  order: 1;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 20px;
}
#left-wrap,#bottom-left {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
}
#text-area{
  padding:10px;
}
.cc-nav {
  text-align: center;
  padding: 20px;
}
.cc-nav a, .cc-nav div {
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  text-decoration: none;
  font-size: 1.4em;
  padding: 0 20px;
  border-right: 1px solid #e2e2e2;
  display:inline-block;
}
.cc-nav a:last-child, .cc-nav div:last-child {
  border-right: none;
}
#right-space {
  width: 160px;
  height: 600px;
  background: #ccc;
}
.social {
  max-width: 140px;
  margin: 20px auto 20px auto;
  display: flex;
}
.social a:first-child {
  margin-right: 10px;
}
#hiveworks {
  display: block;
  width: 140px;
  margin: 0 auto;
}
#hw-jumpbar {
  border-radius: 15px;
  margin: 20px;
}
#hw-jumpbar,
.hw-jump-desc-wrap {
  background: #363020;
}
.hw-jump-mid,
.hw-jump-title {
  background: #484234;
}
.hw-jump-down {
  border-top: 20px solid #363020;
}
#bottom-wrap {
  max-width: 1100px;
  box-sizing: border-box;
  padding: 50px 30px;
  display: flex;
  margin: 0 auto;
}
#bottom-right {
  order: 1;
  width: 300px;
  margin-left: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.cc-newsheader,
.cc-publishtime {
  font-family: "Roboto Condensed", sans-serif;
}
.cc-newsheader {
  font-weight: bold;
  font-size: 2em;
}
.cc-publishtime {
  color: #808583;
}
#bottom-space {
  width: 300px;
  height: 250px;
  background: #ccc;
  margin-bottom: 30px;
}
#extras{
  cursor:pointer;
}

footer {
  padding: 50px 20px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
footer a {
  text-decoration: none;
  color: #000;
  padding: 0 10px;
  border-right: 1px solid #e2e2e2;
}
#footer a:last-child {
  border-right: none;
}
#menu-click {
  display: none;
}

@media screen and (max-width: 892px) {
  #middle {
    flex-wrap: wrap;
  }
  #middle-right {
    display: none;
  }
}
@media screen and (max-width: 790px) {
  #top-space {
    width: 300px;
    height: 50px;
    overflow: hidden;
  }
  #menu-wrap {
    width: 100%;
    box-sizing: border-box;
  }
  #menu-click {
    display: block;
  }
  #menu {
    margin-top: 20px;
    display: none;
  }
  #menu div {
    display: block;
    border: none;
    padding: 8px 0;
  }
  #middle {
    padding: 0;
  }
  #middle-left {
    padding: 0;
  }
  #hw-jumpbar {
    margin: 20px;
  }
  #menu div#extras-dropdown{
    position:static;
    padding:0;
    border-radius: 0;
    width:100%;
    margin-left: 0;
  }
  #extras-dropdown a{
    display:block;
    padding:5px;
  }
}
@media screen and (max-width: 700px) {
  #bottom-wrap {
    flex-wrap: wrap;
  }
  #bottom-right {
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 550px) {
  .cc-navaux {
    display: none;
  }
  .cc-nav {
    padding: 20px 0;
  }
  .cc-nav a {
    font-size: 1.2em;
  }
  #bottom-wrap {
    padding: 20px;
  }
  #footer a {
    display: block;
    border: none;
    padding: 5px 0;
  }
}
