html {
    scroll-behavior: smooth;
}

#wrapper {
    margin: 0 auto;
}

/* global content CSS */


/* Navigation CSS */

.fixed-top {
    box-shadow: 0px 1px 9px  rgba(136, 136, 136, 0.19)
}

.navbar-brand {
    width: 100%;
    text-align: right;
    background-color: #023CFF;
}

/* .navbar-expand-md .navbar-collapse {
    height: 3rem !important;
} */

.ml-3 {
    margin: 0 !important;
    padding-right: 10px;
}


.nav-bar-insta {
    color: white;
    padding: 10px;
    margin-right: 35px;
}

.nav-bar-insta:hover {
    color: #77A9F8;
}

.navbar {
    /* position: relative;    
    width: auto;
    height: auto; */
    margin: 0 auto;
    padding: 30px 30px 26px 30px;
    background-color: white;
}

.nav-item {
    margin-left: 20px;
    border-bottom: 4px solid transparent;
}

.nav-item:hover {
    border-bottom: 4px solid #023CFF;
}

.nav-link {
    color: #707070;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.dropdown .dropdown-menu {
  border-radius:0;
 }

/* Line CSS */

.line {
    width: 100%;
    background-color: #023CFF;
    height: 4px;
    margin-top: 20px;
}

/* Content */

.actual-content {
        color: #606060;
}


.content_headline {
    text-transform: uppercase;
    color: #CCCCCC;
    font-size: 28px;
    margin: 2%;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif;
}

.dark_content_headline {
    color: #5A5A5A;
    text-transform: uppercase;
    font-size: 28px;
    margin: 2%;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif;
    /* padding-top: 18%; */
    padding-top: 100px;
}

.footer-link {
    text-decoration: none;
    color: white;
}

.footer-link:hover {
    text-decoration: none;
    color: #3562b5;
}

/* DL CSS */

.main-dl {
  background-image: url("img/main-small.jpg");
  min-height: 716px; 
  /* background-attachment: fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



#main-cta{
    position: absolute;
    z-index: 1000;
    top: 200px;
    right: 30px;
    border: 4px white solid;
    background-color: #ffffff54;
    padding: 50px;
    color: #5A5A5A;
}

.main-cta-text {        
    font-family: 'Montserrat', sans-serif;
}

.main_button {
    display: inline-block;
    float: right;
    margin-top: 15px;
    width: 200px;
}

.blue_button {
    background-color: #023CFF;
    color: white;
    border-radius: 2rem;
    padding: 15px;
    border: none;
    text-align: center;
    text-decoration: none;
}

.email_button {
    width: 300px;
    margin-bottom: 20px;
}

.blue_button:hover {
    background-color: #77A9F8;

}


/* Content Section (About, Contact) */

.content_section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 10%;
}

.content {
    /* width: 700px; */
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.content p {
    font-family: sans-serif;
    color: #707070;
    font-size: 18px;
    letter-spacing: 2px;    
}

@media (max-width: 768px) {  
    .content {
        /* width: 400px; */
        margin: 0 auto;
        text-align: center;
}
}


/* Secondary DL CSS */

.secondary-dl {
    background-image: url("img/secondary-small.jpg");
    min-height: 376px; 
    /* background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 12%;
}


/* Services Section CSS */

.services_section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 10%;
}

.service_container {
    font-family: 'Montserrat', sans-serif; 
    text-transform: uppercase;
    color: #5A5A5A;
    margin-top: 55px;
    margin-bottom: 8%;
}

.service_items {
    
}

.service_icons {
    font-size: 50px;
    margin-bottom: 70px;
}

.items {
    width: 300px !important;
    margin: 15px;
    height:367px;
    box-shadow: 5px 10px 18px rgba(136, 136, 136, 0.19);

}

.item_content {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-top: 40%;

}

.item_headline {
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    color: #5A5A5A;
    margin-bottom: 30px;
}


/* Contact CSS */

.email-section {
    margin: 0 auto;
    width: 700px;
    padding-top: 4%;
    padding-bottom: 10%;
}

.contact-icon {
    padding-right: 10px;
}

/* Logo Icon CSS */

.logo_container {
    width: 100%;
    text-align: center;
}

.logo {
    width: 150px;
    float: center;
    margin: 0 auto;
}

#main_logo {
    width: 18%;
    position: fixed;
    top: 60px;
    z-index: 10000;
    left: 30px;
  }
  #main_logo a {
    display: block;

  }
  #main_logo img {
    width: 100%
    
  }
  #main_logo span {
    position: relative;
    left: -4000px;
  }

/* Gallery CSS */

.gallery-container {
    background-color: #EFEFEF;
    width: 100%;
    /* height: 500px; */
    /* margin-bottom: 30px; */
}

.gallery-pictures {
    width:80%;
    margin: 0 auto;
    padding: 100px 0;
}

.gallery-pictures div.row {
    height: 400px;
}

.gallery-pictures div.row > div {
    margin-bottom: 3%;
}

.gallery-pictures div.row > div > div {
    width: 100%;
    height: 100%;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 50%;
}

.gallery-pictures > div.row:nth-child(odd) > div:nth-child(odd),
.gallery-pictures > div.row:nth-child(even) > div:nth-child(even) {
    width: 30%;
    background-color: #ccc;
}
.gallery-pictures > div.row:nth-child(odd) > div:nth-child(even),
.gallery-pictures > div.row:nth-child(even) > div:nth-child(odd) {
    width: 70%;    
    background-color: gray;
}

.gallery-pictures > div.row:nth-child(odd) > div:nth-child(odd) {
    margin-right: 3%;
}
.gallery-pictures > div.row:nth-child(even) > div:nth-child(even) {
    margin-left: 3%;
}
.gallery-pictures > div.row:nth-child(odd) > div:nth-child(even),
.gallery-pictures > div.row:nth-child(even) > div:nth-child(odd) {
    width: 67%;
}

.gallery-pictures .view-more-pics {
    padding-top: 60px;
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}


/* Medium devices (tablets, 768px and up) 
The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  border-radius:0;
 }
}



/* Image */




/* Button CSS */


/* Clear floats after the columns */


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */


/* footer */

.footer-container {
    background-color: #A2A2A2;
}

.footer-text {
    color: white;
    text-align: right;
    font-size: 13px;
    margin-top: 5%;
    padding-right: 10px;
    letter-spacing: 1px;
}

.footer_logo_container {
    padding: 20px;
}

/* MEDIA QUERIES */



/* Navigation */

