
/* CSS Document */

/* v1.0 | 20080212 */

@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: 'Muli', sans-serif;
	list-style-image: url(../images/bullet.jpg);
	list-style-position:inside;
}

body {
	line-height: 1.5;

}

ol, ul {

}

#nav ul {
    padding-left: 0;
}

li {
	list-style:circle;
}

#information #index li {
    list-style-type: decimal;
}


blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
/*	content: ''; */
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
    padding: 0 3% 3% 3%;
	text-align: center;
}

.divTableCell:first-child, .divTableHead:first-child {
    padding: 3px 0px 20px 0;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.divTableCell img {
    width: 100%;
    max-width: 250px;
    border: 1px solid #666;
    margin: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

a:link {
	color:#72a000;
	text-decoration:none;
}

a:active {
	color:#72a000;
	text-decoration:none;
}

a:visited {
	color:#72a000;
	text-decoration:none;
}

a:hover {
	color:#72a000;
	text-decoration:underline;
}

hr {
	border:0px;
	clear:both;
}

/*
END OF MASTER RESET
*/

h1 {
	font-size:190%;
	border-bottom: 1px dashed #666666;
	color:#81a721;
	margin: 0 0 15px 0;
	padding: 0 0 7px 0;
	font-weight:400;
}

#contact h1 {
    margin-bottom: 0;
}

h2 {
    font-size: 160%;
    font-weight: 400;
    color: #699200;
    padding: 20px 0 10px 0;
}

#contact h2 {
    padding-top: 10px;
}

#contact h3 {
    padding: 10px 5px 0px 5px;
    font-size: 150%;
    color: #8e8e8e;
    font-weight: 400;
}



body {
	background: #666;
}

#container {
	max-width: 960px;
	margin:0px auto;
	width: 100%;
	background: #fff;
}

#header {
padding: 20px;
display: flow-root;
background: #666;
}

div#logo {
    width: 27%;
    float: left;
}

div#logo img {
    width: 100%;
}

#nav-irish {
	width:390px;
	float:right;
	margin:60px 0 0 390px;
	padding:0 3px 0 0;
	font-weight:bold;
}

#nav-irish li {
	display:inline;
	list-style:none;
	padding:0 3px 0 3px;
}

#nav-irish li a {
	color:#666;
	text-decoration:none;
}

#nav {
	width: 100%;
	display: inline-block;
	padding:0 0px 0 0;
	font-weight:bold;
	background: #81a721;
    text-align: center;
    border-top: 1px solid #c1c1c1;
}

#nav li {
	display: inline-block;
	list-style:none;
}

#nav li a {
	color:#fff;
	text-decoration:none;
	padding: 15px 30px;
	text-transform: uppercase;
	display: inline-block;
}



#nav li:hover {
	background: #547500;
}

#nav-irish li a:hover {
	color: #81a721;
	text-decoration:none;
}

body#home li.home a, #information li.information a, #services li.services a, #contact li.contact a {
	color:#fff;
	text-decoration:none;
	padding: 15px 30px;
}

body#home li.home, #information li.information, #services li.services, #contact li.contact {
	background: #547500;
}

#language-select {
	float:right;
	padding: 10px 15px;
	text-align:right;
	font-size:90%;
	font-weight:bold;
	margin: 40px 0;
	background: #9e9e9e;
	color:  #fff;
	border-radius: 10px;
}

#language-select a {
	color: #ade02d;
	text-decoration:none;
}

#language-select a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
}

.homepage-header {
	padding: 2% 2% 6px 2%;
}

#homepage-index {
	padding: 0 2% 2% 2%;
	display: flex;
	flex-direction: row;
}

#index {
	padding: 2%;
}

.left {
	width: 60%;
	padding-right: 30px;
}

.right {
	width: 40%;
}

#index-text {
	width:400px;
	line-height:1.5em;
	text-align:justify;
	float:left;
}

#index-image {
	width:368px;
	float:right;
	margin:0 0 0 20px;
	text-align:center;
}

figure {
    max-width: 368px;
    width: 100%;
    float: right;
    margin: 0 0 10px 20px;
}

figcaption {
    font-size: 90%;
    font-style: italic;
    text-align: center;
    line-height: 1.2em;
    padding-top: 7px;
}

figure img {
    width: 100%;
    height: auto;
}

.sector-box {
    width: 23%;
    background: #666;
    text-align: center;
    color: #fff;
    margin: 1%;
    float: left;
    min-height: 141px;
    border-radius: 15px;
    font-size: 90%;
    font-weight: bold;
    padding-top: 20px;
}

div#sectors {
    display: inline-block;
}

ul.documents li {
    width: 50%;
    float: left;
}

a.button {
    padding: 10px 15px;
    font-weight: bold;
    background: #717171;
    color: #fff;
    border-radius: 10px;
}

a.button:hover {
    background: #81a721;
	text-decoration:none;
}

#footer {
	font-size:80%;
	color: #fff;
	padding: 1% 2%;
	background: #81a721;
	display: inline-block;
	width: 96.1%;
    overflow: hidden;
}

#footer-creator {
	width: 50%;
	float: right;
	text-align: right;
}

#footer-creator a {
	color: #fff;
	text-decoration:none;
}

#footer-creator a:hover {
	text-decoration:underline;
}

div#copyright {
    width: 50%;
    float: left;
    text-align: left;
}

p.bio {
	text-align: center;
}

p.step {
    background: #666;
    margin-bottom: 30px;
    padding: 25px;
    font-size: 125%;
    border-radius: 15px;
    text-align: center;
    color: #fff;
}

p.step:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 25px solid #81a721;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    margin-top: 57px;
}

p.step.last:after {
    display: none;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #81a721;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
    padding: 14px 21px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #668e00;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
i.fa.fa-bars {
    font-size: 22px;
}
.icon img {
    width: 80px;
}


/*RESPONSIVE CODE */



@media screen and (max-width: 600px) {
.divTableCell {
    width: 100%;
    float: left;
    padding: 0;
}

div#logo {
    width: 50%;
    max-width: 240px;
    float: none;
    margin: 0 auto;
}

div#language-select {
    margin: 0 auto;
    float: none;
    text-align: center;
    margin-top: 20px;
}

#index {
    width: 96%;
    padding: 2%;
    text-align: center;
} 
h1 {
    font-size: 150%;
    line-height: 1.3em;
}

figure {
	float: none;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */  
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }  
  
div#copyright {
    width: 100%;
    text-align: center;
}

#footer-creator {
    width: 100%;
    text-align: center;
} 
	
#homepage-index {
	display: flex;
	flex-direction: column;
}	
	
.left {
	width: 100%;
}

.right {
	width: 100%;
}	
}

@media screen and (max-width: 468px) {
	div#logo {
    width: 70%;
}
}

@media only screen and (max-width: 768px) {
.sector-box {
    width: 46%;
    padding: 4% 1% 0;
}
ul.documents li {
    width: 100%;
    list-style: none;
    margin-left: -30px;
}
.topnav a {
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
}
}