


.blue
{
color: #5aadffff;
}

.light-blue
{
    color:#ecf5ff;
}

.yellow
{
    color: #ffc107;
}

.light-yellow{
    color:#ffe69a;
}

.red{
    color: #dc3545;
}

.bg-blue{
   background-color: #5aadffff; 
}

.bg-light-blue{
    background-color: #ecf5ff;
}

.bg-yellow{
    background-color: #ffc107;
}

.bg-light-yellow
{
    background-color: #ffe69a;
}

.bg-red{
    background-color: #dc3545;
}

.headerspecialbutton{
    color: white;
    background-color:#5aadffff;
    border-radius: 10px;
}

.headerspecialbutton:hover{
    background-color: rgb(0, 125, 250);
    text-decoration: none;
}

.headerbutton{
    text-align: center;
    color: #5aadffff;
}

.headerbutton:hover{
    color: grey;
}

@media screen and (max-width:450px) {
    .disable_if_small {
        display: none;
    }
}


@media screen and (max-width:600px) {
    .smtext{
        font-size: large;
    }
 
}

@media screen and (max-width: 900px)
{
    .dis
    {
        display: none;
    }
}

@media screen and (max-width: 1200px){
    .ds1200{
        display: none;
    }
}

@media screen and (max-width: 1000px) {
.margin_if_small{
    margin-left: 10px;
    }
.padding-top-sm
{
    padding-top: 10px;
}
.dc{
    text-align: center;
    font-size: large;
}
.ds{
    display: none;
}
.image340 {
    display: none;
}
}



.ringed{
    right: 30px;
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 200px;
}

.ramk{
    position: absolute;
    bottom: 15px;
    right: 70px;
    margin-top: 10px;
    margin-left: 20px;
    border-radius: 170px;
    padding: 10px;
    background-color: #5aadffff ;
}

.zapis{
    padding:5px;
    background-color: #5aadffff;
    
}

.zapis:hover{
    background-color: rgb(0, 125, 250);
}

.borders{
    padding: 15px 20px 15px 20px;
}

.brdr{
    border: 2px #ffc107 solid;
    border-radius: 15px;
}

.circle{
    position: relative;
    background-color: red;
    height: 200px;
    width: 200px;
    border-radius: 100px;
    bottom: 180px;
    left: 800px;
}

.redbrdr
{
   padding: 20px;
   background-color: white; 
   border-radius: 50px;
   border: 2px #dc3545 solid;
   margin: 13px 0 13px 0;
}

.custom12
{
    position: relative;
    left: 0;
    right: 0;
    bottom: 35px;
}

.polaroid{
    background: #ffffff;
    display: inline-block;
    margin: 55px 75px 30px;
    padding: 15px 15px 30px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
    z-index: 0;
    position: relative;
  }

  .price{
    border-radius: 15px;
    margin: 20px 0px 30px 0px;
    height: 550px;
}

.price1{
    text-align: center;
     font-size: xx-large;
}

.priceheader{
    font-size: x-large;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pricebtn
{
    text-decoration: none;
    position: absolute;
    font-weight: bolder;
    text-align: center;
    padding: 10px 15px 10px 15px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #fff;
    color: #5aadffff;
    border: 1px #5aadffff solid;
    bottom: 25px;
    left: 0;
    right: 0;
}

.pricebtn:hover{
    text-decoration: none;
    color:white;
    background-color: rgb(0, 128, 255);
}

.social
{
    text-align: center;
    width: 48px;
    height: 48px;
    float: right;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin: 10px 10px 10px 0;
    padding: 6px;
}


.vk{
    background: #4c75a3;
    color: white;
}

.vk:hover
{
  background: white;
  color: #4c75a3;  
}

.inst{
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
}

.inst:hover{
    background: white;
    color: #d6249f;
}

.footerbtn{
    color:black;
}

.footerbtn:hover{
    color: black;
}