/* CSS-file with custom styles - don't delete this comment */
.color_primary {
    color: #003298;
}

.font-weight-norm {
    font-weight: normal !important;
}

body {
	margin: 0;
}

#over img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
div.example {
  position: absolute;
  width: 100%;
  height: 100%;
}

.btn_small {
    margin-top: 30px;
    padding: 10px 20px 10px;
    font: 400 13px;
    color: white;
    border: 1px solid #f4f4f4;
    transition: all 0.3s;
    background-color: #003298;
}

.btn1 {
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    line-height: 1;
}

.btn1:hover {
	color: #fff;
}

.bt {
	text-align: center;
	margin: auto;
}

.img1 {
    max-width: 100%;
    height: 145px;
    vertical-align: top;
}

.long-copy {
    line-height: 145%;
    /*width: 70%;*/
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify;
}

