
/*
  Theme Name: Folio
  Theme URL: https://bootstrapmade.com/folio-bootstrap-portfolio-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

/* Color Theme Swatches in Hex */
.bhopple1-hex { color: #CCD9CD; }
.bhopple2-hex { color: #CCCAA9; }
.bhopple3-hex { color: #75857E; }
.bhopple4-hex { color: #1D3233; }
.bhopple5-hex { color: #0F0C23; }

/* Color Theme Swatches in RGBA */
.bhopple1-rgba { color: rgba(204, 217, 205, 1); }
.bhopple2-rgba { color: rgba(204, 202, 169, 1); }
.bhopple3-rgba { color: rgba(135, 155, 152, 1); }
.bhopple4-rgba { color: rgba(29, 50, 51, 1); }
.bhopple5-rgba { color: rgba(15, 12, 35, 1); }

/*  General Styling
/*-----------------------------------------------------------------------------------*/

body {
  background: #ffffff;
  color: #454F54;
  font-family: 'Raleway', arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear:both;
  height: 0;
  width: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #292929;
  font-weight: 600;
}

h4 {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
}
h5 {

}

a {
  color: #0F0C23;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}

a:hover, a:focus {
  /* color: #FFFFFF; */
  text-decoration: underline;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
nav ul li a:hover {
  color: #FFFFFF;
}
p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #454F54;
  line-height: 28px;
}

::-moz-selection {
  background: rgba(204, 202, 169, 0.5);
  color: #75857E;
}

::selection {
  background: rgba(204, 202, 169, 0.5);
  color: #75857E;
}
.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #0F0C23;
}

.hvr-shutter-in-horizontal:hover {
  background: #FFF;
}

.mb-30 {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/

nav {
  color: #FFF;
  position: fixed;
  background: #1D3233;
  z-index: 1000;
  width: 100%;
  padding: 10px 20px;
  display: none;
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
    top: 0;
  border-bottom: 1px solid rgba(135, 155, 152, .1);
  }

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 25px;
}
.top-nav {
  display:inline-block;
  float:right;
  padding-top: 65px;
}
.top-nav li {
  margin-right: 20px;
  text-align: right;
}
.top-nav li a {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}
.top-nav li a:hover {
  color: rgba(204, 217, 205, 1);
}
.top-nav li a.active {
  color: rgba(204, 217, 205, 1);
  border-bottom: none;
}

nav ul li {
  float: left;
  margin-right: 15px;
  font-family: 'Raleway', arial, helvetica, sans-serif;
  font-size: 14px;
  margin-left: 30px;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: rgba(135, 155, 152, 1);
  font-family: 'Raleway', arial, helvetica, sans-serif;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
nav ul li a.active {
  border-bottom: none !important;
}
.logo {
  float: left;
  margin-right: 20px;
}

.logo img {
  width: 60px;
  height: 60px;
  opacity: 1;
}
.title {
  font-size: 2em;
  padding-top: 20px;
  width: 25%;
  display: inline-block;
}
.responsive {
  display: none;
  font-size: 23px;
}

.active {
  color: #FFF;
  padding-bottom:3px;
  border-bottom: 4px solid #FFFFFF;
}
img[src$=".gif"], img[src$=".png"] {
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

/*----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/
#header-container {
  background: #FFFFFF;
  height: 334px;
  /* max-height: 393px; */
  width: 100%;
}
.header-circle {
  height: 400px;
  width: 400px;
  /* border-radius: 50%; */
  background: rgba(204, 217, 205, 0) url(../images/bigB-circle.png) no-repeat 0px 0px;
  background-size: 100%;
  position: relative;
  top: 40px;
  margin-bottom: -97px;
  display: inline-block;
}
/* .header-circle::after {
  content: "";
  background: rgba(153,153,153,.8) url(../images/bigB.png) no-repeat;
  opacity: 0.5;
  top: 0;
  left: -45px;
  bottom: 0;
  right: 0;
  position: relative;
  z-index: -1;
} */
#header .header-content {
  position: relative;
  padding-left: 300px;
  padding-top: 9px;
  /* float: right;
  top: 8px;
  left: -115px; */
}

.header-content h1 {
  font-size: 65px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0F0C23;
  margin-top: -45px;
  left: -20px;
  position: relative;
}

.header-content p {
  font-size: 18px;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
  padding-right: 35px;
  top: -15px;
  position: relative;
}
#header .header-content h1.static-head {
  display: none;
}
.header-content .list-social li {
  float: left;
  margin-right: 20px;
}

.header-content .list-social li i {
  color: #fff;
  font-size: 15px;
}
.paddsection {
}
/*-----------------------------------------------------------------------------------*/
/*   Typed Cursor
/*-----------------------------------------------------------------------------------*/
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.9s infinite;
  -moz-animation: blink 0.9s infinite;
  animation: blink 0.9s infinite;
  font-stretch: ultra-condensed;
  font-family: arial, helvetica, sans-serif;
  position: relative;
  top: -4px;
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}


/*-----------------------------------------------------------------------------------*/
/*  About-us
/*-----------------------------------------------------------------------------------*/

#about {
  width: 100%;
  height: auto;
  background: #75857E;
  padding-top: 120px;
}
#about .div-img-bg {
  padding-bottom: 30px;
}
#about .div-img-bg .about-img img {
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -60px;
  margin-left: 20%;
  height: 350px;
  border-radius: 50%;
  border: 20px solid #FFFFFF;
}
#about .about-descr {
  /* padding-top: 35px; */
}
#about .about-descr p {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.75);
}
#about .about-descr p.p-heading{
  color: rgba(255, 255, 255, 1);
}
#about .about-descr p span {
font-weight: bold;
font-size: 17px;
color: rgba(255, 255, 255, 1);
}
.small-headshot {
  display: none;
}
.about-heading {
  display: inline-block;
  width: 70%;
  margin: 0 10px 15px;
}
.initial-cap {
  display: inline-block;
  position: relative;
  margin: 0 0 15px;
}
.initial-cap p {
  font-size: 3.75em;
  line-height: 1em;
  font-weight: bold;
  margin: 0;
}
#about .about-descr .p-heading {
  font-family: 'Raleway', arial, helvetica, sans-serif;
  font-size: 28px;
  text-align: left;
  margin: 0;
  padding-right: 50px;
}
p.separator {
  margin-top: 0;
}
p.separator span {
}
#about .about-descr .separator {
  max-width: 79%;
  margin-bottom: 0;
  text-align: left;
}
#about.paddsection {
  padding-bottom: 60px
}
/*-----------------------------------------------------------------------------------*/
/*   Services
/*-----------------------------------------------------------------------------------*/

