<style>
	body {

  background-image: url("alfons-morales-YLSwjSy7stw-unsplashCrop2.jpg");
  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
 font-size: 24px;
  text-align: center;
  padding: 20px 20px;
  background-color: #F5F5F5;
  color: #4CAF50; 
  text-decoration: none;
}

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

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}


/* Header */
.header {
  padding: 30px;
  text-align: center;
  background: transparent;
}


.section {
margin: 30px
border: none
padding: 50px
}

/* general */

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

p {
	font-family:  Tahoma, Arial, sans-serif;
	color: #404040
  	padding: 10px;
	font-size: 16px;
	line-height: 1.5;
	margin:  0;
}



h1 {
	font-family:  Tahoma, Arial, sans-serif;	
	color: #404040
	font-size: 50px;
	margin: .67em 0;
}

h2	{
	font-family:  Tahoma, Arial, sans-serif;
	color: #808080;
	font-size: 36px;
	margin: .67em 0;	
	
}


h3 {
	font-family:  Tahoma, Arial, sans-serif;
	
	color: #708090;
	font-size: 30px;
	margin: .67em 0;
}


h4 {
	font-family:  Tahoma, Arial, sans-serif;
	color: #404040		
	font-size: 24px;
	margin: 1.33em 0;
}

h5 {
	font-family:  Tahoma, Arial, sans-serif;
	color: #404040		
	font-size: 18px;
	margin: .67em 0;
}

h6 {
	font-family:  Tahoma, Arial, sans-serif;
	color: #000000		
	font-size: 14px;
	margin: 1.33em 0;
}


ul {
	list-style: none;
}

ol {
	list-style-type: decimal;
	margin-left: 20px;
	padding: 10;
}



.column {
margin: 30px;
column-gap: 40px;
}
/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  
  width: 55%;
  background-color: rgba(250, 250, 250, 0.7);
  margin: 30px;
  padding: 30px;
}

/* Right column */
.rightcolumn {
  float: right;
  
  width: 30%;
  background-color: rgba(250, 250, 250, 0.7);
  margin: 30px;
  padding: 30px;
}

/* Fake image */
.fakeimg {
  background-color: transparent;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {

  padding: 20px;
  margin-top: 20px;
}
	div {
  background: transparent
  }

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

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  
  margin-top: 20px;
}
	div {
/*  background: rgba(255, 255, 255, 0.4)*/
  }

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

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

}


</style>
