/**
THIS IS THE MOST UP TO DATE VERSION OF THE FILE
 * Theme Name: BAV
 * Author: MVMT
 * Description: Landing Page
 */



/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
h1, h2, h3, h4, h5 {
  font-family: Montserrat ,sans-serif !important;
  font-weight:800 !important;
}
p, div, span, a {
  font-family: 'Montserrat', sans-serif !important;
}
body {
  margin:0 0 0 0;
  padding:0 0 0 0;
}

.header {
  width:100%;
  background:#000;
  float:left;
  margin:0 0 0 0;
  padding:10px 0;
  text-align:center;
}
.logo {
  width:100%;
  float:left;
  margin:50px 0 80px 0;
} 

.logo img {
  width:80px;
  height:auto;
}
.hero {
  width:100%;
  float:left;
  background:url('https://7625623.fs1.hubspotusercontent-na1.net/hubfs/7625623/Event%20Assets/everest-bg.jpeg') no-repeat;
  background-size:cover;
  background-position:bottom center;
  padding:0px 0 50px 0;
  margin:0 0 0 0;
  color:#fff;
  text-align:center;
}
.hero h1 {
  color:#FFF;
  font-size:46px;
  font-family: utopia-std-display,serif;
  font-weight: 700;
  font-style: normal;
  margin-left:10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.44);
}



.main-content {
  width:100%;
  float:left;
  margin:0;
  padding:30px 0 100px 0;
}
.main-nav {
  margin-bottom:20px; 
  padding-bottom:20px;
  border-bottom:1px solid #ececec;
}
.main-nav ul {
  display: table;
  margin: 0 auto;
  background: #ececec;
  border-radius: 30px;
}
.main-nav .tabs-title>a {
  border-radius:30px !important;
  font-size:14px !important;
}
.main-nav .tabs-title>a:hover {
   background: #ececec !important;
}
.main-nav .tabs-title>a:focus, .main-nav .tabs-title>a[aria-selected=true] {
  background:#ca161d !important;
  color:#FFF !important;
  border-radius:30px !important; 
}
.tabs-title>a {
    padding: 1.25rem 5.5rem !important;
    
}
/*------------Vertical Tab Navigation--------*/
.tabs {
  border:none !important; 
}
.tabs-title a {
  display: block;
  font-size:16px !important;
  padding: 1.25rem 1.5rem;
  font-size: .75rem;
  line-height: 1;
  color:#666 !important;
  transition:all .3s;
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
  background: #e6e6e6;
  color: #000 !important;
  font-weight:bolder;
}
  
.tabs-content {
 border:none !important; 
}



.tabs-panel {
  float:left;
  width:100%;
}
.tabs-panel h2 {
  font-size:36px;
  color:#000;
}
.tabs-panel h3 {
  font-size:21px;
  color:#666;
  text-align:center;
}
.tabs-panel a.cta {
  background:#666;
  border-radius:20px;
  padding:5px 30px 7px;
  border:2px solid #666;
  color:#FFF;
  transition:all .3s;
  margin:0 0 30px 0;
  display:inline-block;
}
.tabs-panel a.cta:hover {
  color:#FFF;
  background:#ef7908;
  border-color:#ef7908;
}
.tabs-panel a.cta2 {
  background:#666;
  border-radius:20px;
  padding:5px 30px 7px;
  border:2px solid #666;
  color:#FFF;
  transition:all .3s;
  margin:0 0 10px 0;
  display:inline-block;
}
.tabs-panel a.cta2:hover {
  color:#FFF;
  background:#ef7908;
  border-color:#ef7908;
}
.ex {
  padding:30px;
  border:1px solid #ececec; 
  text-align:center;
}
.ex img {
  width:100%; 
}
.tabs-panel .ex p {
  text-align:center;
  color:#999;
}
.fonts {
  margin-left:0px !important; 
  float:left;
}
.fonts h3 {
  color:#000;
  margin-top:20px;
  font-size:28px;
  text-align:left;
  font-family: Montserrat ,sans-serif !important;
}
.fonts h3 .blue {
  color:#ef7908;
  font-family: Montserrat ,sans-serif !important;
}
.fonts h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size:28px;
    margin-top:50px;
}
.utopia {
  font-family: Montserrat ,sans-serif !important; 
  font-size:24px;
  line-height:24px;
}
.source {
  font-family: 'Montserrat', sans-serif !important; 
  font-size:24px;
  line-height:24px;
}
.italics {
  font-style:italic; 
  color:#666;
}
.color {
  padding:20px;
  min-height:190px;
  color:#FFF;
  font-family: 'Montserrat', sans-serif !important; 
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float:left !important; 
}
.cs h2 {
  color:#666;
  width:100%;
  float:left;
  font-size:21px;
  margin-top:20px;
  margin-bottom:0px;
  font-weight:100 !important;
}


.footer {
  width:100%;
  float:left;
  margin:20px 0 0 0;
  padding:50px 0;
  background:#161830;
  border-top:10px solid #c00000
}
















