/*
 Theme Name:  Amgen Launch Webcast 
 Description: Greek Demographic Awards custom WP theme based on Bootstrap 5.
 Author:      Fotis Routsis
 Author URI:  https://routsis.gr
 Version:     1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Sofia+Sans:ital,wght@0,800;1,800&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-image:url( 'img/main-bg.svg' );
	background-size: cover;
}

.page-template-splash-builder {
	background-image: url("/wp-content/uploads/2025/12/Logo_bkg-1.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 357px 340px; 
	background-color: #DACFE6;
	border-top: 15px solid #7D33A7;
}