@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');

.body {
    padding: 0;
    margin: 0;
	font-family: Oswald;
}

* {
    padding: 0px;
    margin: 0px;
}

.Parent {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.child1 {
    height: 50%;
    background: url(../img/gliwice.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	font-family: Oswald;
}

.child2 {
    height: 50%;
    background: url(../img/krakow.jpg) no-repeat;
	background-size: cover;
	height: 100%;
	font-family: Oswald;
}


img.logo-1 {
	float: left;
	padding: 30px;
	width: 80px;
}

img.logo-2 {
	float: right;
	padding: 30px;
	width: 80px;
}

.ramka-1 {
	background: rgba(0, 0, 0, 0.6);
	width: 40%;
	float: right;
	color: #fff;
	padding: 15px;
	font-family: Oswald;
	margin-top: 30px;
}

.ramka-2 {
	background: rgba(0, 0, 0, 0.6);
	width: 40%;
	float: left;
	color: #fff;
	padding: 15px;
	font-family: Oswald;
	margin-top: 30px;
}

h1 {
	color: #e94917;
	font-size: 2.1em;
	font-family: Oswald;
	font-weight: Normal;
}

.button {
    margin-top: 40px;
    border-radius: 5px;
	padding-bottom: 15px;
}

.button a {
	font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    background: #e94917;
    font-size: 14px;
    text-transform: uppercase;
	padding: 15px;
}




/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
	.body {
    padding: 0;
    margin: 0;
	font-family: Oswald;
}

    .Parent {
        flex-direction: row;
    }

    .child1 {
        width: 50%;
        height: auto;
        background-color: green;
		font-family: Oswald;
    }
    
    .child2 {
        width: 50%;
        height: auto;
        background-color: brown;
		font-family: Oswald;
    }
	
	
	img.logo-1 {
	float: left;
	padding: 30px;
	width: 150px;
}

	img.logo-2 {
	float: right;
	padding: 30px;
	width: 150px;
}

.ramka-1 {
	background: rgba(0, 0, 0, 0.6);
	width: 42%;
	float: right;
	margin-top: 40%;
	color: #fff;
	padding: 15px;
	font-family: Oswald;
}

.ramka-2 {
	background: rgba(0, 0, 0, 0.6);
	width: 42%;
	float: left;
	margin-top: 40%;
	color: #fff;
	padding: 15px;
	font-family: Oswald;
}

h1 {
	color: #e94917;
	font-size: 2.8em;
	font-family: Oswald;
	font-weight: Normal;
}

.button {
    margin-top: 40px;
    border-radius: 5px;
	padding-bottom: 15px;
	font-family: Oswald;
}

.button a {
	font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    background: #e94917;
    font-size: 20px;
    text-transform: uppercase;
	padding: 15px;
}
	

}
