video {padding-top: 0rem;
margin-top: 0rem}

body {
	overflow-x: hidden;
	font-family: "Helvetica Neue", sans-serif;
	color: #000000;
  background-color: #ffffff;
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  color: #1a5e9b;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

h3 {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
  text-align: left;
  background: transparent;
  color: #000000;
  padding-top: 1rem;
}

h4 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  color: #000000;
  padding-top: 1rem;
}

a {
    color: #c0358f;
    text-decoration:underline;
}


/*--- Nav Scrolling Offset --*/
.offset:before {
  height: 4rem;
  margin-top: 0rem;
  content: "";
  display: block;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
	padding-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

/*============= NAVIGATION =============*/

.navbar {
	padding: 0rem 1rem;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .2rem;
	background-color: rgba(24, 87, 149, .7)!important;
  box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.50);
}

.navbar-brand {
	height: 4rem;
  padding:0rem;
}

.navbar-brand img {
	height: 4rem;
}

.navbar-nav .nav-link {
	color: white;
	padding-top: .8rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
	color: #ffffff;
  text-shadow: 2px 2px 4px #12416c;
  background-color: #1a5e9b;
}
.svg-inline--fa.fa-w-14 {
	color: white;
	font-size: 1.6rem;
}
.navbar-nav li {
	padding-right: .8rem;
}

/*============= LANDING PAGE =============*/
.home {
  background-color: #f7f7f7;
}

.carousel-inner img{
  height: 100%;
  width: 100%;
}

.carousel-indicators {
    bottom: 50px;
    height:5px;
    color: #1a5e9b;
    height: 5px;
}

/*============= TYPEWRITTING ANIMATION =============*/
.caption {
	width: 100%;
	max-width: 100%;
	position: absolute;
	top: 70%;
	z-index: 1;
  padding-left: 3rem;
  background-color: rgb(0, 0, 0, 0.60);
}
.caption h3 {
	color: white;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding-bottom: 0rem;
  display:inline;
  letter-spacing: .2rem;
}

.caption h1 {
	color: white;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding-bottom: 0rem;
  display:inline;
  letter-spacing: .2rem;
}

.caption h5 {
	color: white;
	font-size: 1rem;
	text-transform: none;
	padding-bottom: 0rem;
  letter-spacing: .5rem;
  padding-top: .5rem;
}

.header-content {
  text-align: left;
  width: 100%;
  display: flex;
  display:inline;
}


/*============= ABOUT SECTION =============*/

#about {
  width: 100%;
  height: auto;
}

.about {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  margin: 0 auto;
}

#about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #1a5e9b;
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: 25px;
  margin-left: 40px;
  object-fit: 1;
}

.about-descr .p-heading{
  font-family: 'Playfair Display', serif;
  font-size: 23px;
  font-style: italic;
  text-align: left;
  line-height: 2rem;
}

#about .about-descr .separator {
  max-width: 95%;
  text-align: left;
}

.about-descr {
  margin-bottom: 2rem;
}


/*============= PORTFOLIO SECTION =============*/
#portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio h4 {
  display: block;
  color: #1a5e9b;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  text-align: center;
}

#portfolio .portfolio-list {
  margin-bottom: 1rem;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#portfolio .portfolio-list .nav li {
  margin: 0 30px 0 0;
  color: #c0358f;
  float: left;
  font-size: 1rem;
  line-height: 16px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active  {
  color: #1a5e9b;
  text-decoration: underline;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio-thumbnail img {
  max-width: 100%;
}

/*============= Employment =============*/
.employment {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  margin: 0 auto;
}
.container-fluid-employment {
    width: 80%;
    margin: 0 auto;
}
.employer-logo {
  padding-top: 1.2rem;
    width: 30%;
}

.employer-logo img{
    width: 80%;
}

.job_description {
  width: 70%;
}

.job_description h4 {
  display: block;
  color: #1a5e9b;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  text-align: left;
}

.col-md-8half {
    .make-md-column(8.5);
}

.col-md-3half {
    .make-md-column(3.5);
}
/*============= Education =============*/

#education {
  height: auto;
  width: 100%;
  position: relative;
}

#journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 4rem;
  position: relative;
}

#journal-blog {
  background: #fff;
  padding-bottom: 2rem;
}

