@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');

h1,h2,h3,h4,h5,.Head {
    font-family: 'Roboto', sans-serif;
}
p,li,td,th,label,input {
    font-family: 'Roboto', sans-serif;
  	font-size: 18px;
}
p,li,td,th {
  	font-size: 18px !important;
 	line-height: 24px !important; 
}
h1, .Head { 
  font-size: 36px;
  line-height: 42px;
  color: #052264;
}
h2 { font-size: 26px; line-height: 32px; }
h3 { font-size: 24px; line-height: 30px; }
h4 { font-size: 22px; line-height: 28px; }
h5 { font-size: 20px; line-height: 26px; }

ul, ol { margin-left: 28px; margin-bottom: 20px; }

.table { width: 100%; }
.table.table-bordered { border: 1px solid #ccc; }
.table.table-bordered td { border: 1px solid #ccc; }

.btn.btn-primary { color: #fff !important; }





