body {
        background-color: #e2e2e2;
        height: 100%;
    }
button { color: #172627; font-weight: bolder; font-size: 18px; width: 100%; font-family: Verdana, Geneva, Tahoma, sans-serif; background-color: #C7BEB8; padding: 14px; 
border-radius: 18px; border-color: transparent; text-transform: uppercase; 
margin-top: 9px; margin-bottom: 9px;
}

h3, span, h1 { color: rgba(255,255,255,0.8);
    padding: 20px;
    background-color:#988276; /* rgba(104, 62, 0, 1)*/
 }
h3 { font-family: 'GlacialIndifference'; color: rgba(255,255,255,0.8)}

.title h1 { font-family: 'GlacialIndifference'; color: #30251f; font-size: 32px;
    flex-wrap: wrap;    margin: 0; padding: 0;
}
.title h3 {
    /* box-shadow: 6px 6px #172627; */
    box-shadow: 6px 6px #172627, 0 0 2px 3px #fffde7;;
    border: 1px #172627 solid;
}

.main_wrapper {
    display: flex;
    flex-direction: column;
    width: auto; 
    height: 79%;
    /*max-width: 602px;*/
    padding: 20px;
    background-color: rgba(255,255,255,0.6);


    flex-grow: 1;
}

.main_wrapper .title {
    flex-direction: column;
}

.main_wrapper_type { 
    background-color: rgba(255,255,255,0.6);
    padding: 20px;
    flex-wrap: wrap;
    width: 31%; 
    /*width: 80%;*/
    /*max-width: 602px;*/
}

.main_wrapper_type button {
    width: 470px;
    align-self: center!important;
    justify-self: flex-end;
    margin-right: 164px;
    font-size: 29px;
    box-shadow: 6px 6px #172627, 0 0 2px 3px #fffde7;
    border: 1px #172627 solid;
}

.main_wrapper_type:before .main_wrapper:before {
    content: "";
    
    filter: blur(6px);
    -webkit-filter: blur(6px); 
}

.middle {
    align-self: center;
    /* margin-left: 137px; */

    width: 157px;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.middle .sm-container {
    width: 542px;
    align-self: center;
}

.sm-menu a {
    
}

@media screen and (max-width: 1550px) {
    .main_wrapper, .main_wrapper .main_navigation {
        flex-wrap: wrap;
    }
    .main_wrapper .main_navigation {
        margin: 10px;
    }

    .main_wrapper_type button {
        width: 90%;
        align-self: center;
        margin: 0;
        margin-bottom: 10px;
    }

    .main_wrapper_type .middle, .main_wrapper_type .middle .sm-container {
        align-self: center;
        margin: 0;
        width: auto;
    }
    
    .title h1 {
        font-size: 39px!important;
    }
    .main_wrapper {
        flex-direction: column!important    ;
        /*max-width: 602px;*/
        width: auto;

    }

    .main_wrapper_type {
        margin-top: 0px;
        /*width: 602px;*/
    }

    .bg_wrapper {
        flex-direction: column;
    }
}

h1 {
    font-family: 'GlacialIndifference', serif;
      /*  font-size: 19px; */
    }

@media screen and (min-width: 1px) and (max-width: 1550px) {
    .main_wrapper_type {
        margin-top: 0px;
        width: 51%;
        /*width: 602px;*/
    }

    .bg_wrapper>div {
        justify-content: stretch;
        min-width: 315px;
        padding: 20px;
        min-width: 315px;
    }
    button {
        font-size: 23px;
    }
    h1 {
        font-size: 20px;
    }
    .bg_wrapper {
        flex-direction: column;
    }

    .main_wrapper_type {
       width: 315px;
       /*margin-left: 18%;
       margin-right: 18%;*/
       button {
        
       }
    }

    .middle {
        flex-wrap: wrap;
        display: contents;

    }
    .sm-container {
        margin-bottom: 0px; margin-right: 0px; 
    }
}

@media screen and (min-width: 1300px) {
    .bg_wrapper {
        flex-direction: row ;
    }
}


.main_navigation { 
    width: 100%;
}
.main_wrapper .title {
    flex-direction: column;
    display: flex;
}
.social-media {
    margin-bottom: 12px;
}
.social-media .fa-brands {
    color: rgb(45, 125, 216)!important;
}
.social-media .fa-instagram {
    color: rgb(209, 90, 90)!important;
}
.social-media .fa-facebook {
    color: rgb(54, 65, 216)!important;
}

.bg_wrapper { 
      /* Add the blur effect */  /*content: ""; #e2e2e283 */
    
      display: flex;
      scroll-behavior: smooth;
      align-items: flex-start;
      justify-content: flex-start;
      /* height: 100%; */
/*filter: blur(3px);
-webkit-filter: blur(3px);*/ 
width: 100%;   
}
.bg_wrapper {
    padding: 5px 0px 0px 0px;
    display: flex;   
    justify-content: center;
    align-items: center;
    background-image: url('images/photo_bg-2upd.jpg');
    background-size:114%, 180vw;
    background-repeat: no-repeat;
    background-color: #988276;
    min-height: 100%;
}
.title {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: center;flex-wrap: wrap;
}
.photo {
    height: auto; 
    width: auto; 
    /*max-width: 490px; max-height: 432px;*/
    display: flex;
    object-fit: contain; 
}

body {
    margin: 0;
    background-color: #98827610;
    
    /*  background-size: cover, 120vw; */
}
button a {
    text-decoration: none;
    font-style: normal;
    color: #0c1212;
}

#main_avatar {
    margin-top: 32px;
    align-items: center;
}

#main_avatar .social-media {
    width: 200px;
    text-align: center;
    font-size: 24px;
}

.social-media:nth-of-type(1) { margin-top: 40px; }

.sm-container i {
    color: #172627!important;
    font-size: 21px!important;
}
.sm-container strong { 
    font-family: 'GlacialIndifference', serif;
    font-size: 28px!important;
}