#services {
  background: rgba(204, 202, 169, 0.2);
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(204, 202, 169, 0.2)
}

.owl-item {
  float: left;
}
.services-block img {
    margin-right: 15px;
    display: block;
}
.services-block span {
  margin: 5px 0 0;
  position: relative;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  top: 6px;
}

.services-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  padding-top: 10px;
  margin-right: 30px;
}

.services-block i {
  font-size: 44px;
  color: #b8a07e;
  line-height: 44px;
}

.services-carousel  .owl-stage-outer {
  overflow: hidden;
}
.services-carousel  .owl-stage .active {
  border-bottom: none;
}
.services-carousel .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.services-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer;
}

.services-carousel .owl-dot.active {
  background-color: #b8a07e;
}

.owl-nav {
  display: none;
}


/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio .portfolio-list {
  margin-bottom: 50px;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#portfolio .portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active  {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;

  /* overflow: hidden; */
}
.portfolio-thumbnail img {
  max-width: 100%;
  border: 1px solid rgba(100,100,100,.2);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.portfolio-thumbnail.branding img {
  max-width: 100%;
  border: none;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.0);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.0);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.0);
}
.portfolio-thumbnail img:hover {
  width: 102%;
  height: auto;
  opacity: .85;
  border: 1px solid rgba(100,100,100,1);
  cursor: url(/img/layout/backgrounds/zoom.cur), -moz-zoom-in;
}
.portfolio-thumbnail.branding img:hover {
  border: none;
}

.portfolio-thumbnail.branding:first-child {
  padding-top: 45px;
}
.portfolio-thumbnail.branding:nth-child(4),
.portfolio-thumbnail.branding:nth-child(5) {
  padding-top: 25px;
}
/*-----------------------------------------------------------------------------------*/
/*  Journal
/*-----------------------------------------------------------------------------------*/

#journal,  #journal-blog {
  height: auto;
  width: 100%;
  background: rgba(204, 202, 169, 0.2);;
  padding-bottom: 60px;
  position: relative;
  border-top: 1px solid rgba(204, 202, 169, 0.2);
  border-bottom: 1px solid rgba(204, 202, 169, 0.2);
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
  border: 1px solid rgba(100,100,100,.2);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.journal-block .journal-info img.no-shado-border {
  border: none;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0);
}
.journal-block .journal-info .journal-txt {
  padding: 25px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  color: #75857E;
  display: block;
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.journal-block .journal-info .journal-txt h4 a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.journal-block .journal-info .journal-txt h4 {
  color: #75857E;
}
.journal-block .journal-info .journal-txt h4 a.active {
  border-bottom: none;
  padding:0;
}
.journal-block .journal-info .journal-txt h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

#contact {
  height: auto;
  width: 100%;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px;
}

