* { font-family: 'Roboto', Arial, sans-serif; }  
html {
 display: flex;
 display: flex;
 justify-content: center;
 align-items: center;
}

@media (min-width: 1000px) {
  html{
    height: 100%;
  }
}

body { 
	/*background-color: #7652af; padding: 0px 10px;  */
	/* background-image: url("https://aplikime.top-channel.tv/e-diell-kenga-popullore/bg.jpg"); */
	background-color: #0d2f48;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
.tchNav { background-color: black !important; color: white !important; text-align: center; }
.tchNav a { color: white !important; margin: 0 auto; float: none !important; font-size: 22px; }

.containertekst {
	text-align: center;
}
.tekstmajtas {
	
	
}
.aplContainer { background: white; margin: 10px auto 20px auto; max-width: 1000px; border-radius: 10px; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10); padding: 0px; overflow: hidden; }
.aplContainer .form-control { border-radius: 0px !important; }
.inner { padding: 20px; }
.pt20 { padding-top: 20px; }
.pb20 { padding-bottom: 20px; }

.partTwo { display: none; }
p { font-size: 18px; line-height: 32px; font-weight: 300; margin-bottom: 20px; }
.ibox { font-size: 22px; font-weight: 300 !important; background: #f5f8fa; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10); padding: 20px 10px; color: #555; }
.ibox strong { font-weight: 500; text-transform: uppercase; }
.btop { border-top: 1px solid #ccc; padding: 20px; margin-top: 20px; font-weight: bold; font-size: 12px; text-transform: uppercase; }
h1 { padding: 0px 0px 10px 0px; margin: 0px 0px 20px 0px; font-weight: bold; text-transform: uppercase; font-weight: 500; font-size: 22px; width: 100%; border-bottom: 1px solid #eee; color: #444; letter-spacing: 1.5px; }
.np { padding: 0px; }
.pl { padding-left: 16px; }
.pr { padding-right: 16px; }

.pp1 { border-top-right-radius: 0px; border-bottom-right-radius: 0px; font-weight: bold; text-transform: uppercase; font-size: 16px; cursor: pointer; }
.pp2 { border-top-left-radius: 0px; border-bottom-left-radius: 0px; font-weight: bold; text-transform: uppercase; font-size: 16px; cursor: pointer; }

.pp1:hover, .pp2:hover { border: 1px solid #ccc; }
.mt20 { margin-top: 20px; }
.mb20 { margin-bottom: 20px; }

@media (min-width: 1000px) {
.rc { border-bottom-right-radius: 10px; } 
}

.fullWidth { width: 95% !important; max-width: none !important; }