@import url('https://fonts.googleapis.com/css?family=Montserrat:500');
/*Background pattern from subtlepatterns.com*/


body{
    margin: 0;
    padding: 0;
}

#navbar li, a, button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #edf0f1;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 10%;
    min-height: 52px;
    max-height: 52px;
}

.logo {
    cursor: pointer;
    font-size: 32px;
    margin-right: auto;
    background-color: #24252A;
}

.nav_links {
    list-style: none;
    background-color: #24252A;
}

.nav_links li {
    display: inline-block;
    padding: 20px;
    background-color: #24252A;
}

.nav_links li a{
    transition: all 0.3s ease 0s;
    background-color: #24252A;
    margin: 15px;
}

.nav_links li a:hover{
    color: #0088a9;
}

#navbar button {
    margin-left: 20px;
    padding: 9px 25px;
    background-color: rgba(0, 136, 169, 1);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

#navbar button:hover {
    background-color: rgba(0, 136, 169, 0.8);
}

#navbar {
    background-color: #24252A;
    position: sticky;
    top: 0;
    z-index: 1000;
}

#slider {
    width: 100%;
    height: calc(100vw * (541 / 1300));
    z-index: 0;
}

#slider img {
    width: 100%;
    position: fixed;
}

#slider_content {
   
    z-index: 5;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#slider_content p {
    text-align: center;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    margin: 20px;
    color: #edf0f1;
    font-size: 30px;
}

#slider_decorator {
    background-color: #0088a9;
    height: 4px;
}

#info {
    width: 100%;
    background-color: #0088a9;
    height: 100px;
    position: relative;
    z-index: 10;
}

#container{
    /*Background pattern from subtlepatterns.com*/
    background-image: url("img/prism.png");
    height: fit-content;
    z-index: 100;
    position: relative;
    top: 0;
    margin: 0;
}

.text {
    width: 70%;
    height: fit-content;
    padding: 0 15%;
    margin: 0;
}

.img_cont {
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}

.about {
    margin: 0;
    padding: 10vh 4vw;
    color: #edf0f1;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    word-spacing: 1.1;
    line-height: 1.4;
    text-align: justify;
    text-transform: uppercase;
}

.decoration {
    border: #0088a9 solid 1px;
    margin: 8vh 4vw;
}

#ico_info{
    padding: 0 5vw;
    display: flex;
    justify-content: space-evenly;
    height: fit-content;
}

.icon {
    width: 100%;
    background-color: #18191d;
    transition: box-shadow 0.1s linear;
    
}


.icon:hover {
    box-shadow: 0px 0px 29px 11px rgba(0,0,0,0.63);
}

.icon img
{
    width: 45px;
    color: #0088a9;
    display: block;
    margin: 10% auto;
}

.icon p {
    padding: 10px 5% 5% 5%;
    color: #edf0f1;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 1.3;
    font-size: 20px;
    font-weight: 200;
}

.icon h2 {
    color: #edf0f1;
    text-align: center;
    margin: 10px auto;
    font-family: 'Montserrat', sans-serif;
}



#photos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #18191d;
    padding-top: 10px;
    padding-bottom: 10px;
}

#region_info
{
    padding-top: 5vh;
    padding-bottom: 2vh;
    width: 100%;
    height: fit-content;
    background-color: #18191d;
}

#region
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #18191d;
    padding-bottom: 50px;
}

.photo {
   width: 18vw;
   margin-top: 10px;
   margin-bottom: 10px;
}


.about_offer {
    margin: 0;
    padding: 1vh 5vw;
    color: #edf0f1;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    word-spacing: 1.1;
    line-height: 1.4;
    text-align: justify;
    text-transform: uppercase;
}

.about {
    margin: 0;
    padding: 10vh 4vw;
    color: #edf0f1;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    word-spacing: 1.1;
    line-height: 1.4;
    text-align: justify;
    text-transform: uppercase;
}

ul {
    padding: 1vh 8vw;
    margin: 0;
}

li::marker {
    color: #edf0f1;
}

.about_offer_head {
    margin: 0;
    padding: 3vh 4vw;
    color: #edf0f1;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    word-spacing: 1.1;
    line-height: 1.4;
    text-align: justify;
    text-align: center;
     padding-top: 0;
    text-transform: uppercase;
}

#contact {
    margin-top: 8vh;
    background-color: #0088a9;
    height: 15vh;
    width: 100%;
}

footer {
    z-index: 100;
    position: sticky;
    top: 0;
    background-color: #24252A;
    height: fit-content;
}

#footer_text{
    margin: 0 15vw;
    width: 70vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer_text_content {

    width: 25%;
    height: fit-content;
    background-color: #24252A;
    display: inline-block;
    text-align: center;
}

.footer_text_content img
{
    width: 30px;
    color: #0088a9;
    display: block;
    margin: 10% auto;
}

.footer_text_content p {
    
    color: #edf0f1;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer_text_content h2 {
    color: #edf0f1;
    text-align: center;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

#down {
    height: 5vh;
    background-color: #18191d;
    font-family: 'Montserrat', sans-serif;
    color: #edf0f1;
    display: flex;
    justify-content: center;
    padding: 0.5% 0;
}

@media only screen and (max-width: 768px) {
    #navbar {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #slider p
    {
        font-size: 20px;
    }

    .about_offer
    {
        font-size: 14px;
    }

    .about_offer_head
    {
        font-size: 28px;
    }

    .logo {
        margin: 0;
    }

    .icon h2
    {
        font-size: 28px;
    }

    .icon p
    {
        font-size: 14px;
        padding: 25px;
    }

    #navbar ul {
        display: none;
    }

    #link6 {
        display: none;
    }

    #slider_decorator {
        width: 50vw;
        margin: 0 auto;
    }

    #info {
        height: 50px;
    }

    .text {
        width: 90vw;
        padding: 0 5vw;
    }

    #ico_info {
        display:inline-block;
    }

    .icon {
        width: 100%;
    }

    #photos {
        display: inline-block;
    }

    #region
    {
        display: inline-block;
    }

    #region iframe
    {
        width: 90%;
        padding: 0 5%;
        border: none;
    }
    #region iframe:first-child
    {
        padding-bottom:5% ;
    }

    article > ul{
        margin-left: 4vw;
    }

    .photo {
        width: 90%;
        padding: 0 5%;
    }

    .footer_text {
        display: inline-block;
        
    }

    .footer_text_content {
        width: 100%;
    }

    #down p{
        font-size: 70%;
    }
    
}

