*{
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
}
html,body{
    box-sizing: border-box; 
    background-color: #ffcc29;
}
.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 #ffcc29;
    padding: 5px;
    text-transform: uppercase;
    color: #ffcc29;
    font-size: xx-large;
    font-weight: 800;
    border-left: none;
    border-right: none;
    text-align: center;
    max-width: 300px;
}
.mask h2{
    background-color: transparent;
    color: black;
    text-align: left;
    color: #ffcc29;
    border-bottom: 2px solid #ffcc29;
}
.flex_dir_col{
    flex-direction: column;
}
a{
    color: white;
    text-decoration: none;
}
.main,.content,.footer{
    width: 100%;
}
.main{
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('https://scontent.fktw1-1.fna.fbcdn.net/v/t51.82787-15/661548177_17869261419600350_3650855040384928202_n.jpg?_nc_cat=106&ccb=1-7&_nc_sid=13d280&_nc_ohc=6nJ-yaoZMAQQ7kNvwHs2kaO&_nc_oc=AdrqyrLIUBmCF8bGKwJwMAWg5kU9nszR-_nLhFosjD9MCigjyna2sO90NUObXlv_VUc&_nc_zt=23&_nc_ht=scontent.fktw1-1.fna&_nc_gid=Et-EXc1fPWSdgpx2l-kfBg&_nc_ss=7a3a8&oh=00_Af0_QrVAHJkMaE9ymMQwSMq2RZmpWF39i7K_Xgf_-5rZfA&oe=69D93FC9');
}
.content{
    margin: 50px 0px;
    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%;
    min-height: 600px;
    flex-wrap: wrap;
    background-color: white;
}
.content_sub{
    width: 100%;
    min-height: 600px;
    flex-wrap: wrap;
    background-color: #01334a;
}
.image_place{
    width: 100%;
    height: 600px;
    background-color: #01334a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.left,.right{
    height: 500px;
}
.right{
    min-height: 500px;
    height: auto;
}
.right p{
    display: block;
}
.left{
    width: 500px;
    background-image: url('');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.right{
    width: 300px;
    padding: 0px 10px;
}
.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: #01334a;
    font-size: large;
}
.right button,.top button,.content_box button{
    width: calc(100% - 24px);
    padding: 10px;
    border: none;
    border-left: 4px solid gray;
    color: gray;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: lightgray;
}
.top button,.content_box button{
    width: 300px;
}
.right a,.top a{
    width: 100%;
    padding: 10px 10px;
    margin-top: 5px;
    background-color: #ee3147;
    color: #6b141e;
    text-transform: uppercase;
    font-size: small;
    letter-spacing: 1px;
}
.image_place h1{
    font-size: 60px;
    color: #ffcc29;
    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: #ffcc29;
    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;
    }
}