/*
 Theme Name:   plain
 description: plain theme
 Author:       mg 
 Version:      1.0.0
*/

/*@import "../twentytwenty/style.css";*/

/* main landingpage title */
.title-section-1,.archive-meta-clients p{
	font-family: 'Poppins', sans-serif;
	letter-spacing: normal;
/* 	font-size: 50pt;
	line-height: 50pt; */
	font-size: xxx-large;
	line-height: 40pt;	
	font-weight: 300;
	margin-bottom: 5%;
}
/* advantages-template-part title */
.title-section-2{
	font-family: 'Poppins', sans-serif;
	letter-spacing: normal;
	text-transform: capitalize;
	font-weight: 600;
	font-size: x-large;
	margin-bottom: 10px;
}
.title-section-3{
	font-family: 'Poppins', sans-serif;
	letter-spacing: normal;
	font-weight: 600;
	font-size: x-large;
	margin-bottom: 20px;
	display: inline-block;
}
.blue-background{
	background: linear-gradient(20deg, #54A0D2, #164891);
}

/* header menus */
#menu-startup-menu{
	text-align: right;
}