body{
  background-color: #1f2639;
}
* {
  box-sizing: border-box;
}
.header-banner{
  padding-top:35px;
  padding-bottom:100px;
  height: 600px;
  color:#fefde8;
  font-family:Helvetica, serif;
  font-weight:100;
  background-image: linear-gradient(rgb(32, 37, 57, 0.5), rgb(32, 37, 57, 0.7)), url(banner.jpg);
  mask-image: linear-gradient(black 60%, transparent  );
  background-size: cover;
  background-attachment:scroll, scroll;
  background-position: center center;
  background-repeat: no-repeat;
}
.container-width{
  width:90%;
  max-width:1150px;
  margin:0 auto;
}
.navigation{
  height: 115px;
  width: 100%;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
}
.logo-container{
  display: flex;
  align-items: center;
}
.logo{
  display: flex;
  width:100%;
  height: 100%;
}
.logotitle{
  font-size: 25px;
}
.menu{
  float:right;
  width:50%;
}
.menu-item{
  float:right;
  font-size:15px;
  color:#eee;
  width:130px;
  padding:10px;
  min-height:50px;
  text-align:center;
  line-height:30px;
  font-weight:400;
}
.lead-title{
  margin:0px 0 30px 0;
  font-size:40px;
}
.sub-lead-title{
  max-width:650px;
  line-height:30px;
  margin-bottom:30px;
  color:#c6c6c6;
}
.lead-title{
  margin:65px 0 30px 0;
  font-size:40px;
}
.sub-lead-title{
  max-width:650px;
  line-height:30px;
  margin-bottom:30px;
  color:#c6c6c6;
}
.lead-btn{
  padding: 5px;
  width: 6.5em;
 margin: 0.5em;
 background: #1f2639;
 color: #fefde8;
 border: none;
 border-radius: 0.625em;
 font-size: 20px;
 font-weight: bold;
 cursor: pointer;
 position: relative;
 z-index: 1;
 overflow: hidden;
 text-align: center;
}
.lead-btn:hover{
  color: black;
}
.lead-btn::after{
  content: "";
 background: #cbae90;
 color: #1f2639;
 position: absolute;
 z-index: -1;
 left: -20%;
 right: -20%;
 top: 0;
 bottom: 0;
 transform: skewX(-45deg) scale(0, 1);
 transition: all 0.5s;
}
.lead-btn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s
 }
.lead-btn:active::after{
  transition: all 0.2s;
  background-color: #fefde8;
  color:#cbae90;
}
.flex-sect{
  a{
    font-size: 20px;
    text-decoration:none;
    color:#1f2639;
    display: flex;
    padding-top: 20px;
  }
  a:hover{ 
    color:#cbae90;
  }
  background-color: #1f2639;
  font-family:Helvetica, serif;
  padding-top:100px 0;
  padding-bottom:100px;
  mask-image: linear-gradient(black 90%, transparent  );
}
.flex-title{
  margin-top: 50px;
  margin-bottom:15px;
  font-size:2em;
  text-align:center;
  font-weight:700;
  color:white;
  padding:5px;
}
.flex-desc{
  margin-bottom:55px;
  font-size:1em;
  color:white;
  text-align:center;
  padding:5px;
}
.cards{
  padding:20px 0;
  display:flex;
  justify-content:space-around;
  flex-flow:wrap;
}

.card{
  background-color: white;
  height:auto;
  width:300px;
  margin-bottom:30px;
  box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius:2px;
  transition:all 0.5s ease;
  font-weight:100;
  overflow:hidden;
}
.card:hover{
  margin-top:-5px;
  box-shadow:0 20px 30px 0 rgba(0, 0, 0, 0.2);
}
.card-header{
  height:155px;
  background-image:url("ps2.jpg");
  background-size:cover;
  background-position:center center;
}
.card-header.ch2{
  background-image:url("xbox360.jpg");
}
.card-header.ch3{
  background-image:url("n64.jpg");
}
.card-header.ch4{
  background-image:url("SNES.jpg");
}
.card-header.ch5{
  background-image:url("Playstation1.jpg");
}
.card-header.ch6{
  background-image:url("OGXbox.jpg");
}
.card-body{
  padding:15px 15px 5px 15px;
  color:#1f2639;
}
.card-title{
  font-size:25px;
  margin-bottom:px;
}
.card-sub-title{
  color: #cdaf97;
  font-size:15px;
  margin-bottom:10px;
}
.card-desc{
  font-size:0.85rem;
  line-height:17px;
}
.bdg-sect{
  padding-top:100px;
  padding-bottom:100px;
  font-family:Helvetica, serif;
  background-color: white;
  mask-image: linear-gradient(transparent, black 20%  );
}
.bdg-title{
  text-align:center;
  font-size:2em;
  margin-bottom:30px;
  color:#1f2639;
}
.badges{
  padding:20px;
  display:flex;
  justify-content:space-around;
  align-items:flex-start;
  flex-wrap:wrap;
}
.badge{
  width:290px;
  font-family:Helvetica, serif;
  background-color:white;
  margin-bottom:30px;
  box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius:3px;
  font-weight:100;
  overflow:hidden;
  text-align:center;
}
.badge-header{
  height:115px;
  background-image:url("/assets/images/demos/bg-gr-v.png"), url("/assets/images/demos/work-desk.jpg");
  background-position:left top, center center;
  background-attachment:scroll, fixed;
  overflow:hidden;
}
.badge-name{
  font-size:1.4em;
  margin-bottom:5px;
}
.badge-role{
  color:#777;
  font-size:1em;
  margin-bottom:25px;
}
.badge-desc{
  font-size:0.85rem;
  line-height:20px;
}
.badge-avatar{
  width:100px;
  height:100px;
  border-radius:100%;
  border:5px solid #fff;
  box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin-top:-70px;
  position:center;
}
.badge-body{
  margin:35px 10px;
}
.badge-foot{
  color:#fff;
  background-color:#a290a5;
  padding-top:13px;
  padding-bottom:13px;
  display:flex;
  justify-content:center;
}
.badge-link{
  height:35px;
  width:35px;
  line-height:35px;
  font-weight:700;
  background-color:#fff;
  color:#a290a5;
  display:block;
  border-radius:100%;
  margin:0 10px;
}
#containerbanner{
  float:none;
}
#idgo47{
  color:black;
  height:50%;
  padding:0px 0px 0px 0;
  width:9%;
}
.footer{
  margin-top: 50px;
  background:#1f2639;
  padding:30px 0px;
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
  }
  
  .footer .row{
  width:100%;
  margin:1% 0%;
  padding:0.6% 0%;
  color:gray;
  font-size:0.8em;
  }
  
  .footer .row a{
  text-decoration:none;
  color:gray;
  transition:0.5s;
  }
  
  .footer .row a:hover{
  color:#fff;
  }
  
  .footer .row ul{
  width:100%;
  }
  
  .footer .row ul li{
  display:inline-block;
  margin:0px 30px;
  }
  
  .footer .row a i{
  font-size:2em;
  margin:0% 1%;
  }
  
  @media (max-width:720px){
  .footer{
  text-align:left;
  padding:5%;
  }
  .footer .row ul li{
  display:block;
  margin:10px 0px;
  text-align:left;
  }
  .footer .row a i{
  margin:0% 3%;
  }
  }
