

img {
    float: left;
    height: 74px;
    margin-right: 20px;
    width: 74px;
  }

.site-name{

    font-family: 'Nunito Sans';font-size: 20px;
}

.site-slogan{
    font-family: 'Nunito Sans';font-size: 12px;
}

body{
  
   background-image: url("../images/PHOTO-hawaiian-green-sea-turtle-iStock_90093023-060816-1440x950-homepage_edited.jpg");
  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body, html {
    height: 100%;
    margin: 0;
    font-family: "Nunito Sans","Open Sans","Helvetica Neue",sans-serif;
    color: #fff;
  }


  .l-constrain {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 82.5px;
    padding-right: 82.5px;
}


a.site-logo {
    float: left;
    height: 74px;
    margin-right: 20px;
    width: 74px;
}

#block-noaa-branding a {
    display: block;
    color: #fff ;
    text-decoration: none;
}

#block-noaa-branding{
    height: 74px;
    width: 537px;
    position: relative;
    padding-top: 36px;    
}

a.site-slogan {
    line-height: 1.9;
}
#text{
    margin-top: 90px;

    font-size: 1.1111111111rem;
    font-weight: 600;
    color: #fff;
    text-shadow: none;
}

#warning p.warning_header {
    text-align: center;
}
#warning p.warning_test {
    text-align: justify;
}
#warning{
    background-color: rgba(0,0,0,.6);
    padding: 9px;
}