html page-header {
    margin: 0;
    padding: 0;
}
.hide {
    display: none;
}

h2 {
   
}
h3 {
	margin-left: 25px
}
h4 a {
    padding: 0;
    margin: 0;
    color: red;
    text-align: center;
    text-decoration-color: black;
    font-family: "Times New Roman", Times, serif;
    
}

ul  {
    list-style-image:none;
}
    /* all vendor for flex display */

#logoimage a img {
   margin: auto;
    width: 15%;
    border: 1px solid black; 
    
}
 p a {
 color: red;
 font-family: "Times New Roman", Times, serif;
 font-size: 150%;
 }
 
 h3 a {
 color: red;
  }
  
.example-layout{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 175vh;
}
body {
   background:white; 
}
header,
footer {
    padding:20px;
    margin: auto;
    background:black;
    color:white;
    text-align: center;
}


.body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    flex-grow: 1;
    background: black;
    margin-left: 2px;
    margin-right: 2px;
}


.col-1 {
    background: white;
    flex-grow: 1;
    width: 250px;
}



.col-1 img{
    margin: auto;
    width: 99%;
    border: 2px solid black;
    
}
.col-1 .col-1-info{
     background: white;
     flex-grow: 1;
 
    
}
.col-1 .col-1-img{
    background: gray;
    flex-grow: 1;
}
.col-2 {
    background: darkgray;
    width: 160px;
    order: -1;
}

.col-2 p{
    color:white;
    text-align: center;
    font-weight: bold;
    font-size: 75%;
}
.col-2 a{
    text-decoration: none; 
    color: crimson;
    text-align: center;
    font-weight: bold;
    font-size: 90%;
}
.col-2 a:hover{
    color:black;
}

.col-2 .vido-links a{
    text-decoration: none; 
    color: red;
    text-align: center;
    font-weight: bold;
    font-size: 90%;
}
.col-2 .vido-links a:hover{
    color:black;
}


.col-2 h2 {
    margin:0;
    color: white;
    /* titanova-history.html: 2px 2px 4px #000000; */
    text-decoration: underline;
    
}
.col-3 {
    background: lightgray;
    width:160px;
}

.col-3 h3 {
    margin:0;
    color: white;
    /* text-shadow: 2px 2px 4px #000000; */
    text-decoration: underline;
}

.col-3 a {
   
    text-decoration: none; 
    color: crimson;
    text-align: center;
    font-weight: bold;
    font-size: 65%;
    
}

.col-3 a:hover {
   color:black ; 
 }

@media (max-width: 800px){
    .body{
     flex-direction: column;
    }
    
    .col-2, .col-3 {
        width:auto;
        height: 175vh;
    }
    .col-2 {
        order: 0;
    }
}

 .showcase-right ul li{
    color: white;
    font-weight: normal;
    font-family: serif;
}

.example-page .example-media .media, .example-page .example-media  .search-group{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    background: red;
    height: 125px;
    padding: 2px;
    box-shadow: 5px 5px white;
}


.example-page .example-media .media img{
    
    margin-right: 10px;
}

.example-page .example-media .media content{
    flex:1;
    
}
.example-page .example-media .media h3{
    text-decoration: underline;
    color: white;
    /* text-shadow: 2px 2px 4px #000000; */
    
    
}
.example-page .example-media .media a{
    text-decoration: none;
    margin-left: 50px;
    list-style-type:none;

    
}

.example-page .example-media .media {
    border: 1px solid #a1a1a1;
    padding: 10px 40px; 
    background: red;
    width: 400px;
    border-radius: 25px;
}

.example-page .example-media .media a:hover{
    text-decoration: underline;
    
}

.example-page .example-media .search-group input{
    padding: 10px;
    &[type="text"];
     flex: 1;
}


