/*
Pale grey: #f1f1f1;
Pale Blue: #bacdd3;
*/

body {
    font-size: 14px;
    letter-spacing: 0.09rem;
    line-height: 1.7rem;
    color: #333333;
    font-family: "Montserrat", sans-serif;
}
img {
    width: 100%;
    height: auto;
}
a {
    color: #000;
    text-decoration: none;
}
a:visted {
    color: #000;
}
a:active {
    color: #000;
}
a:hover {
    color: #333;
}
.main-nav img {
    width: 20px;
    height: auto;
    
}
.splide__arrow {
    background: #fff;
}
.photo-credit {
    font-size: 0.7rem;
}
.top-line {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding-top: 10px;
}
/*CSS Dropdown */
/* Dropdown Button */
.main-nav {
    font-size: .9rem;
    letter-spacing: .009rem;
}
.dropbtn {
    text-decoration: none;
    padding: 0 30px 0 0;
    color: #666666;
    letter-spacing: 0.08rem;
    /*background-color: #fff;*/
    border: none;
}
/* Form */
.form-field input {
    width: 100%;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/*END CSS Dropdown */

/*Slick Slider Custom CSS */
.slider-main img {
    height: 525px;
    width: auto;
}
.slider-single img {
    padding: 0 20px;
}
.slider-nav img {
    padding: 10px;
}
.slider-mav .slick-slide.slick-current img {
    border: 1px solid #ccc;
}


/* Dropdown Menu */
.main-nav a {
    
    text-decoration: none;
    color: #666666;
}
.main-nav a:hover {
    border: none;
    transition: 0.3s ease;
    text-decoration: none;
    color: #333333;
}
.dropdown {
    padding-bottom: 10px;
    outline-style: none;
}

.dropdown ul {
    background-color: #fff;
    border: none;
    border-radius: 0;
}
a.dropdown-item {
    padding: 10px;
}
ul.dropdown-menu {
    margin:0;
    margin-top: 14px;
    padding: 0;
}
.dropdown-item a {
    border: 0;
}
.section-heading {
    padding-top: 10px;
    text-align: right;
    font-size: 1.9rem;
    margin-bottom: -2px;
}
.home-info {
    background-color: #bacdd3;
}
.about {
    background-color: #f1f1f1;
}


/*NEWS*/
.news-info {
    font-size: 1.2rem;
}

.news-section {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.news-header {
    padding: 20px 0;
}
/*END NEWS*/

.footer {
    font-size: .8em;
    margin: 0;
    letter-spacing: 0.1rem;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    
    .slider-main img {
        height: 300px;
        width: auto;
    }
    .slider-single img {
    padding: 10px;
}
}



