/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

#mainNav {
    min-height: 56px;
    background-color: #fff
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: .75rem;
    color: #333;
    border: 1px solid #333
}

#mainNav .navbar-toggler:focus {
    outline: 0
}

#mainNav .navbar-brand {
    color: #161616;
    font-weight: normal;
    padding: .9rem 0;
    text-transform: uppercase;
    font-family:"Montserrat";
    font-size: 1.2rem;
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: 0;
    background-color: transparent
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: 0;
    background-color: transparent
}

.img-sm {
    max-width: 35%;
}


/*! Mobile version starts */

@media (max-width:991px) {

    .navbar {
        transition: none;
        color: #fff;
        text-transform: uppercase;
        font-size: 0.8rem;
        background-color: eee;
    }
    
    .navbar-brand{
        font-size: 0.9rem!important;
    }
    
    .masthead h1 {
        font-size: 2.2rem!important;
        line-height: 2rem;
        letter-spacing: 0.3rem!important;
        margin-bottom: -10px;
        font-weight: lighter;
}
    
    .masthead p {
        font-size: 0.8rem!important;
        line-height: 2rem;
        padding-top: -15px;
        letter-spacing: 0.3rem!important;
}
    
    .masthead img {
        margin-top: -15px!important;
}
    .prev,
    .next {
  position: fixed!important;
   margin-left: 0px!important; 
    margin-right: 45px!important; 
  top: 40%!important;     
}
    
}



@media (max-width:767px) {

    .masthead {
        height: 100vh;
        padding: 0;
        background: url(../img/landscape/v-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
        margin-top: -55px;
    }
    
    .masthead h1 {
        padding-top: 25px;
        font-size: 1.8rem!important;
        padding-bottom: 10px;
        font-weight: lighter;
    }
    
    /* Next & previous buttons */
.prev,
    .next {
  position: fixed!important;
   margin-left: 0px!important; 
    margin-right: 25px!important; 
  top: 15%!important;     
}

}



p {
    font-family:"Montserrat";
    font-weight: lighter;
    font-size: 1rem;
    line-height: 1.5rem;
}

.masthead p {
    font-size: 0.9rem;
    color: #eee;
    text-transform: uppercase;
    line-height: 2.5rem;
    letter-spacing: .8rem;
}

.projects-section p {
    font-weight: normal;
    padding-top: 0.5rem;
}

.about-section p {
    color: white;
}

/*! Mobile version ends */




@media (min-width:992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        transition: background-color .3s ease-in-out
    }
    #mainNav .navbar-brand {
        padding: .5rem 0;
        color: #fff;
    }
    #mainNav .nav-link {
        transition: none;
        padding: 2rem 1.5rem;
        color: #fff;
        text-transform: uppercase;
    }
    #mainNav .nav-link:hover {
        color: #eee;
    }
    #mainNav .nav-link:active {
        color: #fff
    }
    #mainNav.navbar-shrink {
        background-color: #eee
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #161616
    }
    #mainNav.navbar-shrink .nav-link {
        color: #161616;
        padding: 1.5rem 1.5rem 1.25rem;
        border-bottom: .25rem solid transparent
    }
    #mainNav.navbar-shrink .nav-link:hover {
        color: #999
    }
    #mainNav.navbar-shrink .nav-link:active {
        color: #000
    }
    #mainNav.navbar-shrink .nav-link.active {
        color: #000;
        outline: 0;
        border-bottom: .25rem solid #000
    }
}



.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    
}

.masthead h1 {
    font-family:"Montserrat";
    font-weight: 200;
    font-size: 1rem;
    color: #eee;
    text-transform: uppercase;
    line-height: 2.5rem;
    letter-spacing: .8rem;
}

@media (min-width:768px) {
    .masthead h1 {
        font-family: "Montserrat";
        font-size: 1.5rem;
        line-height: 4rem;
        font-weight: 200;
    }
    .masthead {
        height: 100vh;
        padding: 0;
        background: url(../img/bg/fjord.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover    
    }
}

@media (min-width:992px) {
    .masthead {
        height: 100vh;
        padding: 0;   
    }
    .masthead h1 {
        font-family: "Montserrat";
        font-weight: 200;
        font-size: 2.7rem;
        line-height: 2rem;
        letter-spacing: .1rem;
        padding-top: 35px;
    }
    .masthead h2 {
        max-width: 30rem;
        font-size: 1.25rem;
        font-weight: lighter;
    }
}

.btn {
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1)!important;
    padding: 1.25rem 2rem;
    font-family: 'Varela Round';
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0
}

