/*COMMON*/

/*box siziing*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;	
	padding: 0;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

/*text*/
p, h1, h2, h3, h4, header {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
}
p {
    font-family: BwNistaGeo-Rg;
    font-size: 15px;
    line-height: 1.83;
}
h1 {
	font-family: BwNistaGeo-xBd;
}
h2 {
	font-family: BwNistaGeo-Rg;
}
h3 {
    font-family: BwNistaGeo-Rg;
    font-size: 12px;
    line-height: 1.83;
}
h4 {
	font-family: BwNistaGeo-Rg;
}
.space20 {
	margin-bottom: 20px;
}
.space10 {
	margin-bottom: 10px;
}

/* unvisited link */
a:link {
	text-decoration: none;
	color: black;
}
/* visited link */
a:visited {
	text-decoration: none;
	color: black;
}

/* mouse over link */
a:hover {
	text-decoration: none;
	color: black;
}

/* selected link */
a:active {
	text-decoration: none;
	color: black;
}

/*CONTENT*/
/*topbar*/
#topbar {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0px;
	display: flex;
	align-items: center;
	background-color: white;
	border-bottom: 1px solid #000000;
	z-index: 99;
}
#bottombar {
	width: 100%;
	height: 90px;
	position: fixed;
	bottom: 0px;
	display: flex;
	align-items: center;
	background-color: white;
	border-top: 1px solid #000000;
	z-index: 99;
}
#logo {
	width: initial;
	display: inline-block;
	margin-right: 30px;
}
#basement_logo_menu {
	width: auto;
	height: 90px;
}
#menu {
	text-align: left;
	display: inline-block;
	background-color: inherit;
	height: 28px;
}
.menu_element {
	display: inline-block;
}
.menu_element > a > p {
	display: inline;
	padding-left: 20px;
	font-family: BwNistaGeo-Rg;
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: normal;
	font-weight: 500;
}
.menu_2 {
	font-family: BwNistaGeo-xBd;
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.35;
	letter-spacing: normal;
	color: black;
}

