header {
    background-image: url("../img/main_image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 110px;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #f6f9fc;
    height: 93vh;
}
body{
    background: rgb(47,122,193);
    background: linear-gradient(90deg, rgba(47,122,193,1) 0%, rgba(15,76,219,1) 100%);
}
h1 {
    font-size: 60px;
    font-weight: bold;
}
p{
    font-size: 20px;

}
h2 {
    font-size: 40px;
}
footer{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #f6f9fc;
    text-align: center;
    padding: 10px;
}
.navbar{
    background: rgb(47,122,193);
    background: linear-gradient(90deg, rgba(47,122,193,1) 0%, rgba(15,76,219,1) 100%);
    /*height: 5em;*/
}
.navbar li a{
    color: #f6f9fc;
    /*font-size: 1.5em;*/
}
.navbar-toggler-icon{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(109%) contrast(101%);
}

main
{
    color: #f6f9fc;
}

h3
{
    text-align: center;
    font-size: 35px;
    padding-bottom: 35px;
}

article:not(.place)
{

    margin-top: 5%;
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    padding-bottom: 5%;
    display: flex;
    flex-direction: column;
    text-align: justify;
    flex-grow: 0;
}

.article_content
{
    display: flex;
    justify-content: center;
}


.place
{
    width: 60%;
    background-color: #f6f9fc;
    border-radius: 6px;
    display: flex;
    margin-right: 20%;
    margin-left: 20%;
    color: #000;
    height: 600px;
    margin-bottom: 5%;
    overflow: hidden;
}

.place_info
{
    width: 40%;
    padding: 4%;
    height: 100%;
    overflow: auto;
}
.place_info p{
    font-size: 18px;
}

.place_hr
{
    width: 10%;
    color: blue;
}

.place_img > img
{
    
    height: 100%;
    
}

.place_img
{
    
    border-radius:0 6px 6px 0;
    width: 60%;
    height: 100%;
}


.place_button
{
    background-color:rgb(47,122,193);
    color: #f6f9fc;
    border:rgb(23, 83, 143) solid 2px;
    border-radius: 5px;
    padding: 5px;
}

.place_button > a{
    font-size: 20px;
    color: #f6f9fc;
    text-decoration: none;
    
   
}
.article_content img{
    width: 18vw;
    margin: 5px;
}
#pnwm{
    width: 30vw;
    display: block;
    margin: 0 auto;
}

#ustron_photo
{
    margin-right: 0;
}
.foot-img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.foot-img img{
    height: 5vh;
    margin: 5px 5px 0;
}
@media(max-width:1040px)
{
    article:not(.place)
    {

    margin-top: 5%;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;

    }

    h1{
        font-size: 40px;
        margin-left: -5vw;

    }

    .place{
        flex-direction: column;
        padding-bottom: 2%;
        background-repeat: no-repeat;
        background-size: cover;
    
    }
    .place_info{
        
        width: 100%;
        
    }
    .place_info > p
    {
        background-color: #f6f9fc;
    }

    .place_img
    {
        
        display: none;
    }
    
    article
    {
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
    }

    .place
    {
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        height: auto;
        padding-bottom: 2%;
    }
    .article_content img, #pnwm{
        width: 50vw;
    }
    
}
