@charset "utf-8";
/* CSS Document */

 


.logo{ max-width: 100%; max-height: 150px}

#company p {
    margin-bottom: 0;
    font-size: 1.5em
}
#company p:first-of-type {
    font-size: 3em;
    padding-top: 0;
    margin-top: 5px;
    margin-bottom: 0.3em;
    line-height: 1.2em;
}
h1 {
    font-weight: normal;
    font-size: 2em;
    color: #a5b3c2;
}
h2 {
    font-size: 1.3em;
    color: #a5b3c2;
    text-align: center;
    border-bottom: solid 2px #e6ebef;
    padding-bottom: 10px;
    max-width: 796px;
    font-weight: 600;
}
h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #a5b3c2;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: solid 2px #ecf1f5
}
.line {
    border-bottom: solid 2px #ecf1f5;
}
.bottom-section {
    background-color: #f9f9f9;
    max-width: 937px;
    border: solid 4px #ecf1f5;/*        box-shadow: 0px 0px 10px 3px rgba(180,196,212,0.24);*/
    border-radius: 10px;
}
 
.col {
    padding: 20px
}
.row {
    margin-left: 0;
    margin-right: 0
}
.rep-block, .documents-tab, .video-tab {
    background-color: #ffffff;
    /*    border: solid 4px #ecf1f5;*/
    box-shadow: 0px 0px 10px 3px rgba(180,196,212,0.24);
}
.rep-block {
    font-size: 1em;
    margin: 20px;
    padding: 10px;
    display: inline-flex; 
}
.rep-block p {
    margin: 0
}
.rep-block p:first-of-type {

    line-height: 1.2em;
    font-weight: bold
}
.rep-block p:nth-of-type(2) {

    font-style: italic;

}
.rep-photo {
    max-width: 100px;
    height: auto;
    max-height: 130px;
    width: 100%;
}
.documents-tab, .video-tab {
    margin: 20px;
    padding: 10px;
}
.resource-block {
    padding-left: 20px;
    padding-right: 20px;
}
.icon {
    width: 22px;
    height: auto;
    margin-right: 10px
}


.description-block p {
    font-size: 1.1em
}
.tabs-container {
    width: 100%;
}
div#tabs-nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
}
a.tabs-menu {
    display: inline-block;
    background-color: #1179ac;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    border: solid 2px #1179ac;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    margin-right: 5px;
}
a.tabs-menu.tabs-menu-active {
    background-color: #fff;
    border: solid 2px #1179ac;
    color: #6b6b6b;
    border-bottom: 0;
}
.tabs-content {
    border: solid 2px #1179ac;
    margin-top: -2px;
    background-color: #fff;
    overflow: hidden;
    line-height: 1.5;
}
.tabs-panel {
    display: none;
    min-height: 150px;
    overflow: auto;
    padding: 10px;
    font-size: 14px;
}
.exhibit-button p {
    line-height: .9em;
}
.exdesc {
    margin-bottom: 40px;
    font-size: .9em;
    max-width: 500px;
}
.exlink {
    font-size: 1.25em;
    margin-top: 20px
}
.exlink a {
    background-color: #007bff;
    color: #FFFFFF;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    transition: .1s;
    line-height: 1.1em;
}
.exlink a:hover {
    background-color: #0056b3;
    color: #FFFFFF;
    text-decoration: none
}



@media screen and (max-width: 600px) {
	.exlink {
    display: flex;
    justify-content: center;
    text-align: center;
	}
    
    .exhibit-button p {
    text-align: center;
}
}

/*bootstrap sm */ @media screen and (max-width: 768px ) {

    #company {
    text-align: center;
}

    
}