/* Basic css */
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic|Montserrat:700&display=swap');
html,
body {
  height: 100%;
}

body {
  font-family: 'Didact Gothic', sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.5;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus,
input:focus,
select:focus,
button:focus {
  outline: 0 solid;
}

html,body{
  height: 100%;
}

/* Main styles */

.main-area{
  background-image: url(../img/cardbods-background.jpg);
}

.main-area{
  background-size: cover;
  background-position: center center;
  background-color: #DBD4CC;
  height: 100%;
  width: 100%;
}
.main-area .container-wrapp{
  position: relative;
  height: 100%;
  width:100%;
}



.hello-btn img {
  max-width: 30px;
  margin-right: 3px;
}

.hello-btn {
  font-family: 'Montserrat', sans-serif;
  width: 140px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 30px;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 15px;
  height: 27px;
}
.hello-btn:hover{
  color: #fff;
  opacity: 0.85;
  text-decoration: underline;
}




/* Medium Layout: 1280px. */
@media only screen and (min-width: 1900px) {
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hello-btn {
    font-size: 14px;
}

.hello-btn img {
    max-width: 24px;
}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .hello-btn {
    right: 50%;
    top: auto;
    bottom: 15px;
    margin-right: -70px;
  }
  .hello-btn {
    font-size: 14px;
}

.hello-btn img {
    max-width: 24px;
}
}


@media only screen and (orientation:landscape)
and (max-width: 767px) {
  .hello-btn {
    right: 95px;
    top: 15px;
    width: 100px;
  }
  /* .main-area{
    background-image: url(../img/CB_holding_page_cropped_splandscape.jpg);
  } */
  body{
    width:100%;
  }
}
