/* styles in this stylesheet apply to the whole site */

@-ms-viewport {
    width: extend-to-zoom;
    zoom: 1.0;
}

html {
	margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif; 
    letter-spacing: 0.0125em;     /* columns have a different letter spacing */
    line-height: 160%;
    height: 100%;
    width: 100%;    
}

div {
     margin:0;
     padding:0;
}

.fixed {
    position:fixed;
    z-index: 100;
}

.header {
    background-color: #FFFFFF;
    width:100%;
    height: 3.4375em;
    top:0;
    left:0;
    border-bottom: 2px solid black;
}

.centerPoster {
    width: 100%;
    max-width: 62.5em;
    margin: auto;
    /*border: 1px solid blue;*/
}

#menuButton {
    display: none;
    width: 3.5em;
    line-height: 2.375em;
    border-radius: 0.33em;
    color: black;
    background-color: #FFFFFF; 
    padding: 0 0.3125em;
    margin-top: 0.625em;
    margin-left: 1em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    /*border: 1px solid red;*/
}

.menuPress {
    background-color: black !important;
    color: white !important;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

li {
    display: inline;
    float: left;
    margin-right: 1em;
}

li.press {
    display: block;
    float: none;
}

a:link, a:visited {
    display: inline-block;
    min-width: 2.25em;
    line-height: 2.375em;
    border-radius: 0.33em;
    font-family: 'Roboto', sans-serif;
    /*font-weight: bold;*/
    color: black;
    background-color: #FFFFFF; 
    padding: 0 0.3125em;
    margin:auto;
    margin-top: 0.625em;
    text-decoration: none;
    text-transform: uppercase;
}

a.news:hover, a.news:active {
    background-color: black;
    color: white;
}

a.about:hover, a.about:active {
    background-color: #01aef0;
    color: white;
}

a.contact:hover, a.contact:active {
    background-color: #01aef0;
    color: white;
}

a.location:hover, a.location:active {
    background-color: black;
    color: white;
}

a.faq:hover, a.faq:active {
    background-color: #01aef0;
    color: white;
}

a.press:hover, a.press:active {
    background-color: black;
    color: white;
}

a.exhibitors:hover, a.exhibitors:active {
    background-color: #01aef0;
    color: white;
}

a.programming:hover, a.programming:active {
    background-color: black;
    color: white;
}

a.icon:link, a.icon:visited {
    background-color: black;
    height: 1.25em;
    min-width: 1.25em;
    margin-top: 0.85em;
    border-radius: 0.3125em;
    padding: 3px;
    text-align: center;
    line-height: normal;
}

a.icon:hover, a.icon:active {
    background-color: #01aef0;
}

a.inlineLink:link, a.inlineLink:visited {
    display: inline;
    width: auto;
    line-height: 0;
    border-radius: auto;
    font-family: 'Roboto', sans-serif;
    /*font-weight: bold;*/
    color: #01aef0;
    background-color: none; 
    text-align: auto;
    padding: 0;
    margin:auto;
    margin-top: auto;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}

.imgGrp {
    min-height: 6.25em;
    height: 43.75em;
}

    .title {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        color: #FFFFFF;
        letter-spacing: 2px;
        font-size: 400%;
        font-family: 'Lato', sans-serif;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: 8px solid white;
        border-radius: 5px;
        padding: 3px 13px;
        /*background-color: rgba(255,255,255,0.7);*/
    }

.contentGrp {
    min-height: 6.25em;
    height: 43.75em;
}    

    .yContainer {
        width: 70%;
        margin: auto;
        margin-top: 6em;
        margin-bottom: 2em;
        text-align: center;
        /*border: 1px solid green;*/
    }

h1 {
    text-align: left;
    line-height: 120%;
}

p {
    text-align: left;
}

.colA, .colB {
    width: 48%;
    margin: auto;
    display: inline-block;
    letter-spacing: -0.00625em;
    vertical-align:top;
    /*border: 1px solid red;*/
}

.colB {
    margin-left: 2%;
}

.colA p, .colB p {
    margin-top: -0.3125em;
}

.bold {
    /*color: #01aef0;*/
    font-weight: 900;
}

.credit {
    font-style: italic; */
    /*text-transform: uppercase; */
}

.generalInfo {
  line-height: 1.2em;
  letter-spacing: 0.0125em;
  font-size: 1.5em;
  font-weight: 300;
  /*border: 1px solid red;*/
}    
