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

g{
  font-weight:bold;
  
}

footer {
  background-color:red;
  padding: 0px;
  border-radius: 20px;
  margin-top:10px;
  
}
.post_1 iframe{
 margin-left:110px;

}
.post_3 iframe{
 margin-left:110px;

}
.post_1 img{
	float:right;
margin-top:1.5%;
margin-right:3%;
 width:12%;
	min-width:0%;

}
.post img{
  margin-left:7.5%;
	max-width:10%;
	min-width:0%; 
}
.post_2 img{

 width:25%;

margin-left:10%;

}
.post_3 img{

 width:20%;

margin-left:10%;

}

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: 5px;
  font-family: ‘Barlow Semi Condensed’, sans-serif;
}
h1,h2,h3,h4{font-size: calc(8px + 10*(100vw/1241));}
p,li{
  font-size: calc(6px + 10*(100vw/1241));}

.post_1 {
  font-family: ‘Barlow Semi Condensed’, sans-serif;
  background-color: white;
  border-radius: 20px;
  padding:5px;
  margin-top: 5px;
  line-height:25px;
  font-family: ‘Barlow Semi Condensed’, sans-serif;
}
.post_2{
  font-family: ‘Barlow Semi Condensed’, sans-serif;
  background-color: white;
  border-radius: 20px;
  padding:5px;
  margin-top: 5px;
  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: 5px;
  line-height:25px;
  font-family: ‘Barlow Semi Condensed’, sans-serif;
}





.post_3 iframe{
max-width: 100%;
margin:0;


}



.footer-columns {
  display: flex;
}

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

.post a {
  text-decoration:none;
}
f{
  font-weight:bold;
}

@media (min-width:1800px){
	.post_1 img{

margin-top:3%;
margin-right:3%;
width:9%;
	min-width:0%;

}
}

@media (max-width:1749px) {
  
	.post_3 iframe{
max-width: 100%;
margin-left:17%;


}

}
@media (max-width:900px) {
  
	.post_1 img{

margin-top:3%;
margin-right:3%;
width:23%;
	min-width:0%;

}
.post_2 img{
width:25%;
margin-right:10%;

}
.post_3 img{
width:25%;
margin-right:10%;

}

}



@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;
  }

}