@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500&display=swap');


body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3a3a3+0,ededed+100 */
    background: #a3a3a3; /* Old browsers */
    background: -moz-linear-gradient(top, #a3a3a3 0%, #ededed 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a3a3a3 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a3a3a3 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    min-width:320px;
}

div.main {
    max-width: 768px;
    line-height: 1.5em;
    margin: 2.8em auto;
    padding-bottom: 50%; /* because youtube movie iframe settings will make main too short otherwise) */
}

div.header {
    text-align: center;
    background-image: url("../images/virtuality-co-ltd-logo.png");
    background-size: cover;  
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
	font-family: "Calibri", Arial; 
	//font-family: var(--font-serif), "Calibri", Arial;
    font-size: 1.55em;
	font-weight: bold;
    color: #183957;
    margin:auto;
	
	/* the a:-webkit-any-link will ignore the below and just override it - how annoying! (solution: put the style inline with the text tag in the html - css sucks!) */
	/* unvisited link 
	a:link {
	  color: #183957;
  	  text-decoration: none !important;
	}*/

	/* visited link 
	a:visited {
	  color: #183957;
  	  text-decoration: none !important;
	}*/

	/* mouse over link 
	a:hover {
	  color: #183957;
  	  text-decoration: none !important;
	}*/

	/* selected link 
	a:active {
	  color: #183957;
  	  text-decoration: none !important;
	}*/	
}

background-image {
	width:100%;
}

div.header-plain {
    text-align: center;
}

div.menu {
	text-align: center;
	margin: 2.1em 0;
}

div.bottom_aligner {
    display: inline-block;
    height: 5.2em;
    vertical-align: bottom;
    width: 0px;
}

div.text-body {
	font-family: "Calibri", Arial; 
	//font-family: var(--font-serif), "Calibri", Arial;
    max-width: 1000px;
    margin: 1.5em auto;
    text-align: left;
}

div.footer {
    text-align: center;
    font-size: 0.8em;
	margin-top: 3.5em;
    margin-bottom: 0.0em;
}

div.youtubemovie {
	position:relative;
	height:0;
	padding-top:56.25%;
}

div.youtubemovie iframe {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

div.paypal-box { 
	margin: auto;
	width: 55%;
	border: 3px solid #183957;;
	padding: 10px;
}

div.staffprofile {
    width: 768px;
    overflow: hidden;
}

div.staffprofilepicture {
    width: 256px;
    display: inline-block;
    margin: 5 0 0 0;
}

div.staffprofileblurb {
    vertical-align: top;
    display: inline-block;
    width: 60%;
    margin: 0 0 0 20;
}

img {
	max-width:100%;
}

img.profile {
	width:100%;
	border-radius: 12px;
}

h1 {
    text-align: center;
	font-family: "Calibri", Arial; 
	//font-family: var(--font-serif), "Calibri", Arial;
    font-size: 2.5em;
    line-height: 1.3em;
    margin-bottom: 0.0em;
    color: #282828;
}

h2 {
    font-size: 2.0em;
	font-weight: bold;
    color: #183957;
	margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 1.2em;
    font-style: normal;
	margin-top: 1.5em;
}

p, h2, h3, ul, ol, quotedText, table, span {
	font-family: "Calibri", Arial; 
	//font-family: var(--font-serif), "Calibri", Arial;
    margin-bottom: 1.0em;
}

p, ul, ol, quotedText, table {
    font-size: 1.0em;
}

p.introText {
	margin-top: 1.6em;
}

p.quotedText {
    font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
    color: #183957;
    line-height: 1.5em;
	margin-top: 0.0em;
    margin-bottom: 1.9em;
}

sup {
	font-size: 0.618em;
	font-weight: bold;
	display: inline-block;
    text-decoration:none;
}

table {
	width: 95%;
	border-collapse: collapse;
	margin:auto;
}

td, th {
	min-width: 3.0em;
	text-align: center;
	border: 2px solid #000;
	padding: 0.5em;
}

th {
	color: white;
    background-color: #599191;
}

#users table {
	width: 100%;
}
#users td {
	width: 50%;
	text-align: left;
	border: 0px;
	padding: 0.5em;
}

.button {
  font-size: 105%;
  background-color: #599191; /* deep cyan */
  color: #eaeaea;
  -webkit-transition-duration: 0.1s; /* Safari */
  transition-duration: 0.1s;
  width: 18%; 
  height: 5%;
  min-height: 2em;
  min-width: 6rem;
  vertical-align: middle;
  margin: 12px 4px 8px;
  border-radius: 3px;
  border: 1px solid black;
}

.button:hover {
  background-color: #369596; /* saturated cyan */
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