/*home sections*/
.home_section_wrapper {
	width: 100%;
	height: 100%;
	/* height: calc(var(--vh, 1vh) * 100); */
	overflow: hidden;
	display: flex;
	padding: 0;
	margin: 0;
}
.home_section {
	width: 100%;
	height: 100%;
	/* height: calc(var(--vh, 1vh) * 100); */
	display: block;
	padding: 0;
	margin: 0;
}
.home_section_content {
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0;
	margin: 0;
}
.home_section_content .button {
  width: 200px;
  height: 42px;
  padding: 10px 0px 0px 0px;
  border-radius: 28px;
  border: solid 1px #000000;
  background-color: #000000;
}
.home_section_content .button > p {
    font-family: BwNistaGeo-Rg;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
}
#logos {
	margin-left: 30px;
}
#logos > img, #logos > a > img {
	width: auto;
	margin-right: 50px;
	vertical-align: middle;
}
#logos_mobile {
	display: none;
}
#FE_logo, #UE_logo {
	height: 80px;
}
#ZB_logo, #UE_logo_mobile {
	height: 70px;
}
#NCBR_logo {
	height: 60px;
}
#footer {
	vertical-align: middle;
	position: absolute;
	right: 0;
}
#footer_text > h4 {
	display: inline-block;
	padding-right: 20px;
}
.program_section {
	width: 100%;
	height: 100%;
	/* height: calc(var(--vh, 1vh) * 100); */
	overflow: hidden;
	display: flex;
	padding: 0;
	margin: 0;
}
.contact-details {
	width: 100%;
	margin-top: 30px;
}
.column {
	float: left;
	width: 50%;
}
  
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/*LANDSCAPE COMMON*/
@media only screen and (orientation: landscape) {
	.home_section_content {
		flex-direction: row;
	}
	.home_section_content > .text_wrapper {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.home_section_content > .img_wrapper {
		width: 50%;
		height: 75vh;
		padding-top: 5vh;
		display: flex;
		justify-content: center;
	}
	.home_section_content > .img_wrapper > img {
		height: 100%;
	}
	/* .home_section_content > .text_wrapper > .temp {
		visibility: visible;
	} */
	.children_section {
		height: initial !important;
	}
	.events > a > img {
		max-height: 70vh;
	}
}
/*LANDSCAPE DETAILS*/
@media only screen and (orientation: landscape) and (min-width: 1px) and (max-height: 524px) {
	#topbar {
		padding: 0 2%;
		height: 60px;
	}
	#bottombar {
		height: 60px;
	}
	#logo {
		margin-right: 10px;
	}
	#UE_logo_mobile {
		height: 55px;
	}
	#basement_logo_menu {
		width: 120px;
		height: auto;
	}
	#logos {
		display: none;
	}
	#logos_mobile {
		display: block;
	}
	#menu {
		height: 28px;
	}
	.menu_element > a > p {
		padding-left: 10px;
		font-size: 14px;	
	}
	.home_section {
		padding: 60px 2% 11px 2%;
	}
	.program_section {
		padding: 80px 2% 11px 2%;
	}
	.home_section_content > .text_wrapper {
		width: 99%;
		padding-top: 21px;
	}
	.home_section_content > .img_wrapper {
		visibility: hidden;
		width: 1%;
	}
	/* .home_section_content > .text_wrapper > .temp {
		visibility: hidden;
		width: 1%;
	} */
	h1 {
		font-size: 16px;
		line-height: 1.38;
	}
	.button {
		margin-top:auto;
	}
	.contact_land_desk {
		display: none;
	}
	.contact_land_mobile {
		display: block;
		width: 100%;
	}
	.contact-details {
		margin-top: 0px;
	}
	.contact_port_mobile {
		display: none;
	}
}
@media only screen and (orientation: landscape) and (min-width: 780px) and (min-height: 525px) {
	#topbar {
		padding: 0 2%;
		height: 60px;
	}
	#bottombar {
		height: 60px;
	}
	#basement_logo_menu {
		width: 200px;
		height: auto;
	}
	#UE_logo_mobile {
		height: 55px;
	}
	#logos {
		display: none;
	}
	#logos_mobile {
		display: block;
	}
	.menu_element > a > p {
		font-size: 14px;		
	}
	.home_section {
		padding: 60px 8% 63px 8%;
	}
	.program_section {
		padding: 60px 8% 63px 8%;
	}
	.home_section_content > .text_wrapper {
		width: 99%;
		padding-top: 26px;
		padding-bottom: 30px;
	}
	.home_section_content > .img_wrapper {
		visibility: hidden;
		width: 1%;
	}
	/* .home_section_content > .text_wrapper > .temp {
		visibility: hidden;
		width: 1%;
	} */
	h3 {
		margin-bottom: 11px;
	}
	h1 {
		font-size: 20px;
		line-height: 1.35;
		margin-bottom: 13px;
	}
	h2 {
		font-size: 15px;
		line-height: 1.53;
	}
	.button {
		margin-top:auto;
	}
	.contact_land_desk {
		display: none;
	}
	.contact_land_mobile {
		display: block;
		width: 100%;
	}
	.contact-details {
		margin-top: 0px;
	}
	.contact_port_mobile {
		display: none;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1024px) and (min-height: 620px) {
	#topbar {
		height: 90px;
	}
	#bottombar {
		height: 90px;
	}
	#UE_logo_mobile {
		height: 70px;
	}
	.home_section {
		padding: 90px 3% 65px 3%;
	}
	.program_section {
		padding: 120px 3% 65px 3%;
	}
	.home_section_content > .text_wrapper {
		width: 50%;
		padding-bottom: 30px;
	}
	.home_section_content > .img_wrapper {
		visibility: visible;
		width: 50%;
	}
	/* .home_section_content > .text_wrapper > .temp {
		visibility: visible;
	} */
	.menu_element > a > p {
		font-size: 18px;		
	}
	h3 {
		margin-bottom: 18px;
	}
	h1 {
		font-size: 26px;
		line-height: 1.27;
		margin-bottom: 30px;
	}
	h2 {
		font-size: 16px;
		line-height: 1.56;
	}
	.button {
		margin-top:auto;
	}
	.contact_land_desk {
		display: block;
		width: 100%;
	}
	.contact_land_mobile {
		display: none;
	}
	.contact_port_mobile {
		display: none;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1440px) and (min-height: 800px) {
	#basement_logo_menu {
		width: auto;
		height: 90px;
	}
	#logos {
		display: block;
	}
	#logos_mobile {
		display: none;
	}
	.home_section {
		padding: 90px 8% 150px 8%;
	}
	.program_section {
		padding: 90px 8% 100px 8%;
	}
	.home_section_content > .text_wrapper {
		padding-top: 50px;
		padding-bottom: 10px;
	}
	h3 {
		margin-bottom: 27px;
	}
	h1 {
		font-size: 34px;
		line-height: 1.05;
		margin-bottom: 27px;
	}
	h2 {
		font-size: 18px;
		line-height: 1.5;
	}
	.button {
		margin-top:auto;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1920px) and (min-height: 1008px) {
	.home_section_content > .text_wrapper {
		padding-top: 95px;
		padding-bottom: 55px;
	}
	.home_section_content > .children_section {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	h1 {
		font-size: 38px;
	}
}

/*PORTRAIT COMMON*/
@media only screen and (orientation: portrait) {
	.children_home {
		height: 100vh;
		/* height: calc(var(--vh, 1vh) * 100); */
	}
	.home_section_content {
		flex-direction: column-reverse;
	}
	.home_section_content > .text_wrapper {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.program_section_content > .text_wrapper {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.home_section_content > .img_wrapper {
		width: 100%;
		height: 40vh;
		padding-top: 5vh;
		display: flex;
		justify-content: center;
	}
	.home_section_content > .img_wrapper > img {
		height: 100%;
	}
	/* .home_section_content > .text_wrapper > .temp {
		visibility: visible;
	} */
	#logos {
		display: none;
	}
	#logos_mobile {
		display: block;
	}
	.contact_land_desk {
		display: block;
		width: 100%;
	}
	.contact_land_mobile {
		display: none;
	}
	.contact_port_mobile {
		display: none;
	}
	.menu_2 {
		font-size: 18px;
	}
	.events > a > img {
		max-width: 100%;
	}
}
/*PORTRAIT DETAILS*/
@media only screen and (orientation: portrait) and (min-height: 1px) {
	#topbar {
		padding: 0 10%;
		height: 60px;
	}
	#bottombar {
		height: 60px;
	}
	#basement_logo_menu {
		width: 180px;
		height: auto;
	}
	#UE_logo_mobile {
		height: 55px;
	}
	#menu {
		display: none;
	}
	.home_section {
		padding: 60px 10% 80px 10%;
	}
	.program_section {
		padding: 80px 10% 80px 10%;
	}
	.home_section_content > .text_wrapper {
		/* height: calc(100vh - 120px); */
		height: 100%;
		overflow-y: auto;
	}
	h3 {
		margin-bottom: 14px;
	}
	h1 {
		font-size: 16px;
		line-height: 1.56;
		margin-bottom: 14px;
	}
	h2 {
		font-size: 14px;
		line-height: 1.6;
	}
	.button {
		margin-top: auto;
	}
	.home_section_content > .img_wrapper {
		visibility: hidden;
		height: 0;
	}
	/* .home_section_content > .text_wrapper > .temp {
		visibility: hidden;
		height: 0;
	} */
	.contact_land_desk {
		display: none;
	}
	.contact_port_mobile {
		display: block;
		width: 100%;
	}
	.contact-details {
		margin-top: 0px;
	}
	#footer {
		display: none;
	}
	.dispro_img {
		display: none;
	}
}
@media only screen and (orientation: portrait) and (min-height: 620px) and (min-width: 600px) and (max-width: 767px) {
	#topbar {
		padding: 0 5%;
		height: 80px;
	}
	#logo {
		margin-right: 10px;
	}
	#basement_logo_menu {
		width: 120px;
		height: auto;
	}
	#menu {
		display: inline-block;
		height: 28px;
	}
	.menu_element > a > p {
		padding-left: 10px;
		font-size: 14px;
	}
	.home_section {
		padding: 80px 5% 90px 5%;
	}
	.program_section {
		padding: 120px 5% 90px 5%;
	}
	.home_section_content > .text_wrapper {
		height: 100%;
	}
	h3 {
		margin-bottom: 14px;
	}
	h1 {
		font-size: 16px;
		line-height: 1.33;
	}
	h2 {
		font-size: 14px;
		line-height: 1.6;
	}
	.button {
		margin-top: auto;
	}
	.home_section_content > .img_wrapper {
		visibility: visible;
		height: 45vh;
	}
	/* .home_section_content > .text_wrapper > .temp {
		visibility: hidden;
		height: 0;
	} */
	.contact_land_desk {
		display: block;
		width: 100%;
	}
	.contact_port_mobile {
		display: none;
	}
	#footer {
		display: block;
	}
	.dispro_img {
		display: block;
	}
}
@media only screen and (orientation: portrait) and (min-height: 950px) and (min-width: 768px) {
	#topbar {
		padding: 0 2%;
		height: 80px;
	}
	#bottombar {
		height: 80px;
	}
	#logo {
		margin-right: 10px;
	}
	#basement_logo_menu {
		width: 240px;
		height: auto;
	}
	#menu {
		display: inline-block;
	}
	.menu_element > a > p {
		font-size: 14px;
	}
	.home_section {
		padding: 80px 5% 104px 5%;
	}
	.program_section {
		padding: 100px 5% 104px 5%;
	}
	.home_section_content > .text_wrapper {
		height: 35vh;
		padding-top: 10px;
		overflow-y: auto;
	}
	.space20 {
		margin-bottom: 10px;
	}
	h3 {
		margin-bottom: 14px;
	}
	h1 { 
		font-size: 23px;
		line-height: 1.26;
	}
	h2 {
		font-size: 15px;
		line-height: 1.67;
	}
	.button {
		margin-top: auto;
	}
	.home_section_content > .img_wrapper {
		visibility: visible;
		height: 45vh;
	}
	.contact_land_desk {
		display: none;
	}
	.contact_port_mobile {
		display: none;
	}
	.contact_land_mobile {
		display: block;
	}
	#footer {
		display: block;
	}
	.dispro_img {
		display: block;
	}
}
