/* -----------------------------------------------
    Template Name: AZOULE - Personal Portfolio Template
    Author: assiathemes
--------------------------------------------------

Table of Content

	- Global
	- Pagepiling
	- Navigation
	- Home  
	- About 
	- Services 
	- Portfolio 
	- Blog 
	- Blog Single
	- Contact
	- Footer 
	- Preloader 
	- Responsive
 

----------------------------------- */
/* -----------------------------------
		 Global
----------------------------------- */
* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none !important;
  list-style: none !important;
  text-decoration: none !important;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #eee;
  background-color: #222;
  letter-spacing: 0.5px;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  font-weight: 700;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 15px;
}

a {
  outline: none !important;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover, a:focus {
  text-decoration: none;
  color: #2ecc71;
}

.base-color {
  color: #2ecc71 !important;
}

.font-w-900 {
  font-weight: 900;
}

.max-width-450 {
  max-width: 450px;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin-bottom: 0;
}

ul li {
  list-style-type: none;
}

.logo {
  position: fixed;
  top: 20px;
  left: 30px;
  z-index: 9;
  width: 100%;
}

.logo a {
  font-weight: 900;
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.section {
  padding-right: 80px;
  padding-left: 80px;
}

.section-center {
  display: table;
  width: 100%;
  height: 100%;
}

.section-middle {
  vertical-align: middle;
  display: table-cell;
  padding: 80px 0;
}

.heading h2 {
  text-transform: uppercase;
  font-weight: 900;
}

.heading .sub-heading {
  font-size: 17px;
  color: #ffffff;
  opacity: 0.9;
}

.social li {
  margin-right: 15px;
  display: inline-block;
}

.social li a {
  display: block;
}

.social li a i {
  color: #eee;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social li a:hover i {
  color: #2ecc71;
}

.social-left {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vh;
  height: 60px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-100%);
          transform: rotate(-90deg) translateX(-100%);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-left .social-links {
  margin: 0 auto;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.social-left li a {
  float: right;
  height: 100%;
  line-height: 60px;
  padding: 0px 15px;
  text-align: center;
}

.social-left li:not(:first-child) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* Buttons */
.btn {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  outline: 0 solid;
}

.btn:hover {
  color: #ffffff;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-action {
  background-color: #2ecc71;
  border: none;
  padding: 10px 25px;
  border-radius: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.btn-action:hover {
  background-color: #ffffff;
  color: #2ecc71;
}

.btn-read-more {
  color: #2ecc71;
  text-transform: capitalize;
  padding: 0 0 0 25px;
  position: relative;
}

.btn-read-more:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  background-color: #2ecc71;
  top: 12px;
  left: 0;
}

.btn-read-more:hover::before {
  background-color: #ffffff;
}

/* ---------- Margin & Padding --------- */
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* Custom Margin Bottom */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* Custom Padding top */
.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/* Custom Padding top */
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

/* -----------------------------
		. Preloader 
--------------------------------- */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #222;
  z-index: 99999;
}

.loading .circle {
  margin: 50vh auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2ecc71;
  -webkit-animation: load 0.9s infinite linear;
          animation: load 0.9s infinite linear;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes load {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

/* -----------------------------------
		. pagepiling
----------------------------------- */
#pp-nav li {
  margin-bottom: 30px;
}

#pp-nav li .active span {
  background: #2ecc71;
  height: 20px;
}

#pp-nav span {
  width: 5px;
  height: 20px;
  background-color: #eee;
  border: 0;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#pp-nav.right {
  right: 32px;
}

/* -----------------------------------
		. Navigation
----------------------------------- */
.navbar {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 0 40px;
  background-color: #222;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  border-left: 1px solid #2a2a2a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-nav {
  display: block;
  width: 100%;
}

.navbar-nav .nav-item {
  border-bottom: 1px solid #2a2a2a;
}

.navbar-nav .nav-item .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  padding: 12px 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #2ecc71;
}

.navbar-nav .nav-item:last-child {
  border-bottom: 0px;
}

.navbar-toggle {
  position: fixed;
  right: 47px;
  top: 28px;
  z-index: 999;
  border-radius: 0px;
}

.navbar-toggle span {
  font-size: 16px;
  color: #ffffff;
}

.navbar-open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.navbar .cross {
  position: absolute;
  right: 47px;
  top: 28px;
}

.navbar .cross span {
  font-size: 30px;
  color: #ffffff;
}

/* ------------------------------
		 Home 
------------------------------ */
.home {
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.9);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
}

.home .image {
  position: relative;
  z-index: 1;
  width: 150px;
  height: 150px;
  float: right;
}

.home .image img {
  border-radius: 50%;
  border: 2px solid #222;
}

.home .image:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: -10px;
  bottom: -10px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.3;
  background: #2ecc71;
}

