/* Move down content because we have a fixed navbar that is 3.5rem tall */
body, a {
    font-family: Alegreya;
    font-size: 1.25rem;
}
body {
	 padding-top: 3.5rem;
}

/* Header Parallax Element Style*/ 
.paral {
    min-height: 600px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/* Paragrapgh for Parallax Section */ 
.paral p {
    color:#f5f5f5;
    /* font-size: 24px;
    text-align: center;
    line-height: 60px; */
}

/* Heading for Parallax Section */ 
.paral h1 {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 0;
    /* font-size: 60px;
    padding-top: 60px;
    line-height: 100px; */
}

.paral h2 {
  /* text-align: center; */
  padding-top: 400px;
} 

.jumbotron{
  padding: 0;
}

/* Time-Table */
.bg-light-gray {
    background-color: #f7f7f7;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.bg-sky.box-shadow {
    box-shadow: 0px 5px 0px 0px #00a2a7
}

.bg-orange.box-shadow {
    box-shadow: 0px 5px 0px 0px #af4305
}

.bg-green.box-shadow {
    box-shadow: 0px 5px 0px 0px #4ca520
}

.bg-yellow.box-shadow {
    box-shadow: 0px 5px 0px 0px #dcbf02
}

.bg-pink.box-shadow {
    box-shadow: 0px 5px 0px 0px #e82d8b
}

.bg-purple.box-shadow {
    box-shadow: 0px 5px 0px 0px #8343e8
}

.bg-lightred.box-shadow {
    box-shadow: 0px 5px 0px 0px #d84213
}

.bg-sky {
    background-color: #02c2c7
}

.bg-orange {
    background-color: #e95601
}

.bg-green {
    background-color: #5bbd2a
}

.bg-yellow {
    background-color: #f0d001
}

.bg-pink {
    background-color: #ff48a4
}

.bg-purple {
    background-color: #9d60ff
}

.bg-lightred {
    background-color: #d84213
}

.padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
}
.padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
}
.margin-10px-bottom {
    margin-bottom: 10px;
}
.border-radius-5 {
    border-radius: 5px;
}

.margin-10px-top {
    margin-top: 10px;
}
.font-size14 {
   /* font-size: 14px; */
   font-size: 1.25rem;
}

.text-light-gray {
    /* color: #d6d5d5; */
    color: #4d4a4a;
}
.font-size13 {
   /* font-size: 13px; */
   font-size: 18px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.ul_normal {
	color: #052c5a;
    list-style-type: none;
}
.w_74px {
	width: 74px;
}