*{
    margin: 0 0 0 0;
}

*{
    box-sizing: border-box;
}

.col-1 {width: 30%;}
.col-2 {width: 40%;}
.col-3 {width: 30%;}
.col-4 {width: 100%;}
.col-5 {width: 100%;}
.col-6 {width: 100%;}
.col-7 {width: 100%;}
.col-10 {width: 33.33%;}
.col-11 {width: 33.33%;}
.col-12 {width: 33.33%;}

[class*="col-"]{
    float: left;
    /* border: solid red 1px; */
}

.row-1::after{
    content: "";
    clear: both;
    display: table;
}

.row-2::after{
    content: "";
    clear: both;
    display: table;
}

.row-3{
    padding: 5px 0;
}
.row-3::after{
    content: "";
    clear: both;
    display: table;
}

.col-1,
.col-3{
    text-align: center;;
    padding-top: 70px;
}
.col-2{
    padding-top: 30px;
    align-items: center;
}

.col-4{
    text-align: center;
    padding-bottom: 40px;
}

.col-5{
    padding: 30px 40px 40px 40px;
    text-align: justify;
}

.col-6{
    text-align: justify;
    padding: 0 40px 40px 40px;
}

.col-7{
    padding: 40px;
}

.col-10,
.col-11{
    text-align: center;
}

#pMusic,
#pLjubav{
    padding-top: 100px;
}

#pMusic{
    text-align: left;
}

#pLjubav{
    text-align: right;
}

#Logo{
    display: block;
    margin: 0 auto;
    max-width: 416px;
    height: auto;
}

#IMG_AboutRin_1{
    height: 560px;
    width: auto;
    float: right;
    margin: -30px -40px 0 0;
    padding: 0 0 0 40px
}

#IMG_AboutRin_2{
    height: 590px;
    width: auto;
    float: left;
    padding-right: 40px;
    margin-left: -40px;
}

#AboutRin{
    font-weight: 1000;
}

#EnFlag,
#DeFlag{
    max-width: 45px;
    height: auto;
    float: right;
    margin-top: 5px;
}

#EnFlag{
    padding: 5px;
    background-color: #707070;
    margin-right: 40%;
}

#DeFlag{
    padding: 4px;
    border: #707070 1px solid;
}
nav,
footer{
    background-color: #828B8D;
}

.Nav,
.Footer{
    color: #000000;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 750;
}

article{
    background-color: #181A1B;
    font-size: 45px;
    font-weight: bold;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.Nav{
    font-size: 60px;
}

.Footer{
    font-size: 30px;
}

.a_AboutRin:active,
.a_AboutRin:link,
.a_AboutRin:visited,
.a_AboutRin:hover{
    color: white;
}

@media only screen and (max-width: 1500px) {
    #Ljubav {
        padding-right: 30px;
    }
    #Music{
        padding-left: 30px;
    }
    #IMG_AboutRin_1{
        height: 440px;
        width: auto;
    }
    #IMG_AboutRin_2{
        height: 470px;
        width: auto;
    }    
}

@media only screen and (max-width: 1045px) {
    .col-2{
        position: absolute;
    }
    .col-1,
    .col-3{
        margin-top: 230px;
    }
    .col-4{
        padding-top: 20px;
    }
    #Ljubav {
        padding-right:70px;
    }
    #Music{
        padding-left: 70px;
    }
    #pMusic,
    #pLjubav{
    padding-top: 20px;
    }
    .col-1 {width: 50%;}
    .col-2 {width: 100%;}
    .col-3 {width: 50%;}
    .col-4 {width: 100%;}
    article{
        font-size: 35px;
    }
    #IMG_AboutRin_1{
        height: 400px;
        width: auto;
    }    
    #IMG_AboutRin_2{
        height: 320px;
        width: auto;
    }    
}

@media only screen and (max-width: 850px) {
    article{
        font-size: 30px;
    }
    .col-5{
        padding: 20px 30px 30px 30px;
    }
    .col-6{
    padding: 0 30px 30px 30px;
    }
    .col-7{
        padding: 30px;
    }    
    #IMG_AboutRin_1{
        height: 300px;
        width: auto;
        margin: -20px -30px 0 0;
        padding: 0 0 0 30px
    }
    #IMG_AboutRin_2{
        height: 270px;
        width: auto;
        padding-right: 30px;
    }    
}

@media only screen and (max-width: 768px) {
    .col-11{position: absolute;
            left: 50%;
            transform: translate(-50%);
            width: 60%;
            margin-top: 30px;
    }
    .col-10,
    .col-12{width: 50%;
        padding-bottom: 25px;
        background-color: #828B8D;}
    article{
        font-size: 25x;
    }
    .col-5{
        padding: 10px 20px 20px 20px;
    }
    .col-6{
        padding: 0 20px 20px 20px;
        }    
    .col-7{
        padding: 20px;
    }        
    #IMG_AboutRin_1{
        height: 250px;
        width: auto;
        margin: -10px -20px 0 0;
        padding: 0 0 0 20px
    }        
    #IMG_AboutRin_2{
        height: 200px;
        width: auto;
        padding-right: 20px;
    }    
}

@media only screen and (max-width: 600px) {
    .col-2{
        position: absolute;
        padding-top: 10px;
    }
    .col-1,
    .col-3{
        padding-top: 0;
        margin-top: 140px;
    }
    .col-4{
        padding-top: 10px;
    }
    .col-10,
    .col-12{
        padding-bottom: 40px;
    }
    .col-11{
        margin-top: 40px;
    }
    .Nav{
        font-size: 30px;
    }
    .Footer{
        font-size: 20px;
    }
    #Logo{
        width: 200px;
        height: auto;
    }
    #AboutRin{
        float: left;
        padding-bottom: 17px;
    }
    #Live{
        float: right;
        padding-bottom: 17px;
    }
    #EnFlag,
    #DeFlag{
        max-width: 31.5px;
        height: auto;
        float: right;
        margin-top: 5px;
    }
    #EnFlag{
        padding: 3px;
    }
    #DeFlag{
        padding: 2px;
    } 
    article{
        font-size: 20px;
    }
    #IMG_AboutRin_1{
        height: 245px;
        width: auto;
    }  
    #IMG_AboutRin_2{
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
}

