/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,700');

a {
  outline: none;
  text-decoration: none;
  display: inline-block;
  color: white;
}

a:hover {     
  background: rgb(251, 185, 61);
}

p {
    font-size: 110%;
}

li {
    font-size: 110%;
}

.navbar {
    padding: .8rem;
    background-color: #e85019;
}

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

.navbar-nav.navbar-center {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}

/* nav .navbar-dark.navbar-nav.navbar-link li a {
    color: white !important; 
    } */

.navbar.navbar-expand-md.navbar-dark.sticky-top ul li a{    
    color: white !important;
    font-family: 'Oswald', sans-serif;
}
.container {
    margin-top: 1rem;
}

.backtotop {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.content {
  max-width: 1000px;
  margin: auto;
  background: white;
  padding: 10px;
}

.orange-background {
    text-align: left;
    background: #e85019;
    color: white;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 10px 10px 10px #ccc;
}

.blue-background {
    text-align: left;
    background: #0a3b87;
    color: white;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 10px 10px 10px #ccc;
}

.checkbox {
    padding: 10px;
}

.btn-primary {
    background-color: #0a3b87;
}

.btn-primary:hover {
    background-color: #e85019;
}

.padding {
    padding-bottom: 2rem;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Lato', sans-serif;
    color: #222;
    *box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

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-container {
    width: 100%;    
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

#main-footer {
    background-color: #0a3b87;
    color:#FFFFFF;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
    font-weight: 400;
    margin-top: auto;
}
.container-footer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.navfooter li a {   
    font-family: 'Oswald', sans-serif;
    padding-right: 12px;
    padding-left: 12px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #e85019;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.active, .accordion:hover {
  background-color: #8b2424; 
}

button.accordion {
    background-color: #ffffff;
    color: #007bff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
}
button.accordion.active, button.accordion:hover {
    background-color: #c3d5ffa6; 
}

h2 {
    background-color: #e85019;
    color: white;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 10px 10px 10px #ccc;
}

div.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.parallax {
  background-image: url('/assets/images/fáilte.jpg');
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}