@font-face {
  font-family: RussoOne;
  src: url(/blogfonts/RussoOne-Regular.ttf);
}

body {
  margin: 0;
  padding: 0;
}

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about-box {
  background-color: grey;
  background-size: cover;
  background-position: center;
  width: 500px;
  padding: 20px;
  border: 2px solid white;
  border-radius: 10px;
  height: 400px;
  /*margin-left: 450px;
  margin-right: 100px;*/
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: left;
}
.size {
  font-size: 20px;
}
.blog-index {
  background-color: grey;
  background-size: cover;
  background-position: center;
  width: 500px;
  padding: 20px;
  border: 2px solid white;
  border-radius: 10px;
  height: 250pxvh;
  margin-top: 25px;
 /*margin-left: 450px;
  margin-right: 100px;*/
  margin-bottom: 150px;
  text-align: center;
}

#center {
  text-align: center;
}

.navbar {
  background-color: rgb(0, 174, 0);
  padding: 0;
  margin: 0;
}

.title {
  text-align: center;
  margin: 0;
  padding: 10px;
  font-size: 40px;
  font-family:RussoOne, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif ;
}
body {
  background-image: url(/images/dirt.jpeg);
  color: black;
}

#title-text {
  color: white;
  font-family: RussoOne, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.custom-font {
  font-family: RussoOne, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}


.footer {
  color: white;
  margin-left: 0px;
  margin-bottom: 0px;
  background-color: rgb(43, 43, 43);
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.indexbutton-size {
  font-size: 25px;
}

.rich {
  width: 400px;
  height: auto;
  margin-left: 0;
}
.face {
  width: auto;
  height: 225px;
}

.white {
  color: white;
  font-family: RussoOne, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.cod {
  width: 295px;
  height: 225px;
}

.instagram {
  width: 30px;
  height: auto;
  margin-left: 10px;
}
.white-border {
  color:rgb(0, 0, 0);
  text-shadow:
  -1px -1px 0 #ffffff, 1px -1px 0 #fff,  -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.black-border {
  color:rgb(0, 0, 0);
  text-shadow:
  -3px -3px 0 #000, 3px -3px 0 #000,  -3px 3px 0 #000, 3px 3px 0 #000;
}

.green-text-black-border {
  color:rgb(0, 174, 0);
  text-shadow:
  -1px -1px 0 #000, 1px -1px 0 #000,  -1px 1px 0 #000, 1px 1px 0 #000;
}

.gray-back {
  background-color: gray;
  background-size: cover;
}
.para-margin {
  margin-left: 30px;
  margin-right: 30px;
}

.link-padding {
  padding: 30px;
}
/*.section {
  height: 2000px; 
}*/

.backtoindex {
 
  padding-bottom: 100px;
}

.centering {
  all
}

@media screen and (min-width: 1200px) {
  .title {
    text-align: center;
    margin: 0;
    padding: 10px;
    font-size: 50px;
    font-family:RussoOne, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .about-box {
    margin-left: auto;
  }
  .blog-index {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
}

@media only screen and (max-width: 320px) {
body {
  font-size: 9px;
  .title {
    text-align: center;
    margin: 0;
    padding: 10px;
    font-size: 20px;
    font-family:RussoOne, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif ;
  }
}
}
