body{
	font-family: 'Roboto', sans-serif;
	background-color: #fff;
	color: #333;
}

.header{
	text-align: center;
}

.header h1{
	font-size: 18pt;
	color: #955413;
	padding-top: 5px;
}

.row#main{
	padding-left: 25px;
	padding-right: 25px;
}

.container{
	min-width: 950px;
}
	
.footer{
	padding-bottom: 30px;
}


hr.short{
	margin: 10px 0;
	clear: both;
}

.navbar-nav{
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	float:none;
}
.navbar-nav > li {
	float:none;
    display:inline-block;
}
.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.thumbnail{
	margin-left:10px;
	margin-right:10px;
	padding: 10px;
	height:375px;
	width:160px;
}

.thumbnail img{
	margin-bottom:10px;
}

.sponsors img{
	margin: 20px 15px 20px 15px;
	height: 50px;
}

.container{
	min-width: 950px !important;
}

.color-text{
	color: #955413;
}

blockquote{
	font-size:10pt;
}

h4{
	margin-top: 20px;
	color: #955413;
}

.linkBtn{
    background-color: #955413;
    color: white;
    padding: 20px;
    padding-left: 64px;
    padding-right: 64px;
    text-align: center;
    max-width: 350px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.5s ease;
}

.linkBtn:hover{
    background-color: white;
    color: #955413;
    padding-left: 84px;
    padding-right: 84px;
    border: 2px solid #955413;
}

.centerDiv{
    display: flex;
    margin:0 auto;
}

.flex-inside {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
    order: 1;
    width: 100%;
}

.flex-inside > a {
    text-decoration: none;
}

.wrapper {
    width: 80%;
    height: 210px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: sans-serif;
}
.wrapper_4{
    width: 80%;
    height: 70px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: sans-serif;
}
.box {
    width: 33.33%;
    height: 70px;
    float: left;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    font-size: 130%;
    align-items: center;
    justify-content: center;
    color: white;
}
.box_4 {
    width: 25%;
    height: 70px;
    float: left;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    font-size: 130%;
    align-items: center;
    justify-content: center;
    color: white;
}
.box-1{
    background-color: #F5F5F5;
    color: white;
}

.box-1:hover{
    background-color: #bfbfbf;
}
.wrapper_2{
    width: 60%;
    height: 140px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: sans-serif;
}

.box_2 {
    width: 50%;
    height: 70px;
    float: left;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    font-size: 130%;
    align-items: center;
    justify-content: center;
    color: white;
}
