@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,700,300italic,700italic);

/*------------------------------------*\
    MulliganSolicitors.ie splash main.css
    Initial version by Piotr Parzysz for OGX
    © by Outsource Graphix Ltd, 2017
\*------------------------------------*/

/* =====================================================================
	$LOCAL VARS
   ===================================================================== */
/* =====================================================================

	TOC 

	$BASE
	$TYPOGRAPHY
	$HELPERS
	$FORMS
	$NAV
	$ISLANDS	
	
	$HEADER
	$FOOTER
	$CONTENT

	$MAINPAGE
	$WORKS
	$WORK
	$TESTIMONIALS
   
   ===================================================================== */
/* =====================================================================
	$BASE
   ===================================================================== */

/* =====================================================================
	$TYPOGRAPHY
   ===================================================================== */

body, html {
  font-family: "Lato", sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px;
  color: #000;
  background: #fec628;
  line-height: 200%;;
}

a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

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

html {
  position: relative;
  min-height: 100%;

}

body {
  
  
  background-color: #fec628 !important;
  
  background-repeat: no-repeat;
  background-position: top center !important; 
  background-size: cover;
  background-attachment: fixed;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {

  font-weight: bold;
  font-style: italic;
  color: #000;
}

.lead {
  font-size: 150%;
  font-weight: normal;
}

.well {
  background: rgba(255,255,255,0.6) !important;
  box-shadow: none;
  font-size: 150%;
  margin-top: 30px;
  margin-bottom: 100px;
}

hr {
  border-color: #101f3e;
}



/* =====================================================================
	$HELPERS
   ===================================================================== */
/* =====================================================================
	$FORMS
   ===================================================================== */
/* =====================================================================
	$NAV
   ===================================================================== */

.navbar {
    background-color: #fec628;
    border-radius: 0;
    border-bottom: none;
    margin-bottom: 0;
    box-shadow: 0 0 50px rgba(0,0,0,0.6);
}


.navbar-nav li {
  padding-left: 20px;
}


.navbar-nav ul li {
  padding-left: 0;
  border-radius: 0;
}

.navbar-nav ul li a {
  border-radius: 0;
}

.navbar-nav .active a {
  border-radius: 0;
}

.navbar-nav ul li.dropdown-header {
  padding-left: 20px;
}

.navbar-nav a {
  border-radius: 5px;
  
  font-size: 15px;
}

.navbar-nav ul a {
  color: #fff !important;
  text-shadow: none;
}

.navbar-nav ul a:hover {
  color: #fff !important;
  text-shadow: none;
}

.login-button a {
  background: #111;
  color: #fff !important;
  border-radius: 0;
  text-shadow: none;
  text-transform: uppercase;
  line-height: 100%
}

.glyphicon-envelope {
  margin-right: 5px;
}


.login-button a:hover {
  background: #999 !important;
  color: #fff !important;

}

.caret {
  border-top-color: #999 !important;
}

.navbar-nav ul a {
  height: auto;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.navbar .navbar-brand {
  color: #000;
  
  font-weight: bold;
  font-size: 21px;
}

.navbar .dropdown-menu {
  border-radius: 5px !important;
}

.navbar-brand img {

  margin-top: -5px !important;
}

/**/

/* =====================================================================
	$ISLANDS
   ===================================================================== */
/* =====================================================================
	$HEADER
   ===================================================================== */
/* =====================================================================
	$FOOTER
   ===================================================================== */

footer {
  
  padding-top: 10px;
  color: #b8bdce;
  padding-left: 0;
  background: #5B77CB; /* Old browsers */
}


footer a,
footer a:hover {
  color: #fff !important;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  padding-bottom: 15px;
  
}

footer p {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {


  footer .text-right {
    text-align: left !important;
  }
}
/* =====================================================================
	$CONTENT
   ===================================================================== */
/* =====================================================================
	$MAINPAGE
   ===================================================================== */

.btn-login {
  font-size: 32px;
  padding: 20px 30px;
}

.jumbotron {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0;
  background: transparent;
  /*
  background-color: #000 !important;
  background: url(../img/hero-english.jpg);
  background-repeat: no-repeat;
  background-position: top center !important; 
  background-size: cover;
  */


  padding-left: 0;
  padding-right: 0;
  color: #000;
  position: relative;
  bottom: 0;
  
  position: relative;
  bottom: 0;
  top: 0;

  text-align: center;
  font-size: 54px;
  margin-bottom: 0 !important
  font-weight: bold;
}


.jumbotron h1 {
  padding-top: 100px;
  color: #CB715B;
  margin-bottom: 20px;
  
  display: inline-block;
}

.jumbotron p {
  display: inline-block;
  font-weight: normal !important;
  padding: 30px;
  line-height: 150%;
  font-size: 24px !important;
  /* text-transform: uppercase; */
  margin-left: -15px;
  margin-right: -15px;

  
}

.jumbotron p {
  
}

/*


.pageheader {
  position: relative;
  width: 100%;
  margin-top: 0;
  background-color: #375b6c !important;
  background: url(../img/hero-english.jpg);
  background-repeat: no-repeat;
  background-position: center -200px !important; 
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  min-height: 100px;
  text-align: center;
  font-size: 54px;
}




.tagline {
  position: absolute;
  top: 0;
  background: #6a8899;
  opacity: 0.7;
  height: 40px;
  padding: 0;
  margin: 0;
  width: 100%;
}

.tagline h2 {
  text-align: left;
  padding: 8px 0 0 60px;
  margin: 0;
  opacity: 1;
  font-size: 20px !important;
  text-shadow: 0 1px 0 #000;
  color: #fff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;  
  font-weight: 300;
}

/* =====================================================================
	$WORKS
   ===================================================================== */

/* =====================================================================
	$WORK
   ===================================================================== */

/* =====================================================================
	$TESTIMONIALS
   ===================================================================== */

/* =====================================================================
  $RESPONSIVE CSS
   ===================================================================== */


@media (min-width: 1200px) {

}

@media (max-width: 979px) {

.jumbotron {
  font-size: 36px;
  min-height: 200px !important;

}


.jumbotron h1 {
  padding-top: 30px;
  font-size: 72px;

}

}

@media (max-width: 767px) {

.navbar-nav li {
  padding-left: 0;
}

/*
.navbar-nav a, .navbar ul li a {
  height: auto; 
  color: #fff !important;
}

.navbar ul li a {
  padding-bottom: 10px;
}

.navbar .pull-right {
  float: none !important;
}
*/

.navbar-brand {
  height: 70px;
}

.navbar .navbar-brand {
  padding: 20px;
  font-size: 20px;
}


.jumbotron h1 {
  font-size: 56px;
  padding-top: 60px !important;

}

.jumbotron {
  font-size: 20px;
  min-height: 200px !important;
}

.jumbotron img {
  max-width: 90%;
  margin: 0 auto;
}
footer {
  padding: 20px;
}

}

.splash {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.splash .btn-primary {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(61,57,53,1) 67%); 
  font-weight: bold;
  
  padding: 15px 30px;
  border-color: transparent;
  margin-top: 10px;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
}

.splash .btn-primary:hover {
  background: rgb(0,0,0);
}