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

/*p{
    color: red;
    !*background-color: yellow;*!
}*/
#idatt{
    background-color: yellow;
}
#bcolour{
    background-color: blue;
}
.ccolour{
    color: green;
}
.secondclass{
    background-color: lightpink;
}
ul{
    list-style-type: square;
}
ol{
    list-style-type: upper-roman;
}
body{
    font-family: Arial, Helvetica, sans-serif;
}
.loremp{
    font-family: "Times New Roman",times, serif;
}
/*h3{
    color: rgb(0,0,255);
}*/
/*
#lorem{
    color: blue;
}*/
/*
.loremp{
    color: blue;
}*/
/*
h3.loremp{
    color: blue;
}*/
/*
section>h3{
    color: #0000FF;
}*/
/*
section h3{
    color: #0000FF;
}*/
/*section>h3:first-child{
    color: #0000FF;
}*/
#loremSection>h3:first-letter{
    color: #FF0000;
    font-size: 200%;
}
#loremSection p:hover, section p:focus{
    background-color: white;
}
/*[href]{
    background-color: gray;
}*/
[href="https://www.w3schools.com/" ]{
    background-color: gray;
}
[href^=".."]{
    border: purple solid 4px;
}
[href$="exercise02.html"]{
    background-color: lightgreen;
}
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: dotted white 6px;*/
    margin: 0 1.5em;
    padding: 2em;
}
/*body{*/
/*    background-image: url("../img/ahmed-abbas-dPrVq_7xbm8-unsplash.jpg");*/
/*}*/

#wrapper{
    /*background-color: rgba(75, 44, 23, 0.8);*/
    /*color: tan;*/
}
h2,h3,h4,h5,h6{
    color: purple;
    text-shadow: 1px 1px 8px tan;
}

.buttons{
    display: inline-block;
    border: purple 4px solid;
    color: tan;
    margin: 0 0.5em;
    padding: 10px;
    text-decoration: none;
    background-image: linear-gradient(to bottom, rebeccapurple,violet);
    border-radius: 30px;
    text-shadow: 2px 2px 4px black;
    box-shadow: 4px 4px 8px black;
}
nav{
    text-align: center;
    position: sticky;
    top: 0;
}
header{
    height: 83vh;
}
h1{
    font-size: 450%;
    text-shadow: 4px 4px 8px black;
    color: purple;
}
header p{
    font-size: 10px;
}
header>img{
    position: absolute;
    bottom: 65px;
    right: 60px;
}
header>section{
    border: 6px solid saddlebrown;
    width: fit-content;
    margin: auto;
    position: relative;
    top: 30%;
    background-image: linear-gradient(to top,saddlebrown,tan);
    padding: 2em;
    border-radius: 40px 0;
    box-shadow: 12px 12px 16px black;
}
footer,#infoSection,#listSection,#linkSection,#loremSection,#imageSection{
    height: 100vh;
    padding: 4em;
}
#infoSection *,#linkSection *,#loremSection *{
    margin: 1em 0;
}
/******************************************************/
nav>ul>li>a{
    text-decoration: none;
    color: tan;
}
nav>ul{
    /*border: 4px red solid;*/
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    width: fit-content;
    margin: auto;
}
nav>ul>li{
    float: left;
    padding: 14px 16px;
}
nav{
    background-color: purple;

}
nav>ul>li:hover, nav>ul>li:focus{
    background-color: rebeccapurple;
}

.bitcount-single-400 {
    font-family: "Bitcount Single", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
            "slnt" 0,
            "CRSV" 0.5,
            "ELSH" 0,
            "ELXP" 0;
}

/*h4+ul>li:nth-child(3){*/
/*    background-color: blue;*/
/*}*/
/*h4+ul>li:nth-child(odd){*/
/*    background-color: blue;*/
/*}*/
/*h4+ul>li:nth-child(2n-1){*/
/*    background-color: blue;*/
/*}*/
/*h4+ul>li:nth-child(even){*/
/*    background-color: blue;*/
/*}*/
h4+ul>li:nth-child(2n){
    background-color: blue;
}
/*a+img, a+img+img, img+a{*/
/*    float: right;*/
/*}*/
h3+figure{
    float: right;
}
/**************************************************/
form{
    width: 55%;
    margin: 0 auto;
}
#formSection>h3{
    text-align: center;
    font-size: 200%;
}
legend{
    font-size: xx-large;
    text-align: right;
}
label{
    font-size: x-large;
}
.box{
    margin: 1.5em;
}
[type='text'],[type='email']{
    width: 75%;
    height: 1.5em;
    float: right;
}
[readonly]{
    width: 60%;
}
[type='button']{
    vertical-align: top;
    padding: 5px;
    border-radius: 15px;
    margin-left: 1em;
    background-color: yellow;
}
#fields{
    overflow: hidden;
}

#payments{
    box-sizing: border-box;
    width:44%;
    text-align: center;
    float: left;
}
#choose{
    box-sizing: border-box;
    width:55%;
    text-align: center;
    float: right;
}
#myButtons{
    clear: both;
    margin: 2em;
    text-align: center;
}



