
:root{
	 font-family: Arial Black, Helvetica, sans-serif;
	 color:#000000;
	 color: #eee; /*footer inherits */
}

body, html
{
margin: 0;	
height: 100%;
width: 100%;
size-adjust: 90%;
}

.brand{
    margin-top:-.5rem;
}

/*Aside div */
.first{
    height:216px;
    width: 50px;
    margin-top:-4rem;
    }

p{
   margin: 0.5em 0 0.5em 0;
   font-size: 1rem;
}

@media (max-width: 768px) {
  main { 
    font-size: 14px; 
    line-height: 1.4;
  }
}

  header{
    display: block;
    position:fixed;
    width:100%;
   /* background-color: rgb(195, 209, 245);*/
    background-color: #90CAF9;
}

nav a:visited,
nav a:link {
    text-decoration: none;
    color:rgb(68, 29, 221);
}

nav > ul {
    display:inline-block;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color:rgb(68, 29, 221);
}

/*targets individual list items and for semantic markup*/
nav > ul > li {
    display: inline-block;
    list-style: none;
    margin: 0 7px 0 7px;
    color:rgb(68, 29, 221);
}

nav > ul > li:hover {
    background-color: #ffffff;
  }

.form{
    display: inline-block;
}

main{
    display: block;
    padding-top: 2rem;
    padding-bottom: 4rem;
    min-height: 85%; /*footer shows at bottom of page*/
}

section{
    margin: 2em .1em 4em 1.5em;
    padding: 3em 1em 0em 0em;
    width:min-content;
}
/*for organizations*/
.wrapper1 {
  background-color: #e8e8f1;
  width: 100%;
  max-width: 100%;
  margin-left:auto;
  margin-right: auto;
  margin-bottom:2rem;
  color: #000000;
  padding:1rem;
}

.square {
    list-style-type:disc;
    margin: left 0.1em;
 }


/*---Blog1 Note to Reader---*/
.wrapper2{
  width:inherit;
  background-color: #e8e8f1;
  color: #000000;
  margin-left: -1.25rem;
  margin-bottom: 2rem;
  padding-right: 0rem;
  padding-left: 1.25rem;
}

/*changed from 1em */
aside,
article{
    padding: 2em; /* em allows to create size off font size (zooms) in place of pixels which are a fixed value- the smaller the font the less padding there will be*/
}

article{
    width: max-width;
}

aside{
    width:min-content;
}

/* content underline */
a{
    text-decoration: none;
	color: rgb(28, 52, 126);
	transition: background 0.1s cubic-bezier(.33,.66,.66,1);
    font-weight: 750;
}
a:link { text-decoration: underline; }

a:visited { text-decoration: none; }

a:hover {
	text-decoration: none;
    color:rgb(236, 105, 166);
 }

a:active {
   text-decoration: none;
 }

 /*===button for the pages===*/
 .page{
    background-color: rgb(24, 6, 99);
    display:inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    width:95px;
    text-align:center;
    border-radius:90px;
    color: #ffffff;
    line-height:120%;
}

.page:hover {
    background-color: #ffffff;
    color:#3b2fbe;
  }

  .page:link { text-decoration: none; }

  .page:visited { text-decoration: none; }

  .page:hover { text-decoration: none; }

  .page:active { text-decoration: none; }


h1{
	font-size:1.2rem;
    color: rgb(50, 9, 151);
}

h2{
	font-size: .98rem;
    color: #0c0201;
}

h3{
	font-size: .98rem;
    color: #0c0201;
}

h4{
    font-size:.98rem;
    color: #0c0201;
}

strong {font-size: 90%;}

.about{
    margin-top: .5rem;
}

/*border in Bio*/
.edge {
    font-size: smaller;
    line-height:150%;
    width:100%;
    margin: 1rem .1rem 2rem .1rem;
    padding: 1rem  .1rem .4rem 1.2rem;
    border: .3rem dotted rgb(41,20,126);
}
/*index============*/
.wrapper {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-left: 1.5rem;
  margin-right:1rem;
  margin-bottom:1rem;
}
.wrapper > div {
  flex: 1 1 150px;
  }

  /*--- slogan----*/
