body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-family: Roboto, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  background-color: #10162f;
}
* {
  box-sizing: border-box;
}
hr {
  padding: 0;
  margin: 0 0 0 0;
  height: 2px;
  border: 0;
  background: rgb(255,255,255);
  background: radial-gradient(circle, dodgerblue 0%, rgba(16,22,47,1) 100%);
}

#mainArea {
  width: 1350px;
  height: 5945px;
  background: #10162f;
  background: url("../resources/bf3.jpg") fixed no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
#topArea {
  width: 1350px;
  height: 60px;
  border-bottom: solid 1.5px #e5e5e5;
  padding: 6px 12px 0px 12px;
  margin: auto;
  backdrop-filter: blur(9px); /**!!**/
  position: fixed;
  z-index: 1000;
}
#topArea h1 {
  text-shadow: -3px 3px 0px rgba(0, 0, 0, 0.84);
  float: left;
  background-color: #e00000;
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 5px 10px;
  color: #fdfefe;
  font-size: 40px;
  font-weight: 100;
  box-shadow: -4px 4px 0px 0px #f0f3f4;
  letter-spacing: 5px;
  font-family: Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
/*------------------------------------------*/
#menu {
  float: left;
  margin-left: 30px;
  margin-top: 11px;
  padding: 0px;
  font-size: 14px;
}
#menu a {
  text-decoration: none;
  color: #e5e5e5;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu ul li {
  float: left;
}
#menu ul li a:link,
#menu ul li a:visited {
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  display: block;
  padding: 10px 20px;
}
#menu ul li a:hover {
  color: #10162f;
  background: cyan;
}
#menu ul li:last-child a:link,
#menu ul li:last-child a:visited {
  border: none;
}
#menu ul li ul {
  display: none;
  border-top: solid 12px rgba(0, 0, 0, 0);
  width: 600px;
}
/******************************************/
#menu ul li:hover #army {
  display: block;
  position: absolute;
  z-index: 1000;
  background: url("../resources/tankWh.png") center right no-repeat;
  background-size: 500px;
}
#menu ul li:hover #navy {
  display: block;
  position: absolute;
  z-index: 1000;
  background: url("../resources/subc.png") center right no-repeat;
  background-size: 400px;
}
#menu ul li:hover #airForce {
  display: block;
  position: absolute;
  z-index: 1000;
  background: url("../resources/migWhite.png") center right no-repeat;
  background-size: 350px;
}
/********************************************/
#menu ul li:hover ul li {
  float: none;
  background-color: #10162f;
  opacity: 0.92;
  color: #10162f;
}
#menu ul li:hover ul li a:link,
#menu ul li:hover ul li a:visited {
  border: none;
  border-bottom: solid 0px #10162f;
}

#menu ul li ul li a:hover {
  background: linear-gradient(90deg, cyan, #10162f); /***STC****/
}

#menu ul img {
  margin-left: 5px;
  margin-bottom: 2px;
}
/*------------------------------------------*/
#filler {
  float: left;
  margin: 8px 0px 0px 325px;
}
#filler div {
  float: left;
  margin-left: 10px;
}
#filler img {
  background-color: #e5e5e5;
  border-radius: 50%;
  border: solid 2px #e5e5e5;
}
#filler img:hover {
  background-color: aqua;
  border: solid 3px aqua;
}
/*******************************************************/

#topPic {
  width: 100%;
  height: 700px;
  background: linear-gradient(
    180deg,
    #10162f,
    rgba(0, 0, 0, 0),
    #000000af,
    #10162f
  );
  padding: 400px 0px 0px 600px;
}
#topPic div {
  width: 750px;
  height: 200px;
  background: rgba(0, 0, 0, 0);
  padding: 15px;
  font-size: 80px;
  font-weight: 100;
  color: white;
  word-spacing: 10px;
  /*letter-spacing: 10px;*/
}
#eod {
  color: crimson;
  line-height: 0;
  font-size: 110px;
  font-weight: 500;
  letter-spacing: 2px;
}
#lna {
  width: 100%;
  height: 1250px;
  background: #10162f;
  padding: 0 75px;
}

/*ACTIVISION EFFECT*************************************************************************/
#main {
  width: 375px;
  height: 480px;
  background-color: #10262f;
  border-radius: 10px;
  overflow: hidden;
  position: relative;

  float: left;
  margin: 12.5px;
  border: solid silver 2px;
}

