#wrapper{
    width: 650px;
    outline: 0px solid #cc0000;
    margin: 0 auto;
    height: auto;
}

.today1{
    display: none;
    flex-direction: row;
    justify-content: space-between; 
    
}

#today{
    display: flex;
    flex-direction: row;
    justify-content: space-between;  
    outline: 0px solid #cc0000;
}

#registr2{
    display: block !important;
    margin-left: 20px;
}

#registr2 div{
    outline: 0px solid #cc0000;
    width: 369px; 
    height: 200px;
    margin-top: 40px;
    border-top: 1px solid #E5E5E5;
    border-radius: 3px;
    padding-top: 0px;
    /*
    background-image: url(../images/loadup2.png);
    background-repeat: no-repeat;
    background-position: 150px 70px;
    outline: 0px solid #000000;
    */
}

#registr2 div a{
    color: #000000;
    text-decoration: none;
    margin-left: 90px;
    padding-top: 10px;
    font:16px Arial, sans-serif;
}

#registr2 div a:hover{
    text-decoration: underline;
    color: #F6CB04;
}

#logo{
    
    height: 100px;
    width: 188px;

}

#lang2{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    
}

#lang{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 20px;
    
}

#lang p{
    
    margin: 0;
    color: #cc0000;
    font-size: 20px;
    }
    
#lang a{
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    padding: 5px;

}

.damn1{
    display: block !important;
    

}

#nav{
    display: none;
}

#exp{
    outline: 0px solid red;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#registr{
    display: none;
    float: right;
    margin: 0;
}

#registr div{
    width: 369px; 
    height: 200px;
    margin-top: 40px;
    border-top: 1px solid #E5E5E5;
    border-radius: 3px;
    padding-top: 0px;
    /*
    background-image: url(../images/loadup2.png);
    background-repeat: no-repeat;
    background-position: 150px 70px;
    outline: 0px solid #000000;
    */
}



#darts{
    margin: auto;
    outline: 0px solid #00cc00;
    height: 345px;
    width: 500px;    
} 

#darts img {
    margin-top: 2px;
    display: none;
    position: absolute;
    
}

#photos{
    background-image: url(../images/photosBg4.png);
    display: flex;
    flex-direction: row;
    margin-left: 80px;
    flex-wrap: wrap;
    align-content: stretch;
    height: 600px;
}



#photos div h4{
    height: 25px;
    padding: 8px 0 5px 13px;
    margin-top: 140px;
    outline: 0px solid #cccccc;
    color: #318ea2;
    font: bold Arial 13px, sans-serif;
    overflow: hidden;
}

#photos div p{
    height: 38px;
    padding: 3px 0 5px 13px;
    margin-top: -3px;
    outline: 0px solid #cc0000;
    color: #323232;
    font:Arial 13px, sans-serif;
    overflow: hidden;
}

#photos div a{
    display: block;
    height: 17px;
    width: 17px;
    background-image: url(../images/linkBg.png);
    background-repeat: no-repeat;
    margin: -3px 0 0 13px;
    
}

#big{
    outline: 0px solid #cccccc;
    display: flex;
    flex-direction: column;
    height: 770px;
    width: 490px;
    margin: auto;
    outline: 0px solid #ffffff;
    background-image: url(../images/bigBg2.png);
    background-repeat: repeat-y;
    padding: 30px 35px 20px 35px;
}

#bisness{
    width: 450px;
    outline: 0px solid #cccccc;
    word-wrap: break-word;
}

#bisness h2, #projects h2{
    font: bold 28px Arial, sans-serif;
    color: #000000;
    padding-bottom: 5px;
}

#bisness p{
    font: 13px Arial, sans-serif;
    color: #323232;
    }

#bisness p.strong {
    font-weight: bold;
}

#inBisness{
    width: 430px;
    word-wrap: break-word;
    outline: 0px solid red;
    padding-left: 128px;
    margin-top: 5px;
    background-image: url(../images/hand1.png);
    background-repeat: no-repeat;
    padding-top: 10px;
}

#inBisness p{
    margin-bottom: 20px;
    margin-top: -10px;
}

#bigR{
    width: 490px;
    margin: auto;
    background-image: url(../images/bigRBg2.png);
}

@media all and (max-width: 767px) {
    
   
    
    #lang{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    
    }
    
    #lang2{
    display: flex;
    flex-direction: column;
    align-content: center;
       
    }
    
    #lang2 p{
    
    margin-left: 20px;
    color: #cc0000;
    font-size: 20px;
    }
    
    #lang2 a{
    margin-left: 20px;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    padding: 5px;

}
    
}





























