*,
html,
body,
p,
a,
button,
input,
select,
textarea {
  font-family: sans-serif;
  font-weight: 300;
 color: #FDDDD7; 
  font-size: 16px;
  -webkit-hyphens: none !important;
      -ms-hyphens: none !important;
          hyphens: none !important;
}
p {
  line-height: 1.5;
}
a:hover {
  color: #2F2E79;
  text-decoration: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
h1,
.h1 {
  font-family:  sans-serif;
  font-weight: 100;
  font-size: 40px;
  letter-spacing: 10px;
  color: #2F2E79;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 36px;
    letter-spacing: 8px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 24px;
    letter-spacing: 7px;
  }
}
h2,
.h2 {
  font-size: 22px;
  letter-spacing: 5px;
  color: #FBCFC7;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 18px;
    letter-spacing: 4px;
  }
}
h3,
.h3,
.entry-content h3 {
  font-size: 16px;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  h3,
  .h3,
  .entry-content h3 {
    font-size: 13px;
  }
}
h4,
.h4 {
  font-size: 14px;
  letter-spacing: 3px;
  color: #62686b;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 11px;
  }
}
.textcenter {
  text-align: center;
}
body {
 	margin: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000C39), to(#002F67));
  background: linear-gradient(0deg, #000C39 0%, #002F67 100%);
}
@media screen and (max-width: 767px) {
  .hidemob {
    display: none !important;
  }
}
.tabonly {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .tabonly {
    display: inherit;
  }
}
.mobonly {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobonly {
    display: inherit;
  }
}
.tabandmobonly {
  display: none;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .tabandmobonly {
    display: inherit;
  }
}

/* HEADER */
.site-header {
  padding: 20px 0px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .site-header {
    height: 120px;
  }
}
.site-header .line-fade {
  width: 100%;
  height: 1px;
  position: relative;
  top: 29px;
}
@media screen and (max-width: 767px) {
  .site-header .line-fade {
    top: 20px;
  }
}
.site-header .line-fade:before {
  width: 50%;
  height: 1px;
  background: #FDDDD7;
  background: -webkit-gradient(linear, left top, right top, color-stop(3%, rgba(253, 221, 215, 0)), to(#FDDDD7));
  background: linear-gradient(90deg, rgba(253, 221, 215, 0) 3%, #FDDDD7 100%);
  content: '';
  display: block;
  position: relative;
  right: 28px;
}
@media screen and (max-width: 767px) {
  .site-header .line-fade:before {
    right: 20px;
  }
}
.site-header .line-fade:after {
  width: calc(50% - 33px);
  height: 1px;
  background: #FDDDD7;
  background: -webkit-gradient(linear, left top, right top, from(#FDDDD7), color-stop(97%, rgba(253, 221, 215, 0)));
  background: linear-gradient(90deg, #FDDDD7 0%, rgba(253, 221, 215, 0) 97%);
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .site-header .line-fade:after {
    width: calc(50% - 22px);
  }
}
.site-branding {
  margin: 0;
  width: 100%	;
  text-align: center;
}
h1.site-title {
  background-repeat: no-repeat;
  height: 81px;
  width: 100%;
  background-position: top center;
  background-size: 480px 81px;
  text-indent: -3000px;
  margin-bottom: 25px;
  margin-top: 0;  
}
@media screen and (max-width: 767px) {
  h1.site-title {
    background-size: 320px 55px;
    height: 54px;
    margin-bottom: 15px;
  }
}
h1.site-title a {
  height: 81px;
  width: 478px;
  display: block;
  margin: auto;
}
.site-description {
  font-family:  sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #FDDDD7;
  letter-spacing: 3px;
  padding-left: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .site-description {
    font-family:  sans-serif;
    font-weight: 200;
    font-size: 10px;
    letter-spacing: 2.8px;
    padding-right: 6px;
  }
}


html,
body {
  padding-bottom: 5%;
}

.text {
	max-width: 640px;
	margin: auto;
	padding: 0 5%;
}

