html {
  width: 100%;
  height: 100%;
}

body {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/irongrip.png');
}

a:visited {
  color: white;
}

/*------------- Start Header ------------------*/

.header_bg_gradient {
  position: fixed;
  height: 186px;
  top: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(90deg, #0a0a0a 50%, #e0e0e0 50%);
  z-index: 100;
}

#header {
  position: fixed;
  top: 0px;
  left: 0px;
  align-content: center;
  width: 100%;
  color: #ccc;
  z-index: 100;
  padding: auto;
  background-image: url('../images/head_bgt.png');
  background-repeat: repeat-x;
  z-index: 100;
}

/*------------- End Header ------------------*/

/*-------------Start Navigation Bar------------------*/

#header img {
  display: block;
  margin: 0 auto;
}

#navWrapper {
  position: fixed;
  left: 0px;
  top: 186px;
  width: 100%;
  height: 35px;
  z-index: 100;
  background: #535353;
  box-shadow: 0px 2px 6px black;
  user-select: none;
}

#navbar {
  width: 1200px;
  height: 35px;
  margin-top: 0px;
  border-right: 1px solid #fff;
  margin: 0 auto;
  -webkit-transition: max-height 0.4s;
  -ms-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  -o-transition: max-height 0.4s;
  transition: max-height 0.4s;
}

#navbar > li {
  width: 199px;
  list-style: none;
  float: left;
  border-left: 1px solid #fff;
}

li > a {
  display: block;
  color: white;
  line-height: 35px;
  text-align: center;
  font-family: sans-serif;
  text-decoration: none;
  border: white;
  background: #535353;
}
li > a:hover,
li > a:focus {
  background: rgb(114, 114, 114);
  color: rgb(0, 204, 255);
  text-shadow: aqua 0px 0px 4px;
}

/*-------------End Navigation Bar------------------*/

/*-------------Start Content background------------------*/

.content {
  position: relative;
  top: 215px;
  width: 100%;
  height: 700px;
  padding: 0px;
  background: radial-gradient(rgba(14, 24, 88, 0.3) 0%, black);
  overflow: auto;
}

#content_bg_gradient {
  /* position: relative; */
  left: 0px;
  bottom: -50px;
  padding: 0px;
  overflow: auto;
  color: white;
  width: 100%;
  margin: 0 auto;
  font-family: sans-serif;
  line-height: 1.5em;
  font-size: 16px;
}

#content_main {
  position: relative;
  background: none;
  color: white;
  width: 80%;
  margin: 0 auto;
  padding: 0px;
  top: 210px;
  overflow: auto;
}

/*-------------End Content background------------------*/

/*-------------Start Index Content------------------*/
.indexContent {
  display: flex;
  /* overflow: auto; */
  width: 85%;
  margin-left: 5%;
}
.Ibox-1 {
  margin: 2% 0;
  flex: 4;
  order: 1;
  padding: 5% 15%;
  height: 100%;
}

.Ibox-2 {
  margin: 2% 0 8%;
  flex: 2;
  order: 2;
  /* padding: 5% 2%; */
  background-blend-mode: darken 100%;
  /* background-color: gray; */
  border: #fff solid 1px;
  text-align: center;
  height: auto;
}
.index-video-wrapper {
  margin: auto;
  text-align: center;
  margin-bottom: 8%;
}
.Ivideo {
  width: 50%;
  border: #fff solid 1px;
}
.index-video-wrapper img:hover {
  /* background-color: rgba(rgba(23, 74, 133, 0.678), green, blue, alpha); */
  filter: grayscale(100%);
  transform: scale(1.1);
  box-shadow: 7px 7px 10px #222222;
  transition: 0.5s ease;
}

.sidebartitle {
  background: #535353;
  padding-top: 5%;
  height: 10%;
  text-align: center;
  font-size: 2em;
  font-family: Arial, Helvetica, sans-serif;
}

.Ibox-2 img {
  width: 250px;
  height: 100%;
}

.Ibox-2 img:hover {
  /* background-color: rgba(rgba(23, 74, 133, 0.678), green, blue, alpha); */
  filter: grayscale(100%);
  transform: scale(1.1);
  box-shadow: 7px 7px 10px #222222;
  transition: 0.5s ease;
}

.Ibox-2 h3 {
  text-align: center;
}

.sidebarContent {
  padding: 0% 3% 10% 3%;
}

.sidebarContent p {
  text-align: left;
  margin-bottom: 2;
}
/*-------------End Index Content------------------*/

