 @charset "utf-8";
/* CSS Document */


* { 
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
/* CSS Document */


	/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
  margin: 0;
  padding: 0;
}

.sponship-wrapper {margin: 0 auto}

      .row-venue {
      display:flex;
      flex-wrap:nowrap;  
      align-items: center;
      justify-content: space-around;
      justify-content: center;  
      flex-basis: 100%;
}

  .column-venue {
width: 33.33%;
	  margin:5px;
	  height: 100%;
}
  .column-venue p{
  text-align: center;padding: 3px; line-height: 1.25em
}
.row-venue img  { width: 100%;border: 1px solid #ccc}
.map {text-align: center;  margin: 10px 0}
.map h3 {text-align: center;}
.map p {text-align: center; font-weight: 700}

  
  /*For tablet*/
/*
  @media(max-width: 1024px)
{

  .row-venue {width: 100%}
  .column-venue{ width:35%;padding:2px;text-align: center;font-size: 80%;  }
  .column-venue p { font-weight: 600;padding:8px;  }
  
   h3.sum-head{display:flex;
      flex-wrap: wrap;  
      justify-content: space-around;
      justify-content: center; 
      margin: 5px; padding: 5px; background: #ccc }
*/
}
  
/*
@media(max-width: 924px)
{
.column-venue
{  display:flex;
      flex-wrap: wrap;  

      justify-content: space-around;
      justify-content: center;  
      
       width:90%; padding: 70px
}
}
*/
 
/*For Mobiles*/
/*
@media(max-width: 567px)

{
  h3.sum-head{
 margin: 10px; padding: 5px; background: #A4A4A4 }
  
.column-venue
{width: 50%;padding: 0px}
  .column-2 p { font-size: 100%; color:#290271 }
}
*/

