


.contactBtn{
    
    width: 200px;
    padding: 5px;
    background-color: #ffbf00;
    cursor: pointer;
    border-radius: 20px;
    border: none;
    line-height: 1;
    
}



.seaLotus_font{
    
   font-family: time, minion-pro;
   color: #348cb3;
   font-size: 20px;
    
}



.blog_div{
    
    padding: 15px;
    margin: 5px;
    border-radius: 5px;
    
}




.dev_source{
    
    border-radius: 3px;
    width: 100%;
    height: 25px;
    background-color: black;
    color: white;
    padding: 5px;
    font-size: 9px;
    text-align: center;
    margin-top: 10px;
    font-family: SpecialElite-Regular, Arial, sans-serif;
}

.blog_img{
    
    width: 100%;
    max-height: 600px;
    
}



.blog_img_thumb{
    
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 3px;
    
}

.blog_title{
    
    text-align: center;
    font-family: SpecialElite-Regular, Arial, sans-serif;
    
}



.btn_big{
    border: transparent;
    font-size: 35px;
    border: none;
    background-color: transparent;
    outline: none;
    
}



.detail_box{

    width: 100%;
    border: lightgrey 1px solid;
    border-radius: 4px;
    height: 399px;
}


/*************cust fonts******************/


@font-face {
    font-family: SpecialElite-Regular;
    src: url(/fonts/SpecialElite-Regular.ttf);
}

@font-face {
    font-family: raleway;
    src: url(/fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: raleway_bold;
    src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: raleway_light;
    src: url(../fonts/Raleway-Light.ttf);
}

@font-face {
    font-family: robotoflex;
    src: url(../fonts/RobotoFlex-Regular.ttf);
}

@font-face {
    font-family: lato;
    src: url(../fonts/Lato-Regular.ttf);
}