.btn-primary {
    background-color: #64a19d
}

.btn-primary:hover {
    background-color: #4f837f
}

.btn-primary:focus {
    background-color: #4f837f;
    color: #fff
}

.btn-primary:active {
    background-color: #467370!important
}


.signup-section {
  padding: 10rem 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 75%, #000 100%), url(../img/bg/islande.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.about-section {
    padding-top: 10rem;
    background: linear-gradient(to bottom, #161616 0, rgba(22, 22, 22, .9) 75%, rgba(22, 22, 22, .8) 100%);
}

.about-section h2 {
    font-family:"Montserrat";
    font-weight: lighter;
    font-size: 2.4rem;
    color: #eee;
    text-transform: uppercase;
    line-height: 2.5rem;
    letter-spacing: .2rem;
    margin-bottom: 15px;
    margin-top: -25px;
    text-align: center;
    
}

.projects-section h2 {
    font-family:"Montserrat";
    font-weight: lighter;
    font-size: 2.4rem;
    color: #000;
    text-transform: uppercase;
    line-height: 2.5rem;
    letter-spacing: .2rem;
    margin-bottom: 40px;
    margin-top: -25px;
    text-align: center;
}

.signup-section h2 {
    font-family:"Montserrat";
    font-weight: lighter;
    font-size: 2.4rem;
    color: #000;
    text-transform: uppercase;
    line-height: 2.5rem;
    letter-spacing: .2rem;
    margin-bottom: 15px;
    margin-top: -25px;
}

.signup-section h3 {
    font-family:"Montserrat";
    font-weight: lighter;
    font-size: 1.4rem;
    color: #000;
    text-transform: uppercase;
    line-height: 2.5rem;
    letter-spacing: .2rem;
    padding-top: 25px;
}

.about-section p {
    margin-bottom: 25px;
    text-align: center;
}


.projects-section {
    padding: 10rem 0;
    background: #ccc;
}
    
.projects-section .featured-text {
    padding: 2rem
}

@media (min-width:992px) {
    .projects-section .featured-text {
        padding: 5 0 0 2rem;
        border-left: .3rem solid #000;
    }
}

.projects-section .project-text {
    padding: 3rem;
    font-size: 90%
}

@media (min-width:992px) {
    .projects-section .project-text {
        padding: 5rem
    }
    .projects-section .project-text hr {
        border-color: #64a19d;
        border-width: .25rem;
        width: 30%
    }
}


.contact-section {
    padding: 5rem 0 0
}

.card {
    padding-bottom: 15px;
}

.card h3 {
    margin-top: -15px; 
    color: white;
}



.social {
    margin-top: 1rem
}

.social a {
    text-align: center;
    height: 3rem;
    width: 3rem;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    line-height: 3rem;
    color: rgba(255, 255, 255, .8)
}

.social a:hover {
    color: rgba(255, 255, 255, .5)
}

.social a:active {
    color: #fff
}

body {
    font-family: Nunito;
    letter-spacing: .0625em
}

a {
    color: #eee
}

a:focus,
a:hover {
    text-decoration: none;
    color: #bbb
}

.bg-black {
    background-color: #161616!important
}

.bg-primary {
    background-color: #64a19d!important
}

.text-primary {
    color: #64a19d!important
}

footer {
    padding: 5rem 0;
}

footer p {
font-size: 0.8rem;
}





.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }


@media (max-width: 450px) {
.gallery {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-width: 50%;
-moz-column-width: 50%;
column-width: 50%;
}
}

@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}












.active,
.demo:hover {
  opacity: 1;
}

.hover-shadow:hover {
  opacity: 0.7;
    transition: 0.3s;
}


.fa {
  margin-top: 0px;    
  font-size: 22px;
  width: 22px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}





.signup-section hr {
    border-color: white;
    border-width: .25rem;
    width: 30%;
  }

