
body {
    padding-top: 70px;
}
.rectangle{
    width: 36.2%;
    height:794px;
    margin-left: auto;
   margin-right: auto;
    border-style: solid;
    border-color: #4c4c4c;
}
.rectangle:before{
    content: "";
    display: block;
    padding-top: 25%;
}
.rectangle2{
    width: 100%;
    height:43px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25%;
    background:#dedede ;
    text-align: right;
    text-decoration-color: #3c6eb4;
    position: relative;
}
.rectangle2:before{
    content: "";
    display: block;
    padding-top: 25%;
     position:absolute;
}
button.accordion {
    background-color: #3c6eb4 ;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
}
button.accordion.active, button.accordion:hover {
    background-color: #294172;
}
div.panel {
  padding: 0 18px;
   border-style: solid;
   border-radius: 0 !important;
   -moz-border-radius: 0 !important;
   border-color: #294172;
   max-height: 0;
   overflow: hidden;
   transition: 0.6s ease-in-out;
   opacity: 0;
}
div.panel.show {
  opacity: 1;
 max-height: 500px;
 color: #294172;
}
button.accordion:after {
    font-family: "FontAwesome";
    content: '\f078';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    font-family: "FontAwesome";
    content: '\f077';
}
footer {
    padding: 30px 0;
}
@media(min-width:768px) {
    body {
        padding-top: 100px;
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}
p{
    font-family: 'Open Sans', sans-serif;
}