/*activision div effect#1 p1(top image)-----------------------------------*/
#imgContainer {
  /*wrapper for img*/
  text-align: center;
}
#imgContainer img {
  height: 260px;
  margin-left: -40px; /*VIMP for effect#1 activision*/
}
#main:hover img {
  height: 205px;
  width: 375px;
  margin-right: -40px; /*VIMP for effect#1 activision8*/
}
/*-----------------------------------------------------------*/

/*activision div effect#1 p2(text part)-----------------------------------*/
#textContainer {
  color: white;
  padding: 26px 20px;
  background: #10262f;
}
#date {
  font-size: 14px;
  margin-bottom: 0px;
}
#title {
  font-size: 20px;
  padding: 14px 0;
  line-height: 28px;
  border-bottom: solid silver 2px;
}
#text {
  height: 14px;
  font-size: 14px;
  padding: 14px 0;
  line-height: 21px;
  background-color: #10262f;
  display: none;
}
#readMore {
  margin-top: 20px;
  position: absolute;
  bottom: 40px;
}
#main:hover #readMore {
  bottom: 26px;
  color: dodgerblue;
}
#main:hover #title {
  border-bottom: solid dodgerblue 2px;
}
#main:hover #text {
  height: 150px;
  display: block;
}
/*-----------------------------------------------------------*/
/***************************************************************************************/

/**************************************************NEWGEAR*/
#newGear {
  width: 100%;
  height: 1550px;
  background: #10162f;
  padding: 30px 50px;
}
#newGear b{
  font-weight: 400;
}
.ngSubBig {
  width: 60.5%;
  height: 300px;
  float: left;
  background: #10262f;/*
  background: #10262f url("../resources/download (1).png") no-repeat bottom right;
  background-size: cover;*/

  border: solid grey 2px;
  margin: 10px;
  padding: 20px 20px;
}
.ngSubSmall {
  width: 36%;
  height: 300px;
  float: left;
  background: #10262f;

  border: solid grey 2px;
  margin: 10px;
  padding: 20px 20px;
}
#ngSubLast {
  width: 98%;
  height: 320px;
  float: left;
  background: #10262f;

  margin: 10px;
  border: solid grey 2px;
  padding: 20px 20px;
}

/*-----------------------KALASHNIKOV EFFECT*/
#tSub {
  padding: 0 10px;
  width: 100%;
  height: 85%;
  float: left; /*
  border: dotted white 1px;*/
  position: relative; /*enables absolute positioning to be applied on any child div*/
}

.ngSubBig h3 {
  font-weight: 300;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  border-left: solid red 2px;
  padding-left: 10px;
}
.ngSubSmall h3 {
  font-weight: 300;
  margin: 0;
  padding: 0;
  margin-bottom: 45px;
  border-left: solid red 2px;
  padding-left: 10px;
}
#ngSubLast h3 {
  font-weight: 300;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  border-left: solid red 2px;
  padding-left: 10px;
}

#tSub a {
  text-decoration: none;
  color: silver;
  font-weight: 275;
  line-height: 20px;
}
#tSub div {

  float: right;
  display: none;
}

.ngSubBig #tSub a:hover div {/*
  background: lime;*/
  padding-top: 35px;
  display: block;
  position: absolute;
  top: 0;
  left: 310px;
  width: 420px;
  height: 230px;
}
.ngSubSmall #tSub a:hover div {/*
  background: lime;*/
  padding-top: 35px;
  display: block;
  position: absolute;
  top: -0;
  left:230px;
  width: 200px;
  height: 230px;
}
#ngSubLast #tSub a:hover div {/*
  background: lime;*/
  padding-top: 35px;
  display: block;
  position: absolute;
  top: 0;
  left: 410px;
  width: 900px;
  height: 230px;
}
/*------------------------------------------/
/************************************************************/

#esr {
  width: 100%;
  height: 1170px;
  background: #10162f;
  padding: 30px 0;
}
.esrSub {
  width: 360px;
  height: 400px;
  float: left;
  background: white;
  margin: 20px 0px 20px 65px;/*
  background-image: url("../resources/bf3.jpg");*/
  background-size: cover;
  position: relative;
  text-align: center;
  border: solid silver 2px;
}
/*---------------------------------------------------------------EA gradient effect*/

#name {
  width: 99%;
  font: 30px roboto;
  font-weight: 400;
  word-spacing: 10px;
  letter-spacing: 2px;
  text-shadow: 0px 2px 8px #10162f;
  color: white;
  position: absolute;
  top: 200px;
}
#loadMoreLink {
  width: 99%;
  color: white;
  font: 25px roboto;
  display: none;
  font-weight: 300;
  position: absolute;
  top: 215px;
}
.cWrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.esrSub:hover #name {
  position: absolute;
  top: 175px;
}
.esrSub:hover #loadMoreLink {
  display: block;
  color: white;
}
.esrSub:hover #name {
  text-shadow: 0px 6px 7px #10162f;
}
.esrSub:hover .cWrapper {
  background: rgb(0, 49, 83);
  background: linear-gradient(
    60deg,
    #003153 ,
    rgba(0, 181, 226, 0.6) ,
    #003153 
  );
}

