@font-face {
    font-family: proxima;
    src: url(../fonts/proxima-nova-regular.otf);
    font-weight:normal;
}

body {
  font-family: proxima !important;
   background: url(../images/IUBAT.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-header {
    padding-bottom: 0px;
    margin: 2% 7%;
    border-bottom: 0px solid #eee;
}
.founder{
    padding-left: 30%;
}
.panel-body{
  padding: 1% 0 7% 8%;  
} 
.panel-footer {
    padding: 10px 15px;
    background-color: #f1e7e700;
    border-top: 0px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
h3{
    margin-top: 5px !important;
    font-size: 25px !important; 
    margin-bottom: 0px !important;
}

.text_red {
    border-bottom: 3px solid #a70e13;
    color: #025c0d;
    font-weight: 900;
}
.table {
    width: 62% !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0px solid #ddd !important;
    color: #790bb1 !important;
    font-weight: bold !important;
    font-size: 18px;
    
}

.footer {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.footer p{
    font-size: 14px;
    padding: 1% 0;
    border-top: 1px solid #8a8d86;
    font-weight: bold;
}
ul li{
	font-weight: bold;
	color: #cd0000;
	font-size: 15px;
}
h3{
	font-weight: 900;
}
img{
	width: 5%;
}
@media (max-width: 480px) {
    .page-header {
    padding-bottom: 0px;
    text-align: center;
    border-bottom: 0px solid #eee;
}

	.footer {
        position: absolute;
	   left: 0;
	   bottom: 0;
	   width: 100%;
	   text-align: center;
	   
	}

.table {
    width: 100% !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0px solid #ddd !important;
    color: #790bb1 !important;
    font-weight: bold !important;
    font-size: 10px;
    padding: 5px !important;
}
h3 {
    margin-top: 5px !important;
    font-size: 14px !important;
    margin-bottom: 0px !important;
}
h4{
    font-size: 14px !important;
}
.footer p{
	font-size: 9px;
}
img{
    width: 15%;
    padding: 2% 0;
}
#content2::before{
    content: "\a";
    white-space: pre;
}
.founder{
    padding-left: 0px;
    text-align: center;
    font-size: 10px;
}
}