@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');




/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}


/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}


.nav{
  background-color: white;
  max-width: none;
  
}
.navbar{
  padding: 0rem;
}

.navbar-nav li{
  padding-right: 20px;
}

.nav-link {
  font-size:1.1em !important;
}

.jumbotron{
  padding: 1rem;
  border-radius: 0;
  background-color: white;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);

}




.padding{
  padding-bottom: 1rem;
  padding-top: 1rem;
  
}
.container-fluid{
  border-bottom: 2px solid #0075BE;
  max-width: 1200px;
  margin: auto;
}


.welcome h1{
  width:75%;
  margin:0 auto;
  padding-top: 2rem;
  
}

.fa-windows{
  color:#00bcf2;
}

.fa-android{
  color:#a4c639;
}

.fa-apple{
  color:#979797;
}

.fa-app-store-ios{
  color:#5FC9F8;
}

.fa-canadian-maple-leaf{
  color: #ff0000;
}

.fa-dollar-sign{
  color: #99cc66;
}

.fa-windows ,.fa-android , .fa-apple , .fa-app-store-ios, .fa-file-alt, .fa-canadian-maple-leaf,
.fa-dollar-sign,.fa-certificate,.fa-lock,.fa-desktop,.fa-shield-virus, .fa-cc-mastercard, .fa-cc-paypal,
.fa-mobile-alt, .fa-money-check, .fa-dollar-sign, .fa-canadian-maple-leaf{
  font-size:4em;
}
.fa-youtube{
  color:red;
  font-size: 2.5em;
}

.fa-lock,.fa-desktop,.fa-shield-virus,.fa-money-check{
  color: #979797;
}
.fa-facebook-square{
  font-size: 2.5em;
  color: #4b72c4;
}

.fa-download, .fa-file-archive{
  color: white;
}

.fa-cc-paypal{
  color:#3b7bbf ;
}

.fa-users{
  font-size: 2.5em;
}

.desktop2, .fa-money-check, .fa-mobile-alt{
  color: rgb(78, 78, 78);
}

.card-body{

  text-align: center;
}

.btn {
  transition-duration: 0.5s;
}


.card:hover {
 box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.year-download{
  width: 9em;
}

.card-header{
  background-color:#0198E1 ;
}

.card-body{
  background-color:#f5f5f5 
}

.previous-years{
  width: 100%;
}

.href{
  background-color: #2AABE4;
}

.tab { 
  margin-left: 40px; 
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn{
  background-color:#0198E1;
}
.btn:hover{
  background-color: #3299CC;
}

.img-serving{
  width: 12%;
  height: auto;
}
footer{
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 1em;
}

.foot{
  background-color: #3f3f3f;
}

hr.light{
  border-top: 1px solid #d5d5d5;
  width: 75%;
}
hr.light-100{
  border-top: 1px solid #d5d5d5;
  width: 100%;
}

.white-body{
  background-color: white;
}


body {
  background-color:#F2F9FC;
}

.right{
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.tab4 { 
  tab-size: 8; 
} 

p{
  font-family:  'Times New Roman', Times, serif;
  font-size: large;
}

thead{
  background-color:#0198E1;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.active{
  font-size: large;
  text-decoration-line: underline;
}
.mail{
  color: white;
  text-decoration-line: underline;
}

.mail:hover{
  color: white;
  font-size: x-large;
}

/* The alert message box */
.alert {
  padding: 20px;
  background-color: #2196F3; /* Blue */
  color: white;
  margin-bottom: 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








