html {
    margin: 0;
    padding: 0;
}

body { 
    font: 75% georgia, sans-serif;
    line-height: 1.88889;
    color: #555753; 
    background: #fff url(http://csszengarden.com/001/blossoms.jpg) no-repeat bottom right; 
    padding: 0;
}

/* Sidebar */
.sidebar {
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
  
    padding: 10px;
    margin-top: 150px;
}

.sidebar h3.select {
    
    margin: 10px 0 5px 0;
    width: 97px;
    height: 16px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar h3.archives {
    
    margin: 25px 0 5px 0;
    width: 57px;
    height: 14px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar h3.resources {
    margin: 25px 0 5px 0;
    width: 63px;
    height: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar ul {
    margin: 0;
    padding: 0;
}

.sidebar li {
    line-height: 1.3em;
    
    display: block;
    padding-top: 5px;
    margin-bottom: 5px;
    list-style-type: none;
}

.sidebar li a:link {
    color: #988F5E;
}

.sidebar li a:visited {
    color: #B3AE94;
}

.content {
   flex-basis: 70%;
}

aside {

    margin-left: 10%;
    flex-basis: 30%;
}

p { 
    margin-top: 0; 
    text-align: justify;
}

h3 { 
    font: italic normal 1.4em georgia, sans-serif;
    letter-spacing: 1px; 
    margin-bottom: 0; 
    color: #7D775C;
}

a:link { 
    font-weight: bold; 
    text-decoration: none; 
    color: rgb(255, 57, 123);
}

a:visited { 
    font-weight: bold; 
    text-decoration: none; 
    color: #7700ff;
}

a:hover, a:focus, a:active { 
    text-decoration: underline; 
    color: #9685BA;
}

abbr {
    border-bottom: none;
}

.page-wrapper { 
    background: url(http://csszengarden.com/001/zen-bg.jpg) no-repeat top left; 
    padding: 0 175px 0 110px;  
    margin: 0; 
    display: flex;
    flex-direction: column;
} 

header h1 { 
    background: transparent no-repeat top left;
    margin-top: 10px;
    display: flex;
    width: 219px;
    height: 87px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

 header h2 { 
    background: transparent url(http://csszengarden.com/001/h2.gif) no-repeat top left; 
    margin-top: 58px; 
    margin-bottom: 40px; 
    width: 200px; 
    height: 18px; 
    float: right;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
} 

header {
    padding-top: 20px;
    height: 87px;
}

footer { 
    text-align: center; 
}

footer a:link, footer a:visited { 
    margin-right: 20px; 
}

/* tab bar header */
nav {
    background-color: blanchedalmond;
    border-bottom: 0.5px solid #272343;
    box-shadow: 0px 0px 1.5px rgba(16, 16, 16, 0.8);
    display: flex;
    flex-direction: row;
    width: 80vw;
    margin-left: -2%;
    border-radius: 10px;
    margin-left: 2px;
}

nav ul {
    flex-basis: 80%;
    display: flex;
    justify-content: end;
}

nav li {
    list-style: none;
}
nav ul li a{
    background-color: white;
    border-radius: 10px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

nav a {
    color: #0453F1;
    text-decoration: none;
    width: 110px;
    padding:5px;
}

.nav-logo-title {
    display: flex;
    flex-basis: 20%;
}

.nav-logo-title img {
    justify-content: left;
    width: 30px;
    height: 30px;
    padding: 4%;
}

.nav-logo-title a {
    font-weight: bold;
    color: black;
}
.content-aside {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;

}

.content {
    flex: 0 0 70%;
    position: relative;


}

.content-first h2 {
    margin-bottom: 10px;
    position: relative;
}
.content-first p{
    margin-bottom: 20px;
    position: relative;

}

.content-second h2 {
    margin-bottom: 10px;
    position: relative;

}
.content-second p{
    margin-bottom: 20px;
    position: relative;

}

.content-second h4 {
    margin-bottom: 10px;
    position: relative;
}

aside {
    background-color: #e1eefe;
    padding: 30px;
    margin-bottom: 450px;
    border-radius: 20px;
    position: relative;
    margin-left: 150px;
   
    
}


aside h2 {
    margin-bottom: 10px;
    margin-top:0;
    position: relative;
    color: rgb(0, 0, 0);
}

aside ul {
    margin-bottom: 20px;
    list-style: none;
    padding-left: 0;
    position: relative;
    
}

aside ul li {
    margin-bottom: 10px;
    position: relative;
    
}
a{
    text-decoration: none;
    color: blue;
    position: relative;
}
.articles .article{
    background-color: blanchedalmond;
    border-radius: 20px;
    text-align: justify;
    padding: 20px;
}
.mini-content:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease; 
}
footer {
    background-color: #cfe0ff;
    color: #00010d;
    padding: 20px;
    margin-top: 20px;
    position: relative;
    text-align: l;
}

.footer-logo h3 {
    margin-bottom: 10px;
    position: relative;
}

.footer-form {
    margin-top: 10px;
    position: relative;
}

.footer-form label {
    margin-bottom: 10px;
    position: relative;

}

.footer-form select{ 
    margin-bottom: 15px;
    position: relative;
    

}
.footer-form input[type="text"]{
    margin-bottom: 15px;
    position: relative;
    width: 290px;
    height: 20px;
}
 .footer-form input[type="radio"] {
    margin-bottom: 15px;
    position: relative;
 }
 .footer-form input[type="radio"] {
    margin-bottom: 15px;
    position: relative;
    transition: transform 0.3s ease;
}

.footer-form input[type="radio"]:hover {
    transform: scale(1.2);
}

.footer-credit h3 {
    margin-top: 20px;
    font-size: 14px;
    position: relative;
}
select{
    height: 30px;
    width: 300px;
    position: relative;
    
    
}
.article:hover {
    transform: scale(1.07); 

}
.creativity {
    background-color: #f6f6f6;
    padding: 30px 20px;
    margin-top: 30px;
    width: 600px;
    height: 590px;
    border-radius: 10px;
    text-align: center;

}

.creativity-wrapper {
    display: flex;
}

.mini-content {
    background-color: #e3e8ff;
    padding: 20px;
    margin: auto;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    height: 500px;
    width: 200p;
    color: #00010d;
    font-size: 7px;
}

.mini-content h2 {
    margin-bottom: 10px;
    
}

.mini-content p {
    font-size: 10px;
}

.creativity img{
    width: 200px;
    height: 150px;
}


