@font-face {
	font-family: 'inter', sans-serif;
	font-weight: normal;
	font-style: normal;
}
body {
	color: #777;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 22px;
}
h1, .h1{
	font-size: 1rem;
}
h2, .h2{
	color:#333333;
}
h4, .h4 {
    font-size: 1rem;
}
.shrink .img{
	max-width: 25%;
}
.welcome {
  /*padding: 1rem 1rem;*/
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 50px;
	min-height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
 background-size: cover; 
}
.welcome-image {
  background-image: url("../images/welcome-banner-image.jpg");	
}
.welcome-image2 {
  background-image: url("../images/registration-banner-image.jpg");
}
.welcome-image3 {
  background-image: url("../images/sessions-banner-image.jpg");
}
.welcome-image4 {
  background-image: url("../images/programme-banner-image.jpg"); 
}
.welcome-image5 {
  background-image: url("../images/scientific-banner-image.jpg");
}
.welcome-image6 {
  background-image: url("../images/contact-banner-image.jpg");
}
.welcome-image7 {
  background-image: url("../images/travel-banner-image.jpg");
}
.display-dublin {
	padding: 50px 50px 50px 50px;
	line-height: 70px;
	font-size: 60px;
  font-weight: 500;
	color: #fff;
	text-shadow: 1px 2px gray;
}
.green {
	background-color: #53ab53;
}
hr {
	border-top: 1px solid #487a93 !important;
}
div.dublin {
	padding-top: 20px !important; 
}
video {
  width: 100%    !important;
  height: auto   !important;
}
iframe {
    width: 100% !important;
    height: auto;
    min-height: 500px;
}
.logo{
	content: url("../images/logo-gceg-dublin.svg");
	width: 365px;
	max-height: 80px;	
}
.trinity{
	content: url("../images/trinity-logo.svg");
	width: 276px;
	max-height: 80px;
}
.ucd{
	content: url("../images/ucd-logo.svg");
	width:250px;
	max-height: 80px;
}
.bord-failte{
	content: url("../images/meet-in-ireland.svg");
	width:250px;
	max-height: 80px;
}
.row{
	clear:both;
}
@media screen and (max-width: 767px) {
	iframe {
		min-height: 300px;
	}

.welcome {
	display: none;
}
.logo{
	content: url("../images/logo-gceg-dublin.svg");	
	max-height: 100%;	
}
.trinity{
	content: url("../images/trinity-logo.svg");	
	max-width: 33%;
}
.ucd{
	content: url("../images/ucd-logo.svg");	
	max-width: 33%
}
.bord-failte{
	content: url("../images/meet-in-ireland.svg");
	max-width: 33%
}
}

/*----------------------------------------------------------------------------*/
#header {
	background-color: #fff;
	float: left;
	width: 100%;
	padding: 20px 0 5px 0;	
}
/*
.header-img {
	float: left;
	width: 100%;
}
.header-img:after {
	content: " ";
	clear: left;
	float: none;
}
.header-img img {
	width: 100%;
}
*/
#nav li a {
	color: #111;
}

#nav > li.active > a {
	color: #fff;
}
#nav > li.active > ul li.active a.active {
	text-decoration: none;
	color: #777;
	background-color: #f5f5f5;
}

#nav li a:before {
	border-color: #000 !important;
}

#nav li ul {
	top: 35px;
	z-index: 99;
}

#wrapper h1 {
	color: #000;
	text-align: left;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
}

#wrapper h2 {
	margin: 0 0 20px 0;
}


q.header-caption::before,
q.header-caption::after {
	display: none !important;
}

a:hover, a:focus {
	color: #CA5943;
}

/* Logo */
.logo-box a.logo img {
	max-height: 80px;
	/*width: auto;
	/*-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;*/
}

#header {
	z-index: 99;
}
/* Navigation */
.navigation .navbar {
	float: left;
	margin-top: 10px;
	position: static;
    width: 100%;
	border-radius: 0;
	/*float: right;*/
	border: 0;
	margin-bottom: 0;
	min-height: inherit;
}
#nav li a {
	font-size: 16px;
	padding: 5px;
	margin: 0;
	line-height: 25px;
}
#main section:first-of-type {
	padding-top: 20px;
}

#footer .footer {
	background-color: #53ab53;
	border-top: solid 1px #EDEDED;
	margin-top: 10px;
	color: azure;
	font-size: 20px;
}
.footer-menu {
	float: right;
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}
.footer-menu li {
	float: left;
	padding: 0 0 0 25px;
}
.footer-menu li a {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #777;
	text-decoration: none;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #53ab53;
}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:active .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}

/************************************************
* Tables
************************************************/
p, th, td, span {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 22px;
}

table td,
table th {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

table td p,
table th p {
	padding: 0 !important;
	margin: 0 !important;
	margin-bottom: 8px !important;
}
.disabled {
	background: gray !important;
	cursor: not-allowed !important;
	pointer-events:none !important;
}