.row {
  content: center;
}
.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: '';
  display: table;
  clear: both;
}

/* index content image classes*/

.index_img {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  border: solid black 1px;
  padding: 2px;
}

.index_img2 {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  border: solid black 1px;
  padding: 2px;
}

.index_img3 {
  float: right;
  margin-right: 10px;
  margin-bottom: 5px;
  border: solid black 1px;
  padding: 2px;
}

/*-------------Resume Page------------------*/

.resumeContainer {
  width: 65%;
  padding: 0% 0% 20% 0%;
  margin: auto;
  overflow: auto;
}

ul {
  list-style: none;
}
.resumeHead {
  display: inline-block;
  float: right;
  text-align: right;
}

.resumeHlower {
  margin-top: -15px;
}

.resume_main {
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

h2 {
  text-align: center;
}

h3 {
  text-align: right;
}

.h3list {
  text-align: left;
  margin-left: 38px;
}

.discription {
  font-style: italic;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.list_1 {
  width: 80%;
  display: inline-block;
}

.list_2 {
  width: 80%;
  display: inline-block;
}

.column_l {
  float: left;
  width: 30%;
  text-align: left;
  margin-left: 25%;
}

.column_r {
  float: right;
  width: 35%;
  text-align: left;
  /* margin-left: 10%; */
}

.row:after {
  content: '';
  display: table;
  clear: both;
}

/*-------------End Resume Page------------------*/

/*--------------Begin gallery Page---------------*/

.galleryContainer {
  width: 100%;
  margin: 0px;
  text-align: center;
}

.gallery {
  width: 90%;
  text-align: center;
  margin: 0% 5% 0% 5%;
}

.sectionWrapper {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-y: auto;
  overflow-x: auto;
}

.section {
  text-align: center;
  height: 100%;
  width: 90%;
  display: inline-block;
  margin: 0px;
  padding: 0.75% 0 0.75% 0;
}

.sectionV {
  text-align: center;
  height: 100%;
  width: 90%;
  display: inline-block;
  margin: 0px;
  padding: 1% 0 1% 0;
}

.section ul > .gallery {
  float: left;
  white-space: nowrap;
  overflow-x: auto;
}

.section ul > li {
  list-style-type: none;
  display: inline;
}

.section li {
  float: left;
  width: 200px;
  height: 200px;
  margin-left: 1%;
  margin-top: 1%;
  margin-bottom: 1%;
  border: 1px solid #999999;
  display: inline;
}

.sectionV li {
  float: left;
  width: 200px;
  height: 115px;
  margin-left: 1%;
  margin-top: 1%;
  margin-bottom: 1%;
  border: 1px solid #999999;
  display: inline;
}

.section li:hover {
  /* background-color: rgba(rgba(23, 74, 133, 0.678), green, blue, alpha); */
  filter: grayscale(100%);
  transform: scale(1.1);
  box-shadow: 7px 7px 10px #222222;
  transition: 0.5s ease;
}

.sectionV li:hover {
  /* background-color: rgba(rgba(23, 74, 133, 0.678), green, blue, alpha); */
  filter: grayscale(100%);
  transform: scale(1.1);
  box-shadow: 7px 7px 10px #222222;
  transition: 0.5s ease;
}

.li img .img-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(rgba(23, 74, 133, 0.678), green, blue, alpha);
}

.galimage {
  width: 100%;
  height: auto;
  /* margin: 0.75%; */
  display: block;
}

.section h2 {
  width: 100%;
  margin: 0;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
}

/*---------------End gallery Page---------------*/

/*--------------Contact page-----------------*/

.formContent {
  text-align: center;
  padding: 2% 25% 0;
  padding-bottom: 8%;
}

/* .label {
  text-align: left;
  padding: 0 0 0 7%;
  margin-top: 3%;
}

.name {
  width: 85%;
  background: #535353;
  color: white;
  border: 1px solid #777777;
}

textarea {
  background: #535353;
  overflow: auto;
  color: white;
  resize: none;
  width: 85%;
}

input {
  float: right;
  margin-right: 7%;
  margin-top: 1%;
  cursor: pointer;
  text-transform: uppercase;
}

input:hover {
  background: #919191;
  color: white;
  border: none;
}

.g-recaptcha {
  padding-top: 5%;
  padding-left: 7%;
} */
.c_form {
  grid-area: Form;
  padding: 2%;
  overflow: auto;
}
::placeholder {
  color: #363636;
  opacity: 0.5;
}
::-ms-input-placeholder {
  color: #363636;
}
:-ms-input-placeholder {
  color: #363636;
}
.form_container {
  width: 90%;
  margin: auto;
}
.label {
  padding: 2% 0 1% 0;
  text-align: left;
}
input {
  height: 1.5rem;
  margin: 0;
  /* margin-bottom: 0.5rem; */
  /* font-size: 1rem; */
  letter-spacing: 0.04rem;
  padding-left: 0.1em;
  width: 99%;
  background-color: transparent;
  color: #fff;
  border: 1px solid white;
}
::selection {
  background: rgba(221, 221, 221, 0.2);
}
textarea {
  width: 99%;
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  resize: none;
  border: 1px solid white;
}
.btn {
  padding: 5% 0 5% 0;
  width: 25%;
  height: 40px;
  float: right;
  border: none;
}
.btn input {
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 5px;
  display: inline-block;
  background: #2d3236;
  text-align: center;
  border: none;
  font-size: 0.8rem;
  letter-spacing: 0.08rem;
  transition-duration: 0.4s;
}
.btn input:hover {
  cursor: pointer;
  background-color: #000000;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.grecap {
  display: flex;
}
.g-recaptcha {
  flex: 2;
  order: 1;
}
/*---------------End contact Page---------------*/
/*--------------History page-----------------*/

/*scaling images*/
.clsimg {
  width: 50%;
}
/*End scaling images*/
.footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: white;
  display: block;
  background: #010101;
  padding: 40px 0px 40px 0px;
  text-align: center;
  /*text-decoration:none;*/
  border-top: 4px solid rgb(17, 89, 145);
  box-shadow: -0px -2px 6px black;
}

