@charset "UTF-8";
body {
  background: transparent;
  padding-top: 0px !important;
  font-family: "proxima-soft";
  font-style: normal;
  color: #000;
  text-transform: none;
  font-size: 1.125rem;
  line-height: 1.6em;
}

a {
  color: #15475C;
}

.col-half-offset {
  margin-left: 4.16667%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

a {
  transition: all 0.3s ease 0s;
}

div.modal-dialog {
  margin-top: 60px;
}

.ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
  color: #FFF !important;
}

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.member .inner a:hover {
  text-decoration: none;
}

.member .inner {
  border: 1px solid #DDD;
  padding: 15px;
  -webkit-transition: 200ms ease-out 1s;
  -moz-transition: 200ms ease-out 1s;
  -o-transition: 200ms ease-out 1s;
  transition: 200ms ease-out 1s;
}

.member .inner:hover {
  border: 1px solid #9F2D42;
  -webkit-transition: 200ms ease-out 1s;
  -moz-transition: 200ms ease-out 1s;
  -o-transition: 200ms ease-out 1s;
  transition: 200ms ease-out 1s;
}

.member .inner:hover a {
  color: #9F2D42;
}

.bg-success {
  background: #FFF !important;
  border-radius: none !important;
  color: #15475C;
  border: 2px solid #9F2D42;
}

.bg-success p {
  color: #000000;
  margin-bottom: 0;
}

.bg-success {
  background: #FFF !important;
  border-radius: none !important;
  color: #15475C;
  border: 2px solid #9F2D42;
}

.bg-success p {
  color: #000000;
  margin-bottom: 0;
}

.menu-list {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 50px !important;
  left: 0;
  z-index: 999999999;
}

.dark_blue_bg {
  background: #0c2732;
}

body.logged-in .menu-list {
  top: 93px !important;
  background: #15475C;
}

.menu-list ul {
  margin: 0;
  padding: 0;
}

.menu-list ul li {
  margin: 0 0 0 0px;
  padding: 0 0 0 20px;
  text-align: left;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #042654;
}

.menu-list ul li a {
  display: block;
  padding: 10px;
  font-size: 19px;
  color: #FFFFFF;
}

.menu-list ul li a:hover {
  text-decoration: none;
  background: #d9eafd;
  color: #15475C;
}

.menu-list ul li a i {
  font-size: 20px !important;
  margin-right: 10px;
}

.rpwwt-post-excerpt {
  text-align: left;
  line-height: 1.2em;
  clear: both;
}

.white_bg {
  background: #FFFFFF;
}

.white_bg.paddingMenun {
  padding: 10px;
}

.textalign-sm {
  text-align: center;
}

#header {
  padding: 20px 0 0 0;
  border-radius: 0px;
}

#header i {
  color: #9F2D42;
}

#header .text {
  color: #9F2D42;
  display: block;
}

#header .action {
  color: #FFFFFF;
  display: block;
}

#header .topbar-nav a {
  color: #FFF;
}

#header .topbar-nav i {
  display: block;
}

h1 {
  font-family: "proxima-soft";
}

h2 {
  font-family: "proxima-soft";
}

h3 {
  font-family: "proxima-soft";
  color: #9F2D42;
}

h4 {
  font-family: "proxima-soft";
}

h5 {
  font-family: "proxima-soft";
}

h6 {
  font-family: "proxima-soft";
}

h1 {
  color: #15475C;
}

.large_text {
  font-size: 2em;
}

.quote {
  font-family: "marydale";
}

.responsive {
  width: 100%;
}

.whitetext {
  color: #FFF;
}

