* {
  margin: 0;
  padding: 0;
}

body {
    margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #333;
  /*color: rgba(235, 35, 35, 0.89);*/
    color: black;
  height: 100vh;
  line-height: 1.6;
  overflow: hidden;
    
    
}

.container {
  width: 100%;
  height: 100%;
            
  /* CSS Smooth Scroll */
  overflow-y: scroll; 
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

a:link, a:visited {
  color: steelblue;
  
}

 a:hover, a:active {
    color: darkblue;
  }

.lead {
  font-size: 1.3rem;
    
  color: black;
  text-align:justify;
     text-indent: 10px;
  text-transform: uppercase; 
    
}
.lead a:link, a:visited {
  color: steelblue;
  
}

 .lead a:hover, a:active {
    color: darkblue;
  }


.navbar {
  position: fixed;
  top: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 60px;
/*background-image:linear-gradient(to right, firebrick
, darkred, brown)*/
  
   }

.navbar ul {
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: center;
}

.navbar ul li {
  margin: 0 1rem;
  padding: 1rem;
}

.navbar ul li a {
  text-decoration: none;
  text-transform: uppercase;
  
  color:gainsboro;

}

.navbar ul li a:hover {
  color: skyblue;
}

section {
  display: flex;
 flex-direction: column;
  align-items: center;
    justify-content:center;
    text-align: center;
  width: 100%;
  height: 100vh;
     
    background-image: url(images/Blank.png);
    background-size: cover;
    background-position: center;
    
    background-color: #cccccc;/* Used if the image is unavailable */
   
     
     
  /* Scroll Snap */
  scroll-snap-align: start;
}

section h1 {
  font-size: 4rem;
    font-family: Impact, Helvetica, sans-serif;
    padding-top: 50px;
     padding-top: 90px;
        color: rgba(235, 35, 35, 0.89);
}

section h2 {
  font-size: 2rem;
    font-family: Algerian, Helvetica, sans-serif;
    color: rgba(235, 35, 35, 0.89);
}
 

/* Sections */
 #home{
    
    justify-content:center;
     padding-top: 5px;
         
    }


#about{ 
         
   }
#about p {
     display: list-item; 
     
    list-style-image:url(images/Discred.png);   
    
     list-style-position: inside;
     padding-left: 30px;
    padding-right: 120px;
    padding-top: 20px;
    
}

#monetize  {

}

#advertise {
       
 /*box-sizing: border-box;
    margin: 0;
    padding: 0;*/
      
}
#advertise p {
    display: inline-block;
    box-sizing: border-box; 
   /* padding-left: 30px;*/
     padding-left: 425px;
    padding-right: 120px;
    padding-top: 20px;
    text-align: left;
    text-decoration: underline;
    /*new*/
    width: 100%;
    /* padding-left: 30px; */
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    text-align: center;
    text-align: -webkit-center;
    font-size: larger;
}


/* for advertise grid containner*/
.wrapper{
    max-width: 1240px;
     margin: 0;
    padding: 0;
    display: flex;
 /*display: grid;*/
   /* grid-template-columns: repeat(4, 1fr);*/
  /*gap: 3px;*/
  
}
    


/*flex containner*/
#adformats {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
  
}

.flex-container{
    height:500px;
     height:400px;
    display: flex;
    background-color: gainsboro;
    justify-content:space-around;
    align-items:flex-start;
}

.item{
   
    flex: 100px;   
    height: 50px;
    color: black;
    font-weight: bold;
    margin: 10px;
    
    /*these 3 properties very useful to center text in css*/
    display: flex;
    justify-content: center;
    align-items: center;
}



.grid-container{
    max-width: 1440px;
    margin: 50px auto;
    padding: 20px;
    display: flex;
  /*display: grid;*/
   /* grid-template-columns: 1fr 2fr 1fr 2fr;*/
 
        
}


#mainContentLeftCol ul, #mainContentRightCol ul {
	min-height: 270px;
    display: inline-block;
    padding-top: 10px;
     
    }   
ul {
   
   list-style-image: url('images/check.png');
    
   
    
}
#mainContentLeftCol li, #mainContentRightCol li {
	
	font-size: 1.3em;
	margin: 0 0 9px 0;
	padding-left: 17px;
    text-align: justify;
         
    
}

