   body{
                margin:0;
                padding:0;
            }
            p{
                margin:0;
                margin-top: .8em;
                line-height: 1.2em;
            }
        /*  .container-fluid{
                padding:0;
            }*/
            .navigation{
                width:100%;
                display:flex;
                flex-flow:row wrap;
                align-items:center;
                justify-content:flex-end;
                border-bottom: 1px solid black;
                background: #000000;
                
            }
            .nav-item{
                font-weight:300;
                font-size:1.2em;
                padding:8px 16px;
                
            }
            
            .navigation .nav-item a{
                margin:0;
                padding:0;
                font-weight:500;
                color:#ffffff;
                cursor:pointer;
            }
            .navigation .nav-item a:hover{
                color:#ff0066;
                transition: ease 0.5s;
            }
            .header{
                max-width:500px;
                display:flex;
                flex-direction:column;
                align-items:center; 
                
            }
            
            /*Content Styles*/
            .content-image-feeling{
                
                width:100%;
                height:450px;
                background-color:aqua;
                overflow:hidden;
                background:url(images/WithFeeling!.jpg);
                background-size:cover;
                background-position: 0% 50%;
                 /*border: 4px dashed #ff33cc;*/
                    
                
            }

            .content-image-erover{
                
                width:100%;
                height:350px;
                background-color:aqua;
                overflow:hidden;
                background:url(images/zanderover.png);
                background-size:cover;
                background-position: 50% 50%;
                /*border: 4px dashed #ff33cc;*/
                    
                
            }
            
          

            .content-image-void{
                
                width:100%;
                height:400px;
                background-color:aqua;
                overflow:hidden;
                background:url(images/voidofmemory.jpg);
                background-size:cover;
                background-position: 50% 50%;
                border: 1px solid aqua;
                    
                
            }

.content-image-turkey{
                
                width:100%;
                height:450px;
                background-color:aqua;
                overflow:hidden;
                background:url(images/turkeystreet.png);
                background-size:cover;
                background-position: 15% 20%;
               
                border-left: 1px solid #000;
                border-right: 1px solid #000;
                margin-left: 15px;
                    
                
            }

.content-image-talk-to-them{
                
                width:100%;
                height:450px;
                background-color:aqua;
                overflow:hidden;
                background:url(images/justtalktothem01.png);
                background-size:cover;
                background-position: 40% 50%;
    margin-left:15px;
                /*border: 4px dashed #ff33cc;*/
    
                    
                
            }
            
            
            .content-info{
                padding:12px 6px 12px 32px;
               
            }

.show-link{
    
    border: 2px solid #cc00ff;
    padding:10px 32px;
    font-weight:semi-bold;
    display:inline-block;
    margin:12px 0 12px 0;
    border-radius:10px;
    color: white;
    background-color: #cc00ff;
    line-height: 1em;
    font-size:18px;
    
}

.content-border{
    border: 2px solid #cc00ff;
}

.content-info-hidden{
    
    position: relative;
    padding:12px 6px 12px 32px;
}

.close{
    
    position:absolute;
    color: #cc00ff;
    padding:20px;
    border-top: 2px solid #cc00ff;
    border-left:2px solid#cc00ff;
    border-right: 2px solid#cc00ff;
    top:-60px;
    right:20px;
    background-color:#fff;
    opacity:1;
    
}

.close:hover{
    opacity:1;
}

.hide-xs{
    
    display:block;
}

.hide-big{
    display:none;
}

.diagram-container{
  display:block;
  max-width:700px;
  height:auto;
}

/**Social media buttons **/

.fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
    text-decoration:none;
}

.fas{
    font-size:20px;
    padding:10px;
    
}

.fa-envelope-square {
  #background: #007bb5;
     background:black;
  color: white;
}

.fa-twitter {
  #background: #55ACEE;
background:black;
  color: white;
}

.fa-linkedin {
  #background: #007bb5;
     background:black;
  color: white;
}

/*caption styles*/

.caption{
    font-weight:200;
    position:relative;
    max-width: 500px;
    top:-0.5em;
    border:1px solid #3f073a;
    padding:4px;
    color: #3f073a;
    
    
}




@media screen and (min-width:1600px){
    
    .header-container{
        margin: 0 20% 0 20%;
    }
    
    
}



@media screen and (max-width:568px){
    
    .hide-xs{
        display:none;
    }
    
    .hide-big{
        display:block;
    }
    
    .diagram-container{
        width:100%;
        height:auto;
    }
}
 
            
          