html * {
	font-family: 'Montserrat';
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}
iframe {
  overflow: hidden;
}

#home {
	background-color: white;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
#kurs {
	background-color: #00ADB4;
}
#oautorze {
	background-color: #EDEDED;
	font-family: 'Montserrat';font-size: 22px;
}
#zapiszsie {
	background-color: #098F92;
	padding-bottom: 60px;
}

@media only screen and (max-width: 750px) {
	img {
		width: 100%;
	}
	.notification {
		width: 100%;
		height: 400px;
	}
}


@media only screen and (min-width: 750px) {
	img {
		width: 90%;
	}
	.notification {
		width: 100%;
		height: 400px;
	}
}

#aboutMeBth {
	text-align: center;
	line-height: 26px;
	font-size: 24px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 600;
	color: #f64153;
	background-color: #ffffff;
    border-color: #f64153;
	border-width: 0px;
	width: 300px;
	padding: 10px;
	margin: 20px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 15px;
    -webkit-font-smoothing: antialiased;
	font-family: 'Montserrat';font-size: 18px;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}

#signUpBtn {
	text-align: center;
	line-height: 26px;
	font-size: 24px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 600;
	color: #ffffff;
	background-color: #f64153;
    border-color: #f64153;
	border-width: 0px;
	width: 300px;
	padding: 10px;
	margin: 20px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 15px;
    -webkit-font-smoothing: antialiased;
	font-family: 'Montserrat';font-size: 18px;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
/* Modal Content */
.modal-content {
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 100%;
	max-width: 500px;
	background-color: #00adb4
}
  
/* The Close Button */
.close {
	color: #f64153;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}