#contact input, #contact textarea {
  width: 100%;
}


#contact  #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact  #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #sendmessage.show, #contact #errormessage.show, #contact .show {
  display: block;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*  Resume Styles
/*-----------------------------------------------------------------------------------*/

.main-content .container-main .block-main h4.resume-main-head {
  color: #1D3233;
}
.main-content .container-main .block-main h6.resume-subhead {
  margin-top: 10px;
  margin-bottom: 6px;
  border-bottom: 2px dotted #CCD9CD;
  padding-bottom: 3px;
}
h5.resume-job-title {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  background: #CCD9CD;
  padding: 5px;
}
.container-main .block-main .content-main p.resume-job-description {
  margin-bottom: 0;
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 5px;
}
span.resume-organization ,span.resume-date {
  color: #75857E;
  font-size: 16px;
}
span.resume-organization {
  font-style: italic;
}
span.resume-date {
  display: inline-block;
  float:right;
  padding-top: 4px;
}

.container-main .block-main .content-main .resume-container ul li:first-child {
  padding-top:5px;
}
.main-content .container-main.single-main .sidebar.resume-sidebar {
  padding: 0 15px;
}
.main-content .container-main.single-main .sidebar.resume-sidebar ul {
  padding-inline-start: 25px;
}
h4.resume-sidebar-head {
  margin: 30px auto 10px;
  color: #1D3233;
  font-size: 21px;
  padding-top: 9px;
}
h5.resume-sidebar-subhead {
  margin: 0 auto 5px;
  color: #75857E;
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 1px solid #75857E;

}
h4.resume-sidebar-head a {
  color: #75857E;
  font-size: 16px;
}
h4.resume-sidebar-head a:hover {
  color: #0F0C23;
}
.resume-thumbnail {
  border: 1px solid transparent;
  width: 80%;
  height: auto;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
  display: block;
  opacity: .75;
}
.resume-thumbnail:hover{
  opacity: 1;
  border: 1px solid #75857E;
  cursor: pointer;
}
/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
  background: #1D3233;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: #75857E;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #FFFFFF;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  color: #75857E;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}

.credits {
  font-size: 13px;
}

@media (max-width: 1200px) {
  #header-container {
    height: 293px;
  }
  .header-circle {
    height: 350px;
    width: 350px;
    top: 35px;
    background-size: 100.2%;
  }
  #header .header-content {
    padding-left: 270px;
    padding-top: 23px
  }
  #header .header-content p {
    font-size: 16px;
    top: -16px;
  }
  #header .header-content h1 {
    font-size: 60px;
  }
  #about .div-img-bg .about-img img {
    margin-left: 15%;
    height: 320px;
  }
  #about .about-descr .p-heading {
    margin-top: 0;
    padding-right: 0;
  }
  #about .about-descr .separator {
    max-width: 90%;
  }
}
@media (max-width: 991.98px) {
  .nav-menu {
      margin-top: 0px !important;
  }
  .top-nav {
      display: inline-block;
      float: right;
      padding-top: 35px;
      left: -35px;
      position: relative;
      top: 170px;
  }
  .top-nav li {
    display: inline-block;
  }
  #header-container {
    height: 200px;
  }
  .header-circle {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: rgba(204, 217, 205, 1) url(../images/bigB-center.svg) no-repeat center;
    background-size: 95.1%;
    position: relative;
    display: inline-block;
    margin: 25px 15px;
    top: 0;
  }
  #header .header-content {
     text-align: left;
     padding-left: 200px;
     padding-top: 0;
     top: -90px;
     /* width: 60%;
     float: right;
     left: -80px; */
   }
  #header .header-content h1 {
    font-size: 40px;
    margin-top: -63px;
    margin-bottom: 10px;
    position: relative;
    width: 400px;
  }
  .header-content p {
    font-size: 15px;
    color: #75857E;
    padding-right: 0;
    padding-left: 0;
    margin-left: -7px;
    width: 75%;
    line-height: 1.25em;
    padding-top: 10px;
  }
  .list-unstyled {
    position: relative;
    left: 0;
  }
  .title {
      width: 45%;
  }
  #about {
    border-top: 29px solid rgba(204, 217, 205, 1);
    padding-top: 90px;
  }
  #about .div-img-bg {
    margin-left: 0;
  }
  .about-heading {
    width: 25vw;
    min-width: 250px;
    margin-left: 0;
  }
  #about .div-img-bg .about-img{
    margin-left: 0;
  }
  #about .div-img-bg .about-img img {
    width: 120%;
    height: auto;
    border: 10px solid #FFF;
    margin-left: 0;
  }
  .initial-cap {
    margin: 0;
  }
  .initial-cap p {
    font-size: 3.5em;
  }
  .top-nav li a {
    color: #75857E;
  }
  .top-nav li a:hover {
    color: #0F0C23;
  }
}
@media (max-width: 768px) {
  .top-nav {
    display: none !important;
  }
  .list-unstyled {
    top: 0;
  }
  #header-container {
    height: 120px;
  }
  #header .header-content {
     text-align: left;
     padding-left: 10px;
     padding-left: 130px;
     padding-top: 0;
     top: -40px;
     /* width: 65%;
     float: right;
     top: 84px;
     left: -60px; */
   }
   #header .header-content h1 {
     font-size: 30px;
   }
  .header-circle {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background: rgba(204, 217, 205, 1) url(../images/bigB-center.svg) no-repeat center;
    background-size: 95.1%;
    position: relative;
    display: inline-block;
    margin: 15px 0px;
    top: 0;
  }
  .header-content h1 {
    margin-top: -63px;
    font-size: 30px;
    margin-bottom: 10px;
    position: relative;
    width: 400px;
  }
  .header-content p {
    font-size: 13px;
    color: #75857E;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    line-height: 1.25em;
    left: -5px;
  }
  .title {
      width: 45%;
      font-size: 1.5em;
  }
  #about {
    border-top: none;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  #about .row.justify-content-between {
    width: 100%;
  }
  #about .div-img-bg .about-img img {
    width: 100%;
    height: auto;
    border: 10px solid #FFF;
    border-radius: 0;
  }
  #about .about-descr .separator {
    line-height: 1.5em;
    font-size: 13px;
  }
  .initial-cap p {
    font-size: 2.5em;
  }
  .about-heading {
    margin-bottom: 0;
  }
  #about .about-descr .p-heading {
    font-size: 20px;
    line-height: 1.25em;
  }
  #about .about-descr .p-heading span {
    font-size: 2.5em;
    padding-left: -110px
  }
  .intro-text {
    width: 60%;
    padding-right: 0;
    left: 15px;
  }
}

