body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    color: #888;
    line-height: 2rem;
    text-align: center;
}

strong {
    font-weight: 600;
}

a,
a:hover,
a:focus {
    color: #8D1042;
    text-decoration: none;
    transition: all .3s;
}

.blockbg{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0.25rem 1rem;
    display: inline;
    font-size: 1.5rem;
    line-height: 2.75rem;
}

h1 {
    margin-top: 0.75rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    font-weight: 300;
    color: #555;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0.25rem 1rem;
    display: inline;
}

h2 {
    margin-top: 0.75rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.25rem;
    font-weight: 300;
    color: #555;
    line-height: 3rem;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #8D1042;
    line-height: 2rem;
    margin-bottom: 2rem;
}

h3.date {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 300;
    color: #8D1042;
    margin-top: 2rem;
    line-height: 4rem;
    margin-bottom: 2rem;
    
}

h3.sect {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #8D1042;
    line-height: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.navbar{
    padding: 0.8rem 1rem;
}

h3 span {
    font-size: 2rem;
    font-weight: 300;
    color: #555;
    
}

img {
    max-width: 100%;
}

.medium-paragraph {
    font-size: 1.1rem;
    line-height: 2rem;
}

.colored-text {
    color: #8D1042;
}

::-moz-selection {
    background: #8D1042;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #8D1042;
    color: #fff;
    text-shadow: none;
}

.logo {
    width: 14rem;
    padding-left: 1rem;
}

.contact{
    text-align: left;
}

.text_center{
    text-align: center;
}

p.dark{
    color: #333;
}

.badge-primary {
    color: #fff;
    background-color: #8D1042;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.start-container {
    margin: 0 auto;
    margin-top: 4rem;
    font-size: 1.25rem;
    color: #555;
    line-height: 2rem;
}

.section-container-gray-bg {
    background: #f8f8f8;
}

.section-container-cherry-bg {
    background: #8d1042;
}

.section-container-image-bg,
.section-container-cherry-bg h2,
.section-container-image-bg h2,
.section-container-image-bg h3 {
    color: #fff;
}

.section-container-image-bg .divider-1 span {
    border-color: #fff;
}

.section-description {
    margin-top: 4rem;
    padding-bottom: 0.75rem;
}

.section-description p {
    margin-top: 1.5rem;
    padding: 0 120px;
}

.section-container-image-bg .section-description p {
    opacity: 0.8;
}

.section-bottom-button {
    padding-top: 60px;
}

.btn-link-1 {
    display: inline-block;
    margin: 0 5px;
    padding: 0 28px;
    height: 38px;
    background: #8D1042;
    background: rgba(141, 16, 66, 0.7);
    border: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 2rem;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active,
.btn-link-1:active:focus,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #8D1042;
    background: rgba(141, 16, 66, 0.9);
    outline: 0;
    color: #fff;
    box-shadow: none;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 0 28px;
    background: #333;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #333;
    background: rgba(0, 0, 0, 0.4);
    outline: 0;
    color: #fff;
    box-shadow: none;
}

.btn-link-3 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 0 28px;
    background: none;
    border: 0;
    border-bottom: 2px solid #8D1042;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #8D1042;
    border-radius: 0;
    transition: all .3s;
}

.btn-link-3:hover,
.btn-link-3:focus,
.btn-link-3:active,
.btn-link-3:active:focus,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active:focus {
    padding: 0 10px;
    background: none;
    border: 0;
    border-bottom: 2px solid #8D1042;
    outline: 0;
    color: #8D1042;
    box-shadow: none;
}


/***** Divider *****/

.divider-1 span {
    display: inline-block;
    width: 14rem;
    border-bottom: 1px dashed #ccc;
}


/***** Top menu *****/

.navbar {
    background: #8d1042;
        border-top: 0.25rem solid #909B27;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    backface-visibility: hidden;

}

.navbar.navbar-no-bg {
    background: #8d1042;
    background: rgba(141, 16, 66, 1);
}

.navbar-dark .navbar-nav {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    border: 0;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    outline: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}

.navbar-brand {
    /*width: 136px;
    background: url(../img/logo.png) left center no-repeat;
    border: 0;
    text-indent: -99999px;*/
}


/***** Top content *****/

.top-content {
    padding: 13rem 0;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    margin-top: 1.5rem;
    color: #fff;
}

.top-content .description {
    margin: 2rem 0 0.8rem 0;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .top-big-link {
    margin-top: 2.5rem;
}


/***** Footer *****/

footer {
    padding: 2rem 0 0 0;
    background: #444;
    color: #aaa;
    text-align: left;
}

.footer-left a {
    color: #ddd;
    border-bottom: 1px dashed #ddd;
}

.footer-left a:hover,
.footer-left a:focus {
    color: #ddd;
    border: 0;
}

.footer-right {
    text-align: right;
}

.footer-right a {
    margin: 0 6px;
    color: #aaa;
}

.footer-right a:hover,
.footer-right a:focus {
    color: #eee;
}

.footer-bottom {
    padding-bottom: 2rem;
    text-align: center;
}

.footer-bottom a {
    color: #666;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
    color: #888;
}

#map {
    height: 37.5rem;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.countdown_circle {
    color: #fff;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    background-color: rgba(141, 16, 66, 0.6);
    float: left;
    margin: 1rem 0.5rem;
    vertical-align: middle;
    display: block;
}


.countdown_circle p {
    margin: auto;
    padding-top: 2rem;
    
}

.countdown_circle .number {
    font-size: 2.5rem;
}

.foto_copyright {
    position: absolute;
    float: right;
    display: block;
    top: 0;
    right: 0;
    padding: 0rem 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.8rem;
}

.rotate_l {
    transform-origin: bottom right;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=-1);
}

.foto_copyright a {
    color: rgba(255, 255, 255, 0.5);
}

.question {
    text-align: left;
    padding: 0.5rem 0rem;
    font-weight: 400;
}

.whiteframe {
    margin-bottom: 0rem;
    padding: 0.5rem;
    background-color: rgba(255, 255, 255, 0.6)
}

form {
    text-align: left;
}

.logoheader {
    background-color: #fff;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}


/*Timeline*/

 * {
  box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.tl_timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.tl_timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #ccc;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.tl_container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.tl_container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: #8D1042;
  border: 4px solid #fff;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.tl_left {
  left: 0;
}

/* Place the container to the right */
.tl_right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.tl_left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #f8f8f8;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f8f8f8;
}

/* Add arrows to the right container (pointing left) */
.tl_right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #f8f8f8;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f8f8f8 transparent transparent;
}

/* Fix the circle for containers on the right side */
.tl_right::after {
  left: -13px;
}

/* The actual content */
.tl_content {
  padding: 20px 30px;
  background-color: #f8f8f8;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .tl_timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .tl_container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .tl_container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .tl_left::after, .tl_right::after {
    left: 18px;
  }

.tl_content .right
    {
        text-align: left;
    }
    
/* Make all right containers behave like the left ones */
  .tl_right {
    left: 0%;
  }
}
