/*
 Theme Name:   Travelicious Child
 Theme URI:    http://travelicious.bold-themes.com
 Description:  Travelicious child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     travelicious
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  travelicious-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
:root {
  --white: #fff;  /* Twój główny kolor (np. niebieski) */
  --kolor-akcentu: #e74c3c; /* Kolor dodatkowy (np. czerwony) */
  --tlo-jasne: #f4f4f4;
}
#homeVid {
	height: 500px;
	display:flex;
	justify-content:center;
	color: var(--white);
}
#homeVid .homeVidText {
	margin-bottom: 200px;
}