﻿.board {
  width: 100%;
  margin: 60px auto;
  height: 100%;
  background: #fff;
  /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
  position: relative;
  /* border-bottom: 0; */
  /* width: 80%; */
  margin: 0 auto;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
}

.board > div.board-inner {
  background: #fafafa;
  background-size: 40%;
  height: 150px;
}

p.narrow {
  width: 60%;
  margin: 10px auto;
}

.liner {
  height: 2px;
  background: #ddd;
  position: absolute;
  width: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 35%;
  z-index: 1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  /* background-color: #ffffff; */
  border: 0;
  border-bottom-color: transparent;
  background-color: Yellow;
  text-align: center;
}

span.round-tabs {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: white;
  z-index: 2;
  position: absolute;
  left: 0px;
  text-align: center;
  font-size: 25px;
}

span.round-tabs.one {
  color: #999;
  border: 2px solid #999;
}

span.round-tabs.onee {
  color: #999;
  border: 2px solid #999;
  background: red;
}

li.active span.round-tabs.one {
  background: red !important;
  border: 2px solid #ddd;
  color: rgb(255, 255, 255);
}

span.round-tabs.two {
  color: #999;
  border: 2px solid #999;
}

li.active span.round-tabs.two {
  background: red !important;
  border: 2px solid #ddd;
  color: rgb(255, 255, 255);
}

span.round-tabs.three {
  color: #999;
  border: 2px solid #999;
}

li.active span.round-tabs.three {
  background: red !important;
  border: 2px solid #ddd;
  color: rgb(255, 255, 255);
}

span.round-tabs.four {
  color: #999;
  border: 2px solid #999;
}

li.active span.round-tabs.four {
  background: red !important;
  border: 2px solid #ddd;
  color: rgb(255, 255, 255);
}

span.round-tabs.five {
  color: #999;
  border: 2px solid #999;
}

li.active span.round-tabs.five {
  background: red !important;
  border: 2px solid #ddd;
  color: rgb(34, 194, 34);
}

.nav-tabs > li.active > a span.round-tabs {
  /*background: #fafafa;*/
  background: red;
}
.nav-tabs > li {
  width: 20%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}
.nav-tabs > li:after {
  content: " ";
  position: absolute;
  left: 80%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #ddd;
  transition: 0.1s ease-in-out;
}*/

.nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  left: 80px;
}

.nav-tabs > li a:hover {
  background: transparent;
}

.tab-content {
}
.tab-pane {
  position: relative;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
.tab-content .head {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.btn-outline-rounded {
  padding: 10px 40px;
  margin: 20px 0;
  border: 2px solid transparent;
  border-radius: 25px;
}

.btn.green {
  background-color: #5cb85c;
  /*border: 2px solid #5cb85c;*/
  color: #ffffff;
}

@media (max-width: 1000px) {
  .nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 95%;
  }
}

@media (max-width: 800px) {
  .nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 102%;
  }

  span.Spanish {
    position: absolute;
    left: 102%;
  }
}

@media (max-width: 585px) {
  .board {
    width: 90%;
    height: auto !important;
  }
  span.round-tabs {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .tab-content .head {
    font-size: 20px;
  }
  .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 40px;
  }

  .nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 75%;
  }

  .btn-outline-rounded {
    padding: 12px 20px;
  }
}
