@import "compass/css3";

html, body{
  margin:0px; padding:0px;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header{
  z-index: 1;
  position:fixed; 
  width:100%; 
  height:60px; 
  background:rgba(0,0,0,0.1);
}

header a{
  color:rgb(253, 253, 253);
  background:rgba(0,0,0,0.1); 
  display:inline-block; 
  padding:0px 30px; 
  height:60px;
  line-height:60px; 
  text-align:center;
  font-family: 'Roboto Slab', serif; 
  text-decoration:none;
  text-transform:uppercase; 
  letter-spacing:2px; 
  font-weight:700;
}


#hero1{
 background:url(img/7012e2ba-072c-4db2-a539-4797ffff02b3.webp);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
  -webkit-filter: grayscale(100%);
}
#hero2{
  background: url(img/our-favourite-irish-band.jpg);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
  -webkit-filter: grayscale(100%);
}

#hero3{
  background: url(img/dublin1.webp);
  background-size: cover;
  position: center center;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
}

#hero4{
background: url(img/dublin2.webp);
background-size: cover;
position: center center;
background-attachment: fixed;
-webkit-filter: grayscale(100%);

}

.hero, .content{
  text-align:center; 
  position:relative;
  width: 100%;
}



.inner{
  min-height:600px;
  position: relative;
  background-color: #000000;
  
}

.inner-about{
  min-height:600px;
  position: relative;
  background-color: #000000;
  
}

.h1-text{
  color: rgb(253, 253, 253) !important;
}

.hero .inner{
  background: rgba(0,0,0,0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) no-repeat;
}



.copy{
  position:absolute; 
  top:50%; 
  height:10em; 
  margin-top:-5em; 
  width:100%;
}

.copy-about{
  position:absolute; 
  top:50%; 
  height:10em; 
  margin-top:-14em; 
  width:100%;
}

.copy1{
  position:absolute; 
  top:50%; 
  height:10em; 
  margin-top:-9em; 
  width:100%;
  
}

.copy2{
position:absolute; 
  top:50%; 
  height:10em; 
  margin-top:-13em; 
  width:100%;
}

.iframe{
  margin-left: 40px;
  
}

.hero h1, h2, h3, h4, h5, h6 .hero p{ 
  color:#ffffff;
  text-shadow: 0.000em 0.075em black, 0.029em 0.069em black, 0.053em 0.053em black, 0.069em 0.029em black, 0.075em 0.000em black, 0.069em -0.029em black, 0.053em -0.053em black, 0.029em -0.069em black, 0.000em -0.075em black, -0.029em -0.069em black, -0.053em -0.053em black, -0.069em -0.029em black, -0.075em -0.000em black, -0.069em 0.029em black, -0.053em 0.053em black, -0.029em 0.069em black;
}

.content h1, .content p{
  color:#333;
}

h1{
  margin:0px;
  font-family: 'Roboto Slab', serif;
  font-weight:400;
  font-size:32px;
  padding:0px 20px;
}

p{
  font-family: 'Noto Sans', sans-serif; 
  font-size:14px;
  padding:0px 20px;
}

.contact-section {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 1rem;
}

.contact-intro > * + * {
  margin-top: 1rem;
}

.contact-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.contact-description {
  color: rgb(107 114 128);
}

.form-group-container {
  display: grid;
  gap: 0.1rem;
  margin-top: 0.1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  margin-bottom: 0.2rem;
}

.form-input,
.form-textarea {
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.form-input::placeholder,
.form-textarea:focus-visible {
  color: #6b7280;
}

.form-input:focus-visible,
.form-textarea:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.form-textarea {
  min-height: 120px;
}

.form-submit {
  width: 100%;
  margin-top: 1.2rem;
  background-color: #3124ca;
  color: #fff;
  padding: 13px 5px;
  border-radius: 0.375rem;
}
.form-style {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}

.about{
  background-color: rgba(0, 0, 0, 0.2);
}

a:link{
  color: black;
}

a:visited{
  color: white;
}
