@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:200,400,500);

::selection {
  color: #262626;
  background: #6A962F;
}

#overlay, #origin_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #262626;
  z-index: 2;
  cursor: pointer;
}
#text , #origin_text{
  position: absolute;
  top: 27%;
  left: 35%;
  width: 30%;
  font-size: 50px;
  color: white;


}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_image{
  display: block;
}
.quote_second{
  color: #6a962f;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 11px;
    top: 0;
    position: absolute;
    text-align: center;
    margin: 40px 0 0 45px;
    font-family: 'Bebas Neue', cursive;
}

#header{
  position:fixed;
  display:block;
  width: 100%;
  height: 58px;
  background-color: #FFFFFF;
  z-index:9;
  text-align:center;
  padding: 0 0 0px 0;
}
#header{
  top:0;
}
.navItems {
  padding: 0 0 7px 0;
}
nav a {
  color: #262626;
}

nav{
  text-align: center;
}

.navbar-toggler {
  border: none !important;
}

.dropdown:hover .dropdown-menu{
  display: block !important;
}

nav a:hover{
  color: #FFFFFF;
}

.menu_icon {
  display: none;
}

.barOne, .barTwo, .barThree {
  width: 30px;
  height: 2px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.change .barOne {
  transform: rotate(-45deg) translate(-8px,6px);
}

.change .barTwo {
  opacity: 0;
}

.change .barThree {
  transform: rotate(45deg) translate(-5px, -5px);
}

.nav_background_change{
  background-color: #262626;
}

.btn-outline-danger {
  color: #6A962F !important;
  border: 1px solid #6A962F !important;
}

.btn-outline-danger:hover{
  color: white !important;
  background-color: #6A962F !important;
}

#login:hover {
  background-color: #6A962F !important;
}

.onlyOnCollapse {
  margin: 8px 0;
}

.navbar-nav li.active > a {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  color: #262626;
}

.main-menubox {
  display: none;
}
.main-menu:hover .main-menubox{
  display: block;
}
.dropdown-submenu{
  position: relative;
}
.dropdown-submenu a::after{
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
  display: flex;
  flex-direction: column;
  position: absolute !important;
  margin-top: -30px;
  left: 100%;
}
@media (max-width: 992px) {
  .dropdown-menu{
    width: 100%;
    text-align: center;
  }
  .dropdown-menu .dropdown-submenu{
    width: auto;
  }

  .dropdown-menu{ left: -131%;}
}
.dropdown-submenu a::after {
  right: 16px;
  top: 42%;
}
.dropdown-item {
  padding: 8px 18px;
}
.dropdown-item{white-space: normal}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  font-size: 14px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #6a962f;
}

li.nav-item{padding: 10px 20px;}
ul li a{
  color: #262626 !important;
}

.add_button{
  color:#262626;
  background-color: #6a962f;
  font-size: 12px;
  width: 90px;
  margin: 20px 10px 0 0;
  padding: 5px 15px 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.5s;
  border-radius: 3%;
}
.add_button:hover,
.add_button:focus,
.add_button.active {
  color: #262626;
  background-color: #fdfdfd;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition-duration: 0.5s;
  border-radius: 3%;
}

html {
  height: 100%;
}

body {
  height: inherit;
  display: flex;
  flex-direction: column;
  font-family: 'Fira Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #79838c;
}

a {
  color: #50585f;
  text-decoration: none;
}
a:hover {
  color: #383e44;
}

div.container {
  display: flex;
  flex: auto;
  padding: 5% 0 0 0;
  flex-direction: column;
  max-height: 100%;
}

