﻿html {
    overflow-y: scroll;     
}

body {
   padding-top: 77px;
}

#menu {
    background-color: #6CA9E2;
    border-bottom: 1px solid #cccccc;
}

#menu .nav-link{
    color: #ffffff !important;
    font-size: 1.2rem;
}

    #menu .nav-link:hover {
        color: #FFF684 !important;
    }

.text-custom, .link-custom{
    color: #FFF684;
}

    .link-custom:hover {
        text-decoration: none;
        color: #FFFFC2;
    }

footer{
    background-color: #6CA9E2;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    height:100%;
}

.text-blue{
    color: #6CA9E2;
}

.text-medium {
    font-size: 1.4rem;
}

.text-large {
    font-size: 60px;
}

.bg-blue{
    background-color: #6CA9E2;
}

.btn-custom {
    background-color: #FFF684;
    color: #000000;
}

.btn-custom:hover {
    background-color: #fffcd1;
    color: #000000;
}

#overlay{
    background: rgba(0,0,0,0.1);
    height: 100%;
}

#background {
    background-size: cover;
    height: 300px;
}