/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
*/

/* noto-sans-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 300;
	src: url('./dv_assets/fonts/noto-sans-v28-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* noto-sans-300italic - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 300;
	src: url('./dv_assets/fonts/noto-sans-v28-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* noto-sans-regular - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: url('./dv_assets/fonts/noto-sans-v28-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


  /* audiowide-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Audiowide';
	font-style: normal;
	font-weight: 400;
	src: url('./dv_assets/fonts/audiowide-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


/* colours
#033b5c dark blue
#1c5375 lighter blue

*/


/* --------- 1. defaults  ----*/


body {
		font-family: 'Noto Sans';
		/*'Noto Sans JP', sans-serif;*/
		background-color: #ffffff;
		color: black;
		font-weight: 300;
		font-size: 18px;
		line-height: 1.5;
		/*min-width:600px;*/
		
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 0;
		margin: 0;
		}
		

/*  --------- 2. structure  --------- */

#pager { 
		width: 90%;
		margin: 0 auto;
		background: #ffffff;
		padding: 1px;
		overflow:hidden;
		}

#masthead {
width: 100%;	
background: #ffffff;
padding:20px;
color: #033b5c;
border-bottom-style: solid;
height:100px;
}		

#mastlogo {
float: left;
background:transparent;
padding-left:20px;
margin-right:20px;

}

#dlogo {
height:100px;
position: relative;
top:-10px;
}

#mastsub {
font-size: 16px;
position: relative;
width:100%;
top:-10px;
left:-200px;
}

#burger {
position: absolute;
z-index:2;
right: 5%;
margin:20px;
display:none;
}

#burger div {
width: 55px;
  height: 7px;
  background-color: #1c5375;
  margin: 6px 0;	
}


		
#content {
width: 100%;
height: 100%;
}


.strip, .stripc, .stripg {

padding: 30px;
padding-top: 40px;
/*border-bottom-style: solid;
border-width: 2px;
border-color: gray;*/
overflow:hidden;
}

.strip {
background-color: #ffffff;
padding-left:0px;
padding-right:0px;
}

.stripc {
background-color: #fed3cd;	
}

.stripg {
	background-color: #d9d9d9;	
}

.strf {
	display: flex;
	align-items:center;	
}

.stripgrid, .stripgridr {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 40px;
	align-items:center;
	justify-items: center;		
}

.stripgridr {
direction: rtl;
}

#portalimg {

	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-gap: 40px;
	align-items:center;
	justify-items: center;	
}
#imagingdiv {
text-align:center;
padding: 20px;
}

		
table, th, td {
	border: 1px solid;
	border-collapse: collapse;
	}

td {
padding: 5px;	
}

th {
font: weight 2000;	
}


.gentable, .dvatable, .dvatable tr td, .gentable tr td {
border: hidden;
}
.dvatable td:nth-child(1) {
vertical-align:top;	
}


.tableicon {
height: 40px;
}
	
table, th, td {
	border: 1px solid;
	border-collapse: collapse;
	}

td {
padding: 5px;	
}

th {
font: weight 2000;	
}


#dvatable, #dvatable tr td {
border: hidden;
}

}

#lcol, #ccol, #rcol{
width: 400px;
float:left;
padding: 40px;
}

.teampic {
float: left;
width: 300px;
}

.teambio {
margin-left: 300px;
}



#sponsorinfo {
background: #e4e4e4;
padding:10px;
width:100%;
margin-bottom: 20px;
font-size:14px;
font-weight:bold;
text-align:center;
}



#footer {
		width: 100%;
		margin: 0 auto;
		padding: 5px 0;
		text-align: center;
		color: #003399;
		
		}
	

.separator {
		display:block;	
		clear: both;
		}


/* ---------- 3. normal navigation ---------- */


#navigation {
float: left;
z-index:1;
background: #1c5375;
padding: 2px;
padding-left:20px;
width: 100%;
margin-top: -10px;
margin-bottom:20px;
height:30px;

}

#navigation ul {
		float: left;
		list-style-type: none;			
		margin-left: 0;
		margin-top:0px;
		padding-left: 0;
	}

#navigation li {
		display: inline;
		float: left;
		padding-right: 20px;
		}
		
#navigation > ul > li.subNav ul {
  display: none;
  position: absolute;
   width: 200px;
   z-index: 2;
}

  #navigation > ul > li.subNav ul > li{
   display:block;
   width: 200px;
   margin-top:0;
 
     
}

  #navigation > ul > li.subNav a{
   padding-left: 20px;
   text-align:left;
   background: #1c5375;
   height:30px;
 }
	
	
