@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800');

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
  
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    margin: 0;
    font-family: Poppins, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;   /*  text-size-adjust: none;*/
    position: relative; 
	display: block;
    overflow-x: hidden;
}

table {
    table-layout: fixed;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif;
    margin: 0;
}

h1 {
    font: normal normal 600 60px/60px Poppins;
    color: #FFFFFF;
}

h2 {
    font: normal normal 500 50px/61px Poppins;
    color: #FFFFFF;
}

h3 {
    font: normal normal 500 30px/39px Poppins;
    color: #FFFFFF;
}

h4 {
    font: normal normal 500 35px/40px Poppins;
    color: #FFFFFF;
}

h5 {
    color: white;
    font: normal normal 600 25px/35px Poppins;
}

h5.green {
    color: #90eab4;
}

p, label, input, textarea, button, ul, li, a {
    font: normal normal normal 16px/30px Poppins;
    color: #FFFFFF;
    border: none;
    margin: 0;
}

input:focus, textarea:focus {
    outline: 3px solid #16a850;
}

a {
    text-decoration: none;
    color: black;
    font-family: Poppins;
}
ul {
    width: 100%;
}

ul:before{
    content:attr(aria-label);
    margin-left: -40px;
    font-style: italic;
    font-weight: bold;
    line-height: 60px;
}
.container {
    padding: 80px 8%;
    position: relative;
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
}
.container.reduced {
    padding: 40px 8%;
}
.container.green {
    background-color: #16a850;
}
.container.orange {
    background-color: #f79820;
}
.container.white {
    background-color: white;
}
.container.white p, .container.white h1, .container.white h2, .container.white h3, .container.white h5, .container.white h6,
.container.limerick p, .container.limerick h1, .container.limerick h2, .container.limerick h3, .container.limerick h5, .container.limerick h6{
    color: black;
}

.inner_grid {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.uppercase {
    text-transform: uppercase;
}

.column {
    flex-direction: column;
}

.row {
    flex-direction: row;
}

.flex_start{
    align-items: flex-start;
}
.justify_flex_start {
    justify-content: flex-start;
}
.paragraph {
    width: 20%;
    vertical-align: middle;
    min-width: 226px;
    flex-grow: 1;
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.text {
    vertical-align: middle;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-basis: 40%;
    flex-grow: 1;
    align-items: center;
}
.image {
    flex-basis: 43%;
    flex-grow: 1;
    min-width: 600px;
    max-width: 1000px;
}
.image>img{
    border-radius: 10px;
    width: 100%;
    height: auto;
}
#banner {
    background: linear-gradient( rgba(0, 0, 0, 0.3) 100%, rgba(0, 0, 0, 0.3)100%), url("./../images/sw_banner-1.jpg");
    min-height: 700px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-top: 99px;
}
.limerick {
    background-image: url("./../images/limerick.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.subtitle {
    text-align: center;
    font: normal normal normal 20px/30px Poppins;
}

.button {
    padding: 17px 40px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 18px;
    width: fit-content;
    cursor: pointer;
}

.button.shadow {
    box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.6);
}
.button.light_black{
    border: 1px solid black;
    color: black;
    background-color: transparent;
    border-radius: 0;
}
.button.orange {
    color: white;
    background-color: #f79820;
    border: 1px solid #f79820;
}
.button.orange:hover {
    color: #f79820;
    background-color: transparent;
}
.button.orange.shadow:hover{
    background-color: #ea8b13;
    color: white;
}
.button.green {
    background-color: #16a850;
    border: 1px solid #16a850;
}
.button.green:hover, .button.light_black:hover{
    color: #16a850;
    background-color: transparent;
    border: 1px solid #16a850;
}

.button.white_green {
    border: 1px solid white;
    color: #16a850;
    background-color: white;
    border-radius: 0;
}
.button.white_green:hover {
    color: white;
    background-color: #16a850;
}

menu.container{
    padding: 2px 8%;
    position: fixed;
    width: 100%;
    background-color: white;
    /* margin: 0; */
    z-index: 10;
}
.menu_items {
    display: flex;
    align-items: center;
    gap: 30px;
}

.menu_items a:hover, .menu_items a.active{
    color: #16a850;
}
.logo {
    width: 100px;
}

.side_nav {
    position: fixed;
    right: 0;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

.dot {
    height: 12px;
    width: 12px;
    margin: 3px;
    border: 2px solid #bbb;
    background-color: rgb(235 235 235);
    border-radius: 50%;
    display: inline-block;
}

.dot:hover, .dot.active{
    margin: 0;
    height: 15px;
    width: 15px;
    background-color: white;
}

.side_nav ul {
    list-style: none;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.side_nav li{
    position: relative;
}
.side_nav .label{
    top: -13px;
    left: -200px;
    position: absolute;
    display: none;
    pointer-events: none;
    transition: opacity 100ms ease-out,transform 100ms ease-out, display 0ms 100ms;
    z-index: 0;
}
.dot:hover +.label {
    display: inline-block;
    transition: opacity 100ms ease-out 100ms,transform 100ms ease-out 100ms, display 0ms 0ms;
    z-index: 9;
    width: 180px;
}


.speech_bubble {
    background: #1acb60;
    color: white;
    display: inline-block;
    font-size: 14px;
    line-height: 4em;
    margin-bottom: 1em;
    padding: 0 1em;
    position: relative;
    text-align: center;
    vertical-align: top;
    min-width: 7em;
  }
  .speech_bubble:after {
    border: 1em solid transparent;
    border-left-color: #1acb60;
    content: '';
    margin-left: 0;
    position: absolute;
    top: 25%;
    left: 100%;
    width: 0;
    height: 0;
  }

.back_to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    color: white;
    background-color: #000;
    text-align: center;
    border-radius: 5px;
    display: none;
}
.back_to_top i {
    color: white;
}
.mySlides {display:none;}

.slide_display_container, .youtube_display_container {
    position: relative;
    display: block;
    width: 560px;
}

.slide_button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    height: 80px;
}

.display_left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
}

