
body {
	font-size: 1.2rem;
	background-color:white ;
	margin-bottom: 30px; /* Margin bottom by footer height */
	
}

html {/* bootstrap footer */
  position: relative;
  min-height: 100%;
 
}
h1 {
	text-align:center;
	font-size: 2.1rem;
}

a {
	color: #C0C0C0;
	text-decoration: none;
}

a:hover {
    color:#99a3a4;
    text-decoration: none;
}

p {
	text-align:center;
}

img {
	display:block;
	margin:auto;   
}

img.hide {
	box-shadow: 0.4rem 0.4rem 0.2rem #C0C0C0;
	margin-bottom:1rem;
	border: 1px solid #C0C0C0;
}

img.logo {
	margin-left:1rem;
	
}

.fa-chevron-right {
	color: #C0C0C0;
    font-size: 1.3rem;
}

.fa-chevron-down {
	color: #C0C0C0;
    font-size: 1.3rem;
}
.fa-file-pdf {
	color: #C0C0C0;
    font-size: 2rem;
}
a.video {
	display:hidden;
}

video {
	display:block;
	margin:auto;
    max-width: 95%;
    height: auto;
    box-shadow: 10px 10px 5px #C0C0C0;
    border: 1px solid #C0C0C0;
}


#img1 {
	max-height:170px;
	max-width:624px;
}

.accordion h5 .btn {
	white-space: normal;
	font-size:1.1rem;
}

.instruct {
	text-align:center;
	font-size:1.4rem;
	color:grey;
	
}
.instruct2 {
	padding-top:2rem;
	font-size:1.5rem;
	color:grey;
	margin-left: 1rem
}
.a1 {
	font-weight:bold;
	color:green;
	text-align:center;
}
.questions:hover {
	cursor: pointer;
	color:green;
	text-decoration: underline;
	font-weight:bold;
	
}

.lft {
	text-align:left;
}

.lftital {
	text-align:left;
	font-style:italic;
	font-size:90%;
}

.lftmargin {
	margin-left:1rem;
	margin-right:1rem;
	text-align:left;
}

p.support{
	margin-top:0.8rem;
	margin-left:1rem;
	margin-right:1rem;
	font-size:1.2rem;
	color:grey;
	text-align:left;
	line-height:1.3rem;
	
}

 
.footer {/* from bootstrap */
  position: absolute;
  bottom: 0;
  width: 96%;
  height: 30px; /* Set the fixed height of the footer here */
  line-height: 30px; /* Vertically center the text there */
  text-align:right;
  font-size: 0.8rem;

 
}
#foot::after {
	content:"\00a9 \00a0 2018-2019 Obex Technologies Ltd.";
	 margin-right:2.5rem;
}

@media (max-width: 740px) {
p.support {
	font-size: 1rem;
	line-height:1.2rem;	
}

img.hide {	
 	display:none;
 }

p.hide {
	display:none;
}

.accordion h5 .btn {
	font-size:1rem;
}