/**/
body{
    background-image: url(images/logo.jpg);
    aspect-ratio: 1 ;

}

header{
    
    margin:20px 10px;
    max-width:1200px;
    margin:30px auto
    
}
header h1{ /* sizing and background for decorative bar above the nav links */
    background-image: url(images/background1.png);
    padding:5px;
    margin:auto auto;
    height:30px;
    text-align:center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border: 3px double rgb(88, 3, 3);
    color:rgba(162, 136, 170, 0.89);
}
nav > label{
   margin:3px 20px;
   background-color: rgb(201, 187, 206);
   padding:1px 8px;
   border:1px dotted rgb(11, 211, 38);
   border-radius:20px;
   
}

nav > label > a:link{
   color:rgb(31, 84, 199)
}
nav{
    margin:5px -20px
}

nav > legend{
    margin: 15px;
    margin-top:20px;
    font-style:oblique;
    
}

.s1{ /* sets the text style for first large text element, along with the width */
    background-color:rgb(71, 65, 66);
    max-width:1000px;
    color:rgba(255, 255, 255, 0.808);
    letter-spacing:0.06rem;
    word-spacing: 0.3rem;
    
}

#s1{ /*centers the first large text ellement*/
    margin:10px auto;
    margin-top:50px;
    padding:10px;
    padding-top:1px;
    border-radius:20px
    
}

h1{
    text-align:center;

}

/* FOOTER*/

footer{
    margin:60px 0;
    margin-left:auto;
    margin-right:auto;
    max-width:1000px;
    
}
.contact{ /*fieldset element housing the forms */
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.795);
    display:inline-block
}

.contact > legend{ /*fieldset legend*/
    background-color:white;
    border:1px solid black;
}
#email{
    margin-bottom:7px
}

#comment{
    margin-right:30px;
}
address{
    background-color:rgb(124, 92, 97);
    padding:0px 5px;
    border:2px double black;
    border-radius:10px 7px 20px 10px;
    color:white;margin-top:30px;
    display:flex;
    justify-content: space-between;

}

#ideas{
    width: 140px;
    margin-left:50%;

}

#acert:link{
    color:rgb(18, 239, 255)
}