
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');




.post_1 iframe{
max-width: 100%;


}
.post_1 img{
  float: right;
  
 width:20%;
	min-width:0%;

}


.post_2 iframe{
max-width: 100%;


}
.post_2 img{
  float: right;
  
 width:30%;
	min-width:0%;

}

.post_3 iframe{
max-width: 100%;


}
.post_3 img{
  float: right;
  
 width:25%;
	min-width:0%;

}

footer {
  background-color:white;
  padding: 0px;
  border-radius: 20px;
  margin-top:10px;
  
}
h1,h2,h3,h4{font-size: calc(8px + 10*(100vw/1241));}
p,li{
  font-size: calc(6px + 10*(100vw/1241));}
.post img{
  max-width:10%;
	min-width:0%;
  margin-left:7.5%;
	max-width:10%;
	min-width:0%; 
}
header,h1{
  font-family: ‘Barlow Semi Condensed’, sans-serif;
}
main {
  padding: 10px;
 background:url(https://www.e-spincorp.com/wp-content/uploads/2018/11/Electronic-e1542941776154.jpg);
  background-size:cover;
    font-family: ‘Barlow Semi Condensed’, sans-serif;
    border-radius: 20px;
  
}

.post,p{
  padding: calc(0px + 8*(100vw/1241));
  font-family: ‘Barlow Semi Condensed’, sans-serif;
}

.post_1 {
  font-family: ‘Barlow Semi Condensed’, sans-serif;
  background-color: white;
  border-radius: 20px;
  padding:5px;
  margin-top: 10px;
  line-height:25px;
  font-family: ‘Barlow Semi Condensed’, sans-serif;
  padding-bottom:2%;
}
.post a {
  text-decoration:none;
}
.post_2 {
  font-family: ‘Barlow Semi Condensed’, sans-serif;
  background-color: white;
  border-radius: 20px;
  padding:5px;
  margin-top: 10px;
  line-height:25px;
  font-family: ‘Barlow Semi Condensed’, sans-serif;
  

  
}
.post_3 {
  font-family: ‘Barlow Semi Condensed’, sans-serif;
  background-color: white;
  border-radius: 20px;
  padding:5px;
  margin-top: 10px;
  line-height:25px;
  font-family: ‘Barlow Semi Condensed’, sans-serif;
  

  
}
ul, li{
  padding:5px;
}








.footer-columns {
  display: flex;
}

.footer-column {
  flex: 50%;
  margin: 20px;
  
}


f{
  font-weight:bold;
}
@media (max-width:798px) {
  
	.post_1 img{
  float: right;
  
 width:25%;
	min-width:0%;

}
}


@media (max-width:798px) {
  
	.post_3 img{
  float: right;
  
 width:35%;
	min-width:0%;

}
}


@media (max-width:775px){

h1,h2,h3,h4{font-size: calc(10px + 10*(100vw/1241));}
p,li{
  font-size: calc(8px + 10*(100vw/1241));
  font-family: ‘Barlow Semi Condensed’, sans-serif;
  }

}