*{
    margin: 0;
    /*margin: 10px;*/
    /*margin: 1.5em;*/
    /*margin: 1.5rem;*/
}

#idatt{
    background-color: yellow;
}
#bcolour{
    color:red;
}
.ccolour{
    color: green;
}
.secondclass{
    background-color: lightblue;
}
ul{
    list-style-type: square;
}
ol{
    list-style-type: upper-roman;
}
body{
    background-color: lightblue;
    font-family: Arial, Helvetica, sans-serif;
}
#backColour{
    background-color: tan;
}
.loremp{
    font-family: "Times New Roman",Times,serif;
}
/*h3{*/
/*    color: blue;*/
/*}*/
/*section h3{*/
/*    color: blue;*/
/*}*/
/*section>h3{*/
/*    color: blue;*/
/*}*/
h3.loremp{
    color: blue;
}
div>h3+p{
    background-color: yellow;
}
#loremSection>h3::first-letter{
    font-size: 200%;
    color: purple;
}
/*section>p:hover{*/
/*    background-color: white;*/
/*}*/
#loremSection p:hover,section p:focus{
    background-color: white;
}
/*[href]{*/
/*    background-color: lightblue;*/
/*}*/
[href="https://www.w3schools.com/"]{
    background-color: lightblue;
}
[href^=".."]{
    border: 4px solid black;
}
[href$="exercise02.html"]{
   background-color: white;
}
ol>li>ul>li:first-child{
    color: red;
}

ol>li>ul>li:last-child{
    color: green;
}
ol>li>ul>li:nth-child(2){
    color: orange;
}
ol>li>ul>li:nth-child(3){
    color: yellow;
}
/**********************************************/
header,main,footer{
    /*border: white dotted 4px;*/
    margin: 0 1.5em;
    padding: 2em;
}
/*body{*/
/*    background-image: url("../img/ahmed-abbas-dPrVq_7xbm8-unsplash.jpg");*/
/*}*/

#wrapper{
    /*background-color: rgba(68, 38, 17, 0.8);*/
    /*color: tan;*/
}
h2,h3,h4,h5,h6{
    color: purple;
    text-shadow: 1px 1px 6px tan;
}
h1{
    font-size: 450%;
    text-shadow: 4px 4px 8px black;
}

.buttons{
    display: inline-block;
    border: 4px purple solid;
    color: tan;
    padding: 10px;
    border-radius: 30px;
    margin: 0 0.5em;
    background-image: linear-gradient(to bottom, rebeccapurple, violet);
    box-shadow: 4px 4px 8px black;
    text-decoration: none;
}

header{
    height: 83vh;
}
header p{
    font-size: 10px;
}
header>section{
    border: saddlebrown solid 6px;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 30%;
    padding: 2em;
    border-radius: 40px 0;
    background-image: linear-gradient(to top, saddlebrown, tan);
    box-shadow: 8px 8px 8px black;
}
#formSection,footer,#loremSection,#listSection,#imageSection,#linkSection,#infoSection{
    height: 100vh;
    padding-top: 4em;
}
#linkSection *, #loremSection *{
    margin: 1em;
}
/*******************************************************/

.roboto-400 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
}
nav{
    /*border: 4px red solid;*/
    /*text-align: center;*/
    position: sticky;
    top:0;
    background-color: rgba(128, 0, 128, 0.76);


}
nav>ul{
    /*border: 4px red solid;*/
    list-style-type: none;
    padding: 0;
    /*background-color: purple;*/
    overflow: hidden;
    /*text-align: center;*/
    width: fit-content;
    margin: 0 auto;
}
nav>ul>li>a{
    text-decoration: none;
    color: tan;
    /*padding: 14px 16px;*/

}
nav li{
    float: left;
    padding: 14px 16px;
}
nav>ul>li:hover,nav>ul>li:focus{
    background-color: rebeccapurple;
}
/*#listSection>h4+ul>li:nth-child(odd){*/
/*    background-color: black;*/
/*}*/
/*#listSection>h4+ul>li:nth-child(2n-1){*/
/*    background-color: black;*/
/*}*/
/*#listSection>h4+ul>li:nth-child(2n){*/
/*    background-color: black;*/
/*}*/
#listSection>h4+ul>li:nth-child(even){
    background-color: black;
    width: 20%;
}
/*#imageSection h2+a,#imageSection h2+a+img{*/
/*    float: right;*/
/*}*/

#imageSection h2+figure{
    float: right;
}
/*.clear{*/
/*    clear: both;*/
/*}*/
/*********************************************************/
form{
    width: 55%;
    margin: 0 auto;
}
#formSection>h3{
    text-align: center;
    font-size: 200%;
}
legend{
    font-size: xx-large;
    text-align: right;
}
.box{
    margin: 1.5em;
}
#formSection span{
    color: red;
}
label{
    font-size: x-large;
}
[type='text'],[type='email']{
    width: 75%;
    float: right;
}
[readonly]{
    width: 60%;
}
[type='button']{
    vertical-align: top;
    border-radius: 15px;
    padding: 5px;
    margin-left: 1em;
}
#fields{
    /*border: green dotted 4px;*/
    overflow: hidden;
}
#payments{
    float: left;
    box-sizing: border-box;
    width: 44%;
    text-align: center;
}
#choose{
    float: right;
    box-sizing: border-box;
    width: 55%;
    text-align: center;
}
#myButtons{
    margin: 2em;
    clear: both;
    text-align: center;
}