.home .content h1 {
  font-weight: 900;
}

.home .content h1.cd-headline {
  font-size: 48px;
  font-weight: 900;
}

.home .content h1.cd-headline.clip span {
  padding: 0;
}

.home .content h1.cd-headline .cd-words-wrapper {
  color: #ffffff;
}

.home .content h1.cd-headline .cd-words-wrapper:after {
  background-color: transparent;
}

.home .scroll-down {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 0;
  right: 0;
  -webkit-animation: scrolldown 2s infinite;
          animation: scrolldown 2s infinite;
  text-align: center;
}

.home .scroll-down a {
  background-color: transparent;
  width: 25px;
  height: 45px;
  display: block;
  border-radius: 30px;
  margin: auto;
  border: 1px solid #eee;
  cursor: pointer;
}

.home .scroll-down a i {
  color: #eee;
  line-height: 60px;
  font-size: 18px;
}

@-webkit-keyframes scrolldown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes scrolldown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

/* ------------------------------
		 About  
------------------------------ */
.about .about-hero {
  position: relative;
  z-index: 1;
}

.about .about-hero img {
  border-radius: 5px;
  border-radius: 0px 100px;
  margin-left: 5%;
  position: relative;
  width: 88%;
  margin-bottom: 5%;
}

.about .about-hero:after {
  content: '';
  width: 5% !important;
  height: 60%;
  position: absolute;
  right: 0;
  top: 91px;
  background-image: url("../img/about/dots.png");
  background-repeat: repeat;
  z-index: -1;
}

.about .about-hero:before {
  position: absolute;
  content: "";
  background-color: rgba(46, 204, 113, 0.3);
  width: 50%;
  height: 50%;
  border-radius: 0px 100px;
  bottom: -5%;
  top: 50%;
  right: 50%;
  z-index: -1;
}

.about .about-skills .skill-item:not(:first-child) {
  margin-top: 25px;
}

.about .about-skills .skill-item h6 {
  font-weight: 500;
  margin-bottom: 8px;
}

.about .about-skills .skill-item .skill-progress {
  position: relative;
  background-color: #343434;
}

.about .about-skills .skill-item .skill-progress .skill-progress-bar {
  width: 0;
  background-color: #2ecc71;
  height: 5px;
  position: relative;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.about .about-skills .skill-item .skill-progress .skill-progress-bar span {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 14px;
}

.about .about-features .feature-item {
  background-color: #2a2a2a;
  padding: 15px  20px;
  margin-bottom: 30px;
}

.about .about-features .feature-item .feature-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #2ecc71;
  font-size: 20px;
}

/* ------------------------------
		. Services 
------------------------------ */
.services .service-item {
  background-color: #2a2a2a;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.services .service-item .icon {
  width: 60px;
  height: 60px;
  border: 1px solid #2ecc71;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.services .service-item .icon span {
  color: #2ecc71;
  line-height: 60px;
  font-size: 16px;
}

.services .service-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.services .service-item:hover .icon {
  border-radius: 10px;
}

