* {
    box-sizing: border-box; 
    font-size: 12px;
  }
  body {
    font-size: 16px;
}
.hero-image {
  
    background-image: url("./images/gray-bg-2.png");
    padding-top: 2%;
    min-height: 80vh;
    justify-content: center;
    align-content: center;
    color: #030E55;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/* The hero image */
.navsec {
    background: #e9e9e9; /* Old browsers */
    color: #fff;
    padding-bottom: 26px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%
}
.p50000 {
     font-size: 16px;
    /* The image used */
    /* background-image: url("photographer.jpg"); */
    background: #4aaeea; /* Old browsers */
    color: #fff;
    padding-top: 1%;
    padding-bottom: 3px;
}
.p60000 {
    font-size: 16px;
   padding-top: 1%;
   padding-bottom: 3px;
}
.p70000 {
    font-size: 16px;
   padding-top: 1%;
   padding-bottom: 3px;
}
.p90000 {
    font-size: 16px;
   /* The image used */
   /* background-image: url("photographer.jpg"); */
   background: #4aaeea; /* Old browsers */
   color: #fff;
   padding-top: 1%;
   padding-bottom: 3px;
}
ul.hero-text, li.hero-text{
    color: white;
    font-size: 16px;
}

.thumb{
    max-width: 140px;
    /* padding-left: 60px;
    padding-right: 60px; */
}
#list-models {
    /* border-top: 3px solid red; */
    padding-top: 10px;
    border-bottom: 3px solid #4aaeea;
    display: inline;
    font-size: 1.5em;
    margin: 5px;
    min-width: 50%;
}

.jump-to-model {
    padding-top: 20px;
    font-weight: 900;
    color: #4aaeea;
    background-color: transparent;
    text-align: center;
    margin: 0 auto;
}

a:hover, .jump-to-model {
    text-decoration: none;
}
/* The hero image */
  .content {
    display: table-cell;
    vertical-align: middle;
  }
/* Place text in the middle of the image */
.hero-text {
    text-align: left;
    /* position: absolute; */
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    color: white !important;
}
.price-intro {
    padding: 3px;
    line-height: 39px;
    margin: 0 auto;
    font-size: 2.2em;
}
.preview-img {
    width: 10%;
}

.link-col{
    border-color: #212088;
}

    
@import "variables-overrides.less";