* {
    box-sizing: border-box; 
    font-size: 14px;
  }
  body {
    font-size: 16px;
}
.hero-image {
    /* The image used */
    background-image: url("./images/bg.jpg");
/* Old browsers */
    /* background: -moz-linear-gradient(top, #060535 3%, #17125b 62%, #4346d3 100%); 
    background: -webkit-linear-gradient(top, #060535 3%,#17125b 62%,#4346d3 100%); 
    background: linear-gradient(to bottom, #060535 3%,#17125b 62%,#4346d3 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060535', endColorstr='#4346d3',GradientType=0 );  */
    /* Set a specific height */
    padding-top: 2%;
    min-height: 60vh;
    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;
}

.preview-img {
    width: 10%;
}

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

h2 {
    color: #350588 !importnat;
    font-family: inherit !importnat;
    font-weight: 500 !importnat;
    font-size: 27px !importnat;
}
    
@import "variables-overrides.less";

.top  {
width:45%;
margin-left: 11%;
float: right;
}

.top-2  {
width: 45%;
margin-left: 5%;
margin-right: 11%;
}


.price-intro {
   padding: 3px;
   line-height: 39px;
   margin-left: 25%;
   font-size: 2.2em;
   width: 75%;
   
}

.price-intro-1 {
   padding: 3px;
   line-height: 39px;
   margin: 0 auto;
   font-size: 2.2em;
   width: 75%;
   margin-right: 33%;
   color: white;
   float:left
}


@media only screen and (max-width: 991px) {

.price-intro {
   
   line-height: 39px;
 
   font-size: 2.2em;
   padding-right: 25px;
   width:100%;
   margin-left: 0px;
}

.price-intro-1 {
   
   line-height: 39px;
   
   font-size: 2.2em;
   padding-right: 25px;
   width:100%;
   margin-left: 0px;
}

.top  {
width:63%;
margin-left: 18%;
float: none;
}

.top-2  {
width:60%;
margin-left: 20%;
Margin-right: 0;
float: none;
}
}

@media only screen and (max-width: 600px) {
iframe {
	margin-left: 0px;
	}
	}