/* ------------------------------
		. Portfolio
------------------------------ */
.portfolio .portfolio-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.portfolio .portfolio-item .hover {
  opacity: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.portfolio .portfolio-item .hover:before {
  position: absolute;
  content: "";
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.portfolio .portfolio-item .hover .content {
  text-align: center;
  width: 100%;
  z-index: 1;
}

.portfolio .portfolio-item .hover .content h5 {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 800;
}

.portfolio .portfolio-item .hover .content .link-image,
.portfolio .portfolio-item .hover .content .link-info {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  color: #222;
  display: inline-block;
  border-radius: 2px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.portfolio .portfolio-item .hover .content .link-image i,
.portfolio .portfolio-item .hover .content .link-info i {
  line-height: 35px;
  font-size: 15px;
}

.portfolio .portfolio-item .hover .content .link-image:hover,
.portfolio .portfolio-item .hover .content .link-info:hover {
  background-color: #2ecc71;
}

.portfolio .portfolio-item .hover .content .link-image:hover i,
.portfolio .portfolio-item .hover .content .link-info:hover i {
  color: #ffffff;
}

.portfolio .portfolio-item .hover .content .link-info {
  margin-right: 10px;
}

.portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.portfolio .portfolio-item:hover .hover {
  background-color: rgba(46, 204, 113, 0.7);
  opacity: 1;
}

.portfolio .portfolio-item:hover .hover::before {
  border: 1px solid #eee;
}

/* ---------------------------------
		. Blog 
--------------------------------- */
.blog .blog-item {
  margin-bottom: 50px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.blog .blog-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog .blog-item-head {
  position: relative;
}

.blog .blog-item-head .categore {
  position: absolute;
  bottom: -16px;
  left: 20px;
  text-align: center;
  background-color: #2ecc71;
  padding: 4px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
}

.blog .blog-item-head .categore span {
  font-size: 13px;
  color: #ffffff;
}

.blog .blog-item-content {
  padding: 25px 20px;
}

.blog .blog-item-content .title a {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog .blog-item-content .title a:hover {
  color: #2ecc71;
}

/* ------------------------------
		 Blog Single
------------------------------ */
.blog-single .post .post-thumbnail img {
  border-radius: 5px;
}

.blog-single .post .post-content .title {
  font-weight: 800;
}

.blog-single .post .post-content p {
  font-size: 16px;
  line-height: 32px;
}

.blog-single .post .post-meta {
  padding: 15px;
  background-color: #343434;
  border-radius: 5px;
}

.blog-single .post .post-meta li {
  display: inline-block;
  margin-right: 10px;
}

.blog-single .post .post-meta li i {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-right: 5px;
}

.blog-single .post .post-meta li i:hover {
  color: #2ecc71;
}

.blog-single .post .post-meta .post-info i {
  color: #2ecc71;
}

.comments .heading {
  text-transform: uppercase;
}

.comments .reply {
  margin-left: 128px;
}

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #343434;
  margin-bottom: 30px;
}

.comment img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.comment .author {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}

.comment .writer {
  border: 4px solid #2ecc71;
}

.comment .date {
  color: #aaa;
}

.comment .body {
  padding-left: 30px;
}

.comment .link-reply {
  color: #ffffff;
  font-weight: 400;
}

.comment .link-reply:hover {
  color: #2ecc71;
}

.comment.last {
  border-bottom: 0;
}

.back-home {
  background-color: #2ecc71;
  border-bottom-right-radius: 30px;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
}

.back-home span {
  line-height: 60px;
  font-size: 30px;
  color: #ffffff;
}

/* ------------------------------
		. Contact 
------------------------------ */
.contact ::-moz-placeholder {
  color: #eee !important;
}

.contact .contact-item {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact .contact-item h6 {
  margin-bottom: 8px;
}

.contact .contact-item-content .icon {
  font-size: 18px;
  color: #2ecc71;
  margin-right: 12px;
}

.contact .contact-item-content .icon .fa-phone {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.form {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 5px;
}

.form .form-group {
  margin-bottom: 26px;
}

.form .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #343434;
  border-radius: 0;
  padding: 0;
  left: 0;
  font-size: 15px;
  color: #eee;
  display: inline-block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.form .form-control:focus {
  border-bottom: 1px solid #2ecc71;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form .form-control ::-moz-placeholder {
  color: #eee !important;
}

.google-map iframe {
  width: 100%;
  height: 380px;
  border: 0;
}

/* -----------------------------
		 Footer 
--------------------------------- */
.copyright .social-footer {
  text-align: center;
}

.copyright .social-footer li a {
  font-size: 13px;
  color: rgba(238, 238, 238, 0.9);
}

.copyright .copyright-year {
  float: right;
}

.copyright .copyright-text p,
.copyright .copyright-year p {
  font-size: 13px;
  color: rgba(238, 238, 238, 0.9);
  text-transform: uppercase;
}

/* -----------------------------
		 Responsive
--------------------------------- */
@media screen and (max-width: 991px) {
  .max-width-450 {
    margin: auto;
  }
  .home .image {
    float: none;
    margin: auto;
  }
  .home .content {
    text-align: center;
    margin-top: 30px;
  }
  .about .about-content {
    margin-top: 30px;
  }
  .about-skills {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #pp-nav, .social-left {
    display: none;
  }
  .section {
    padding-left: 8px;
    padding-right: 8px;
  }
  header {
    height: 60px;
    background-color: #222;
    border-bottom: 1px solid #343434;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .navbar-toggle {
    top: auto;
    right: 22px;
  }
  .logo {
    top: auto;
    left: 22px;
  }
  .copyright {
    text-align: center;
  }
  .copyright .social-footer {
    margin: 15px 0px;
  }
  .copyright .copyright-year {
    float: none;
  }
}

@media screen and (max-width: 567px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 19px;
  }
  p {
    font-size: 14px;
  }
  .navbar {
    width: 100%;
  }
  .home .content p {
    width: auto;
  }
  .home .content h1.cd-headline {
    font-size: 35px;
  }
  .about .about-hero:after, .about .about-hero:before {
    display: none !important;
  }
  .about .about-hero img {
    width: 100%;
    border-radius: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 320px) {
  .home .image {
    width: 120px;
    height: 120px;
  }
  .home .content h1.cd-headline {
    font-size: 28px;
  }
  .home .content p {
    font-size: 14px;
  }
  .home .scroll-down {
    display: none;
  }
}