/*---------------------------------------------------------------------------------*/
.moreBtn a {
  text-decoration: none;
  color: #efefef;
}
.moreBtn {
  width: 200px;
  height: 50px;
  border: solid #0768af 2px;
  float: left;
  margin-top: 30px;
  margin-left: 502px;
  padding-top: 15px; /*
  border-radius: 25px;*/
  background: #0768ad;
}
.moreBtn:hover {
  background-color: #10162f;
  border: solid #efefef 2px;
}

/**********************************************General style**/
.csub h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 15px 30px 15px;
}
/**************************************************************/

#community {
  width: 100%;
  height: 490px;
  background: grey;
  font-weight: 380;
  line-height: 20px;
  background: #10162f;
  padding-top: 30px;
}
.feedbacks {
  color: black;
  width: 397px;
  height: 252px;
  background: silver;
  margin: 20px 0px 20px 40px;
  float: left;
  border-radius: 10px;
  border: solid white 2px;
  box-shadow: cyan 0px 7px 29px 0px;
}
.feedbacks:hover {
  margin-top: -1px;
  box-shadow: cyan 0px 19px 38px;
}
#community img {
  margin: 10px 0 0 10px;
}
.textPart {
  padding: 0 20px;
  width: 100%;
  height: 130px;
}
.userHandle {
  width: 100%;
  height: 55.5px;
  border-radius: 0 0 10px 10px;
  border-top: dotted white 2px;
}
.userHandle div {
  float: left;
}
.userNameTw {
  padding-left: 10px;
  width: 300px;
  padding-top: 12px;
  line-height: 19px;
  height: 63px;
  float: right;
}
.moreBtnComm a {
  text-decoration: none;
  color: #efefef;
}
.moreBtnComm {
  width: 200px;
  height: 50px;
  border: solid #0768af 2px;
  float: left;
  margin-top: 30px;
  margin-left: 575px;
  padding-top: 15px; /*
  border-radius: 25px;*/
  background: #0768ad;
}
.moreBtnComm:hover {
  background-color: #10162f;
  border: solid #efefef 2px;
}
#bottomBranding {
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.5);
}
#bottomBranding h1 {
  text-shadow: -3px 3px 0px rgba(0, 0, 0, 0.84);
  float: left;
  background-color: #e00000;
  margin: 150px 0px 40px 525px;
  padding: 15px 20px 15px 25px;
  color: #fdfefe;
  font-size: 50px;
  font-weight: 100;
  box-shadow: -8px 8px 0px 0px #f0f3f4;
  letter-spacing: 8px;
  font-family: Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
#bottomBranding div {
  width: 100%;
  height: 100px;
  float: left;
  font-size: 20px;
  margin-top: 30px;
}
#bottomBranding marquee {
  padding: 0;
  margin: 0;
  behavior: slide;
}
#bottomBranding img {
  display: inline;
  margin-left: 25px;
  height: 50px;
}

#footerArea {
  width: 100%;
  height: 380px;
  background: #10162f url("../resources/camoGrey.jpg");
  background-size: 250px;
  padding: 50px 100px 0px 90px;
  line-height: 15x;
  font-weight: 400;
}
/*
#fSubFirst{
  width:180px;
  height: 300px;
  margin-right: -40px;
  padding-top: 50px;
  padding-left: 40px;
  float: left;
}*/
.fSub {
  width: 350px;
  height: 220px;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  border: solid 1.5px grey;
  padding: 0 15px;
  font-weight: 300;
  backdrop-filter: blur(9px);
}
.fSub h4 {
  border-left: solid red 1px;
  padding-left: 10px;
  font-weight: 450;
}
.fSub a {
  text-decoration: none;
  color: white;
  margin: 0;
}
.fSub img {
  height: 20px;
  margin-right: 5px;
  margin-bottom: -5px;
}
#fSubLast {
  width: 100%;
  padding: 0 450px 10px 480px;
  float: left;
}
#fSubLast img {
  margin-right: 10px;
  width: 40px;
  background-color: white;
  border-radius: 50%;
  border: solid white 2px;
}
#fSubLast img:hover {
  border: solid cyan 3px;
}