#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%;
  padding-top: 1rem;
}

.journal-block .journal-info .journal-txt {
  padding: 1rem 0 1rem 0;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 {
  display: block;
  color: #1a5e9b;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
}


.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 1rem;
  line-height: 24px;
}

/*============= Footer =============*/

.footer p {
	background-color: rgba(24, 87, 149, 1)!important;
	padding: 1rem 0rem 1rem;
	color: white;
  margin: 0;
  width: 100%;
}

.footer a {
	color: white;
}



/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*============= MEDIA QUERY LG =========================================*/

@media (min-width: 992px) and (max-width: 1200px) {

.img-responsive {
  width: 90%;
  margin-top: 10px;
  margin-left: 30px;
 }
}

/*============= MEDIA QUERY MD =========================================*/

@media (min-width: 768px) and (max-width: 991px) {

.navbar {
  background-color: rgba(24, 87, 149, 1)!important;
  box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.50);
}

.carousel {

  margin-top: 62px;
}

.carousel-indicators {
    bottom: 20px;
  }


.img-responsive {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
 }

.employer-logo img{
    width: 110%;
}

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }
  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }
}


/*============= MEDIA QUERY SM =========================================*/
@media (min-width: 576px) and (max-width: 767px) {
  .navbar {
  background-color: rgba(24, 87, 149, 1)!important;
  box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.50);
}

.carousel {

  margin-top: 64px;
}

.carousel-indicators {
    bottom: 5px;
}

.img-responsive {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

  /*====== TYPEWRITTING ANIMATION =======*/
.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 70%;
  z-index: 1;
  padding-left: 3rem;
  background-color: rgb(0, 0, 0, 0.60);
}
.caption h3 {
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-bottom: 0rem;
  display:inline;
  letter-spacing: .2rem;
}

.caption h1 {
  color: white;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-bottom: 0rem;
  display:inline;
  letter-spacing: .2rem;
}

.caption h5 {
  color: white;
  font-size: .9rem;
  text-transform: none;
  padding-bottom: 0rem;
  letter-spacing: .4rem;
  padding-top: .5rem;
}

.header-content {
  text-align: left;
  width: 100%;
  display: flex;
  display:inline;
}


.about-descr {
  padding-top: 30px;
}

.employer-logo img{
    width: 110%;
    padding-right: 1rem;
}

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }

  #portfolio .portfolio-list .nav li {
  margin: 8px 20px;
  color: #c0358f;
  font-size: .9rem;
  line-height: .9rem;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0;
}
  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }
  /*--- Removed Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 0rem;
}

}

/*============= MEDIA QUERY XS =========================================*/

@media (min-width: 200px) and (max-width: 575px) {
  .navbar {
  background-color: rgba(24, 87, 149, 1)!important;
  box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.50);
}

.navbar-brand {
  height: 3rem;
  padding:0rem;
}
.navbar-brand img {
  height: 3rem;
}

.carousel {

  margin-top: 48px;
}

.carousel-indicators {
    bottom: -15px;
  }

.img-responsive {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
 }

  /*======== TYPEWRITTING ANIMATION =========*/
.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 70%;
  z-index: 1;
  padding-left: .5rem;
  background-color: rgb(0, 0, 0, 0.60);
}
.caption h3 {
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  padding-bottom: 0rem;
  display:inline;
  letter-spacing: .1rem;
}

.caption h1 {
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  padding-bottom: 0rem;
  display:inline;
  letter-spacing: .1rem;
}

.caption h5 {
  color: white;
  font-size: .8rem;
  text-transform: none;
  padding-bottom: 0rem;
  letter-spacing: .3rem;
  padding-top: .1rem;
}

.header-content {
  text-align: left;
  width: 100%;
  display: flex;
  display:inline;
}


 #about .heading {
  padding-bottom: 30px;
 }

.about-descr {
  padding: 30px 30px ;
}

.employer-logo img{
    width: 110%;
    padding-right: 1rem;
}

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }
  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }
  /*--- Removed Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 0rem;
}

#portfolio .portfolio-list .nav li {
  margin: 8px 20px;
  color: #c0358f;
  font-size: .9rem;
  line-height: .9rem;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0;
}

.popup-img {
  width: 100%;
  height: 100%;
}

}