@media screen and (min-width: 1024px) {
    .youtube {
        width: 50%;
    }

    .ind_img{
        width: 50%;
        padding: 0 25% 0 35%;
    }

    .img_link{
        width: 50%;
    }

    .nav_link{

        width: 25%;
    }

    .menu_link {
        border: double;
        margin: 7px;
        padding: 5px;
    }
   
   .text_img{
        width: 50%;
        margin: 2% 0 0 25%;
    }
    
    
}

@media screen and (max-width: 1023px) and (min-width: 390px){
    .youtube {
        width: 98%;
    }

    .ind_img{
        width: 98%;

    }

    .img_link{
        width: 98%;
    }

    .nav_link{

        width: 45%;
    }

    .menu_link {
        display: inline-block;
        font-size: small;

    }

    .menu_link {
        border: double;
        margin: 5px;
        
    }
    
    .text_img{
        width: 98%;
    }
    
 }

@media screen and (max-width: 389px) {
    .youtube {
        width: 98%;
    }

    .ind_img{
        width: 98%;

    }

    .img_link{
        width: 98%;
    }

    .nav_link{

        width: 45%;
    }

    .menu_link {
        display: inline-block;
        font-size: x-small;

    }

    .menu_link {
        margin: 2px;
    }
    
    .text_img{
        width: 98%;
    }
}

input[type="text"],input[type="email"],textarea,input[type="password"] {
    border: 1px solid black;
    border-radius: 5px;
}

.text_img{
    height: 50%;
    overflow-y:auto;
}

.text{
    width: 100%;
}


.Mas{
    color: #fffef6;
}

.ind_img{
    height: 50%;
    border: 0px;



}
.youtube{

    height: 50%;
    border: double;
    clear: both;
}

.link_img{
    display: inline-block;
    padding: 1%;  }

.link_img:hover{
    color: black;
    font-size: larger;

}


a, h1, h2 {
    color: azure;

}

h1{
    margin: 0px;
    color: #848484;
    font-weight: normal;
    font-family: 'Ultra', sans-serif;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    text-shadow: 0 2px white, 0 3px #777;

}



body{
    text-align: center;
    background: url("body.jpg") fixed no-repeat;
    background-position:center;
    margin: 0 0 0 0;
}

.img_link{

    display: inline-block;
    border: double;
    
    border: double;

}

.nav_link{
    display: inline-block;

    border-radius: 10px;
    border: double;
    padding: 15px;
    margin: 1%;

}
.nav_link_l{
    background: url("l.png") right no-repeat;

}
.nav_link_r{
    background: url("r.png") left no-repeat;

}

.menu{
    padding: 15px;
}

.button1{
    border: double;
    margin: 0 5px;
    padding: 5px;
}

.menu_link:hover, .button1:hover {
    background: #786b59;-moz-opacity: 0.8;-khtml-opacity: 0.8;opacity: 0.8;
}

.youtu{
    margin: 0;
    background: rgba(38, 157, 170, 0.44);
    opacity: 0.7;
    filter: alpha(Opacity=70);
}

.nav_link_full{
    margin: 0;
    background: rgb(255, 36, 24);
    opacity: 0.75;
    filter: alpha(Opacity=75);
}


 .head_line{
    top: 0px;
    background: rgb(0, 0, 0);
    width: 100%;
    height: 15%;
    position: relative;

}

.img_line{
    margin: 0;
    background: rgba(38, 157, 170, 0.44);
    opacity: 0.7;
    filter: alpha(Opacity=70);
}

.foot_line{
    button:0px;
    background: rgb(0, 0, 0);
    width: 100%;
    height: 15%;
    position: absolute;
}

.img_nav_line{
    margin: 0;
    background: rgb(255, 36, 24);
    opacity: 0.75;
    filter: alpha(Opacity=75);
    }

.link_l{
   margin: 0 0 0 37px;

}

.link_r{
    margin: 0 37px 0 0;

}
.soc_net{
    width: 25px;
    height: 25px;
}

.soc_net_full{
    margin: 20px;
}

.copyring{
    color: azure;
}
.contact{
    width: 100%;
    height: 70%;
    background: rgba(38, 157, 170, 0.44);
    opacity: 0.7;
    filter: alpha(Opacity=70);
}

.reg{
   color: red;
}

.ch{
    display: none;
}

.anchor{
background: rgb(255, 36, 24);
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
font-size: 50px;
font-weight: 600;
position: relative;
bottom: 50px;
opacity: 0.7;
filter: alpha(Opacity=70);
}

#aanchor{
text-decoration: none;
}