/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */


/*LANDSCAPE IPAD CSS*/




@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

.main-image-text{    font-size: 33px; font-weight: 200;letter-spacing: 16px;}

.carousel-caption d-none d-md-block img{ max-width: 5%}

}


/*end of LANDSCAPE IPAD CSS*/




.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.button_new{
	    -moz-user-select: "none";
    -ms-user-select: "none";
    -webkit-user-select: "none";
    user-select: "none";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    width: auto;
background-color: #ff7232;
    border-radius: 0;
    color: #000;
    border: 2px solid #fff;
font-size: 12px;

    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    line-height: 2.2;
    vertical-align: middle;
    cursor: pointer;
    transition: outline 0.1s linear;
    box-sizing: border-box;
}

.button_old{
      -moz-user-select: "none";
    -ms-user-select: "none";
    -webkit-user-select: "none";
    user-select: "none";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    width: auto;
background-color: #636363;
    border-radius: 0;
    color: #000;
    border: 2px solid #fff;
font-size: 12px;

    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    line-height: 2.2;
    vertical-align: middle;
    cursor: pointer;
    transition: outline 0.1s linear;
    box-sizing: border-box;
}


.main-image-text{    font-size: 53px;
    font-weight: lighter;
    letter-spacing: 11px;}


.homepage-text{
            color: #000;
    font-size: 20px;
    font-weight: 200;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
    /* text-align: center; */
    text-align: justify;
    text-justify: inter-word;
    font-family: font-family: gibbs, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.white-on-grey{
    color: #fff;
    font-size: 23px;
    font-weight: 100;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
    /* text-align: center; */
    text-align: justify;
}

.nav-border-bottom{
        border-bottom: solid #ff7232 3px;
}

