/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

* {
  box-sizing: border-box;
}

body {
  font-family: Arial;
  padding: 10px;
  background: #f1f1f1;
  background:#fff url(../saff_images/bg-body.jpg);
}

/* Header/Blog Title */
.header {
  padding: 30px;
  text-align: center;
/*  background: white;  */
background:url(../saff_images/FFL_Splitacresfiberfarm_small_r3.png) no-repeat;
}

.header h1 {
  font-size: 50px;
}

.header h2 {
  font-size: 35px;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #4A2900;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
/*  background-color: #f1f1f1;  */
  padding-left: 15px;
}

/* Fake image */
.fakeimg {
  /*  background-color: #aaa;  
  border-style: ridge;
  border-color: #aaa; */
  width: 100%;
  padding: 10px;
  vertical-align: middle;
}


.side_img   {
    vertical-align: middle;
}


/* Add a card effect for Main articles */
.card {
/*  background-color: white; */
  border-style: ridge;
  border-color: orange;
  padding: 20px;
  margin-top: 20px;
}


/* Add a card effect for right side articles */
.right_card {
/*  background-color: white; */
  border-style: ridge;
  border-color: orange;
  padding: 15px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
/*  background: #ddd;  */
  margin-top: 20px;
  background:#fff url(../saff_images/bg-body.jpg);
  font-style: italic;
}



/* Responsive layout - when the screen is less than 1075px wide, remove the logo */
@media screen and (max-width: 1075px) {
  .header {
    background:url() no-repeat;
}}





/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}