/*-------------------------------------------------------
Theme Name: Pic2Go Theme 
Theme URI: https://tovari.fi/ 
Description: A child theme for Pick2Go
Author: Tovari
Author URI: https://tovari.fi/
Template: Divi
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/

/*********************************************************
************************ HEADER **************************
*********************************************************/

header#main-header {
    background-color: black;
}

/*********************************************************
************************ FONTS ***************************
*********************************************************/

h1 {
    color: white;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.otsikko2 h2 {
    text-align: center;
    color: black;
    font-size: 50px;
    font-weight: bold;
}

.block-teksti p {
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.5;
}

.teksti p {
    font-size: 18px;
    line-height: 1.5;
    color: black;
}

.teksti2 p {
    color: black;
    text-align: center;
    font-size: 26px;
    line-height: 1.4;
}

.a-color a {
	color: #00b7ff;
	text-decoration: underline!important;
}

/*********************************************************
*********** WIDTHS, HEIGHTS, MARGINS & PADDINGS **********
*********************************************************/

.row-width1 {
    max-width: 1400px;
}

.row-width2 {
    max-width: 500px;
}

.ikonit img {
    max-width: 100px;
}

.osio-height {
    padding-top: 150px!important;
    padding-bottom: 150px!important;
}

.header-height {
    padding-top: 150px!important;
    padding-bottom: 150px!important;
}

.pad-bot {
    padding-bottom: 150px!important;
}

.overlay1 {
    background-color: rgba(0, 0, 0, 0.5);
}

/*********************************************************
************************* FOOTER *************************
*********************************************************/

#footer-bottom .container {
    width: fit-content;
    width: intrinsic;
    width: -webkit-max-content;
    width: -moz-max-content;
}

#footer-bottom {
    background-color: black;
}

#footer-bottom #footer-info, #footer-bottom a {
    color: white!important;
}

@media all and (max-width: 981px) {
	h1 {
		font-size: 40px;
	}

	.otsikko2 h2 {
		font-size: 35px;
	}
}