@charset "utf-8";
/* CSS Document */




  .bg-1 {
    background-color: #474e5d;
    color: #ffffff;
  }
		 .bg-2 {
    background-color: #474e5d; /* Dark Blue */
    color: #ffffff;
  }
  .bg-3 {
    background-color: #ffffff; /* White */
    color: #555555;
  }
	.bg-4{
		
      background-color: blue;
}
.bg-per{
		
      background-image: url("../images/bilbao.jpg");
		  
		  /* Full height */
  height: 75%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
font-weight:bold;
color: white;
	
}

.bg-con{
		
      background-image: url("../images/golf.jpg");
		  
		  /* Full height */
  height: 75%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
font-weight:bold;
color: white;
	
}

.bg-edu{
		
      background-image: url("../images/dolmen-flyover.jpg");
		  
		  /* Full height */
  height: 75%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	font-weight:bold;
	color: white;
	
}

.bg-edu2{
background-image: url("../images/dolmen-flyover.jpg");
		  
		  /* Full height */

  /* Center and scale the image nicely */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
	font-weight:bold;
	color: white;	
	
	
}



.bg-edu2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all .2s linear;
}


.bg-edu2:hover:before {
  background: none;
}



.bg-edu2 h2,
.bg-edu2 p {
	position:relative;
}


.bg-wexp2{
background-image: url("../images/work-exp.jpg");
		  
		  /* Full height */

  /* Center and scale the image nicely */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
	font-weight:bold;
	color: white;	
	
	
}



.bg-wexp2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all .2s linear;
}

.bg-wexp2:hover:before {
  background: none;
}



.bg-wexp2 h2,
.bg-wexp2 p {
	position:relative;
}

.bg-skls2{
background-image: url("../images/spider.jpg");
		  
		  /* Full height */

  /* Center and scale the image nicely */
  background-position:top;
  background-repeat: no-repeat;
  background-size: cover;
	font-weight:bold;
	color: white;	
	
	
}



.bg-skls2:before {
  content: "";
  display: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all .2s linear;
}

.bg-skls2:hover:before {
  background: none;
}



.bg-skls2 h2,
.bg-skls2 p {
	position:relative;
}

.bg-per2{
background-image: url("../images/bilbao.jpg");
		  
		  /* Full height */

  /* Center and scale the image nicely */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
	font-weight:bold;
	color: white;	
	
	
}



.bg-per2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all .2s linear;
}

.bg-per2:hover:before {
  background: none;
}



.bg-per2 h2,
.bg-per2 p {
	position:relative;
}



.bg-wexp{
		
      background-image: url("../images/tripod.jpg");
		  
		  /* Full height */
  height: 75%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	font-weight:bold;
	color: white;
}
.bg-skls {
	background-image: url("../images/spider.jpg");
		  
		  /* Full height */
  height: 75%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	font-weight:bold;
	color: white;
	
}
.bg-home {
	background-image: url("../images/giants-causeway.jpg");
		  
		  /* Full height */
  min-height: 100vh; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
	font-weight:bold;
	color: white;
	
}

    body, html {
  height: 100%;
  margin: 0;
}
			 
		 
	.tile{
  padding-top: 140px;
  padding-bottom:140px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: bold;
    color: white;
		 }
		 
		 
.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
  border-radius: 0;
  margin-bottom: 0 !important;
  font-size: 12px;
  letter-spacing: 5px;
}

.navbar-nav li a {
position:relative;
	text-decoration: none;
}
.navbar-nav li a:hover {
  /* color: #1abc9c !important; */
  color:#474e5d !important;
}
.navbar-nav li a::before {
	
 content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  /* background-color: #1abc9c; */
  background-color:#474e5d;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
	
}

.navbar-nav li a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar-brand {
	
	padding:0px !important;
}
.navbar {
    min-height: 80px !important;
}

body {
  font: 20px;
	font-family: 'Varela', sans-serif !important;
  line-height: 1.8;
  color: #f5f6f7;
}

p {font-size: 16px;
font-family: 'Montserrat', sans-serif !important;
}

h2 {font:32px;
	font-family: 'Varela', sans-serif !important;
	letter-spacing: 10px;
	font-weight:100 !important;

}

.border{background-color:#474e5d;
padding:10px;
font-size:32px;
font-family: 'Varela', sans-serif !important;
	letter-spacing: 10px;
	font-weight:100 !important;
	text-align: center;
	
}

.border2 {background-color:#474e5d;
padding:10px;
	font-weight:100 !important;
	text-align: center;
}

.img-circle{  margin-top:120px;
max-width:200px;
border:solid; }

.caption {padding-top:30px;}
		 
.header {
			 
  padding-top: 70px;
  padding-bottom: 70px;
			 
		 }

  .intro {
	padding:50px;
	
}
.intro a {
	
	color:#ffffff;
}

.intro a:hover {
	
	color:#ffffff;
  text-decoration:none;
}

.intro a:visited {
	
	color:#ffffff;
  text-decoration:none;
}

