body, html {
  width: 100%;
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
a {
    color: #f39200;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.cursor-pointer{ cursor: pointer;}
.bg-light {
    background-color: transparent !important;
}
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
.intro-header {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  color: #f8f8f8;
  background: url(../img/index-bg2.jpg) no-repeat center center;
  background-size: cover;
}

.intro-message {
  position: relative;
  padding-top: 20%;
  padding-bottom: 20%;
}

.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.intro-message>h1 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 5em;
}
.intro-message>h3 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.btn-default{background-color:#000;color:#fff;cursor: hand;}
.section-heading {
  margin-bottom: 30px;
  margin-left:15px;
  
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
.h2, h2 {
    font-size: 2rem;
}	
.orange-box{ 
  border:3px solid #fff;
  /**/position:relative;
  top:-50px;
  background-color:#f39200;
  color:#fff;
  margin:-80px 15px 15px 15px;
  padding:15px;

}
.img-size{max-width:85%;}

.btnPortal {
	margin-top:43px;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	body, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.h2, h2 {
    font-size: 1.7rem;
}
.orange-box{ 
  border:3px solid #fff;
  /**/position:relative;
  top:-50px;
  background-color:#f39200;
  color:#fff;
  margin:-80px 15px 15px 15px;
  padding:15px;
}
.img-size{max-width:85%;}
.btnPortal {
	margin-top:34px;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.orange-box{ 
  border:3px solid #fff;
  /**/position:relative;
  top:0;
  background-color:#f39200;
  color:#fff;
  margin:15px 0px 15px 0px;
  padding:15px;
}
.img-size{max-width:85%;}
}

@media(max-width:767px) {
.orange-box{ 
  border:3px solid #fff;
  /**/position:relative;
  top:0;
  background-color:#f39200;
  color:#fff;
  margin:15px 0px 15px 0px;
  padding:15px;

}	
 .hide{display:none;}




  .intro-message {
    padding-bottom: 15%;
  }
  .intro-message>h1 {
    font-size: 3em;
  }
  ul.intro-social-buttons>li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.intro-social-buttons>li:last-child {
    margin-bottom: 0;
  }
  .intro-divider {
    width: 100%;
  }
}
/*
.network-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}
*/
.content-section-a {
  color:#fff;
  padding: 50px 0;
  background-color: #000;
}
/*
.content-section-b {
  padding: 50px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #e7e7e7;
}

.banner {
  padding: 100px 0;
  color: #f8f8f8;
  background: url(../img/banner-bg.jpg) no-repeat center center;
  background-size: cover;
}

.banner h2 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 3em;
}

.banner ul {
  margin-bottom: 0;
}

.banner-social-buttons {
  float: right;
  margin-top: 0;
}

@media(max-width:1199px) {
  ul.banner-social-buttons {
    float: left;
    margin-top: 15px;
  }
}
*/
@media(max-width:767px) {
  .btnPortal {
	  padding-top:auto;
  }
}

footer {
  padding: 20px 0;
  background-color: #f8f8f8;
}

p.copyright {
  margin: 15px 0 0;
}