.spacetext {
  letter-spacing: 2px;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.primary {
  background: #15475C;
}

.secondary {
  background: #9F2D42;
}

.dosis {
  font-family: "proxima-soft";
  font-weight: 600;
}

section.white {
  padding: 40px 0;
}

section.padding {
  padding: 40px 0;
}

.separator {
  border-top: 2px solid #9F2D42;
  width: 100%;
  margin-top: 10px;
}

input[type="submit"],
button[type="submit"],
.button {
  background-image: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 100%;
  display: inline-block;
  color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
.button:hover {
  color: #ffffff;
  border-color: transparent;
}

/*
input[type="submit"]:hover:before,
button[type="submit"]:hover:before,
.button:hover:before {
  -webkit-transform: scale3d(15, 9, 1);
  transform: scale3d(15, 9, 1);
}
input[type="submit"]:before,
button[type="submit"]:before,
.button:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius:$border-radius 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
*/
input[type="submit"]:disabled,
button[type="submit"]:disabled,
.button:disabled {
  background: #f2f2f2;
  color: #b3b3b3;
  cursor: no-drop;
}

input[type="submit"].white,
button[type="submit"].white,
.button.white {
  background: #ffffff;
}

input[type="submit"].white:hover,
button[type="submit"].white:hover,
.button.white:hover {
  color: #ffffff;
}

input[type="submit"].outline,
button[type="submit"].outline,
.button.outline {
  border: 2px solid;
  background: transparent;
}

input[type="submit"].outline:hover,
button[type="submit"].outline:hover,
.button.outline:hover {
  color: #ffffff;
}

input[type="submit"].outline.white,
button[type="submit"].outline.white,
.button.outline.white {
  color: #ffffff;
  border-color: #ffffff;
}

input[type="submit"].outline.white:hover,
button[type="submit"].outline.white:hover,
.button.outline.white:hover {
  border-color: transparent;
}

input[type="submit"].large,
button[type="submit"].large,
.button.large {
  height: 65px;
  line-height: 65px;
}

input[type="submit"].large.outline,
button[type="submit"].large.outline,
.button.large.outline {
  line-height: 61px;
}

input[type="submit"].red,
button[type="submit"].red,
.button.red {
  background: #ea5b2e;
}

input[type="submit"].red2,
button[type="submit"].red2,
.button.red2 {
  background: #ff2c55;
}

input[type="submit"].pink,
button[type="submit"].pink,
.button.pink {
  background: #c73f8e;
}

input[type="submit"].orange,
button[type="submit"].orange,
.button.orange {
  background: #f76923;
}

input[type="submit"].yellow,
button[type="submit"].yellow,
.button.yellow {
  background: #fff200;
}

input[type="submit"].full,
button[type="submit"].full,
.button.full {
  display: block;
  text-align: center;
  padding: 10px 0;
  height: auto;
}

input[type="submit"].full:before,
button[type="submit"].full:before,
.button.full:before {
  display: none;
}

/*
input[type="submit"] i,
button[type="submit"] i,
.button i {
  text-shadow: -5px 10px 10px rgba(0, 0, 0, 0.25);
  margin-right: 10px;
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
input[type="submit"]:hover i,
button[type="submit"]:hover i,
.button:hover i {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
*/
.button {
  background: #9F2D42;
  height: 55px;
  font-family: "proxima-soft";
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 55px;
  letter-spacing: 1px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  border-top: 0px none;
  border-right: 0px none;
  border-bottom: 0px none;
  border-left: 0px none;
  border-radius: 0px 0px;
  transition: all 0.3s ease 0s;
}

.button:hover {
  text-decoration: none !important;
  background: #7e1b2d;
}

.button.outline {
  border-color: #15475C;
  color: #15475C;
}

h3 {
  font-weight: 500;
  color: #15475C;
  text-transform: none;
  font-size: 1.875rem;
  line-height: 1.35em;
}

#site-topbar {
  text-transform: lowercase;
  font-size: 1rem;
  line-height: 1em;
  padding: 20px 0;
  padding: 10px 0 25px 0;
  border-radius: 0px;
  border: 1px solid #EDEDED;
  border-left: 0;
  border-right: 0;
}

#site-topbar {
  margin: 0 0;
  padding: 20px 0;
}

#site-topbar li a {
  color: #000 !important;
}

#site-topbar li a i {
  color: #9F2D42;
}

.talignright {
  text-align: right;
}