.header2 {
			 
  padding-top: 200px;
  padding-bottom: 300px;
			 
		 }
		 
		 .footer {
			 
			  padding-top: 70px;
  padding-bottom: 70px;
}

.fa {font-size: 32px !important;
	padding:20px;
	padding-left: 40px;
	padding-right: 40px;
color: white;




}

.fa:hover {
    opacity: 0.7;
	color: white;
	text-decoration: none;
}

.fa:active {
    opacity: 0.7;
	color: white;
	text-decoration: none;
}


.dch {
	width:80%;
		text-align: center;
	height:80%;
	margin-bottom: 10px;
}

.edu-block{
	margin-bottom: 30px;
	margin-top:10px;
	
}

.carousel {margin-bottom:20px;}


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.contact {
  border-radius: 5px;
  background-color: #474e5d;
  padding: 20px;
	color:white;
}

.content-area {
 padding: 50px;

}



/* Education page Grid */
.container-grid {
  display:grid;
  grid-template-columns: 50% 50%;
  /* grid-template-rows:  300px; */
  justify-items: center;
  align-items:center;
  margin: 0 0px;
}

.edu-block{
  width: 80%;
  height: 250px;
  background-color: #474e5d;
  
}

.content-block{
  grid-column-start: 1;
  grid-column-end: 3;
  width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
   color: #474e5d;
  
}


.anti{
  background-color: #8492afff;
  color: #fff;
}



.content-container {
width:90%;

}

.flex-links{
  display:flex;
  gap:10px;
  height:180px;
}

.link-block {
  /* width:32%; */
  flex:1;
}

.edu-block a, p, h3{
  
  text-decoration:none;
}

.education1{
  background-image:url("../images/maynooth.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height:100%;
}

.education2{
  background-image:url("../images/griffith.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height:100%;
}

.education3{
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height:100%;
}

#ss{
  background-image:url("../images/website-mockup.jpg");
}

#sr{
  background-image:url("../images/spider.jpg");
}

#wp{
  background-image:url("../images/wordpress.jpg");
  }

.overlay{
  width:100%;
  height:100%;
background: rgba(0, 0, 0, 0.5);
  transition: all .2s linear;
  display: flex;
  justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align:center;
    padding:20px;
    color:#ffffff;
}


.overlay:hover {
  background: none;
  color: #ffffff;
  text-decoration:none;
}

.block:hover{
  text-decoration:none;
}


/* Mobile education blocks */

@media only screen and (max-width: 790px) {
  
    .link-block {
  /* width:32%; */
  flex:3;
}

.flex-links{
  display:flex;
  flex-direction:column;
  gap:10px;
  height:auto;
  max-height:100%;
}

.edu-block{
  width: 80%;
  height: 250px;
  background-color: #474e5d;
  grid-column-start: 1;
  grid-column-end: 3;
  
}
}

/* Timlineline css */
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #8492afff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.time-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  color:#ffffff;
}

/* The circles on the timeline */
.time-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #8492afff;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #8492afff;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #8492afff;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #8492afff;
  border-width: 10px 10px 10px 0;
  border-color: transparent #8492afff;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -13px;
}

/* The actual content */
.time-content {
  padding: 20px 30px;
  background-color: #8492afff;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .time-container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .time-container::before {
  left: 60px;
  border: medium solid #8492afff;
  border-width: 10px 10px 10px 0;
  border-color: transparent #8492afff;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}

#linkedin {
  background-image:url("../images/linkedin.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height:100%;
}

/* Portfolio Page background images  */

#portfolio-web {
background-image:url("../images/website-mockup.jpg");
}

#portfolio-3d {
background-image:url("../images/spider-resize.jpg");
}

#portfolio-ux {
background-image:url("../images/dl-app-ux.jpg");
}

#portfolio-cms {
background-image:url("../images/wordpress.jpg");
}

#dolmen-text{
  float:right;
  width:300px;
}

@media screen and (max-width: 600px) {
  #dolmen-text{
    float:none;
  }
.duo {
  flex-direction:column;
}
.duor {
  text-align:center;
}
#spider {
  max-width:100%!important;
  
}


}

#spider {
  margin: 0px 0px 20px 0px;
  max-width:90%;
  
}

.duor{
  text-align:center;
}

.duo {
  display: flex;
  /* margin: ; */
  padding: 0px 0px 40px 0px;
}

.duol, .duor {
  flex:1;
  
}

.duol-wide {
  flex:3
  
}

.duor-narrow{
  flex:1;
  text-align:center;
}

#app-mockup {
  margin: 0px 0px 20px 0px;
  max-width:90%;
}

#figma {
  max-width:100%;
}

.button1{
      background-color: #8492afff;
    border-radius: 5px;
    padding: 10px 30px;
    margin: 20px 20px 0px 0px;
    color:#ffffff;
}

.button-div {
  margin: 30px 0px 30px 0px;
}

.form-label{
    font-family: 'Montserrat', sans-serif !important;
}
.mt-4{
      margin:20px 0px;
    }
