﻿body {
    padding-top: 50px;

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom:0px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 250px;
}

.bcgApteaGrad {
        background: rgba(255,76,41,1);
        background: -moz-linear-gradient(left, rgba(255,76,41,1) 0%, rgba(255,43,10,1) 0%, rgba(194,0,107,1) 0%, rgba(28,46,79,1) 0%, rgba(194,0,107,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,76,41,1)), color-stop(0%, rgba(255,43,10,1)), color-stop(0%, rgba(194,0,107,1)), color-stop(0%, rgba(28,46,79,1)), color-stop(100%, rgba(194,0,107,1)));
        background: -webkit-linear-gradient(left, rgba(255,76,41,1) 0%, rgba(255,43,10,1) 0%, rgba(194,0,107,1) 0%, rgba(28,46,79,1) 0%, rgba(194,0,107,1) 100%);
        background: -o-linear-gradient(left, rgba(255,76,41,1) 0%, rgba(255,43,10,1) 0%, rgba(194,0,107,1) 0%, rgba(28,46,79,1) 0%, rgba(194,0,107,1) 100%);
        background: -ms-linear-gradient(left, rgba(255,76,41,1) 0%, rgba(255,43,10,1) 0%, rgba(194,0,107,1) 0%, rgba(28,46,79,1) 0%, rgba(194,0,107,1) 100%);
        background: linear-gradient(to right, rgba(255,76,41,1) 0%, rgba(255,43,10,1) 0%, rgba(194,0,107,1) 0%, rgba(28,46,79,1) 0%, rgba(194,0,107,1) 100%);
    }

.title{
    color:#c0006d;
    font-size: 26px;
    margin-top:50px;
    margin-bottom:50px;
    width:90%;
    
}


 .grow { transition: all 0.5s ease-in-out; }
.grow:hover { transform: scale(1.1); }


@media (max-width: 836px)
    {
    .title{
        margin-top:50px;
    }

    }

.buttonAptea
{
    text-decoration:none !important;
    width:250px;
    font-size:18px;
    border-radius:14px;
    background-color:#c0006d;
    color:#212529 !important;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:50px;
   padding-left: 50px;
}

.buttonAptea:hover{
    background-color:#212529;
    color:#c0006d !important;
    cursor:pointer;
    border:2px solid #c0006d !important;
    padding-top:8px;
   padding-bottom:8px;

}


.buttonApteaLittle
{
    text-decoration:none !important;
    width:150px;
    font-size:14px;
    border-radius:14px;
    background-color:#c0006d;
    color:#212529 !important;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:20px;
   padding-left: 20px;
}

.buttonApteaLittle:hover{
    background-color:#212529;
    color:#c0006d !important;
    cursor:pointer;
    border:2px solid #c0006d !important;
     padding-top:8px;
   padding-bottom:8px;
   padding-right:19px;
   padding-left: 19px;

}

.buttonApteaLittleSubmit
{
    text-decoration:none !important;
    width:120px;
    font-size:14px;
    border-radius:14px;
    background-color:#c0006d;
    color:#212529 !important;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:22px;
   padding-left: 20px;
}

.buttonApteaLittleSubmit:hover{
    background-color:#212529;
    padding-top:8px;
    padding-bottom:8px;
    color:#c0006d !important;
    cursor:pointer;
    border:2px solid #c0006d !important;

}

 .circle:hover
    {
    border-radius:100% !important;
    }