/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */


/* Add a gray background color with some padding */


/* Links Internal Blog */

a.blog:link {font-family: 'Montserrat', sans-serif; color:#00adef;}
a.blog:hover {font-family: 'Montserrat', sans-serif; color:#FF5015; text-decoration:none;}
a.blog:visited {font-family: 'Montserrat', sans-serif; color:#9ac93b;}




/* Welcome Text Header Center on Blog Page */
.center {
  margin: auto;
  width: 95%;  
}

div.a {
  text-align: center;
  
}

.pblog {
	   font-size: 0.5em;
  	   line-height:30px;
 }
 

/* Header/Blog Title */
.header {
  padding: 30px;
  margin-top: 20px;
  font-size: 40px;
  text-align: center;
  background: white;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 70%;
  padding-left:5%
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
   background-color: white;
   padding: 20px;
   margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* 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;
  }
}