html,
body,
#__nuxt,
#__layout {
  height: 100% !important;
  width: 100% !important;
  color:#2A2E4F;
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
}
html {

  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;


}

h1, h2, h3, h4, h5, h6 {
  color: #2A2E4F;
  font-family: 'Lato', sans-serif;
  font-weight: bolder;
}

h1 {
  font-size: 240%;
}

h2 {
  font-size: 150%;
}
h3 {
  font-size: 140%;
}
h4 {
  font-size: 110%;
}
header {
  padding-top: 15px;
}

.row-accent {
  background-color: #F6F6F6;
}

.t-label {
  font-size:90%;
  color: #979797;
}

.t-small {
  font-size: 90%;
  line-height: 19px;
}

.t-grey {
  color: #979797;
}

.page-title,
.section-title {
  font-size: 1.2rem
}

.page-title {
  margin: 30px 0px
}

.block-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin:0px;
}

.boxed h5 {
  background: #F6F6F6;
  border-left:3px solid #3DA3EC;
  margin: 0px;
}

.boxed .content {
  border: 3px solid  #F6F6F6;
}

.center-text {
  display: flex;
  align-items: center;
  justify-content: center;height: 100%;/* padding: 30px; */
  padding: 20px;
}



a,
.el-menu-item.is-active a{
  color: #009dc4;
}

a:hover {

    text-decoration: none !important;
}
.el-button--success,
.button {
  display: inline-block;
  color: #2A2E4F;
  background-color:#FFF;
  border: 2px solid #060B32;
  border-radius: 0px;
  padding: 10px 15px;
}

.el-button--success.btn-large,
.button.btn-large {
  border: 3px solid #060B32 ;
  border-radius: 0px;
  padding:15px 35px;
}

.el-button--success:hover
{
  background-color:#E3E3E3;
  border-color: #2A2E4F;
  color: #2A2E4F;
  opacity: 1
}

.bg-dark {
  background: #2A2E4F !important;
}

.button.dark {
  background: #060B32 ;
  color: #FFFFFF;
}
.button.transparent {
  background:none;
  color: #060B32;
}

.rounded {
  border-radius: 15px;
  overflow: hidden;
}


.card-corner {
    position: relative;
    border:1px solid #EBEBEB;
}
.card-corner a{
    color:inherit;
}

.package-image{
  width: 100%;
  object-fit: cover;
}

.card-corner:before {
    content: '';
    position: absolute;
    bottom: -1px; right: -1px;
    border-bottom: 30px solid white;
    border-left: 26px solid #3DA3EC;
    width: 0;

}
.card-corner:after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    border-bottom: 30px solid transparent;
    border-left: 26px solid white;
    width: 0;

}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

header {
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1)
}

.boxed {
  position: relative;
}

.boxed .header{    
  width:100%;
  margin-left: -1px;
  margin-top: -1px;
  border-left: 3px solid #3DA3EC;
  background: #F6F6F6;
}

.boxed .content {  
  border: 1px solid #CCC;
  border-top: 0px;
}

.photos-right{
  width:250px;
  /* position: absolute; */
  /* margin-left: -215px; */
  border-radius: 10px;
  overflow: hidden;
  float: right;
  margin: 0px 0px 20px 20px;
  font-size: 11px;
}

.photos-right img{
  width: 100%;
  height: auto;

}

.in-the-news{
  padding: 30px 0px;
}

.in-the-news div{
  display: inline-block;
  flex: 1 1 auto;
  width:16%;
}
.in-the-news img{
  width: 100%;
}




.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#logo {
  text-transform: uppercase;
  color: #2A2E4F;
  text-align: center;
  letter-spacing: .2rem;
  font-size: 80%
}

#logo img {
  height: 30px;
}


.callout{
  position: relative;
  overflow: hidden;
  text-align: left;
}

.callout-image{
  width: 100%;
}
.callout-image img{
  width:100%;
  height: auto;
  object-fit: cover;
}
.callout-content {
  margin: 20px 0px 20px 0px;
}

.contact-daniel{
  position: relative;
  height: 100%;
  background: #060B32;
}

