/* Styles for the Baltimore Orioles website */

/* General styles */
body {
    background-color:#050000;
    color: #070000;
    font-family:Arial, Helvetica, sans-serif;
    background-image: linear-gradient(to bottom, #fffffff, #90c7e3);

    }

  #wrapper { 

      margin-left: auto; margin-right: auto ;
      width: 80%;
      min-width: 960px;
      max-width: 2048px;
      background-color:#fffdfd;
      box-shadow: 12px 12px 15px #ff7300;
      border: 3px solid #000000;
      


    }

    header {
        background-color: #ff7300;
        background-size: 100%;
        color: #ffffff;
        height: 120px;
        text-align: center;
        padding-top: 30px;
        padding-left: 3em;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;


        }

        header a: {

            text-decoration:none;
            color: white;
        }
        header a: visited {

            text-decoration:none;
            color: white;
        }
        header a:link {

            text-decoration:none;
            color: white;
        }
        header a:hover {

            text-decoration:none;
            color: #050200;
        }
  h1 {
      margin-bottom: 0;
      margin-top: 0;
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: 3em;
      letter-spacing: .25em;
      
    
    
  

   }

   Li {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: large;


   }
   nav {
        float:left;
        font-weight: bold;
        font-size: 130%;
        padding: 1em;
        width: 120px;

        }

  nav a {
    text-decoration:double
    padding-left: 0em;
    padding-right: 0em;

  }

  nav a:link{
    color: #080400;

  }

  nav a:visited {

   color: #000205;

  }

  nav a:hover {

    color: #ff7300;

  }
  nav ul{

    list-style-type: none;
    margin: 0;
    padding-left: 0;
    font-size: 1.1em;
  }
  main {

    padding: 1px 20px 20px 20px ;
    display:block;
    margin-left: 165px;
    background-color: #ff7300;
    overflow: auto;
  } 
         h2 {
        color: #000305;
        text-shadow: 1px 1px 1px #cccccc ;

        }
    p {
        color: #f7f8fa;
       
        }
   .resort  {
          color: #ff7300;
          font-weight:bold ;

        }
     span {
          color: #000408;
        }
        h3 {
          font-family: Georgia, 'Times New Roman', Times, serif;
          color: #fbfcfd;
          font-size: larger;
  

        }

        section {

            float: left;
            width: 26%;
            padding-left: 2em;
            padding-right: 2em;


        }
      footer {
        padding: 0em;
        margin-left: 100px;
        font-size: 100%;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-style: italic;
        text-align: center;
        background-color: #050000;
      }

      #contact {
        font-size: 90%;
        
      }

#historyhero {

  margin-left: 190px;
  height: 575px;
  background-image: url(images/Camden\ old.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#maphero {
    margin-left: 190px;
  height: 715px;
  background-image: url(images/Seat\ Chart.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#foodhero {
    margin-left: 190px;
  height: 550px;
  background-image: url(images/Camden\ Yard\ Food.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#viewhero {
  margin-left: 190px;
height: 700px;
background-image: url(images/camden-yards-Towel.webp);
background-size: 100% 100%;
background-repeat: no-repeat;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#Walkoffshero { margin-left: 190px;
height: 850px;
background-image: url(images/Orioles\ Walk\ Off.jpg_large);
background-size: 100% 100%;
background-repeat: no-repeat;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

--></style>
</head>
<body>
<a name="0"></a><br style="clear: both">
<a name="1"></a><header style="position: static;">header</header><br style="clear: both">
<a name="2"></a><nav style="position: static;">nav</nav><br style="clear: both">
<a name="3"></a><h2 style="position: static;">h2</h2><br style="clear: both">
<a name="4"></a><dt style="position: static;">dt</dt><br style="clear: both">
<a name="5"></a><div style="position: static;" class="resort">.resort</div>
<br style="clear: both">
<a name="6"></a><span style="position: static;">span</span><br style="clear: both">

</body></html>

/* Specific page styles */
/* Stats page */
.stats {
    /* Add specific styles for the stats page */
}

/* News page */
.news {
    /* Add specific styles for the news page */
}

/* Live chat page */
.chat {
    /* Add specific styles for the live chat page */
}
