/* Burke Enterprises CSS */

body {
  font-family: Verdana,Tahoma,Arial,sans-serif;
  text-align: center;
  color: #303030;
  background: #e8eaec;
}

#fixcenter {
  width: 90%;
  margin: 10px auto;
  margin-top: 20px;
  text-align: left;
  background: #ffffff;
  color:#303030;
}

* {
  box-sizing: border-box;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  #fixcenter {width: 80%;}
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.row {
  padding-bottom: 25px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.top {
  margin-bottom: 35px;
}

.top p, h1 {
  text-align: center;
}

.middle {
  margin-top: 35px;
  margin-bottom: 35px;
}

.bottom {
  margin-top: 35px;
  padding-bottom: 20px;
}

.bottom p {
  text-align: center;
  color: #a0a0a0;
}

.bottom a:link, a:visited {
  color: #808080;
  text-decoration: none;
}

.bottom a:hover, a:active {
  color: #808080;
  text-decoration: underline;
}

h1 {
  font-family: "Aladin", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  color: #04528a !important;
}

.aladin-regular {
  font-family: "Aladin", system-ui;
  font-weight: 400;
  font-style: normal;
}