.handle {
  width: 100%;
  background: black;
  text-align: left;
  box-sizing: border-box;
  padding: 10px 10px;
  color: white;
  font-family: sans-serif;
  display: none;
}

.handle:hover {
  background: rgb(160, 160, 160);
}

.handle::before {
  position: relative;
  content: '\2630';
  padding-right: 5px;
}

/* --------Start Video Page---------- */

.content_bg_gradient iframe {
  margin: 0 auto;
}

.vlabel {
  display: block;
}

.video_content {
  position: relative;
  /* top: 218px; */
  left: 0px;
  /* bottom: 50px; */
  padding: 20px 0 0 0;
  overflow: auto;
  color: white;
  width: 75%;
  height: 100%;
  margin: 0 auto;
  /* margin-bottom: 100px; */
  font-family: sans-serif;
  line-height: 1.5em;
  font-size: 16px;
}

h1 {
  text-align: center;
  display: block;
}

.vcontainer-1 div {
  /* padding: 10px; */
  margin-bottom: 10px;
}

.box-1 {
  flex: 2;
  order: 1;
  min-height: 460px;
  position: relative;
  padding-bottom: 66.666666667;
}

.box-1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------End Video Page---------- */
/* --------About Me Page---------- */

.about_content {
  position: relative;
  /* top: 218px; */
  left: 0px;
  /* bottom: 50px; */
  padding: 20px 0 0 0;
  overflow: auto;
  color: white;
  width: 75%;
  height: 100%;
  margin: 0 auto;
  /* margin-bottom: 100px; */
  font-family: sans-serif;
  line-height: 1.5em;
  font-size: 16px;
}

.box-2 {
  flex: 1;
  order: 1;
  border: 1px #ccc solid;
  min-height: 460px;
  position: relative;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 66.666666667;
  font-size: 0.8em;
  margin-top: 5%;
}

.box-3 {
  flex: 2;
  order: 2;
  padding: 1%;
  border: 1px #ccc solid;
  position: relative;
  padding-bottom: 66.666666667;
  margin-top: 5%;
}

.box-4 {
  flex: 1;
  order: 3;
  border: 1px #ccc solid;
  position: relative;
  padding-bottom: 66.666666667;
  text-align: center;
  padding-top: 2%;
  margin-top: 5%;
}

.box-4 img {
  width: 95%;
  height: auto;
}

.aboutcontainer-1 {
  display: flex;
  margin-bottom: 100px;
}

/* --------About Me Page---------- */

/*-----------------arrows-----------------*/
.arrows {
  /* width: 100%; */
  display: block;
}

.left {
  margin: 20px;
  width: 50px;
  height: 50px;
  /* transition: 0.5s; */
  float: left;
  box-shadow: -3px 3px 0 lightgray;
}

