﻿/*
Proprietary - The data, drawings and information contained in this document
is confidential and the sole property of University College Cork, and may 
not be reproduced, used or disclosed without written permission of 
University College Cork.

Complying with all applicable copyright laws is the responsibility of the 
user. Without limiting the rights under copyright, no part of this document 
may be reproduced, stored in or introduced into a retrieval system, or 
transmitted in any form or by any means (electronic, mechanical, 
photocopying, recording or otherwise) or for any purpose, without the 
express written permission of University College Cork.

University College Cork may have patents, patent applications, trademarks, 
copyrights or other intellectual property rights covering subject matter in
this document. Except as expressly provided in any written license agreement 
from University College Cork, the furnishing of this document does not give 
you any license to these patents, trademarks, copyrights or other 
intellectual property.

Filename:		    site.css

Description:	  This file contains the style sheet information for formatting the webpages

Developed By:	  Denis Dwyer 
				        Infant Research Centre,
				        University College Cork,
				        Ireland

Revision:	      1.0
Date:			      11/05/2021
*/

html 
{
  font-size: 14px;
}

@media (min-width: 768px) 
{
  html 
  {
    font-size: 16px;
  }
}

html, body { height: 100%}

.wrapper
{
  height: 100%;
  position: relative;
  overflow-y: hidden;
}

.container_graph, .container_graph_review
{
  height: 56%;
  width: 100%;
}
.container_graph_aEEG_F4C4, .container_graph_review_aEEG_F4C4
{
  height: 15%;
  width: 100%;
}
.container_graph_aEEG_F3C3, .container_graph_review_aEEG_F3C3
{
  height: 15%;
  width: 100%;
}

.neurobell_image
{
  width: 100%;
  height: 90%;
  object-fit: contain;
}

#footer 
{
  position: fixed;
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  text-align: right;
  padding-right: 1.5%;
  bottom: 1%;
  width: 100%;
  height: 3%;
  background: "#fafcf4";
}

.gradient-custom-2 
{
  /* fallback for old browsers */
  background: #fccb90;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, #754c8c, #11455f);

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, #754c8c, #11455f);
}
@media (min-width: 769px) 
{
  .gradient-custom-2 
  {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }
}
