/* cmsms stylesheet: bandb modified: 13.12.2023 09.23.51 */

#calendarTitle{
display:none !important;
}

body {
  font-family: 'Bitter';
  color: #352d2a;
background-image: url('https://varjakanvene.fi/uploads/images/vesipohja.jpg');
background-image: no-repeat;
background-size: cover;
background-attachment: fixed;
}
table tbody, table tfoot, table thead{
background-color:unset;
}
table tbody{
border-color:transparent;
}
table tbody tr:nth-child(even){
background-color:transparent;
border-color:transparent;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

a {
  color: #3091b1;
  transition: all 0.2s ease;
}

a:hover, a.menuactive {
  color: #a1e3fd;
}

#header{
background-image:linear-gradient(to top right, #ffffff, #f3f3f3, #ffffff);
}
.fa-facebook-square:before{
font-size:50px;
}
h1, h3, h5 {
  font-family: 'Pirata One';
  font-size: 4rem;
  margin-bottom: 0;
}
h6 {
  font-family: 'Pirata One';
  font-size: 2rem;
  margin-bottom: 0;
}
h1 a, h1 a:hover {
  color: #352d2a;
}

h2, h4 {
  font-family: 'Bitter';
  font-size: 1rem;
}

h3 {
  font-size: 2.5rem;
  margin-top: 1rem;
}
h5 {
  font-size: 2rem;
  text-align:right;
margin-right:50px;
margin-top:-50px;
}

#sticky-logo a {
  transition: all 0.3s ease;
  font-family: 'Pirata One';
  font-size: 0rem;
  line-height: 1rem;
  color: #D2D2D0;
}
#header-image{
max-height:300px;
overflow:hidden;
}
.is-stuck #sticky-logo a {
  display: block;
  font-size: 2rem;
  padding-top: 0.5rem;
}

#sticky-logo {
  float: left;
}

#menu-toggle {
  float: right;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: #352d2a;
  z-index: 999;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: #3091b1 transparent transparent;
}

.divider {
  background: #D2D2D0;
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 2rem;
}

.divider a {
  color: #352d2a;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #3091b1;
}

.card-divider {
  background: #352d2a;
  color: #D2D2D0;
}

.button {
  background: #D2D2D0;
  color: #352d2a;
  border-radius: 5px;
}

.button:hover {
  background: #352d2a;
  color: #D2D2D0;
}

.divider .button {
  background: #352d2a;
  color: #D2D2D0;
  margin-bottom: 0.2rem;
}

.divider .button:hover {
  background: #3091b1;
  color: #352d2a;
}

footer {
  background: #352d2a;
  color: #D2D2D0;
}

footer .column {
  padding: 0 2rem;
}

footer h4 {
  margin-top: 1rem;
  color: #D2D2D0;
  font-size: 1rem;
  padding-bottom: 0.2rem;
}

footer i {
  margin-right: 0.5rem;
}

#copyright {
  border-top: 0.5px solid #D2D2D0;
}

#copyright span {
  margin: 0 1rem;
}
.text-center{
  background-color: rgba(255, 255, 255, 0.8);
}
#content-columns h4 {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}

form {
  padding: 1rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
body{background-image: url('https://varjakanvene.fi/uploads/images/vesipohjamob.png');}
.text-center{background-color: rgba(255, 255, 255, 0.5);}
h1{
  font-family: 'Pirata One';
  font-size:3rem;
  margin-bottom: 0;
}
h5 {
  font-size: 2rem;
margin-top:0px;
}
  .is-stuck #sticky-logo {
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }
table{
width:100%;
margin-right:auto;margin-left:auto;
}
}

/* Medium and up */
@media screen and (min-width: 40em) {
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
body{background-image: url('https://varjakanvene.fi/uploads/images/vesipohjamob.png');}
.text-center{background-color: rgba(255, 255, 255, 0.6);}
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
