#cont {

                                            min-height:100%;
                                            position:relative;
                                            border:none

}

body {
   background-color: white;
   
   padding-bottom:60px;
}

#bord {

    border-radius: 30px;

}

h5 {
     font-family: 'Ubuntu', sans-serif;
     font-size:20px;
     
}

.box:hover{
background :#FFFDE7; 
}

.box1:hover{
background : black;
}

.thumbnail-1{
    /*border:none*/
    border-radius: 10px;
    
    background-color: #ECEFF1
}


#font_mod {
    font-family: 'Ubuntu', sans-serif;
    font-size:15px;
}

#Button_font {

    font-family: 'Ubuntu', sans-serif;
}


a:link {
    text-decoration: none;
    
}



a:hover {
    text-decoration: none;
    
}

a:visited {
    text-decoration: none;
    
}

.footer {
   position:relative;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#6cf;
}
.topcorner{
   position:absolute;
   top:10px;
   right:5px;
   color:white
  }

a{
    overflow:hidden;
}






