
@import "compass/css3";


#container{
	 display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2%;
	margin-bottom: 1%;

}

#posts{
	
	 display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1%;
	margin-right: 3%;
	padding-right:0%;
	margin-left: 5%;
	width: 65%;
	
}

#titledate{
	display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;

}

#news{
	position: absolute;
	width: 25%;
	text-align: center;
	border-left: 4px solid;
	border-color: #333;
	padding-left: 1%;
	padding-top:0;
	top: 0;
	left: 70%;
	top: 30%;
	padding-bottom: 4%;
}

#news h2{
	font-family: 'Signika Negative';
	color: black;
	text-decoration: none;
}

#news a{
	color: black;
	text-decoration: none;
}



.newsitem{
	border-bottom: 3px solid;
	border-color: #12ccad;
	text-align: left;
	
}

#date{
	width: 50%;
}

#date p {
	font-size: 8px;
	float: right;

}

#title{
	/*border: solid black 1px;*/
font-family: 'Autour One', cursive;
	width:50%;
	font-size: 9.5px;
}

#title h2{
}


.contact{
text-align:left; 
	left: 25%;
	position: relative;
}

.post:hover {
        background-color: #dddddd;
				
    }

#myimg{
	
	height:250px; 
	left: 5%;
	
}

.top-left {
    position: absolute;
    top: 0px;
    left: 16px;
		font-size: 12px;
	opacity: .05;
}

#picture {
    position: relative;
    text-align: center;
    color: white;
	
}

.post{
	display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 30px;
	
	float: left;
	text-align:center;
	
	/*background-color:#fffbf7;*/
}

#sum{
	/*border: solid black 1px;*/
	margin :0;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	
}
#titel{
	/*border: solid black 1px;*/
	margin: 2%;
font-family: 'Autour One', cursive;
	width:100%;
	font-size: 9.5px;
}

#sum p{
	margin: 0;
}


.post a{
	color: black;
	text-decoration: none;
}

.post p{
	color: black;
	text-decoration: none;
	margin: 0;
}

.post h2{
	color: black;
	text-decoration: none;
	margin:0;
}



@media screen and (min-width: 320px) and (max-width: 480px) {

#container{
	 display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  width: 95%;
  margin-top: 1%;
 margin-left: 3%;

}

.contact{
text-align:center; 
	left: 25%;
	position: relative;
}

.post:hover {
        background-color: #dddddd;
				
    }

#myimg{
	
	width:100px;
	height:170; 
	left: 5%;
	
}


.post{
	display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
	width: 110px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	
	float: left;
	text-align:center;
	
	/*background-color:#fffbf7;*/
}

#sum{
	/*border: solid black 1px;*/
	margin :0;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	
}
#titel{
	/*border: solid black 1px;*/
	margin: 2%;
font-family: 'Autour One', cursive;
	width:100%;
	font-size: 8px;
}

#sum p{
	margin: 0;
}


.post a{
	color: black;
	text-decoration: none;
}

.post p{
	color: black;
	text-decoration: none;
	margin: 0;
}

.post h2{
	color: black;
	text-decoration: none;
	margin:0;
}

}
