/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color:#6CFFED;
  color: black;
  font-family: Verdana;
}

ul #menu {
    padding: 0;
    margin-bottom: 11px;
}

ul#menu li {
    display: inline;
    margin-right: 3px;
}

ul#menu li a {
    background-color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    color: #696969;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    color: white;
    background-color: black;
        
}
#navigation li#menu-item-11124 {
 background-color: red;
}
strong {
       font-weight:bold;
       font-size:25px;
       
}
p{
  font-size:25px;
}
h1{
   background-color:#ffffff;
}


.marquee{
       padding:18em 18em 18em 18em;
 }
 
 ul li{
     font-size:23px;
 }
 .Size{
     height:406px;
     width:390px;
     
   }
 .Contact{
       font size:120px;
 }
.button{
    height:70px;
    width:180px;
    border:2px solid #6495ed;
    background-color:#FF6700;
    text-align:center;
    border-radius:5px;
    position:inline-block;
    
}
div a:hover {
           color:#ff0000;
           font-weight:bold;
           text-decoration:underline;
}