.gradient2{
        border: 4px solid;
        margin: 1rem .5rem 1rem .5rem;
        padding: .15rem;
        text-align: center;
        border-image: linear-gradient(45deg, #cef0fb, rgb(28, 202, 205)) 10;
}

.gradient3{
    border: 2px solid;
    margin: 1rem .1rem 2rem .1rem;
    padding: 7px;
    border-image: linear-gradient(45deg, #a293ca, rgb(95, 90, 164)) 10;
}

.gradient4{
    border: 1px solid;
    margin: 1rem .1rem 2rem .1rem;
    padding: 7px;
    border-image: linear-gradient(45deg, #a293ca, rgb(95, 90, 164)) 10;
}

/* heading h2 */
.start{
    margin-top: 2rem;
    padding: 1rem;
    margin-left: 4rem;;
}

/*greeting*/
.begin{
    margin:-6rem 0rem 0rem 1rem;
    padding:2rem;
}
.slogantwo img{
    text-align: center;
 }

/*===end index=====*/

.img{
    height: auto;
}

/*-----bio---*/
.edge{
	font-size: 500;
    line-height: 1.5em;
    width: 100%;
    margin: 1rem .1rem 2rem .1rem;
    padding: 1rem 3rem .4rem 1.2rem;
    border: .25rem dotted rgb(41, 20, 126);
}

.tools img{
    width: 259px;
    height:173px;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    max-width: 100%;
    border: solid #000000 4px;
}
/*------end Bio*/

/*=====Grammar=======*/
.books img{
    margin-bottom: .50rem;
	padding: .1rem;
}


/*Blog 2--*/
.blockquote {
    display: inline-flex;
    width:inherit;
    margin-left: 0rem;
    margin-right: 1rem;
    padding: 1rem;
    color: rgb(52, 48, 76);
    background-color: #cdd5f6;
    font-size: 1em;
}
    /*Grammar----*/
.blockquote4 {
        display: inline;
        width:inherit;
        margin-left: 1rem;
        padding: 1rem;
        font-size: 1em;
        color: rgb(52, 48, 76);
        background-color: #cdd5f6;
    }

/*=====Reviews======= */
.cards{
	margin: 1.75rem;
    width:20rem;
    padding-top: 1.25rem;
    padding-right: .75rem;
    padding-bottom: 1.25rem;
    padding-left: .75rem;
    background-color: #dedeec;
}

.card-title{
    font-weight: bold;
    margin-left: .25rem;
}

.title-text {
    font-family: Georgia, 'Times New Roman', sans-serif;
    margin-left: .5rem;
    padding-top: -2.25rem;
	padding-right: 2rem;
    padding-bottom: .5rem;
    font-weight: bold;
    font-size: .85em;
}

/*=====blog=======*/
.LMM img{
    border: solid #000000 4px;
    border-radius:20%;
    filter: brightness(120%);
}

/*BlogMain*/
.section{
    display:flex;
    flex-direction: row;
    width: 80%;
    flex-wrap:wrap;
  }

  .section > div {
    background-color: #e8e8f1;
    margin: 8px;
    padding: 30px;
    font-size: 1rem;
}
/*========end blog==========*/

/*search--------------*/
.goog{
	display: inline-block;
    padding-top:.1rem;
    width: 50%;
}

 /*techcheck table*/
 caption {
    padding: 10px;
    caption-side: top;
    color:#000000;
}

#domainname{
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
}

th{
    height: 14px;
}
#domainname td, #domainname th {
    border: 1px solid #ddd;
    padding: 8px;
  }
#domainname tr:nth-child(even)
{background-color: #f2f2f2;
}

#domainname tr:nth-child(odd)
{background-color: #f2f2f2;
}

#domainname th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
 background-color: #000000;
  color: #d8e943;
}

.Link {
    width: 30px;
    height: 26px;
}

/*domain list*/
.words {
    font-size: .20em;
    font-weight: 100;
}

.list-group {
    width: 90px;
    border: #d7ba2c;
    height: 25%;
    display: inline;
}

.list-group-item {
    overflow: hidden;
    display: block;
    height: 22%;
    width: 60px;
    background-color: #faf8f8;
    text-decoration: none;
}

.list-group li .image {
    font-size: 0;
    text-align: center;
    width: 60px; /* Container's dimensions */
    height: 90px;
    display: inline-block;
    text-decoration: none;
}

@media only screen and (min-width:600px) {
  main {
    display:flex;
  }
}

#social-media-container{
    text-align: center;	
    margin-top: .5rem;
    margin-bottom:.5rem;
}

#twitter-icon-container{
      margin-left:3rem;
      margin-top: 1rem;
      margin-bottom:.5rem; 
}

#LinkedIn-icon-container{
      margin-left: 3em; 
      margin-bottom:.5rem; 
}

#footer{
    text-align:center;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 4rem;
    padding-left: 2rem;	 
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 150px;
  z-index: 99;
  font-size: 20px;
  font-weight: 900;
  border: none;
  outline:none;
  background-color:inherit;
  color: navy;
  cursor: pointer;
  padding: .938rem;
  border-radius: 4px;
}