.slider {
  background: url(https://abbeyfieldwa.co.uk/wp-content/uploads/2017/03/slider1.jpeg) no-repeat;
  position: relative;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.blue_sector {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  padding: 20px 0;
}

.home_parralax {
  padding-top: 200px !important;
  padding-bottom: 150px !important;
  background-color: #191919 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
  height: 442px;
}

.nav-tabs {

  color: #15475C !important;
  border-radius: 0px !important;
  border: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.nav-link {
  padding: 25px 20px;
  border-radius: 0px !important;
  border: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  font-size: 1.5em;
  transition: all 0.3s ease 0s;
  min-height: 80px;
  max-height: 106px;
}

.nav-link.active {
  background: #FFF;
}

.nav-link.active:hover {
  text-decoration: none;
  color: #15475C;
}

.nav-link:hover {
  text-decoration: none;
  color: #FFF;
  background: #0c2732;
}

.nav-link {
  background: #15475C;
  color: #FFF;
  margin-right: 8px;
}

.tabminus {
  margin-top: -120px;
  padding-bottom: -40px !important;
}

.tab-content {
  padding: 50px 0;
}

#apresFooter {
  padding: 100px 0;
  background: #15475C;
}

#apresFooter {
  color: #FFFFFF;
  font-size: 0.9rem;
}

#apresFooter h3 {
  font-family: "proxima-soft";
  font-weight: 600;
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.6em;
  letter-spacing: 2px;
}

#apresFooter a {
  color: #FFFFFF;
}

#apresFooter p {
  margin: 30px 0 0 0;
}

#apresFooter ul {
  margin: 30px 0 0 0;
  padding: 0;
}

#apresFooter li {
  list-style: none;
}

#apresFooter li i {
  color: #9F2D42;
  margin-right: 10px;
}

#apresFooter h3:after {
  content: "";
  background-color: #9F2D42;
  width: 30px;
  height: 3px;
  left: 15px;
  top: 35px;
  position: absolute;
}

.fa-stack i {
  color: #9F2D42;
}

.fa-stack i.fa-inverse {
  color: #FFF;
}

.spacerX {
  width: 100%;
  height: 30px;
  clear: both;
}

#postFooter {
  color: #555555;
  border-top: 1px solid #303030;
  border-right: 0px none #000000;
  border-bottom: 0px none #000000;
  border-left: 0px none #000000;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  font-size: 1rem;
}

#postFooter a {
  color: #aeaeae;
}

.textalignleft-sm {
  text-align: left;
}

.responsive .slick-dots li {
  list-style: none !important;
  margin: 0 30px 0 0 !important;
  padding: 0 0 0 0 !important;
  width: 50px !important;
  display: inline-block !important;
  height: 5px !important;
}

.slickPagination {
  background: rgba(0, 0, 0, 0.1) !important;
  display: inline-block !important;
  margin: 0 5px !important;
  width: 50px !important;
  height: 5px !important;
  text-align: center !important;
  text-indent: -9999px !important;
  vertical-align: top !important;
}

.slickPagination:hover {
  background: #f76923 !important;
}

#slideButton {
  text-align: center;
  width: 100%;
  clear: both;
  margin-top: 20px;
}

.slick-dots {
  max-width: 220px;
  margin: 0 auto;
  margin-top: 20px;
}

#eyebrowMenuSection {
  width: 100%;
}

#headerMenuContainer {
  display: table !important;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
}

#headerMenuNav {
  display: table !important;
  height: inherit;
}

.mobileOpen ul {
  background: #022b5f;
}

.menu-list {
  border-bottom: 1px solid #d9eafd;
}

.top_menu {
  position: fixed;
  top: 0;
  z-index: 99999999;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

#headerMenuAlign {
  display: table !important;
  height: inherit;
}

.menu_align_right {
  float: right;
  height: inherit;
}

.menu_align_left {
  float: left;
  height: inherit;
}

.menu_align_center {
  text-align: center;
  height: inherit;
  float: none;
}

#headerMenuNav ul {
  list-style: none;
  height: inherit;
  margin: auto !important;
  padding: 0 !important;
}

#headerMenuNav ul li {
  float: left;
  height: inherit;
  display: table;
  position: relative;
  cursor: pointer;
  margin: 0;
}

#headerMenuNav ul li a span {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.hmenu_wrap {
  padding: 10px 0;
  display: table;
  margin: 1px;
  border-bottom: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 0;
}

#headeMenuContainer {
  width: 1100px;
  height: inherit;
  margin: 0 auto;
  position: relative;
}

#mobileMenu {
  height: 100px;
}

#mobileMenuNav, #mobileLogo {
  display: table !important;
  height: inherit;
}

