/*GENERAL*/
.channelURL_aw-test-channel h1, .channelURL_aw-test-channel h2, .channelURL_aw-test-channel h3, .channelURL_aw-test-channel h4, .channelURL_aw-test-channel h5, .channelURL_aw-test-channel h6, .channelURL_aw-test-channel .Titletxt {
font-family: "Rokkitt";
}
.channelURL_aw-test-channel p, .channelURL_aw-test-channel span, .channelURL_aw-test-channel a {
font-family: "Work Sans";
}
.channelURL_aw-test-channel .Titletxt {
  border-bottom: none !important;
}
/*MAIN BANNER*/
/* Parallax effect for hero image */
.AW_hero_parallax {
  background-image:url(https://publisher4uat.highq.com/publisher4uat/contentImage.action?dashBoardID=317&attId=2768204802551400280);
  
/* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

.AW_hero1 {
  padding: 100px 0px;
}
.AW_hero1 .WordWrap h1, .AW_hero1 .ckContentArea p {
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 1);
  color: #fff;
  text-align:center;
}
.AW_hero1 .WordWrap h1 {
  font-size:30px;
}
.AW_hero1 .ckContentArea p {
  font-size:20px;
}
/*SECTIONS*/
/*useful links*/
.AW_useful_links p a {
  font-size:18px;
  color: #445E65 !important;
}
.AW_useful_links p a:hover {
  font-size:18px;
  color: #1D3036 !important;
}
.AW_useful_links1 {
  padding:50px 0px;
}
.AW_useful_links2 {
  padding-bottom:50px;
}
.AW_useful_links .textimage_comp, .AW_useful_links .compWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* divider */
.AW_divider .textimage_comp .compWrapper p {
  display: flex;
  justify-content: center;
}
/* Code Editors */
.AW_button_container {
  display: flex;
  justify-content: center;
  flex-direction:column;
  max-width: 1000px;
  margin: 0 auto;
}
button.AW_button {
  padding: 20px 35px;
  border-radius: 5px;
  font-family: "Karla";
  font-size: 20px;
  background-color: #445E65;
  color: #ffffff;
  border: none;
  text-transform:uppercase;
  width:100%;
}
button.AW_button:hover {
  color:#BBB1A1;
  background-color:#1D3036;
}
.AW_hero1 span.Titletxt.TruncateTxt {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}
.AW_button1, .AW_button2 {
margin-bottom:30px;
}
/* photo editors */
p.AW_image_editor1, p.AW_image_editor2 {
  text-align: center;
}
.AW_photo_editors .textimage_comp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.AW_photo_editors {
  padding:100px 0px;
}
/*FOOTER*/
/*.channelURL_aw-test-channel .footerCustom .grid {
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.channelURL_aw-test-channel .footerCustom .grid .col-xs-12.col-md-9.col-sm-10.paddLeft0 {
  display: flex;
  justify-content: center;
  padding-bottom:50px;
}
.channelURL_aw-test-channel .footerCustom .grid .col-xs-12.col-md-9.col-sm-10.paddLeft0 .footerlinks {
  display: flex;
  flex-direction: column;
  align-items: center;
}*/
.channelURL_aw-test-channel .footerCustom {
  display:none;
}
/* MEDIA QUERIES */
@media only screen and (max-width: 800px) {
  .AW_hero_parallax {
    background-attachment: scroll;
  }
}