#navigation a {
		display: block;
		text-align: center;
		height: 20px;
		text-decoration: none;
		font-style: normal;	
		color: #ffffff;
		}
		

#navigation a:hover {
font-weight: bold;
}

#navigation a:hover ul {
display: block;

}
#navigation ul li.subNav:hover ul {
  display: block;
  color: #ffffff;
}
	
	
.mainPage #navigation #Home, .products #navigation #Products, .research #navigation #Research,
.about #navigation #About, .contact #navigation #Contact

{
font-weight: bold;
text-decoration: underline;
}

/* ---------- 3. vertical navigation ---------- */

#navigationv {
position:absolute;
right:5%;
z-index: 3;
background: #1c5375;
padding: 2px;
padding-left:20px;
width: 450px;
margin-top: -10px;
font-size:40px;
display:none;
}

#navigationv ul {
		
		list-style-type: none;			
		margin-left: 0;
		margin-top:0px;
		padding-left: 0;
		}

#navigationv li {
		display: block;
		text-align:left;
		padding-top:15px;
		padding-bottom:15px;
}
		
#navigationv a {
		font-style: normal;	
		color: #ffffff;
		background: #1c5375;
		}
		

#navigationv a:hover {
font-weight: bold;
}

#navigationv a:hover ul {
display: block;
}


/*#plogin {
margin-top:20px;
height:40px;
width:100px;
float:right;
color: #ffffff;
background: #1c5375;
border-radius: 4px;	
}*/

		
#footer ul {
		list-style-type: none;
		padding-bottom: 0px;
	
}

#footer ul li { 
		display: inline;
}
		

#footer ul li a {

		text-decoration: none;
		text-align: center;
		padding-right: 15px;
		
}

#footer{
font-size: 80%;
color: #1c5375;
}

#footer a {
font-style: normal;
}

#footer a:hover {
font-weight: bold;
		}
 
 
#copyright {
display: block;
text-align: center;
color: #033b5c;
font-size: 12px;
margin-bottom: 30px;
 }
 
 
 /* contact form.....*/
 
#contactform {

width: 60%;
margin: 0 auto;
margin-top: 100px;
margin-bottom: 60px;
background-color: #d9d9d9; 
padding:20px;
border-radius: 10px;
 }


/* Style inputs with type="text", select elements and textareas */
input[type=text],input[type=email], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}


/* ---------- 4. fonts ---------- */

.ed {
color: #01851f;
}

h1, h2, h3, h4,ul {
color: #2D423F;
font-weight:bolder;
}

h1 {
		font: bold 150% Arial, sans-serif;
		margin-bottom: 5px;
		}
		
h2 {
		font: bold 125% Arial, sans-serif;
		margin-bottom: 5px;
		}

h3 {
		font: bold 100% Arial, sans-serif;
		margin-bottom: 5px;
		}
h4 {
		font: bold 93% Arial, sans-serif;
		margin-bottom: 5px;
		}		

p {
		line-height: 1.3em;
		margin-bottom: 1em;
		}

a:link {
text-decoration: none;
font-style: italic;
color: #003399;

}

a:visited {
text-decoration: none;
}	

a:hover {
color: #5685D6;
}


/* ----------  adapt for phones ---------- */

@media only screen and (max-width: 1000px) {
 
body {
font-size: 30px;
}	

#masthead {
height:140px;
}

#mastlogo {
padding-left:0px;
margin-right:10px;
}

#dlogo {
height:130px;
}

#masttitle {
font-size: 60px;
}

#mastsub {
font-size: 20px;
position: relative;
top:-10px;
left:-260px;
}

.pagebutton {
font-size:24px;
margin:25px;
}

#navigation {
display: none;	
}

#burger {
display:block;
}


.yes {

width:100%;
margin-bottom: 40px;

}


.ff {
display: none;
}

#footerm {
display: block;
}

#sponsorinfo {
font-size: 20px;
white-space: pre-wrap;
text-align:center;
word-wrap:normal;
}

#copyright {
font-size: 20px;
margin: 30px;
}


#locmap {
display: block;
width: 100%;
margin:0px;
padding-bottom: 20px;
}

#contactform {

width: 90%;
margin: 0 auto;
margin-top: 100px;
margin-bottom: 60px;
background-color: #d9d9d9; 
padding:20px;
border-radius: 10px;
 }

}


.error {
	color: red;
	font-size: 0.6em;
}

.hidden {
	display: none;
}