div.header {
  height: auto;
  text-align: center;
  background: slategrey;
  color: ghostwhite;
  padding: 2.3rem 1rem 2.3rem 1rem;
  position: relative;
}
div.header:after {
  content: '';
  position: absolute;
  bottom: -5rem;
  left: 0rem;
  height: 5.1rem;
  display: block;
  width: 100%;
  z-index: 300;
  background: -moz-linear-gradient(top, white 20%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 20%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 20%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
}
div.header h1 {
  margin-top: .8rem;
  margin-bottom: .5rem;
  font-weight: 200;
  font-size: 1.6em;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 62em) {
  div.header h1 {
    font-size: 1.9em;
    letter-spacing: 0.2rem;
  }
}
div.header h2 {
  font-size: 1.1em;
  font-weight: 400;
  color: #262626;
  max-width: 30rem;
  margin: auto;
}

div.item {
  display: flex;
  flex: auto;
  padding: 0rem 1rem 0rem 1rem;
}

#timeline {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3rem;
}
#timeline div.main_line_div:after {
  content: '';
  width: 2px;
  position: absolute;
  top: .5rem;
  bottom: 0rem;
  left: 60px;
  z-index: 1;
  background: #C5C5C5;
}
#timeline h3 {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  color: #262626;
  margin: 0;
  font-size: 1em;
  font-weight: bolder;
}
@media (min-width: 62em) {
  #timeline h3 {
    font-size: 1.1em;
  }
}
#timeline section.year {
  position: relative;
}
#timeline section.year:first-child section {
  margin-top: -1.3em;
  padding-bottom: 0px;
}
#timeline section.year section {
  position: relative;
  padding-bottom: 1.25em;
  margin-bottom: 2.2em;
}
#timeline section.year section h4 {
  position: absolute;
  bottom: 0;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 0 89px;
  color: #6A962F;
}
@media (min-width: 62em) {
  #timeline section.year section h4 {
    font-size: 0.8em;
  }
}
#timeline section.year section ul {
  list-style-type: none;
  padding: 0 0 0 75px;
  margin: -1.35rem 0 1em;
  max-width: 100rem;
  font-size: 1em;
}
@media (min-width: 62em) {
  #timeline section.year section ul {
    font-size: 1.1em;
    padding: 0 0 0 81px;
  }
}
#timeline section.year section ul:last-child {
  margin-bottom: 0;
}
#timeline section.year section ul:first-of-type:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #68ab42;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 54px;
  top: 3px;
  z-index: 2;
}
#timeline section.year section ul li {
  margin-left: .5rem;
  font-size: 14px;
  color: #262626;
}
#timeline section.year section ul li:before {
  content: '·';
  margin-left: -.5rem;
  padding-right: .3rem;
}
#timeline section.year section ul li:not(:first-child) {
  margin-top: .5rem;
}
#timeline section.year section ul li span.price {
  color: mediumturquoise;
  font-weight: 500;
}

#price {
  display: inline;
}

svg {
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.circle_bullets{
    height: 5px;
    width: 5px;
    margin: 0 7px 3px 0;
    background-color: #6a962f;
    border-radius: 50%;
    display: inline-block;
}

.origin_header_content{
  color: #6a962f;
  text-align: center;
  padding: 10px 0 20px 0;
  width: 100%;
  font-family: 'Bebas Neue', cursive;
  font-size: 28px;
}


@media screen and (max-width: 1000px) {

  .origin_header_content{
    color: #6a962f;
    text-align: center;
    padding: 80px 0 0 0;
    width: 100%;
    font-family: 'Bebas Neue', cursive;
    font-size: 28px;
  }

  .list_image{
    display: block;
  }
  .menu_icon {
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
  }

  .navbar-nav li.active > a {
    border-bottom: none;
    color: #6A962F;
  }

  #overlay ,#origin_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    background-color: #262626;
    z-index: 2;
    cursor: pointer;
  }

  #text ,#origin_text {
    position: absolute;
    top: 25%;
    left: 5%;
    width: 90%;
    font-size: 50px;
    color: white;


  }

  .origin_image{
    display: none;
  }

  .barOne, .barTwo, .barThree {
    width: 30px;
    height: 2px;
    background-color: #26262690;
    margin: 6px 0;
    transition: 0.4s;
  }

  .nav_background_change{
    background-color: #FFFFFF;
  }

}
