/* website title and search*/
#website {
    color: white;
    font-size: 70px;
    padding-top: 20%;
    font-family: 'Shrikhand', sans-serif;
    display: block;
    text-shadow: 4px 4px red;
    letter-spacing: 2px;
    }
    
    .container.one { 
        background: white url(https://media1.tenor.com/images/54451401d52c0dd2fe9ee5752857d53c/tenor.gif?itemid=3579864); 
        height: 1000px;
        width: 100%; 
        }
    
    #searchTerm {
        height: 40px;
        width: 700px;
        border-radius: 15px;
    }
    
    #searchTerm.placeholder {
        align-self: center;
    }
    
    .searchButton {
        height: 50px;
        background-color: red;
        color: lightgray;
        text-decoration: none;
        padding: 18px 30px;
        border: 1px solid white;
        border-radius: 4px;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    
    #search { 
        font-size: 20px;
        color: white;
    }
    
    
    /* The styling for the  output page */
    
    .container.two {
        background-color: darkgray;
        border-radius: 15px;
        margin-top: 40px;
        padding: 60px;
        margin-bottom: 40px;
    }
    
    
    #second-welcome {
        color: white;
        font-size: 50px;
        padding-top: 10px;
        font-family: 'Shrikhand', sans-serif;
        display: block;
        text-shadow: 4px 4px red;
        letter-spacing: 2px;
        }
    
    
    #title { 
        text-align: center;
        background-color: lightgray;
    }
    
    /* We can just add this class to the orginal search bar once the search bar has been pressed so that we do not loose the search bars functions  */
    .updated-search-bar { 
    width: 500px;
        height: 30px;
        border-radius: 15px;}


    
    #famous {
        font-family: 'Bungee', cursive;
        font-size: 30px;
    
    }
    
    #img-place {
    margin:0px;
    background-color: maroon;
    height: auto;
    width: 300px;
    text-align: center;
    }
    
    #img-placeholer-text {
        margin-top: 50%;
    }
    
    #info-area {
        text-align: justify;
    }
    
    #pic-info {
        margin-top: 40px;
    }
    
    
    #gif-place1 {
        background-color: red;
        margin-top: 20px;
    
    }
    
    
    #gif-place2 {
        background-color: grey;
        margin-top: 20px;
    
    }
    
    
    #gif-place3 {
        background-color: black;
        margin-top: 20px;
    
    }
    
    #gif-place4 {
        background-color: darkgrey;
        margin-top: 20px;
    
    }

    .lastFive {
        text-align: center;
        font-size: large ;
    }

    .listed:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    .columns {
        margin-left: 1%;
    }
  
    .container {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
  
    .threegifs {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
    }
  
    .fourgifs.columns {
        width: 24%;
    }
  
    .fourgifs {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
    }
  
    .threegifs.columns {
        width: 32%;
        text-align: center;
    }

    .searchButton {
        cursor: pointer;
    }

    #news-title-link {
        color: darkblue ;
    }

    .delete {
        display:none;
    }