.navbar-text > li > a {
  color: inherit;
  text-decoration: none;
}

.nav-font {
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  margin: 5px;
}

footer {
  margin-top: auto;
}

/* Trick */
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0;
}

i {
  margin-right: 20px;
}

p {
  font-size: 100%;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ol > li::marker {
  font-weight: bold;
}

.about-page > p {
  font-size: 17px;
  font-family: "Baskerville", "Merriweather", serif;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/* 
@media screen and (min-width: 848px)
.blog-single-column .blog-title {
    font-size: calc(2.3 * 1rem);
}*/

.blog-date {
  font-size: 1.2em; /*calc(1.2 * 1rem);*/
  font-family: "Calibri Light";
}

.blog-title > a {
  font-family: "Baskerville";
  font-size: 1.875em; /*calc(2.3 * 1rem);*/
  color: black;
}

.blog-list {
  display: default;
  flex-direction: row;
  justify-content: default;
  min-height: default;
}

.vertical-center {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}
/*
.landspace {
	width: 100%;
    height: auto;
}*/

img {
  display: inline-block;
  width: 190%;
  height: auto;
}




@media (min-width: 992px){
  .navbar li {
      margin-left : 1px;
      margin-right : 1px;
  }
  .navbar li{
    padding-left:1px;
    padding-right:1px;
  }
  .nav-link{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

@media (max-width: 768px) {
  .navbar .navbar-nav {
      display: inline-block;
      float: none;
      vertical-align: top;
  }

  .navbar .navbar-collapse {
      text-align: center;
  }
  .navbar-brand{
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .nav>li:not(.li-text){
     display: inline-block;
     padding-right: 0;
  }
}


@media only screen and (min-width : 320px) and (max-width: 640px) {
  .tree-img {
   width: 350px !important;
   height: 200px !important;
 }     
}
button:focus{
  outline: none;
}

.home-menu{
	padding-inline-start: 1px;
	padding-inline-end: 1px;
}

.home-menu > a {
  font-size: large;
}

.home-menu > a:link {
  color: inherit;
  text-decoration: underline;
  color: black;
}

.home-menu > a:visited {
  color: inherit;
  text-decoration: underline;
  color: black;
}
.home-menu > a:hover {
  color: inherit;
  /*text-decoration: underline;*/
  color: slategray;
}

.home-menu > a:active {
  color: inherit;
  /*text-decoration: underline;*/
  color: slategray;
}

.form-control:focus {
  box-shadow: none;
}

.form-control{
	background-color: whitesmoke;
}

.btn-link,
.btn-link:hover,
.btn-link:active,
.btn-link:visited {
  color: #424247 !important;
}

footer a {
  color: rgb(56, 55, 55);
  transition-duration: 0.2s;
}

footer a:hover {
  color: #bebebd;
  text-decoration: none;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

/* footer social icons */

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 2em;
  height: 2em;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 1em;
  text-align: center;
}

.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: #f9f9f9;
}

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

.nav-img{
  color:#2f2b2bd5;
}
