@import url('https://fonts.googleapis.com/css?family=Inconsolata|Martel&display=swap');

:root
{
  --min-page-width: 1000px;
}

:target 
{
  /*display: block;*/
  position: relative;
  top: -150px; 
  visibility: hidden;
}

div
{
    border-radius: 5px;
}

body 
{
  font-family: 'Martel', serif;
  font-weight: normal;
  font-style: normal;

  background: #222318;/*#272822;*/

  min-width:var(--min-page-width);
  width: auto;
/*
  overflow-y: scroll;
  overflow-x: hidden;
  */
}

h1,h2,h3
{
    text-align: center;
}

#header
{
    position: fixed;
    z-index: 1;
    /*height: auto;*/
    /*height:120px;*/
    height: auto;
    width: 98%;
    /* background-color: #FF5748; */
    background-color: #74c269;
    margin-bottom: 10px;

    margin-top: 20px;
    text-align: center;
    min-width: inherit;

    font-size: 24px
}
/*
.deatils p,a
{
  text-align: center;
  
}
*/
#name 
{
    float:left;
  	margin-left: 2%;/*20px;*/
  	padding-bottom: 10px;

  	font-family: 'Martel', serif;
  	color: #000000;
    display: inline-block;
    margin-bottom: 0;
}

#email
{
    float:right;
    margin-right: 2%;/*20px;*/
  	padding-bottom: 10px;

  	font-family: 'Martel', serif;
  	color: #000000;
    display: inline-block;
    margin-top: 16px;
}

#contact
{
    /*margin-left:28%;*/
    margin-left:2%;
    margin-right:2%;
    
    /*margin-right:30%;*/
    padding-bottom: 10px;

  	font-family: 'Martel', serif;
  	color: #000000;
    display: inline-block;
    margin-bottom: 0;
}

a 
{
  text-decoration: none;
  background-color: transparent; 
}
  a:hover, a:focus
  {
    /*color: #0056b3;*/
    text-decoration: underline; 
    font-weight: bold;
  }

  a:not([href]):not([tabindex]) 
  {
  color: inherit;
  text-decoration: none; 

  }

.home
{

    float: left;
    padding-top: 70px;
    color: #75715E;/*#C9C9C9;*/
    height: auto;
    width: 90%;
    margin-left: 5%;
}

.home pre
{
	margin-left: 50px;
  margin-bottom: 0px;
}
@media all and (min-width: 1000px)
{
  .home pre
  {
      font-size: 2.7vw;
  }
}
@media all and (max-width: 999px) 
{
  .home pre
  {
      font-size: 27px;
  }
}

.portrait img
{
  margin-top: 60px;
  padding-top: 60px;
  margin-right: 30px;
  float: right;

  border-radius: 5px;
  max-width: 20%;
}

spec
{
	color: #F92672;
}
det
{
	color: #F8F8F2;
}
fname
{
	color: #A6E22E;
}
var
{
	color: #AE81FF;
}

.about
{
    float: left;
    /*margin-top: 10px;*/
    /*padding-left:15px;*/
   /* margin-right: -10px;
    margin-left: 14%;*/
    height: auto;
    width: 99%;
    background-color: #49483E;/*#E3EDD8;*/
    /*color: #C9C9C9;*/
    font-size: 24px;
}
.about p
{
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

#footer
{
  height: auto;
  clear:both;
  position: relative;
  /* background-color: #FF5748; */
  background-color: #74c269;
  margin-top: 10px;
  margin-bottom: 10px;
	text-align: center;
  float: left;
  width: 99%;

  padding-top: 10px;
}
#footer p
{
  margin-top: 5px;
	color: #000000;
}
#footer img
{
  width: 51px
}
#footer a
{
  text-decoration: underline;
  color: #000000;
}

p
{
	color: #C9C9C9;
}
h2
{
	color: #DB9A64;
    font-size: 28px;
    font-weight: bold;
}

h3
{
	color: #DB9A64;
    /*text-decoration: underline;*/
    font-weight: bold;
}

.icon
{
    /* background: #FF5748; */
    background: #74c269;
    width: 100px;
    height: 100px;
    @include border-radius(50%);
    text-align: center;
    line-height: 136px;
    margin: auto;
    i{
        color: #fff;
        font-size: 68px;

    }
}

.skills_area {
  background: #222318;
  float: left;
  margin-top: 10px;
  /*padding-top: 120px;*/
  width: 99%;
}

.skills_area.colord_bg 
{
  background: #311E25;
}

.skills_area .single_skills 
{
  /* border: 1px solid #FF5748; */
  border: 1px solid #74c269;
  padding: 45px 30px;
  margin-bottom: 30px;

  height: 250px;
  background: #49483E;
}

.skills_area .single_skills, .section_title
{
  color: #DB9A64;
  margin-top: 22px;
  margin-bottom: 11px;
  font-weight: 400;
}

.skills_area .single_skills p, li
{
  font-size: 16px;
  color: #C9C9C9;
  line-height: 28px;
  margin-bottom: 0;
}

.flex-container 
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;


    /*width: 100%;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

    justify-content: space-around;

    flex-direction: column;
}

.row 
{
  
    display: -webkit-box;
    display: -ms-flexbox;
    
    display: flex;
   /* -ms-flex-wrap: wrap;*/
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;

    text-align: left;
    justify-content: center;
}

