/*!
 * Template Name: Orbit - Bootstrap 4 Resume/CV Template for Developers
 * Version: 2.0
 * Author: Xiaoying Riley
 * Copyright: 3rd Wave Media
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: http://themes.3rdwavemedia.com/
*/
body {
  font-family: 'Zilla Slab', serif;
  color: #151F2A;
  background: #FAFAFA;
  font-size: 20px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Zilla Slab', sans-serif;

}



a {
  color: #202122;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;

}


a:hover{
  color: #1F3821;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 0.1em 0;
}

.creator-title{
  font-size: 14px;
}
.btn-secondary{
  background: #151F2A;
}

.resume-btn{
  margin-right: 10em;
}
.contactsection{
  background: #fff;


}
.contactsection .upper-col{
  background: #1F3821;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  color: #fff;
}
.contactsection .name-title {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: center;
}

.contactsection .name-titlelr {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: center;
}

.contactsection .contact-title {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: center;
}

.contactsection .mycontent-right{
  border-right: 1px dashed #FFF;
}
.infosection {
  background: #FAFAFA;
  padding-top: 2em;

  padding-bottom: 1em;

  margin-bottom: 2em;
}
.infosection .col-title{

  font-size: 32px;
  font-weight: 600;
  color: #202122;


}
.infosection .parag-title{
  font-size: 26px;
  font-weight: 500;
  color: #202122;

}
.infosection .post-title{

  font-size: 48px;
  font-weight: 600;
  color: #202122;

}

.infosection .post-author {
  color: #aaa;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;

}


.infosection .section-title {

  font-size: 26px;
  font-weight: 600;
  color: #202122;
  position: relative;
  margin-top: 1em;
  margin-bottom: .4em;
}
.infosection .release-title {

  font-size: 32px;
  font-weight: 600;
  color: #AAA;
  position: relative;
  margin-top: 0em;
  margin-bottom: 0.5em;
  text-align: center;
}

.infosection .pe-title{
  margin-bottom: 0.25em;
  font-weight: 500;

}
.infosection .subtitle {
  font-size: 16px;
  margin-top: 0em;
}

.infosection .author-title {
  color: #aaa;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;

}

.infosection .pcs-left {
  margin-bottom: 0.35em;


}
.infosection .pcs-right {
  margin-bottom: 0.35em;
    font-weight: 500;

}