.display_right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}

.bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 20; /* Sit on top, must be <10 to be under menu*/
    padding-top: 30px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal_content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    max-width: 1300px;
    display: flex;
    padding: 30px 60px 60px;
    width: 100%;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
.modal_result {
    display: none;
}
  .color_black {
    color: black;
  }
  .color_white {
    color: white;
  }
  
  /* The Close Button */
  .icon_close {
    color: black;
    font-size: 47px;
    font-weight: bold;
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 9999;
  }
  

  .icon_close:hover,
  .icon_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

.contact_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 800px;
  }
  .contact_form .line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }

  .contact_form .line .column {
    flex-basis: 48%;
    flex-grow: 1;
    display: flex;
    gap: 15px;
    flex-direction: column;
  }

  #map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}
.location {
    background-color: #000000bf;
    width: 100%;
}
.location>p {
    color: white!important;
    padding: 20px;
}
#get_in_touch {
    width: 100%;
    max-width: 700px;
}
textarea, input {
    background-color: rgb(141 142 143 / 64%);
    padding: 5px 20px;
    width: 100%;
    font-size: 14px;
}
input::-webkit-input-placeholder {
    color:black;
}
textarea::-webkit-input-placeholder {
    color:black;
}
textarea {
    width: 100%;
    min-height: 150px;
}
.topnav {
    overflow: hidden;
    background-color: white;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
  
  .topnav .icon {
    display: none;
  }

  .topnav a:active {
    color:#16a850;
  }

  i.button_icon {
    margin-right: 10px;
}

.fa-facebook-official {
    color: #0e76bc;
}

  
  @media screen and (max-width: 1200px) {
    .topnav .menu_item {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
    .topnav.responsive {position: relative;}
   
    .topnav .icon {
        position: absolute;
        right: 0;
        top: 30px;
      }
      .topnav.responsive .menu_item {
        float: none;
        display: block;
        text-align: left;
      }
    
      .topnav.responsive .menu_items {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 99px;
        margin-left: -100px;
        width: 100%;
        padding: 30px 10px;
    }
  }

  @media screen and (max-width: 700px) {
    .image {
        min-width: 400px;
    }
  }

  @media screen and (max-width: 480px) {
    h1 {
        font-size: 40px;
    }
    .modal_content {
        padding: 30px 30px;
    }
    .image {
        min-width: 200px;
    }
  }