/*
.col-xl-12,
.col-lg-3,
.col-lg-4,
.col-md-6,
.col-xl-9,
.col-xl-auto 
{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px

    justify-content: space-between;

    vertical-align: baseline;
}
*/
.col-lg-3 
{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;

    justify-content: center;/*space-between;*/

    vertical-align: baseline;


  /*
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        */
        flex: 0 0 25%;
        max-width: 25%;
}

.col-xl-12
{
    position: relative;
    /*
    width: 100%;
    
    
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px

    flex: 0 0 100%;
    max-width: 100%
*/
}
.navbar 
{

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    width: 100%;

    margin-right: auto;
    margin-left: auto;

    justify-content: space-around;

    flex-direction: row;

    font-size: 18px
}

.navbar ul
{
  list-style-type: none;
  /*margin: 0;
  padding: 0;*/
  /*overflow: hidden;*/
  /*float: left;*/
  width: 100%;

  text-align: center;
  
  padding-left: 0px;

  margin-bottom: 0;
  margin-top: 0;
}
.navbar li
{
  display:inline;

}
.nav-item
{

    display: -webkit-box;
    display: -ms-flexbox;
    
    display: flex;
   /* -ms-flex-wrap: wrap;*/
    flex-wrap: wrap;

    text-align: center;
    justify-content: center;
    position: relative;

    margin-left: 4.2%;
    margin-right: 4.2%;
}
.nav-item:before
{
  content: "";
  /*display: block;*/
  padding-top: 90px; /* header height + empty space */
  margin-top: -90px; /* header height to degrees padding’s space */
}
.nav-link 
{
  display: inline;
  /*padding: 0.5rem 1rem; */
  color: #000000;

/*flex: 0 0 50%;*/
   /* max-width: 8%;*/
}
  .nav-link:hover, .nav-link:focus 
  {
    text-decoration: none; 
    font-weight: bold;
  }
  .nav-link.disabled 
  {
    /*color: #6c757d;*/
    pointer-events: none;
    cursor: default; 
  }

.experience
{
  float: left;
  height: auto;
  width: 99%;
  background-color: #222318;/*#49483E;*/

  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}
.qualifications
{
  float: left;
  float: left;
  height: auto;
  width: 99%;
  background-color: #222318;/*#49483E;*/

  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}
.projects
{
  float: left;
  
  height: auto;
  width: 99%;
  background-color: #222318;/*#49483E;*/

  font-size: 24px;
  text-align: center;
  margin-top: 10px;

}

.experience img
{
  width: 25%;
  float: right;
  max-height: 260px;
}
 .qualifications img
 {
    width: 20%;
    float: right;
    max-height: 260px;
    max-width: 260px;
 }

.experience .exp_block, .qualifications .qual_block
{
  text-align: justify;/*left;*/
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;

  justify-content: space-between;

  vertical-align: baseline;

  max-width: 90%;

  float: left;
  margin-top: 10px;

  /* border: 1px solid #FF5748; */
  border: 1px solid #74c269;
  padding: 30px 30px;
  margin-bottom: 10px;

  background: #49483E;
}
.exp_block a, .qual_block a
{
  color: #C9C9C9;
  text-decoration: underline;
}
.experience h3, .qualifications h3
{
  text-align: left;
  margin: 10px;
  font-size: 26px;
}





/*********************/

/* Slideshow container */
.slideshow-container 
{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  text-align: center;
  justify-content: center;

  width: 90%;
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;

  text-align: center;
  justify-content: center;
}

/* Hide the images by default */
.mySlides 
{

  display: none;
  height: auto;/*550px;*/
  /*max-width: auto;*/
  width: 100%;
  text-align: justify;
  /*float: left;*/
  margin-top: 10px;

  border: 1px solid #74c269;
  padding: 10px 50px;
  margin-bottom: 10px;

  background: #49483E;

  border: 1px solid #74c269;
}

.mySlides a
{
  color: inherit;
  text-decoration: underline;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 36px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  /*background-color: #333333;*/
}

/* Position the "next button" to the right */
.next 
{
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev 
{
  left: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #666666;/*rgba(0,0,0,0.8);*/
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  /*position: absolute;*/
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 5;
  color: #888888;
}

/* The dots/bullets/indicators */
.dot 
{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  align-items: center;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}