@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
/*font-family: 'Open Sans', sans-serif;
  font-family: 'Arvo', serif;
*/

@media screen and (min-width: 800px) {
    #toggle:not(:checked) ~ #menu{
    display: block; 
    }
    #menu li{
    display: inline-block; 
    }
    header nav {
        display: inline-block;
        float: right;
        vertical-align: bottom;
    }
    #header-img {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        display: inline-block;
        padding-bottom: 16px;
    }
    nav label {
      display: none; 
    }
    .col-container{
        font-size: 0px;
        overflow: hidden;
    }
    .col-container > *{
        font-size: 1rem;
    }
    .col {
        display: inline-block;
    }
    .left {
        width:33.33%;
    }
    .right {
        margin: 5px;
        width: 56.66%;
        float: right;
    }
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px; 
}
main, header {
    padding: 0px 10px;
    max-width: 1213px;
    margin: auto;
} 
header nav a:link, header nav a:visited, label {
    padding: 15px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    color: #001430;
    width: 100%;
    text-align: center;
}
header nav a:hover {
    background: #001430;
    color: #ffffff;
}
header nav a:active {
    color: #cccccc;
}
/*----Banner----*/
#banner-text {
    max-width: 1213px;
    margin: auto;
    padding: 20px;
    padding-left: 10px;
    color: #ffffff;
    text-shadow: 2px 2px black;
}
.up-talks {
    max-width: 600px;
}
#banner {
    background-image: url(../images/conference-center-full.jpg);
    background-position: center;
    background-size: cover;
    background-color: #fff;
    text-shadow: 2px 2px 2px #333;
    padding: 50px;
    margin: 10px -10px;
}
/*----Drop Down----*/
header img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em;
    }
#menu{
  display: none;
}
#toggle:checked ~ #menu{
     display: block; 
}
label {
    color: #ffffff;
}
header nav a {
    padding: 15px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    text-align: center;
    color: #001430
}
#toggle {
    display: none;
}
label {
    background: #001430;
}
/*-------------------*/
/*----Main Nav Images----*/
.col-img {
    display: inline-block;
    width: 23.33%;
    padding: 1px;
}
.row-nav {
    max-width: 1213px;
    width: 100%;
}
main nav div {
    font-size: .9em;
    line-height: 9px;
    padding: 10px 15px 10px;
}
main nav img {
    max-width: 300px;
    width: 100%;
}
main nav a {
    background: #001430;
    margin: 2px 0px;
    display: inline-block;
}
main nav a:link, main nav a:visited {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}
main nav a:hover img {
    opacity: .5;
}
main nav a:hover div {
    color: #cccccc;
}
main nav a:active div {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Arvo', serif;
    margin-bottom: .5em;
    margin-top: 1em;
    text-transform: capitalize;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}
p {
    font-size: 1em;
    margin: 10px 0px;
    line-height: 1.3em;
}
blockquote {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3em;
    padding: 20px 30px;
    color: #828c9a;
    font-style: italic;
    position: relative;
}
blockquote:before, blockquote:after {
    position: absolute;
    content: '"';
    font-size: 5.5em;
    opacity: .33;
}
blockquote:before{
    left: -25px;
    top: 35px;
    
} 
blockquote:after {
    bottom: 0px;
}
q {
    text-decoration: underline;
}
q:before, q:after {
    content: '"';
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
main ul {
    list-style-type: disc;
}
main ol {
    list-style-type: decimal;
}
main ul, main ol {
    line-height: 2em;
    list-style-position: inside;
}
main ol ul, main ol ul, main ol ol, main ul ul {
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.5em;
    color: #777777;
}
article {
    margin: 5px 0px;
    padding: 20px;
}
article img {
    width: 100%;
    max-width: 800px;
}
.oddarticle {
    background: #dddddd;
}
.author {
    font-weight: bold;
}
.article-img, .article-text {
    display: inline-block;
}
.button:link {
    border: 1px solid #001430;
    color: #001430;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    transition: all .5s ease-in-out;
}
.button:visited {
    color: #666666;
    border: 1px solid #666666;
}
.button:hover {
    color: #ffffff;
    border: 1px solid #001430;
    background: #001430;
    text-decoration: underline;
    transform: scale(1.1);
}
.button:active {
    color: #ffffff;
    text-decoration: underline;
    background: #001430;
}
footer {
    background: #001430;
    color: white;
    padding: 30px;
    line-height: 1.25em;
    font-size: .8em;
    margin-top: 50px;
    text-align: center;
}
footer p {
    line-height: .4em;
}
.social li {
    display: inline-block;
}
footer a, footer a:visited {
    color: #999;
}
footer a:hover {
    color: #bbb;
}
footer a:active {
    color: #fff;
}