/*==========================================================================
  General
  ========================================================================== */

body {
  font-family:'Open Sans', Arial, sans-serif;
  font-size:14px;
  font-weight:300;
  line-height:1.6em;
  color:#816344;/*fd7e14;*/
  min-width:360px;
  width: auto;
  overflow-x:hidden;
  overflow-y:scroll;
}

p {
	color:#000;
	font-family:'Open Sans', Arial, sans-serif;
	font-weight:300;
	text-align:left;
}
 h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	line-height:1.1em;
	color:#816344;/*fd7e14;*/;
	margin-bottom: 20px;
	text-align:center;
}

 ul,ol,tr {
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	color:#816344;/*fd7e14;*/;
	margin-bottom: 10px;
}

/* unvisited link */
a:link {
  color: #0479cc;
}

/* visited link */
a:visited {
  color: green;/*#BF360C;*/
  text-decoration: underline;
}

/*===========================
  --- Header & menu ----
=========================== */
/* Top bar color */
.main-menu {
	background-color:#b6926b;/*FB8C00;	*/
}

/* Color of links without clicking or hovering */
.dropdown ul.nav li a {
	color:#000000;

}

/* Color of links when hovering */
.dropdown ul.nav li a:hover {
	color:#000000;
	background-color: #c4a687;/*f2ece5;/* FFE0B2*/

}

/* Conference name */
h1 a.navbar-brand {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	text-shadow: none;
	padding-top: 18px;
	margin-bottom: 10px;
	margin-top:-10px;
}

/* */
.nav-pills  {
    float: right;
	font-weight:800;
	color:#f2ece5;/*E65100;*/;

}

/* */
ul.nav-pills  {
	margin-top:6px;
	margin-bottom:4px;
	color:#f2ece5;/*E65100;*/
	padding:9px 5px 9px 5px;
}

.nav-pills > li + li {
  margin-left: 6px;
}

/* Color of active link */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #f2ece5;/*E65100;*/
  background-color: #000;
}

/* Background color of active link */
.nav-pills > li.active > a{
	background-color: #e5d9cb;/*FFCC80;*/
}

/* Background color of active link when hovering */
.nav-pills > li.active > a:focus {
	background-color: #000;
}


.slider {
	margin-top:30px;
	margin-bottom:-15px;	
}

.slider img{
	max-width: 100%;
	width: auto;
}


/*===========================
  --- Main Content ----
=========================== */
#main-content {
	padding:50px 0;
	text-align:left;	
}
#main-content ul{
	text-align:left;
}
.intro {
	margin-bottom: 20px;
}
.intro h2{
  
  margin: 0px 0px 2px 0px
}
.intro h3{
  margin: 0px 0px 20px 0px
}
.poster {
	text-align: center;
	font-weight: bold;
}
.big-box {
	margin-bottom:40px;	
}

.align-center {
	text-align: center;	
	margin-top:10px;	
}

.align-center:hover  i {
  color:#FF9800;	
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}	

.box-bg {  	
	margin-bottom:40px; 
}

.sponsors p{
	text-align: center;
}

.schedulebox:hover i {
  color:#FF9800;	
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

.logisticsbox:hover i {
  color:#FF9800;	
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

.logisticsbox i{
	margin-bottom:20px;
}

.logisticsbox p:last-child{
	margin-bottom:40px;
}

.table {
    table-layout: fixed;
    width: 70%;
    margin: 0px auto;
    margin-top: 10px;
}


/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #242424;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

/* Customize navbar */
@media (max-width: 767px) {
ul.nav-pills  {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
}

/* Style the Image Used to Trigger the Modal */
#campusMap {
    border-radius: 5px;
    cursor: pointer;
    margin-bottom:10px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1525px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1525px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 1906px){
    .modal-content {
        width: 100%;
    }
}


}