
@font-face {
	font-family: 'NewBaskervilleStd-Roman';
	src: url('../webfont/NewBaskervilleStd-Roman.eot?#iefix') format('embedded-opentype'),
	     url('../webfont/NewBaskervilleStd-Roman.woff') format('woff'), url('../webfont/NewBaskervilleStd-Roman.svg#NewBaskervilleStd-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	background-color: #e5e1d8;
	font-family: 'NewBaskervilleStd-Roman', Times;
}

.navbar-top{
        border-style: none;
        margin-top: 4vmin;
        background-color: transparent;
}
.navbar-bottom{
        border-style: none;
        background-color: transparent;
}

.navbar-top .navbar-brand {
        font-size:6vmin;
}
.navbar-top .navbar-nav {
        font-size:3vmin;
}

.faq-expand {
cursor: pointer;


}

.link {

    cursor: pointer;
}

.logo {
    max-height: 80vmin;
}

.panel .panel-content {
        font-size: 18px;
}

.panel .panel-heading {
    font-size: 25px;
}

.panel {
        background: transparent;
        box-shadow: none;
        border-style: none;
}

.panel .panel-content {
        background:transparent;
        box-shadow: none;
        border-style: none;
}

.login .modal-dialog {
        width: 25%;
}

img {
max-width:100%;
max-height:100%;
}


.login .modal-content {
	background-color: #e5e1d8;
  	border: 3px solid #382929;
        border-radius: 0;

}
.login .modal-header {
  	border-bottom: none;
}
.login .modal-body {
  	border-bottom: 1px solid #382929;
}

.login .modal-body input {
    margin-bottom: 10px;
}
.login .modal-footer {
    text-align:center;
}

.btn-link:hover{
        text-decoration: none;
}

.btn-small {
    font-size: 10px;
        
}

.login .btn {
        background-color: white;;
        border-color:#382929;
        color: black;
        border-radius: 0;
        margin-bottom: 10px;
        border-width: 3px;
}

.login .btn:hover {
        background-color: green;
}

.login .btn:focus{
outline:none !important;

}

a:focus {


outline:none !important;
color:black;
}

a:hover {
        text-decoration:none;
}


#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: white;
    color: #444;
    cursor: pointer;
    padding-top:1px;
    border: 0;
    border-radius: 100px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    border: 10px;
    background:gray;
}
#back-to-top.show {
    opacity: 1;
}

.small-img {
        max-width: 50%;
}

