@charset "UTF-8";
/* CSS Document */

/* Theme Name: ADD

Author: Michał D
Author URI: https://google.com/
Description: None.
Version: 1.0b */

/* Header-style */

.add-header {
	
	position: relative;
	width: 100%;
	height: 100%;
    padding-right: 15%;
    padding-left: 15%;
	
}

@media screen and (max-width: 1024px) { 

	.add-header {
		
		position: relative;
		width: 100%;
		height: 100%;
		padding-right: 3%;
		padding-left: 3%;
		
	}
	
}

.add-header h1 {
	
	font-family: Montserrat;
    font-weight: 800;
    font-style: normal;	
	font-size: 42px;
    letter-spacing: 0px;
    margin-bottom: 0.5em;
	color: rgb(255, 255, 255);	
	
}

.add-header h2 {
	
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;	
	font-size: 25px;
    letter-spacing: 0px;
	line-height: 1.5;
    margin-top: 0.0em;	
    margin-bottom: 2.5em;
	color: rgb(255, 255, 255);	
	
}

@media screen and (max-width: 730px) { 

	.add-header h2 {
		
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
		font-style: normal;	
		font-size: 20px;
		letter-spacing: 0px;
		margin-top: 0.0em;	
		margin-bottom: 2.5em;
		color: rgb(255, 255, 255);	
		
	}
	
}






