/* This section contains css styles for desktop/laptop devices*/
*{
box-sizing: border-box;
}


 body{
   background-color: white;
   margin: auto;
 }

 .nav-bar ul{
    list-style-type: none;
    padding:0;
    margin: 0;
    margin-bottom: 2px;
    text-decoration: none;
    background: rgb(122, 0, 0);
    border-bottom: 1px solid rgb(200, 200, 200);
    overflow: hidden;
    max-width: 100%;
    
}
.search-btn {
  background-color:white;
  border: none;
  color: black;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
}


.nav-bar li {
   float: left;
   
}
.bars{
  display: none;
}
.nav-bar a{
    display: block;
    text-decoration: none;
    padding: 8px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
    color: white;
    
}

.nav-bar a:hover{
text-decoration: underline;
color: yellow;
}

.nav-search{
margin: 0 5px;
}

nav {
  text-decoration: none;
  background-color: #f1f1f1;
  border-bottom: 1px solid rgb(200, 200, 200);
  margin-bottom: 5px;
  padding-right: 8px;
  color: black;

}

nav a{
  text-decoration: none;
  color:whitesmoke;
  font-weight:bold;
  font-size: large;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
}

nav a:hover{
    text-decoration: underline;
    color: darkred;
}
/*#ads{
  text-align: center;
  width: 100%;
  padding: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color:white;
  color: black;
  border: none;
}*/
.social-links-two{
  border: none;
  display: inline;
}

.dropbtn {
  background-color: darkred;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 15px 50px 30px;
}
.dropdown{
  position: relative;
  display: inline-block;
  
  }
.dropdown-content{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a{
  color: darkred;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: darkred;
  text-decoration: underline;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dropdown:hover .dropdown-content {
  display: block;
  
}

.dropdown:hover .dropbtn {
  text-decoration: underline;
}

.image-container{
  margin-left:10px ;
  float: right;
  margin-top: 35px;
  width: 400px;
  
}
.image-container p{
  text-align: left;
}
.box{
  text-align: center;

}
.box li{
  display: inline-block;
  text-align: center;
  padding: 10px;
  margin: 0 10px;
  border-bottom: 1px dotted rgb(200, 200, 200);
  border-top: 1px dotted rgb(200, 200, 200);
  font-size: 18px;

}
.box p{
text-align: center;
}
.post {
  display: block;
  font-size: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width:70%;
  padding: 20px;
  text-align: justify;
 
}
.post h1{
  font-size: 40px;
  margin: 0;
}
.post a{
  text-decoration: none;
  color: darkred;
}
.post a:hover{
  text-decoration: underline;
}
.container{
  display: flex;
  background-color: white;
  width: 100%;
 
}


p.intro::first-letter{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
  font-size: xx-large;
}

.social-links-two{
padding: 0;
margin: 0;
list-style-type: none;
}
.social-links-two li{
  display: inline;
}

.side_bar{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border: 5px solid #f1f1f1;
  display: block;
  width: 30%;
  margin-top: 10px;
  margin-left: 10px;
  text-align: center;
}

.side{
  display: block;
  margin: 20px;
  padding: 10px;
}
.side a{
  color: darkred;
  text-decoration: none;
}
.side a:hover{
  text-decoration: underline;
}
.widget{
 padding: 0;
 margin: 0;
 text-align: center;
 display: flex;
 line-height: 1.5;
 background-color: darkred;
 }
 .widget li{
  list-style-type: none;
  }
  .widget a{
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: white;
    
  }
  .widget a:hover{
    text-decoration: underline;
    color: yellow;
  }
.widget > div{
  margin: 0 70px;
  padding: 20px;
  text-align: center;
}
footer{
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: darkred;
  color: white;
  padding: 20px 0;
}


/* This section contains CSS Style for mobile devices*/
@media only screen and (max-width: 700px) {
  .bars{
    display: inline;
    color: white;
    padding-left: 5px;
    font-size: 20px;
  }
 
.nav-bar a{
  display: inline;
}
.nav-bar li{
  padding: 20px 0;
}
  nav{
    display: none;
  }
  .image-container{
   text-align: center;
    display: block;
    width: 100%;
    border-image: 200px;
  }
  .image-container > p{
  
    text-align: center;
  }
  .post{
    display: block;
    width: 100%;
  }
  .post a{
    text-decoration: none;
    color: darkred;
  }
  .post a:hover{
    text-decoration: underline;
  }
  .post h1{
    font-size: 30px;
   }
  .box{
    display: none;
  }
  .container{
    display: block;
    width: 100%;
  }
.nav-search{
  display: none;
}
.widget{
  display: block;
  background-color: darkred;
  color: white;
}
.widget a{
  color: white;
}
.widget a:hover{
  text-decoration: underline;
  color: yellow;
}
.side_bar{
  display: block;
  width: 100%;
}
.side_bar h4{
  font-size: 20px;
}
.side p{
  
}
.footer{
  text-align: center;
  
}


}