*{
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
html,body{
    box-sizing: border-box; 
    background-color: #0B415A;
}
.flex_block{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.mask h1{
    border: 2px solid white;
    padding: 5px;
    text-transform: uppercase;
    color: white;
    font-size: xx-large;
    font-weight: 800;
    border-left: none;
    border-right: none;
    text-align: center;
    max-width: 300px;
}
.mask h2{
    background-color: transparent;
    text-align: left;
    color: white;
    border-bottom: 2px solid white;
}
.flex_dir_col{
    flex-direction: column;
}
a{
    color: white;
    text-decoration: none;
}
.main,.content,.footer{
    width: 100%;
}
.main{
    height: 110vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('resources/images/bcground.jpg');
}
.content{
    opacity: 0;
}
.menu_layout{
    width: 100%;
    min-height: 40px;
    position: absolute;
    top: 0;
}
.menu{
    top: 0;
    width: 100%;
    min-height: 40px;
    position: fixed;
    flex-wrap: wrap;
    z-index: 999;
}
.content_box{
    width: 100%;
    flex-wrap: wrap;
    background-color: white;
    align-items: flex-start;
}
.content_sub{
    width: 100%;
    min-height: 600px;
    flex-wrap: wrap;
    background-color: #0B415A;
}
.image_place{
    width: 100%;
    height: 600px;
    background-color: #0B415A;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.left,.right{
    margin: 10px;
}
.right{
    height: auto;
}
.left{
    width: 500px;
    height: 500px;
    background-image: url('');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.right{
    width: 300px;
    padding: 0px 10px;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer{
    background-color: #222;
    height: 500px;
}
.greeter{
    width: 1200px;
    background-color: #ee3147;
    color: white;
}
.menu a{
    text-transform: uppercase;
    margin: 0px 5px;
    padding: 0px 5px;
    color: white;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
}
.menu a:hover{
    color: #ee3147 ;
    border-bottom: 2px solid #ee3147;
}
a[type="loaded"]{
    
    color: #ee3147 ;
    border-bottom: 2px solid #ee3147;
}
h2{
    text-transform: uppercase;
    background-color: #ee3147;
    color: #6b141e;
    padding: 10px 5px;
    text-align: center;
    font-size: large;
}
p{
    text-align: justify;
    margin: 15px 0px;
    color: #0B415A;
    font-size: large;
}
.content_box button{
    padding: 10px;
    margin-top: 10px;
    border: 1px solid lightgray;
    border-left-width: 4px;
    color: gray;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #f3f4f6;
}
.top button,.content_box button{
    width: 300px;
}
.right a,.top a{
    text-align: center;
    padding: 10px 0px;
    border-left: 4px solid #6b141e;
    border-radius: 4px 0px 0px 4px;
    width: calc(100% - 4px);
    margin-top: 5px;
    background-color: #ee3147;
    color: #6b141e;
    text-transform: uppercase;
    font-size: small;
    letter-spacing: 1px;
}
.image_place h1{
    font-size: 60px;
    color: white;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-weight: 800;
}
img,.pivot{
    opacity: 0;
}
a[type="adress"]{
    margin: 0px;
    padding: 0px;
    background: none;
}
h4{
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin:10px;
    opacity: 0;
}
.dot{
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: white;
    border-radius: 50%;
}

@media only screen and (max-width: 550px)
{
    .right{
        margin: 5px 5px 50px 5px;
    }
}
.important{
    width: 480px;
    padding: 10px;
    margin: 10px;
    background-color: #f3f4f6;
    border: 1px solid lightgray;
    border-radius: 10px;
    justify-content: flex-start;
}
.important p{
    text-align: left;
    white-space: pre-wrap;
}
.important a{
    margin: 5px;
    background-color: #f28b82;
    padding: 5px 10px;
    align-self: flex-start;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid #f28b82;
    color: #5a1a1a;
    box-shadow: 0 4px 10px rgba(242, 139, 130, 0.4);
}
.important_label{
    width: 90%;
    min-height: 80px;
    background-color:#E0E0E0;
    border-radius: 10px;
    border: 1px solid lightgray;
    padding: 0px 10px;
}
.important_label h1{
    text-transform: uppercase;
    text-align: center;
    color: #222;
}
    .important_image_label{
        width: 480px;
        height: 480px;
        margin: 10px;
        border-radius: 10px;
        background-position: center;
        background-size: cover;
    }