* {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif !important;
}

body {
    font-size: 24px;
}

.col-style-border-1{
    border-top: 1px solid #808080;
}

.col-style-border-2{
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
}

.col-style-grid{
    border: 1px solid #808080;
}

.russoblack {
    color:black;
    font-family: 'Russo One', sans-serif;
}

.mynavbar { margin: 0; }

.center-me {
	margin: 0 auto;
	text-align: center;
}

.right {
	position: absolute;
	right: 0;
	width: 300px;
}

.vertical-center {
  align-items: center;
  display: flex;
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
}

.fadeImg{
    opacity: 0.5;
}

.headline{
    font-size: 16pt;
}

.big-icon{
    font-size: 32pt;
    margin-right: 10px;
}

.body{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 4.0em;
}

.unstyled-list {
  list-style-type: none;
  padding-left: 0;
}

.red-text{
    color: red;
}

.center-text{
    text-align: center;
}

.big-navbar-text {
  font-size: 1.5em;
}

/* Don't print link hrefs */
@media print {
  a[href]:after {
    content: none
  }
}

@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
}
