a {color:#fff;}
a.heading {color:#fff; hover:#fff;}

@media only screen and (max-width: 700px) {
    h1 {
        font-size: 22px;
        font-weight: bold;
        color:#fff;
    }
    h2 {
        font-size: 17px;
    }
    h2.h2_featurelist {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 6px;
        line-height: 25px;
    }
    h2.content_heading{
        font-size: 55px;
        line-height: 55px;
        margin-bottom: 18x;
        font-weight: 800;
    }
}
@media only screen and (min-width: 701px) {
    h1 {
        font-size: 35px;
        font-weight: bold;
        color:#fff;
    }
    h2 {
        font-size: 30px;
    }
    h2.h2_featurelist {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 50px;
    }
    h2.content_heading{
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 20px;
        font-weight: 900;
    }
}

.hrcolor { background-color: white; height: 1px; border: 0; }
.shadow_blue { text-shadow: 2px 2px 5px blue; }
.shadow_orange { text-shadow: 2px 2px 5px red; }

.leftmenutext
{
  font-size:20px;
  color:DarkOliveGreen;
}
.topmenutext
{
  font-size:20px;
}
ul.featurelist {
  list-style: none;
}

ul li.featurelistitem::before
{
	color:blue;
	content: "\263c";
  font-size:20px;
  display: inline-block; 
  height: 1rem;
  width: 1em;
    margin-left: 0em;
  text-indent: -5px;
}

ul li.featurelist
{
	color:blue;
  font-size:20px;
}

.bg-top-navbar {
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(47,244,66,1) 51%, rgba(0,77,93,1) 100%); 
}
.bg-list-header {
background-image: linear-gradient( 63.1deg,  rgba(5,23,111,1) 16.4%, rgba(24,95,240,1) 64.5% );
color: white;
}

/* Make the image fully responsive */
.carousel-inner img {
width: 100%;
height: 100%;
}

/* feature list css */
.icon-style {
display: inline-block;border-radius: 50%;box-shadow: 0px 0px 2px #888;
padding: 0.8em;
line-height: 20px;
background: #0D47A1;
font-size: 25px;
}
.icon-color{color: white;}


.highlight_featurelist_text {
    color: LimeGreen;
}

.features-boxed {
  color:#313437;
  background-color:white;
}

.features-boxed p {
  color:#7d8285;
}

.features-boxed h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .features-boxed h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.features-boxed .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.features-boxed .intro p {
  margin-bottom:0;
}

.features-boxed .features {
  padding:50px 0;
}

.features-boxed .item {
  text-align:center;
}

.features-boxed .item .box {
  text-align:center;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  background-color:#fff;
  margin-bottom:20px;
  border: 1px solid lightgray;
  border-radius: 10px;
}

.features-boxed .item .icon {
  font-size:60px;
  color:#1485ee;
  margin-top:10px;
  margin-bottom:25px;
}

.features-boxed .item .name {
  font-weight:bold;
  font-size:18px;
  margin-bottom:8px;
  margin-top:0;
  color:inherit;
}

.features-boxed .item .description {
  font-size:15px;
  margin-top:15px;
  margin-bottom:10px;
}

/* bulleted list */
.list-display li {
  margin-bottom:.4rem;
  font-size:1.1rem;
}
.list-checkmarks {
  padding-left:1.5rem;
}
.list-checkmarks li {
  list-style-type:none;
  padding-left:1rem;
}
.list-checkmarks li:before {    
font-family: 'FontAwesome';
content: "\f00c";
margin:0 10px 0 -28px;
color: #17aa1c;
}

/* Go to Top of Page Button */
#GoTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#GoTopBtn:hover {
  background-color: green;
}

/* Text and Image side by side : Ex : shared hosting page top */

.how-section1{
    margin-top:-5%;
    padding: 3%;
}
.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 95%;
}

/* about_us page settings */

p.about_us {
  font-family: 'Fauna One', serif;
  font-size: 16px;
}

li.about_us {
  font-family: 'Fauna One', serif;
  font-size: 16px;
}

h1.about_us {
  font-family: Cinzel, serif;
  font-size: 45px;
  color:green;
  text-shadow: 1px 1px DarkGoldenRod;
}

a.normaltext {color:black; hover:black;}

/* faq page settings */
h3.h3_faq{
    font-size: 25px;
    color:black;
    text-shadow: 1px 1px DarkGoldenRod;
}

p.p_faq{
    color:black;
}

/* bottom links bar settings */
section.bottom_links_bar
{
    color:white;
    background-color: ForestGreen;    
}
