.navbar{
   top: 0;
}

.header {
   padding-top: 116px;
   padding-bottom: 0px;
}

.main-content{
   background: #f6f7fc;
}

.main-content ol li {
   list-style-type: decimal;
}
.main-content ol li ol li{
   list-style-type: lower-alpha;
}

h3{
   line-height: 1.1;
   margin-bottom:20px;
   font-size: 23px;
}

p{
   font-size: 18px;
   line-height: 24px;
}

#main{
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   height:100px;
}

.btn-pink{
   background-color: #b13d47;
   color: #fff;
}

.btn-pink:hover{
   color: #fff;
}

.btn-big{
   padding: 20px 40px 20px 40px;
   font-size: 15px;
   letter-spacing: 1px;
}

.btn.btn-big small{
   display: block;
   font-size: 13px;
   text-transform: none;
   margin-bottom: 5px;
   letter-spacing:0;
}

.footer{
   height: 50px;
   line-height: 50px;
   padding: 0;
}

figure{
   text-align: center;
}

figcaption{
   padding: 5px 0;
   text-align: center;
   display: block;
   margin-left: -40px;
   color: #982a34;
   margin-top: 5px;
}

figcaption small{
   color: #982a34;
   display: block;
   line-height: 20px;
}

figcaption strong{
   color: #000;
   font-weight: 400;
   display: block;
   line-height: 20px;
}

figcaption .btn{
   margin-top: 5px;
}

.form-group {
   margin-bottom: 10px;
}

label {
   color: #0f0f0f;
}