#mobileLogo #imgHolder {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}

#mobileMenuNav a {
  height: inherit;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.blue_bg {
  background: #022b5f;
  color: #FFF;
}

.blue_bg h1, .blue_bg h2, .blue_bg h3, .blue_bg h4, .blue_bg h5, .blue_bg h6 {
  color: #FFF;
}

.padder {
  padding: 20px 0;
}

.padderall {
  padding: 40px 40px;
}

.light_blue {
  background: #d9eafd;
}

.btn {
  border-radius: 0px;
}

.topbar-nav a:hover {
  text-decoration: none;
}

.btn-primary {
  background: #15475C;
}

.btn-orange {
  background: #9F2D42;
  color: #FFF;
}

.btn-orange:hover {
  color: rgba(255, 255, 255, 0.72) !important;
}

.widget {
  margin-bottom: 20px;
  list-style-type: none !important;
  border-top: 2px solid #15475C;
  padding-top: 10px;
  background-color: #f7f7f7;
  padding: 20px;
}

.widget h2 {
  color: #15475C;
  font-size: 24px !important;
  padding: 10px;
  text-align: left;
}

.widget ul {
  margin: 0;
  padding: 0;
}

.widget ul li {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

.widget ul li a {
  padding: 5px;
  display: block;
}

.widget ul li a:hover {
  text-decoration: none;
}

.widget-wrapper {
  background-color: #f7f7f7;
  border-top: 2px solid #15475C;
  padding: 20px;
}

.widget-wrapper p, .widget-wrapper-orange p {
  font-size: 15px;
  line-height: 1.4em;
}

.widget-wrapper-orange {
  background-color: #f7f7f7;
  border-top: 2px solid #9F2D42;
  padding: 20px;
}

.widget-wrapper h2, .widget-wrapper-orange h2 {
  font-size: 1.8rem;
}

.recent-posts-widget-with-thumbnails span {
  line-height: 1.3em !important;
  font-size: 1em;
}

.recent-posts-widget-with-thumbnails li {
  line-height: 1em;
}

.recent-posts-widget-with-thumbnails .rpwwt-post-date {
  font-size: 0.8em;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.button.large {
  border-radius: 0px;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  border-radius: 0px;
}

.redstrip {
  background: #9F2D42;
  color: #FFF;
}

.home_parralax {
  border-radius: 0px;
}

.nav-link {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

#main_outer {
  /* border:1px solid #d5d5d5; */
  margin: 20px auto 5px auto;
  padding: 20px 20px 0px 20px;
  background: #FFF;
  border-radius: 0px;
}

section {
  border-radius: 0px;
  margin: 20px 0;
  padding: 20px 0;
}

section img {
  border-radius: 0px;
}

.topleftradius {
  border-top-left-radius: 5px;
}

.toprightradius {
  border-top-right-radius: 5px;
}

.bottomleftradius {
  border-bottom-left-radius: 5px;
}

.bottomrightradius {
  border-bottom-right-radius: 5px;
}

.borderradius {
  border-radius: 0px;
}

.styled_divider {
  position: relative;
}

.styled_divider i {
  color: #CCC;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -38px;
  background: #FFF;
  padding: 10px;
  margin-bottom: 10px;
  margin-left: -40px !important;
}

.nav-tabs {
  /* margin-left: 60px; */
  margin-left:143px;
}

.padding40 {
  padding: 40px;
}

.topbar-nav div a:hover {
  opacity: 0.8;
}

/* (1024x768) iPad 1 & 2, Landscape */
@media (min-width: 769px) and (max-width: 1024px) {
  .topbar-nav ul li {
    margin-right: 3em !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 800px) {
  .topbar-nav ul li {
    margin-right: 1em !important;
  }
}
.topbar-nav ul li {
  list-style: none;
  margin-right: 5em;
  float: left;
}

.topbar-nav ul li.floatright {
  float: right;
  margin-right: 1em;
  margin-left: 2em;
}

.topbar-nav ul li a:hover i {
  color: #15475C !important;
}

.orange {
  color: #9F2D42;
}

@media (max-width: 768px) {
  #apresFooter {
    padding: 20px 0;
  }

  section.white {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .nav {
    display: none;
  }

  .nav-item {
    width: 90% !important;
    font-size: 14px;
    display: block;
    clear: both;
  }

  .nav-item a {
    width: 90% !important;
    display: block;
  }

  .tabminus {
    margin-top: 0;
  }

  section.white {
    padding-top: 0;
  }

  .tab-content {
    padding: 0;
  }

  .tab-content .row {
    display: block;
  }

  .tabminus {
    padding: 0;
    margin: 0;
  }

  .tab-pane {
    display: block !important;
    margin-top: 30px;
  }

  .tab-pane h4 {
    margin-top: 20px;
  }

  .tab-pane h3 {
    margin-top: 20px;
  }

  .tab-pane a.button.large {
    width: 100% !important;
    display: block;
    white-space: normal;
    line-height: 1.5em;
    padding-top: 10px;
  }

  .btn {
    white-space: normal;
  }

  h1 {
    font-size: 2rem;
  }

  .padding40 {
    padding: 0;
  }

  h3 {
    font-size: 1.4rem;
  }
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

.btn-primary:hover {
  background: #438c79;
}

.header_section .right_column {
  text-align: right;
  padding-top: 40px;
}

.header_section .right_column p {
  margin: 0 0 5px 0;
  padding: 0;
}

.header_section .right_column .telephone {
  font-size: 2em;
}

.header_section .right_column .opening {
  font-size: 1.2em;
}

.header_section .right_column .address {
  font-size: 1.2em;
}

.header_section .right_column .email {
  font-size: 1.2em;
}

.header_section .right_column .contact {
  font-size: 1.2em;
}

.contactForm {
  width: 100%;
  background: rgba(191, 230, 220, 0.33);
  border: 1px solid rgba(191, 230, 220, 0.73);
  padding: 20px;
}

.contactForm .form-group {
  margin-bottom: 5px !important;
  line-height: 1em;
}

.contactForm label {
  margin-bottom: 5px;
  font-size: 0.9em;
}

.contactForm .row {
  margin-bottom: 0px;
}

.contactForm.extra .row {
  margin-bottom: 20px;
}

.contactForm input {
  width: 100%;
}

.contacForm textarea {
  width: 100%;
  min-height: 200px;
}

.contactForm.extra textarea {
  min-height: 200px;
}

.contactForm .btn-primary {
  padding: 15px 0;
  margin-top: 34px;
}

.contactForm .form-control-feedback {
  line-height: 1em;
}

#where div {
  text-align: center;
  padding-top: 20px;
}

.required_field {
  font-size: 1em;
}

.required {
  color: #9F2D42;
  font-size: 1.4em;
}

.smaller_text {
  font-size: 0.9em;
}

.has-warning .col-form-label, .has-warning .custom-control, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {
  color: #9F2D42 !important;
}

.has-warning .form-control {
  border-color: #9F2D42;
}

a{outline: 0 !important}
/* On screens that are 600px or less, set the background color to olive */

#about_section{
height:190px;background-color:#9F2D42 !important;text-align: center;padding-top:30px !important;padding-bottom: 30px !important}
@media screen and (max-width: 1200px) {
  body {
/*     background-color: olive; */
  }
  .nav-tabs{margin-left: 60px;margin-top: 22px}
  .nav-link{padding: 15px 10px;font-size: 1.3em;min-height: inherit}
  .header_section .right_column p{margin-bottom: 0}
  .header_section .right_column .telephone{font-size: 1.6em}
  .header_section .right_column .opening{font-size: 1.0em}
  .header_section .right_column .address{font-size: 1.0em }
  .header_section .right_column .email{font-size: 1.0em}
  .header_section .right_column .contact{font-size: 1.0em}
  #contact{font-size: 1.0em}
}
@media screen and (max-width: 990px) {
  body {
 
  }
 .nav-tabs{margin-top: 22px;margin-left: 0}
  .nav-link{padding: 15px 10px;font-size: 1.1em;min-height: inherit}
}
@media screen and (max-width: 768px) {
  
#about_section{height:90px;padding-top: 0px !important}
#about_section .container{padding-top: 20px;padding-bottom: 20px}
 .nav-tabs{margin-top: 22px;margin-left: 0}
  .nav-link{padding: 15px 10px;font-size: 0.8em;min-height: inherit}
}
