@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;700&display=swap');
@import url("https://use.typekit.net/aiv4lvb.css");

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    font-size: 16px;
    background-color: #FFF;
    max-width: 1000px;
    margin-left: auto;
    margin-right:auto;
}

.header {
    padding-bottom: 10px;
    background-color: #FFF;
}

.owl {
    max-width: 25%;
}

.faiq {
    max-width: 25%;
    max-height: 53px;
    float: right;
    padding-bottom: 2px;
}

.parallax {
    background-image: url("images/navy.png");
    height: 50vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.heading-container {
    display: inline-block;
    text-align: center;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-66%);
}

.flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #FFF;
    padding: 3%, 0, 3%, 0;
}

.report{
  background-color: #FFFFFF;
  padding: 3%, 0, 3%, 0;
  margin-left:20%;
  margin-right:20%;
}

.item {
    width: 25%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
    background-color: #FFF;
    height: 100%;
    max-height: 250px;
}

h2 {
    font-weight: 100;
    max-height: 25%;
    margin: 0;
    color: rgba(254, 251, 241, 0.85);
    font-size: 2.5em;
    font-family: 'Roboto', sans-serif;
}

h3 {
    font-weight: 100;
    max-height: 25%;
    margin: 0;
    color: rgba(254, 251, 241, 0.85);
    font-size: 2em;
    font-family: 'Roboto', sans-serif;
    padding-top:5px;
}

h4 {
    font-weight: 700;
    font-style:italic;
    max-height: 25%;
    margin: 0;
    color: rgba(254, 251, 241, 0.85);
    font-size: 1.5em;
    font-family: 'Roboto', sans-serif;
    padding-top:5px;
}

h5 {
    font-weight: 700;
    font-style:normal;
    /* max-height: 25%; */
    margin: 0;
    color: #000;
    font-size: 1.5em;
    font-family: 'Roboto', sans-serif;
    padding-top:50px;
    text-align: left;
}

p.subhead{
  font-weight: 700;
}

h6 {
    font-style: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    margin: 5px;
    font-style: italic;
}

a {
    text-decoration: none;
    color: #000;
}

.item img {
    max-width: 100%;
}

.item:hover {
    opacity: 0.5;
}

p.footertext {
    color: #6c757d;
    font-size: 0.8em;
    text-align: center;
    max-height: 50px;
}



.center img{
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top:30px;
  padding-bottom: 10px;
}

.flourish-embed{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .report{
    margin-left: 0%;
    margin-right:0%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .report{
    margin-left: 0%;
    margin-right:0%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .report{
    margin-left: 10%;
    margin-right:10%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .report{
    margin-left: 10%;
    margin-right:10%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.report{
  margin-left: 20%;
  margin-right:20%;
}
}
