@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

@font-face {
  font-family: Orkney-Light;
  src: url(fonts/Orkney-Light.otf);
}

@font-face {
  font-family: Orkney-Regular;
  src: url(/fonts/Orkney-Regular.otf);
}

@font-face {
  font-family: Orkney-Medium;
  src: url(/fonts/Orkney-Medium.otf);
}

@font-face {
  font-family: Orkney-Bold;
  src: url(fonts/Orkney-Bold.otf);
}
body {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-sizing: border-box;
  
}


img {
  max-width: 100%;
  display: block;
}

.direct {display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  background-color: #f5ecdd;
  font-size: 1rem; padding: 5px;
   font-family: "Orkney-Bold", Arial, sans-serif;
}

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

.anois {border: 0.5px solid transparent; border-radius: 10px; padding: 5px 10px; margin-left: 50px; background-color: #bd9f5e; color: #fff; text-shadow: 1px 1px #000;}
.header {
  background-color: #174e65; text-shadow: 1px 1px #000;
}
.nav-ul li:nth-of-type(1) {
  margin-left: 3rem;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-ul {
  position: relative;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Orkney-Bold", Arial, sans-serif;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  gap: 1rem;
  font-size: 1.2rem;
}




.hamburger {
  background-color: transparent;
  display: none;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 25px;
}

.logo {
  max-width: 12%; min-width: 150px;
}
.nav-ul li:nth-of-type(1) {
  margin-left: 2%;
  margin-right: auto;
}

.nav-ul .route a {
  font-size: 1.2rem;
  font-family: "Orkney-Medium", Arial, sans-serif; color: #fff;
}

.hamburger:focus {
  outline: none;
}

.nav-ul li.nav-spacer a { font-family: "Cormorant Garamond", serif; color: #fff; text-shadow: 1px 1px #000;  font-size: 2rem;} /* last-child */

.nav-spacer {   /*instead of (6) above  */
  margin-left: auto;
  margin-right: 50px;
  

  
}

.nav-ul li a {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  padding: 0.7rem 1.4rem;
  text-decoration: none;
  font-size: 1.2rem;
  white-space: nowrap;
}



.fa {
  margin-right: 10px;
}

@media (max-width: 1400px) {
  .nav-ul li.nav-spacer {
    margin: 0;
  }
  .nav-ul li a {
    font-size: 1.4rem;
  }
  .nav-ul li:nth-of-type(1) {
    margin: 0;
  }
  .view1-inner img {
    margin: auto;
    max-width: 40%;
  }
}


@media (max-width: 1220px) {
  .nav {
    clear: both;
  }
  .nav-ul {
    display: none;
    flex-direction: column;
  }
  .nav-ul.show {
    display: flex;
    max-width: 50%;
    margin: 0 auto;
  }
  .hamburger {
    display: block;
    float: right;
  }
  .btn {
    width: 100%;
  }
  .nav-ul li.nav-spacer {
    margin: 0;
  }
  .nav-ul li:nth-of-type(1) {
    margin: 0;
  }
  li.logo {
    display: none;
  }
}

@media (max-width: 480px) {
  .nav-ul.show {
    max-width: 80%;
    padding-left: 0;
  }
  .nav-ul li.nav-spacer {
    margin-left: -2rem;
  } /*phone-number*/
  .nav-ul .route a {
    font-size: 1.7rem;
  }
  .nav-ul .route {
    margin-left: -2rem;
  }
  .nav-ul li:nth-of-type(1) {
    max-width: 100%;
    margin-left: -1rem;
  }
  
  .nav-ul li a {
    color: #fff;
    font-size: 2rem;
  }
}

.reveal {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.reveal:nth-of-type(1) {
  margin-left: 10px;
}
.inner-reveal {
  flex: 2 44%;
}
.inner-reveal img {
  width: 30%;
  min-width: 250px;
  height: auto;
}
.outer-reveal {
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .inner-reveal img {
    width: 20%;
    min-width: 200px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .inner-reveal img {
    width: 70%;
    min-width: 250px;
    height: auto;
  }
  .reveal {
    font-size: 1rem;
    font-weight: 700px;
  }
  .outer-reveal {
    margin-right: 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
  }
}

@media (max-width: 320px) {
  .inner-reveal img {
    min-width: 200px;
    height: auto;
  }
}

.heroic {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  
}

.heroic img {width: 100%;}

.estimate {
  display: flex;
max-width: 100%;
  position: absolute;
  top: 20%;
  margin: 0 auto;
  gap: 1rem; 
  
}

.heroic-text:nth-of-type(1) {
  flex-grow: 2;
  align-items: center;
  justify-content: center;
  margin-top: 20%;
  
}
.heroic-text:nth-of-type(2) {
  flex-grow: 1;
}

.heroic-text {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 900;
  text-shadow: 5px 5px 15px #000;
  text-align: center;
  letter-spacing: 3px;
  
 
}

.application {
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 5px 5px 15px #000;

  text-align: center;
  letter-spacing: 3px;
 font-family: 'Poppins-Light', serif;
  padding-top: 30px;
}

@media (max-width: 1820px) {
  .estimate {
    gap: 1rem;
	  top: 5%;}
  
  .heroic-text {
    font-size: 3rem;
  }
}



@media (max-width: 1400px) {
   .heroic-text:nth-of-type(1) {
    margin-top: 0;}
    .heroic-text {font-size: 2rem;}
  
  } /*mise*/

  .heroic-text {
    top: 5%;
    font-size: 2rem;
  }

 .heroic2 {
  display: flex;
  align-items: center;
  justify-content: center;
 margin: 0 auto;
 margin-top: 3%;
  
  
}




@media (max-width: 959px) {
  .estimate {
    
    top: 5%;
  }
  .heroic-text:nth-of-type(1) {
    margin-top: 5%;
  }
  .heroic-text:nth-of-type(2) {
    display: none;
  }
  .heroic-text {
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
  }
  .application {
    font-size: 1.3rem; font-weight: 700;
  }
} /*check */

h1.topshelf {font-size: 4rem;  font-family: "Orkney-Light", Arial, sans-serif; color: #fff; letter-spacing: 5px;}
p.tiertwo {font-size: 2.5rem; font-family: "Orkney-Light", Arial, sans-serif; color: #fff; }


@media (max-width: 1440px) {
.estimate {top: 10%;}
  h1.topshelf {font-size: 2.5rem;}
  p.tiertwo {font-size: 1.7rem;}
} 



@media (max-width: 1024px) {
.estimate {top: -2%;}
  h1.topshelf {font-size: 2rem;}
  p.tiertwo {font-size: 1.5rem;}
} 


@media (max-width: 768px) {
.estimate {top: -6%;}
  h1.topshelf {font-size: 2rem;}
  p.tiertwo {font-size: 1.5rem;}
}

.failte {display: flex;
  max-width: 60%;
   align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
flex-direction: column;
padding: 1rem;
}


h1.failte-headline { font-family: "Orkney-Light", Arial, sans-serif; font-size: 1.7rem; padding: 1rem; color: #c79d73; text-shadow: 0.25px 0.25px #666; letter-spacing: 2px;}
p.vista { font-family: "Orkney-Regular", Arial, sans-serif; font-size: 1.2rem; color: #666;}


@media (max-width: 480px) {
    .failte {max-width: 100%;}
    p.vista {padding: 0 1.5rem;}
}



.teach-ostan1 {display: flex;
  max-width: 60%;
   align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 480px) {
   .teach-ostan1 {max-width: 100%; flex-direction: column;}
}

  .choice1 {flex: 1; padding: 0 1rem;}

  .button1.choice1 {outline: 2px solid red; margin: 0 auto; text-align: center;}

  h2.ostan-headline1 { font-family: "Orkney-Light", Arial, sans-serif; font-size: 1.7rem; padding: 1rem; color: #c79d73; text-align: center; text-shadow: 0.25px 0.25px #666; letter-spacing: 2px;}


  .teach-ostan2 {display: flex;
  max-width: 60%;
   align-items: center;
  justify-content: center;
  margin: 0 auto;
margin-bottom: 2%;}

  .choice2 {flex: 1; padding: 0 1rem;}

  h2.ostan-headline2 { font-family: "Orkney-Light", Arial, sans-serif; font-size: 1.7rem; padding: 1rem; color: #c79d73; text-align: center; text-shadow: 0.25px 0.25px #666; letter-spacing: 2px;}

@media (max-width: 480px) {
   .teach-ostan2 {max-width: 100%; flex-direction: column;}
}

  .wave {display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
 
  margin-top: 2%;
  margin-bottom: 2%;
 
}




  .contae {display: flex;
  max-width: 60%;
   align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.bhaile {padding: 0 1rem;}

@media (max-width: 480px) {
   .contae {max-width: 100%; flex-direction: column;}
   .bhaile {max-width: 100%; flex-direction: column;}
}

  h2.bhaile-headline {font-family: "Orkney-Light", Arial, sans-serif; font-size: 1.7rem; padding: 1rem; color: #c79d73; text-align: center; text-shadow: 0.25px 0.25px #666; letter-spacing: 2px;}

  .bustling {display: flex;
  max-width: 60%;
  padding: 0 1rem;
   align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 3%;
flex-direction: column;}

@media (max-width: 480px) {
   .bustling {max-width: 100%; flex-direction: column;}
   .bustling img {min-height: 200px;}
}

  





 


.footer {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  background-image: url("images/tarmac.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #174e65;
  color: #fff;
  text-shadow: 1px 1px #000;
  gap: 1rem;
}

.footer h2 {
  font-size: 1.3rem;
}

.footerinner {
  max-width: 100%;
  text-align: center;
  font-size: 1rem;
  font-family: "Orkney-Regular", Arial, Sans-serif;
}

.footerinner {
  


  flex: 1;
}

.footerinner a {

  text-decoration: none;
  color: #fff;
  text-align: center;
}

.footerinner .fa {
  color: #fff;
  margin-left: 10px;
  font-size: 1.5rem;
}

.copyright img {
  max-width: 10%;
  margin: 0 auto;
}

.footer-logo {
  max-width: 100%;
  margin: 0 auto;
  
}
.footer-logo img {max-width: 30%; margin: 0 auto;}


@media (max-width: 640px) {
  .footer-logo img  {max-width: 50%;}
}

@media (max-width: 480px) {
  .footer-logo img  {min-width: 300px;}
}




@media (max-width: 900px) {
  .footerinner {
    flex: 2 46%;
  }
}

@media (max-width: 480px) {
  .footer {
    max-width: 100%;
    flex-direction: column;
  }
  .footerinner {
    max-width: 98%;
  }
  .copyright img {
    max-width: 25%;
  }
}

.button1 {
  display: inline-block;
  background-color: #9e2221;
   padding: 0.618rem 1.618rem;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 5px 5px #000;
  transition: 0.2s ease;
	margin-bottom: 25px;
	margin-top: 1rem;
	
}

.button1:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

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

  .telefon {display: flex; align-items: center; justify-content: center; max-width: 70%; margin: 0 auto; margin-top: 2%;}

@media (max-width: 480px) {
	.telefon {margin-top: 10%;}
}

.button2 {
  display: inline-block;
  background-color: #9e2221;
   padding: 0.618rem 1.618rem;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 5px 5px #000;
  transition: 0.2s ease;
	margin-bottom: 25px;
	margin-top: 1rem;
margin-left: calc(50% - 75px);
	
}

.button2:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

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

