/* Text Elements */

h3 {
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

h3.welcome-heading {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 10px;
  max-width: 800px;
  width: 80%;
  border-top: 1px dotted rgba(255, 255, 255, .14);
  font-size: 22px;
  line-height: 1;
}

h3 span.heading-text-17 {
  font-weight: 700;
}

p.paragraph {
  margin-right: auto;
  margin-left: auto;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.welcome-paragraph {
  max-width: 800px;
  width: 80%;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
}

/* Layout Elements */

body {
  height: 100%;
}

.container-grid.row-type {
  max-width: none;
  width: auto;
  background-image: none;
}

.container-grid.welcome_text {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 60px;
  padding-right: 8px;
  padding-bottom: 60px;
  min-height: 50px;
  height: 100%;
  background-image: url('../CC_Theme/6.jpg');
  background-position: center center;
  background-size: cover;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.heading-row {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 755px) {
  /* Text Elements */

  h3.welcome-heading {
    margin-top: 20px;
    padding-top: 20px;
  }

  .container-grid.heading-row {
    height: 100%;
  }

  .container-grid.welcome_text {
    position: relative;
    height: 100vh;
  }
}

@media screen and (min-width: 993px) {
  /* Text Elements */

  h3 span.heading-text-17 {
    font-size: 42px;
  }
}