.contact-daniel-container{
  padding-top: 200px;
  margin-top: 300px;
}

.contact-daniel-inner{
  background-color: white;
  width: 90%;
  margin-top: -400px;
}

.contact-daniel .avatar {  
  width:150px;
  height: 150px;
  border-radius: 50%;
  margin-top: -125px;
  margin-bottom: 30px;
}


@media (min-width: 992px) {

  #main-nav {
    align-self: flex-end;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .navbar-toggler {
    display: none;
  }


  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: white;
    padding: 20px;
  }

  .navbar-nav .navbar-nav {
    position: fixed;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(25%, 1fr));
    width: 100%;
    background: white;
    height:100%;
    overflow:auto;
  }

  .navbar-nav .navbar-nav .navbar-nav{
    position: relative;
    display: block;
    flex-direction: column;
  }

  .navbar-nav .navbar-nav .dropdown-menu {
    position: relative;
    display: block;
    border:0px;
    padding: 0px;
  }

  .navbar-nav .navbar-nav .nav-item a{
    font-weight: bold;
    margin-right: 20px;
    border-bottom: 1px solid #009dc4;
  }

  .navbar-nav .navbar-nav .nav-item  .nav-item a{
    border-bottom: 0px;
    font-weight: normal;
  }

  .navbar-nav .navbar-nav .nuxt-link-active {
    color: #009dc4 !important;
    border-bottom: 0px !important;
}



  .navbar-nav .navbar-nav .dropdown-toggle::after {
    display: none;
  }


  .navbar-expand-lg .navbar-nav .nav-link {


  }

  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding-bottom:0px;
  }
  
  .callout {
    position: relative;
    height: 550px; 
    overflow: hidden;
    text-align: left;
    display: flex;
    align-items: center
  }
  .callout-image{
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  .callout-image img{
    width:100%;
    height: auto;
    object-fit: cover;
  }
  .callout-content {
    width:500px
  }


}


/* Menu */
.nuxt-link-active {
  color: #009dc4 !important;
}
.nuxt-link-active>a>span {
  color: #009dc4 !important;
}

.el-carousel img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.el-form-item__label {
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #009dc4
}

.indexImage {
  display: flex;
  position: absolute;
  width: 190px;
  min-height: 180px;
}
.indexImage a {
  margin-top: auto;
  margin-bottom: auto;
}
.indexImage img {
  object-fit: contain;
  width: 190px;
  height: auto;
}
.el-carousel__container {
    position: relative;
    height: 500px;
}

.el-carousel__item div {

}

.el-carousel__arrow {
  display: block !important;
  background-color: rgba(255,255,255,.8);
  color: #0b3d48;
}

.header-images {

}

table td {
  padding: 10px;
  border: 1px solid #e3e3e3;
}

.index-list .image a {
  width: 260px;
  height: 100%;
  display: block;
}

.index-list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-list .content {
  flex-grow: 1;
}

.img-full-width {
  width:100%
}

.img-full-width img {
  width:100%;
  height:auto;
}

.img-credit {
  padding-left: 25px;
  background: url(../images/Camera.svg) 0px 2px no-repeat;
}

@media only screen and (max-width: 600px) {
  article {
    width:100%;
    overflow: auto;
  }
  .index-list .image a {
    width:100%;
  }
  .indexImage a {
    margin-top:20px;
    margin-left:7px;
  }
  .blogContent,
  .storyContent {
    padding: 20px 0px 20px 170px !important;
  }

  .header-images,
  .el-carousel__container {
    width: 100%;
    height: 300px;
  }

  .photos-right{
    width: 100%;
  }
}

.icon {
  display: inline-block;
  content: "";
  height: 40px;
  width: 130px;
}

.icon-mountain {
  background: url('~@//assets/images/icons/icon-mountains.png') no-repeat center;
}
.icon-journal {
  background: url('~@//assets/images/icons/icon-journal.png') no-repeat center;
}


.bg-contact {
  background: url(../images/bg-page-contact.png) no-repeat 100% 0;
  background-size: contain;
}