* {
    box-sizing: border-box;
}

html, body, #root {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;

}

body {
    /* background-color: red; */
    background-size: 100% 100%;
    background-color: #288AB9;
}

#root {
    display: flex;
    flex-direction: column;
    width: 1600px;
    margin: 0 auto;
    padding-left: 1;
}

#items_block {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#menu-wrap {

    /* background-color: red; */
    width: 100%;
    min-height: 100px;
    /* padding: 20px; */
    padding-left: 94px;
    padding-right: 94px;
}


#menu-wrap_bottom {

    background-color: black;
    width: 100%;
    min-height: 100px;
    /* padding: 20px; */
    padding-left: 94px;
    padding-right: 94px;
}


#side-wrap {

    /* background-color: red; */
    min-width: 300px;
    height: 100%;
    padding: 20px;
}

#side {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;

}



#menu-wrap {

    /* background-color: red; */
    width: 100%;
    min-height: 190px;
    /* padding: 20px; */
    padding-left: 94px;
    padding-right: 94px;
}

#menu-wrap_bottom {

    /* background-color: red; */
    width: 100%;
    min-height: 190px;
    /* padding: 20px; */
    padding-left: 94px;
    padding-right: 94px;
}

#menu {

    /* background-color: black; */
    /* background: rgba(0, 0, 0, 0.5); */

    /* margin: 20px; */
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;

}

#menu_bottom {

    /* background-color: black; */
    /* background: rgba(0, 0, 0, 0.5); */

    /* margin: 20px; */
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;

}

#logo {
    text-align: center;
    color: white;
    opacity: 1;

}

#menu-item {
    text-align: center;
    color: #E3CF79;
    opacity: 1;
    margin-left: 30px;

}

#menu-item_bottom {
    text-align: center;
    color: white;
    opacity: 1;
    margin-left: 30px;

}

#logo-bottom img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#side_copy {
    padding-top: 100px;
}

#icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 94px;
    padding-right: 94px;
    padding-top: 30px;

}

#icon1, #icon2, #icon3 {
    width: 457px;
    height: 237px;
    /* background-color: red; */
    /* background: linear-gradient(to right, #676765, #f7f7f5); */
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;

}

#icon1 {
    /* background-image: url(/images/freemasonry_copy_1.png); */
}

#gradient1, #gradient2, #gradient3 {
    width: 100%;
    height: 100%;
    /* background-color: yellow; */
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 39.67%, rgba(255, 255, 255, 0) 106.24%);
    /* opacity: 0.2; */
    padding-left: 130px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;

}

#icon_img1, #icon_img2, #icon_img3 {
    margin-right: -130px;
    z-index: 2;

}

#messages {
    display: flex;
    justify-content: space-between;
    /* align-content: center; */
    width: 100%;
    padding-left: 94px;
    padding-right: 94px;
    padding-top: 50px;

}

#message_master, #news {
    /* background-color: yellow; */
    width: 50%;
    color: #E3CF79;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    /* padding-left: 50px; */
}

#news {

    padding-left: 50px;
}

#message_master p, #news p {
    color: white;
    font-size: 18px;
    font-weight: 300;
}

#message_master {
    border-right: 1px solid #E3CF79;
    background:
        url(../images/GODF_blck_1.png) right bottom no-repeat;
    background-blend-mode: hard-light;
    background-size: 366px 343px;
}

#news1_title, #news2_title {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

#news1_short, #news2_short {
    color: white;
    font-size: 18px;
    font-weight: 300;
}

#join {
    margin-top: 30px;
    /* margin-left: 94px;
    padding-right: 94px; */
    min-height: 496px;
    /* width: 100%; */


    background: linear-gradient(270deg, #288AB9 34.63%, rgba(40, 138, 185, 0) 74.1%), linear-gradient(180deg, rgba(255, 255, 255, 0) 60.83%, #288AB9 100%), linear-gradient(180deg, #288AB9 0%, rgba(255, 255, 255, 0) 100%), url(../images/shutterstock_1251207442_1.png) no-repeat;
    background-position: -22px 0px;

    color: #E3CF79;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    padding-left: 850px;
    padding-top: 130px;

}

#join p {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

#videos {
    margin-top: 30px;
    padding-left: 94px;
    padding-right: 94px;
    color: #E3CF79;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    min-height: 420px;

}

#pic_wrap {
    display: flex;
    justify-content: space-between;

}

#play {
    position: relative;
    margin-top: -230px;
    margin-left: 40%;
}

#faq {
    margin-top: 30px;
    /* margin-left: 94px;
    margin-right: 94px; */
    min-height: 496px;
    /* width: 100%; */


    background: linear-gradient(90deg, #288AB9 32.57%, rgba(40, 138, 185, 0) 69.7%), linear-gradient(180deg, rgba(255, 255, 255, 0) 60.83%, #288AB9 100%), linear-gradient(180deg, #288AB9 0%, rgba(255, 255, 255, 0) 100%), url(../images/freemasonry_back.png) top right no-repeat;
    /* background-position: -22px 0px; */
    color: #E3CF79;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    padding-top: 130px;
    padding-left: 94px;

}

#faq p {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

#content {
    padding: 94px;
    border-top: 5px solid #E3CF79;
    color: #E3CF79;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

#content p {
    color: white;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
}

#content a {
    color: #E3CF79;

}

#news_wrap {
    
    margin-top: 50px;
    color: #E3CF79;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}
#news_wrap p {
    color: white;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
}

#left-right_wrap{
    display: flex;
    align-items: center;
    
}
#menu a, #messages a{
    color: #E3CF79;
}

#menu_bottom a{
    color: white;
}