/*Colors to be used:
810000
630000
1b1717
83BD75
#DDDDDD
*/

#about {
  background: #e6e6e6;
  min-height: 300px;
}

#about p{
  margin-bottom:  2%;
  text-align: justify;
  text-justify: inter-word;
}

.bar {
  display: block;
}

@media screen and (max-width: 799px) {
  .bg-image {
    background-image: url('image/wallpaper/forest.JPG');
    background-attachment: scroll;
    background-size: cover;
    height: 100vh;
    background-position: top center;
  }
}

@media screen and (min-width: 800px) {
.bg-image {
  background-image: url('image/wallpaper/forest2.jpg');
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  background-position: center;
}}


body {
  margin: 0;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #262626
}


.btn {
  font-family: 'Montserrat', sans-serif;
}


#contact {
  padding: 2% 4%;
  background: #262626;
  min-height: 50px;

}

.container-fluid {
  padding: 10px 50px;
}

.copyright{
  margin-top: 5%;
  text-align:center;
  color: grey;
  font-size: 1rem;
  font-family: serif;
}

.copyright-par {
  text-align: center;
}

div {
    display: block;
}


.footer-link {
  font-weight: 400;
  font-size: 36px;
  color: white;
}

.footer-link:hover {
  color: grey;
}

.footer-title {
  text-align: center;
  margin: 5% auto;
}

.green-text {
  color: #0f3e0f;
}

h1 {
  font-size: 4rem;
  font-family: 'Ubuntu', sans-serif;

  /*font-family: 'Dancing Script', cursive;
  font-size: 5rem;*/
}

h2 {
  font-size: 2rem;
  font-family: 'Ubuntu', sans-serif;
  /*font-family: 'Montserrat', sans-serif;*/
}

h3 {
  color: #0f3e0f;/*#630000;*/
  font-family: 'Montserrat', sans-serif;
}

.icon-port {
  color: black;
  margin: 3% auto;
}

.icon-port:hover {
  color: grey;
}


.joe_image {
  height: 360px;
  float:left;
  margin: auto;
  margin-top: 20px;
  width: 310px;
}


.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mask {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
}


.navbar {
  font-size: 21px;
  width: 100%;
}


.navbar-brand {
  font-size: 32px;
  font-weight: bold;
  font-family: 'My Soul',cursive;
}

.nav-item {
  padding: 0 18px;
  font-family: 'Montserrat', sans-serif;
}


.par-title {
  color: #0f3e0f;/*#630000;*/
  font-family: 'Montserrat', sans-serif;
}

.picture {
  margin-bottom:30px ;
}

#portfolio {
  background-color: #fafbfb;
  min-height: 500px;
  padding: 5% 0;
}

#portfolio p{
  margin-bottom:  0;
  text-align: justify;
  text-justify: inter-word;
}

.proj-bar {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline-flex;
}

.proj-bar li {
  margin-right: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#skills-area {
  background-color: #fafbfb;
  min-height: 500px;
  padding: 80px 0;
  color:#0f3e0f;
}

#skills-area p{
  color:#737373;
}

.single-skill {
  text-align: center;
  margin-top: 60px;
}

.single-skill i {
  margin-bottom: 50px;
  color: #0f3e0f;
}

.single-skill p {
  max-width: 318px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #737373;
}

.skills-table {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: left;
}

.skills-table .list{
  margin-top: 10px;
}

.social_widget .list li {
    margin: 3% 2.5rem;
    display: inline-block;
}


span {
  font-weight: bold;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
}


.subtitle {
  font-weight: normal;
}


.top-container {
  margin-top: 170px
}

.white-text{
  color: white;
}