#mainContentLeftCol ul ul {
	min-height: 0;
   
    
}

#mainContentLeftCol li li {
	font-size: 1em;
	margin: 9px 0 9px 0;
     
      
}

#mainContentLeftCol {
	float: left;
    width: 600px;
    width: 40%;
	margin-left: 30px;
    padding-left: 30px;
     padding-top: 30px;
  
}

#mainContentRightCol {
	float: right;
	width: 600px;
     width: 40%;
	margin-right: 10px;
     padding-top: 30px;
}


.container image{
    position: relative;
  text-align: center;
  color: white;
}
img {
    
        max-width: 20%;
           float:right;
   
      }
      .image {
        flex-basis: 10%;
      }
      .text {
        font-size: 20px;
        padding-left: 5px;
          float: left;
                  
      }

/*for elipse look on price information*/
#rcorners1 {
        
    display: inline-block;
    font-size: 1.5rem;  
    color: crimson;
    font-weight: bold;
    border-radius: 45px;
    background: white;
    padding:10px 10px;
    margin: 10px;
    width: 60px;
    height: 30px;  
    border-style:solid;
    border-color: darkgrey;
}
#rcorners2 {
    display: inline-block;
    text-indent: inherit;
    font-weight: bold;
    border-radius: 15px;
    background: rgba(188, 20, 20, 0.29);
    border: 2px solid rgba(198, 59, 26, 0.9);
    padding: 20px 20px;
    margin: 10px;
    width: 100 0px;/*was width: 100 0px;*/
    height: 15px;  
    
}


 .social-row {
      
     display:flex;
     align-items: center;
     justify-content: center;
     max-width:83%;
 }

.links{
    
    display: inline-block;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0;
    width: 500px;
    height: 30px;
    word-spacing: 40px;
    /*position: relative;*/
   
    /*text-indent: 10px;*/
    /*justify-content: space-around;*/

}
/*keep links at the bottom*/
#monetize .links{
    position: -webkit-sticky;
    position: sticky;
    top: 600px;
    left: 325px;

}

.links a:link, a:visited {
  color: steelblue;
  
}

.links a:hover, a:active {
    color: darkblue;
 }

/*AD Formats*/
.flex-list {
    width: 100%;
    float: left;
    /*height: 100vh - calc(h1)-80px;*/
    justify-content: center;
}

.flex-list ul {
    float: left;
    width: 50%;
    list-style-type: none;
    padding: 40px;
    padding: 40px 40px 40px 100px;
    margin: 0;
    box-sizing: border-box; 
    /*-webkit-column-count: 2;  /* Chrome/Opera, Safari */
/*-moz-column-count: 2; /* Mozilla Firefox */
/*column-count: 2;*/
   
/*grid-row: 2;*/
}

.flex-list ul li {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 20px;
}

.flex-list img {
    width:200px;
    height: 80px;
    margin-right: 20px;
    float: right;
    padding-left: 50px;
    margin-left: 50px;
  /*border-radius: 50px;*/
}

.flex-list p {
    flex: 1;
    margin: 0;
    font-size: 1.3rem;
    color: black;
    text-align:justify;
}

footer {
    position: absolute;
    bottom: 0;  
    width: 100%;
    text-align:center;
    justify-content: center;
    padding: 5px;
    background-image:linear-gradient(to left, gainsboro, gray, gainsboro);
    color: gainsboro;
    
}
/* Tablets and under */
@media (max-width: 768px) {
    navbar {
    height: 90px;
    background-image:linear-gradient(to right, firebrick
, darkred, brown);
    /*background-color:firebrick;*/
  }

  .navbar .flex {
    flex-direction: column;
  }

  .navbar ul {
    /*padding: 10px;*/
      
    /*background-color:firebrick;*/
  }
    
}
/* Mobile */
@media (max-width: 500px) {
  .navbar {
    height: 110px;
    height: 90px;
    background-image:linear-gradient(to right, firebrick
, darkred, brown);
   /* background-color:firebrick;*/
  }

  .navbar .flex {
    flex-direction: column;
  }

  .navbar ul {
    padding: 20px;
   /* background-color:firebrick;*/
  }
}
