
  body{
    background-image: url(images/background.png);
  }

  .logo_image{
    width: 900px;
    text-align: center;
  }

  .logo{
    text-align: center;
  }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}



.navbar {
  min-width: 700px;
  width: 100%;
}

.nav--list {
  position: relative;
  width: 50%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.active {
  position: absolute;
  z-index: 1;
  width: 0%;
  height: 0%;
  background: #000, 0.1;
  border-radius: 5px;
  transition: left 300ms ease, width 200ms 200ms ease;
}

.item {
  padding: 10px;
  margin: 10px;
  z-index: 20;
}

.item a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: Sansation;
  font-size: 35px;
  color: #080000;
  letter-spacing: 3px;
}

.item :hover{
  background-color: gray;
  border-radius: 30px;
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 0.6;
  transition: 0.3s;
}

* {
  box-sizing:border-box;
}

body {
  margin: 0;
  font-family: Sansation, Helvetica, sans-serif;
}

.container {
  padding: 64px;
}

.container_2 {
  padding: 50px;
  width: 81.2%;
  padding-bottom: 50px;
}

.row:after {
  content: "";
  display: table;
  clear: both
}



.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}

.column-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
}

.column-end {
  float: right;
  width: 66%;
  padding: 10px;
  text-align: right;
}


.large-font {
  font-size: 48px;
}

.xlarge-font {
  font-size: 64px
}

.button {
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  background-color: #04AA6D;
}


.content_block{
  margin-left: 10%;
}


@media screen and (max-width: 1000px) {
  .column-66,
  .column-33 {
    width: 100%;
    text-align: center;
  }
  img {
    margin: auto;
  }
}
