body{
    font-family: "Open Sans", sans-serif;
    }
    .logo{
    width: 200px;
    }
    .header{
    margin-top: 50px;
    }
    .header p{
    text-align: right;
    font-weight: 600;
    }
    .header a{
    float: right;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    }
    .bordered{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px #000 solid;
    border-bottom: 2px #000 solid;
    }

     .bordered-top{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px #000 solid;
    }
    
    .yellow-big{
    background-color: #F4D36A;
    border: 2px #000 solid;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 700;
    }
    .yellow-small{
    background-color: #F4D36A;
    border: 2px #000 solid;
    border-radius: 5px;
    padding: 4px 8px;
    font-weight: 700;
    margin-right: 15px;
    }
    .white-small{
    background-color: #FFF;
    border: 2px #000 solid;
    border-radius: 5px;
    padding: 4px 8px;
    font-weight: 700;
    margin-right: 15px;
    }
    .wrapper-link a,
    .wrapper-link a,{
    text-decoration: none;
    color: #000;
    }
    .bottom-link a{
      margin-right: 10px;
      text-decoration: none;
      color: #000;
    }

    .simple-link{
      text-decoration: none;
      color: #000;
    }

    @media screen and (max-width:700px) {
    .header p{
    text-align: center;
    }
    .header a{
    float: none;
    text-align: center;
    }
    .header{
      text-align: center;
    }
    .header img{
      margin-bottom: 15px;
    }
    .navbar-toggler {
        margin-left: auto; 
      }
    .header img {
        float: left;
    }
}


@media (max-width: 991px) {
 
  .navbar-toggler{
    position: absolute;
    right: -10px;
    top: -100px;
}
       .logo{
    width: 70%;
    }
    .navbar-toggler{
      border: none;
    }
    .b-0 .bordered{
      border-bottom: none;
    }
    .navbar-toggler:focus{
      box-shadow: none;
    }
}


      @media screen and (max-width:750px) {
      .circles{
        height: 40px;
        width: 40px;
      }
    }
     @media screen and (min-width:750px) {
      .circles{
        height: 50px;
        width: 50px;
      }
    }

.col-3 p{
	margin-bottom: 0;
}
