/************************************************
******************Global Style*******************/
/* html {
  scroll-behavior: smooth;
} */
html {
  height: 100%;
  overflow: auto;
}

body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  font-size: 17px;
  color: #000;
  overflow: auto;
}

a {
  text-decoration: none;
  color: #333;
}

h1 {
  font-size: 2rem;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
}

/**************************************************
*******************Specific style*********************/
nav {
  background-color: #3d423e !important;
  -webkit-transition: top 0.2s;
  -ms-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s;
}

ul.navbar-nav {
  text-align: center;
}

ul.navbar-nav li a {
  display: inline;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 2;
  color: #FDCD37 !important;
}

ul.navbar-nav li a:hover {
  border-bottom: 2px solid #FDCD37;
  color: #fff;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url('img/hamburger.svg');
}

.navbar-dark .navbar-toggler-icon:active {
  background-image: url('img/hamburger.svg');
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotateZ(180deg);
      -moz-transform: rotateZ(180deg);
          transition: all .4s;
}

.navbar-toggler {
  border: none;
  font-size: 1.6rem;
  padding: 0;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-brand {
  margin-right: 0;
}

.logo {
  height: 55px;
}

.main-header {
  background-image: url('img/jumbotron.jpg');
  background-position: center;
  padding: 5.5rem 3.5rem;
}

.main-header {
  margin-top: 56px;
}

.heading {
  color: #3d423e;
  font-weight: 700;
}

.heading2 {
  color: #3d423e;
  font-size: 20px;
  font-weight: 700;
}

.about {
  display: inline-block;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 3px solid #FDCD37;
  padding-bottom: 10px;
}

.about-img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  border: 2px solid #3d423e;
}

.about-list {
  list-style-position: outside;
  text-align: justify;
  margin: 0;
  padding-left: 17px;
  margin-bottom: 30px;
}

.about-list li {
  padding-bottom: 3px;
}

.work-field {
  font-size: 17px;
}

#workField {
  margin-bottom: 0;
}


.links-list {
  list-style-position: outside;
  text-align: justify;
  margin: 0;
  padding-left: 17px;
  margin-bottom: 30px;
}

.rounded-icon {
  border: 2px solid black;
  padding: 5px 5px;
  background-color: #A9A9A9;
  border-radius: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
}

.form-control {
  box-shadow: 0 0 0 !important;
}

.main-footer {
  background-color: #343a40;
  padding: 25px 20px;
  margin-top: 40px;
}

.main-footer small {
  font-size: 14px;
  color: #FDCD37;
  text-align: center;
  display: block;
  padding-bottom: 5px;
}

.main-footer span {
  display: block;
  font-size: 14px;
  color: #FDCD37;
  text-align: center;
}

.main-footer a {
  font-size: 14px;
  color: #FDCD37;
  text-align: center;
}

.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/****************************************************
**********************Layout************************/
.soc-net li a {
  display: block;
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  text-indent: -9999px;
  background-image: url("img/soc-net-sprite.png");
  -webkit-transition: all .3s;
  transition: all .3s;
}

.linkedin-link {
  background-color: #069;
  background-position: -80px 0px;
}

.linkedin-link:hover {
  background-position: -80px -40px;
}

/****************************************************************
*************************Helper Class/Media query***************/
.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-reset li {
  padding-bottom: 3px;
}

.clearfix::before, .clearifix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.space {
  margin: 40px 0;
}

.space-down {
  margin-bottom: 100px;
}

.phone-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.email-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  nav {
    height: 85px;
  }

  ul.navbar-nav li {
    padding: 0 10px;
  }

  ul.navbar-nav .nav-link {
    padding: 0 !important;
  }

  ul.navbar-nav li a {
    font-size: 0.70rem;
  }

  .main-header {
    margin-top: 85px;
  }

  h1 {
    font-size: 2.5rem;
  }

  .jumbotron {
    padding: 6rem 4rem;
  }
}

@media screen and (min-width: 992px) {
  nav {
    height: 90px;
  }

  ul.navbar-nav li a {
    font-size: 0.7rem;
  }

  .logo {
    height: 58px;
  }

  .main-header {
    margin-top: 85px;
  }

  .work-field {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  nav {
    height: 100px;
  }

  ul.navbar-nav li a {
    font-size: 1rem;
  }

  .logo {
    height: 62px;
  }

  .main-header {
    margin-top: 85px;
  }

  .work-field {
    font-size: 17px;
  }
}