@media (max-width: 575.98px) {
  #header-container {
    height: 100px;
  }
  /* #header .header-content h1.static-head {
    display: block;
    float: left;
    margin-bottom: 0;
  }
  .typed, .typed-head {
    display: none;
  } */
  .header-content p {
    position: relative;
    top: -30px;
  }
  .header-circle {
    height: 70px;
    width: 70px;
    margin: 15px 15px 0;
    top: 0;
  }
  #header .header-content {
     text-align: left;
     padding-left: 110px;
     padding-top: 0;
     top: 0px;
   }
  #header .header-content h1 {
    font-size: 20px;
    /* top: -8px; */
    width: 90%;
  }
  #header .header-content p {
    font-size: 13px;
    position: relative;
    letter-spacing: 1px;
    width: 90%;
  }
  .headshot {
    width: 35%;
    margin-left: 25px
  }
  #about {
    padding: 30px 0;
  }
  #about .div-img-bg .about-img img {
    width: 27vw;
    height: auto;
    border: 3px solid #FFF;
    border-radius: 0;
  }
  #about .row.justify-content-between {
    margin:0;
    top: -10px;
    position: relative;
  }
  #about .about-descr {
    padding-top: 35px;
  }
  #about .about-descr .p-heading {
    line-height: 1em;
  }
  #about .about-descr .separator {
    line-height: 1.5em;
    font-size: 15px;
    padding-top: 10px
  }
  .initial-cap p {
    font-size: 2.75em;
  }
  .about-heading {
    font-size: 18px;
    line-height: 1em;
    width: 70%;
    margin-left: 10px;
    position: relative;
    top: 0px;
  }
  .headshot {
    display: none;
  }
  .small-headshot {
    width: 150px;
    display: inline-block;
    float:right;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .intro-text {
    width: 100%;
    padding-right: 35px
  }
  .services-block{
    padding: 0 0 0 25px;
  }
}
@media (max-width: 420px) {
  .title {
    font-size: 1.5em;
    width: 53%
  }
  .header-content p {
    font-size: 12px;
    letter-spacing: 2px;
  }
  /* #header .header-content {
     text-align: left;
     padding-left: 330px;
     padding-top: 0;
     top: 40px;
   } */
    #header .header-content p {
    font-size: 13px;
    line-height: 1.15em;
  }
  .small-headshot {
    display: none;
  }
  .about-heading {
    font-size: 16px;
    margin: 5px 0 10px;
    padding: 0;
}
