

.flex-caption {
    position: relative;
    width: 100%;
    height: 100px;
    bottom: 100px;
    /*left: 0;*/
    /*margin: 0;*/
    padding: 10px;
    color: white;
    background-color: black;
    /*z-index: 1;*/
}
.flex-caption h2{
    color: white;
}
.flex-caption p{
    color: white;
}

.purchasex h1{
    font-weight: 900; 
}

.centerr{
    margin: 0 auto !important;

}

.director h2{
    line-height: 80%;
}

.banner{
    /*background-color: blue;*/
    /*background-image: url("../../images/Blue_wallpaper.jpg");*/
    /*background-attachment: fixed;*/
    /*background-position: center -900px;*/

    background: #000066; /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(#000066 , white); 
    background: -o-linear-gradient(#000066, white); 
    background: -moz-linear-gradient(#000066, white); 
    background: linear-gradient(#000066 , white);*/

    padding-top: 15px;
    /*color: white !important;*/

    height:80px;
}



.judull h2{
    color: white;
}

.welcomm{
    margin-top: -4% !important;
}

.groupp{
    margin-top: -3% !important;
    padding-bottom: 10px;

    
}

.homm{
    /*padding-bottom: -10% !important;*/
}

.home-group{
    padding: 0px;
}

.category{
    /*background-color: grey;*/
    border-width: 1px;
    /*border-style: dotted;*/
    text-align: center;
    height: 100px;
    

}

.category > .title{

    background-color: black;
    height: 50px;
    vertical-align: text-bottom;
    padding-top: 10px;
    color: white;

    -webkit-transition: height 0.3s linear, padding-top  0.3s linear; 
    transition: height 0.3s linear, padding-top  0.3s linear;

    
}

.category:hover .title{
    height: 100px;
    padding-top : 30px;
}

.aaa > a{
    color:#3498db;
}

.list-inside ul{
    list-style-position: inside;
    margin-left: -70px;
}