.right {
  margin: 20px;
  width: 50px;
  height: 50px;
  /* transition: 0.5s; */
  float: right;
  box-shadow: -3px 3px 0 lightgray;
}

.left {
  transform: rotate(45deg);
}

.right {
  transform: rotate(225deg);
}

.left:hover,
.right:hover {
  box-shadow: -3px 3px 0 white;
}
/*-----------------End arrows-----------------*/

@media (min-width: 667px) and (max-width: 1400px) {
  #navbar {
    width: 1051px;
    overflow: hidden;
  }

  #navbar > li {
    width: 149px;
  }
  li > a {
    font-size: 85%;
  }

  .clsimg {
    width: 75%;
  }
}

@media (min-width: 1100px) and (max-width: 1400px) {
  .clsimg {
    width: 55%;
  }

  .formContent {
    padding: 2% 15% 0;
    padding-bottom: 8%;
  }

  .Ibox-2 {
    flex: 3;
  }
}

@media (min-width: 860px) and (max-width: 1100px) {
  #navbar {
    width: 820px;
    overflow: hidden;
  }

  #navbar > li {
    width: 115px;
  }

  .Ibox-2 {
    flex: 3;
  }

  li > a {
    font-size: 75%;
  }

  .formContent {
    padding: 2% 5% 0;
    padding-bottom: 8%;
  }
}

@media (min-width: 667px) and (max-width: 860px) {
  #navbar {
    width: 700px;
    overflow: hidden;
  }

  #navbar > li {
    width: 97px;
  }
  .Ibox-2 {
    flex: 4;
  }

  li > a {
    font-size: 65%;
  }

  .box-1 {
    min-height: 160px;
  }

  .formContent {
    padding: 2% 5% 0;
    padding-bottom: 8%;
  }
}
@media screen and (max-width: 667px) {
  /* #header {
  } */

  #header img {
    height: 50%;
  }

  #navWrapper {
    top: 185px;
  }

  .handle {
    display: block;
    content: U+2261;
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid gray;
  }

  #navbar {
    width: 665px;
    text-align: left;
    padding-top: 37px;
    display: none;
  }

  #navbar > li {
    box-sizing: border-box;
    width: 100%;
  }
  .showing {
    max-height: 20em;
  }

  .Ivideo {
    width: 100%;
  }

  .sidebartitle {
    padding-bottom: 5%;
  }

  li > a {
    text-align: left;
    text-indent: 10px;
    border-top: 1px solid gray;
    border-left: 0px;
  }

  #content {
    width: 90%;
    column-count: 1;
    column-width: 100%;
    font-family: sans-serif;
    line-height: 1.5em;
    bottom: 25px;
    overflow: auto;
    top: 145px;
  }

  #contentHistory {
    width: 90%;
    column-count: 1;
    column-width: 100%;
    font-family: sans-serif;
    line-height: 1.5em;
    bottom: 25px;
    top: 145px;
  }

  .clsimg {
    width: 100%;
    /*padding: 10px 10px 5px 10px*/
    margin-right: 10px;
  }

  .column_l {
    width: 100%;
    margin-left: 10%;
    float: none;
  }
  .column_r {
    width: 100%;
    margin-left: 10%;
    float: none;
  }

  #footer {
    padding: 15px 0px 15px 0px;
  }

  .vcontainer-1,
  .vcontainer-2,
  .vcontainer-3,
  .vcontainer-4,
  .vcontainer-5,
  .vcontainer-6,
  .vcontainer-7,
  .vcontainer-8 {
    display: inline;
  }

  .box-2,
  .box-3,
  .box-4 {
    border: none;
  }

  .box-2 {
    min-height: 200px;
  }

  .box-3 {
    order: 3;
  }

  .box-4 {
    order: 2;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .aboutcontainer-1 {
    display: inline-grid;
  }

  .video_content {
    padding: 0%;
    padding-bottom: 50px;
  }

  .vcontainer-1 {
    padding: 0%;
  }

  .box-1 {
    flex: 0;
    padding: 1%;
    margin: 1%;
  }

  .formContent {
    text-align: center;
    padding: 5% 5% 0;
  }

  .name {
    width: 100%;
  }

  textarea {
    width: 100%;
  }

  button {
    margin-right: 0%;
  }

  .indexContent {
    display: block;
    padding-bottom: 25%;
    padding-left: 5%;
  }

  .side.image {
    text-align: center;
  }
}
