@charset "UTF-8";
/* CSSDocument */

/* The body tag style applies to all elements on the page */
body {
background-color: hsl(180, 40%, 70%);
font-family: Verdana, Geprgia, Ariel, serif, sans-serif;
padding:0px;
margin:0px;
}

/* The Header ID style is floated left and is 960px to match the page*/
#header {
margin-left: auto;
margin-right: auto;
width: 960px;
height: 195px;
border-radius: 12px;
border: 5px solid maroon;
padding: 0px 65px;
background:#e4b774; 
 }
 
#nav {
margin-left: auto;
margin-right: auto;
width: 1072px;
height: 72px;
padding: 8px;
border: 4px solid green;
/*  border-radius: 6px 28px 6px 28px;  */
border-radius: 12px 12px 12px 12px;
/*  transform: skewX(30deg);  */
transform: skewX(0deg);
background:#cce2ff; 
 }
 
/* The article IDstyle is used to provide a 960px wide page */
#article {
width: 1092px;
margin-left: auto;
margin-right: auto;
border: 4px solid grey;
border-radius: 15px;
background: hsla(180, 5%, 98%, 1.0);
}

/* The article IDstyle is used to provide a 960px wide page */
#page {
width: 850px;
margin-left: auto;
margin-right: auto;
padding-top: 75px;
padding-bottom: 75px;
padding-left: 150px;
padding-right: 150px;
border: 0px solid white;
/*  border-radius: 15px;  */
background: hsla(180, 5%, 98%, 1.0);
}

img.middle {
vertical-align: middle;
}

/* the aside ID style is floated right for a coomment box*/
#rtaside {
float: right;
width: 170px;
margin-top; 0px;
padding: 2px 4px;
margin-right: 15px;
margin-right: 8px;
/* background: #55D9D9; */
background: #cce2ff;
}

#lfaside {
float: left;
width: 140px;
margin-top; 0px;
padding-top; 30px;
margin-left: 10px;
background: hsla(180, 5%, 98%, 1.0);
}

#hdaside {
float: right;
width: 125px;
margin-top; 0px;
margin-right: 20px;
background: hsla(180, 5%, 98%, 1.0);
}

 /* The footer ID style is floated left and is 960px to match the page*/
#footer {
margin-left: auto;
margin-right: auto;
width: 1094px;
height: 40px;
text-align: center;
Border: 3px solid maroon;
background:#cc9933; 
 }

/* Selector for tags separated by commas applies the style to all tags */
h1, h2, h3, h3, h5, h6, p, li {
margin-left: 15px;
}
 
/* Selector for tags not separated by commas applies to specific circunstances */ 
h1 {
color: White;
font-size: 36px;
padding-top: 10px;
margin-left; 15px;
}

#article h1{
font-size: 36px;
color: Red;
font-style: TimesNewRoman;
}

#article h2{
font-size: 28px;
color: Red;
font-style: TimesNewRoman;
}

/* Advanced web design relies on class or ID style boxes */
.fixbtn {
float: left;	
width: 100px;
height: 32px;
text-align: center;
background: #ffffcc;
border-radius: 8px;
padding: 8px 0px 0px 8px;
margin: 2px 20px;
font-size: 14px;
/*  transform: skewX(-30deg);  */
transform: skewX(0deg);
border: 3px solid gray;
cursor: pointer;
}

p#ind{
  text-indent: 1.5em;
}

/* the following pseudo-Class applies to the box class when in a hovered state */
.fixbtn:hover {
background-color: #F2B544;
border-bottom: 4px solid black;
}

.dropbtn {
  width: 154px;
  height: 48px;
  text-align: center;
  border-radius: 8px;
  background: #ffffcc;
  font-size: 14px;
  margin: 0px 2px;
  border: 3px solid gray;
  cursor: pointer;
}

.dropdown {
  position: relative;
  margin: 0px 7px;
  display: inline-block;
  /*  transform: skewX(-30deg);  */
  transform: skewX(0deg);
}

.dropdown-content {
  display: none;
  position: absolute;
  margin: 0px 12px;
  background-color: #f9f9f9;
  font-size: 12px; 
  min-width: 166px; 
  min-height: 150px;
  padding: 8px 0px;
  border-radius: 8px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,1.0);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: hsl(270, 40%, 85%)}

.dropdown:hover .dropdown-content {
  display: block;
 }

.dropdown:hover .dropbtn {
  background-color: #F2B544;
  border-bottom: 4px solid black;
 }

 .dropdown:hover .img {
   backgroud-color: #F2B544;
 }
 
.tab163 {
            display: inline-block;
            margin-left: 163px;
        }

.tab30 {
            display: inline-block;
            margin-left: 30px;
        }

.tab134 {
            display: inline-block;
            margin-left: 134px;
        }

.tab136 {
            display: inline-block;
            margin-left: 136px;
        }

.tab258 {
            display: inline-block;
            margin-left: 258px;
        }


