body {
  margin: 0;
  background: #feffdb;
}

/* navigation bar */

.navbar-new-top{
    background: #f3f8ff;
}
.navbar-brand{
    font-weight: 600;
}
.navbar-brand img{
    width: 20%;
}
.navbar-new-top ul{
    margin-right: 9%;
}
.navbar-new-top ul li{
    margin-right: 8%;
}
.navbar-new-bottom{
    background-color: #deecff;
    box-shadow: 0 5px 6px -2px rgba(0,0,0,.3);
    border-top: 1px solid #e0e0e0;
    margin-top: 4%;
    height: 40px;
}
.navbar-new-bottom ul li{
    margin-left: 2%;
    margin-right: 2%;
}
.navbar-nav .nav-item a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    transition: 1s ease;
}
.navbar-nav .nav-item a:hover{
    color: #df0e62;
}
.dropdown-menu.show{
    background: #f8f9fa;
    border-radius: 0;
}
.header-btn{
    width: 161%;
    border: none;
    border-radius: 1rem;
    padding: 8%;
    background: #0062cc;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    margin-top: 6px;
}

/* end of navigation bar */

.content {
  text-align: center;
  margin-top: 110px;
}

.title {
  font-family: cursive;
  text-align: center;
  font-size: 500;
  color: #3f8f8d;
  margin: 50px;
}

.top-line {
  border-top: solid 5px teal;
  }

.header-background {
  text-align: center;
  font-size: 200;
  color: #333;
  margin-top: 40px;
}

/* Footer Section */
.footer { margin-top: 50px; }
.img-circle { margin-left: 50px; border-radius: 50%;}
.img-circle2 { border-radius: 50%; max-width: 100%; height: auto; }
.bryan-title-footer { color: #fff; text-align: center; }
.social-icons ul li { text-align: center; color: #6d767a;  }
.list-inline-item { margin-top: 0; padding: 0 25px; }
.list-inline-item a:hover { color: #fff; }
.list-unstyled a:hover { text-decoration: none; }
.blue-social { color: #6d767a; }
span:hover { color: #fff; }

h1, h2, h3, h4, h5, h6 { color: #161f23; margin: 0 0 15px 0; font-family: 'Source Sans Pro', sans-serif; font-weight: 700; }
h1 { font-size: 42px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
p { margin: 0 0 20px; line-height: 1.7; }
p:last-child { margin: 0px; }
ul, ol { }
a { text-decoration: none; color: #6d767a; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #235f83; }
hr { border-top: 1px solid #e4e7e9; margin: 30px 0; }

.footer { background-color: #08202e; padding-top: 60px; color: #636e74; font-weight: 400; font-size: 17px; }
.footer-line { border-color: #152e3d; }
.footer-widget { padding-bottom: 50px; }
.footer-title { font-size: 24px; font-weight: 600; margin-bottom: 30px; color: #fff; }
.footer-big-title1 a { color: #fff; padding-right: 25px; }
.footer-big-title1 a:hover { color: #fac70b; text-decoration: none; }
.footer-big-title2 a { color: #fff; padding-right: 25px; }
.footer-big-title2 a:hover { color: #bd512f; text-decoration: none; }
.footer-big-title3 a { color: #fff; padding-right: 25px; }
.footer-big-title3 a:hover { color: #00bdaa; text-decoration: none; }
.footer-big-title4 a { color: #fff; padding-right: 25px; }
.footer-big-title4 a:hover { color: #f1eb9a; text-decoration: none; }
.footer-widget ul li a { text-transform: capitalize; font-size: 17px; color: #636e74; display: block; font-weight: 600; }
.footer-widget ul li a:hover { color: #fff; }


.tiny-footer { font-size: 14px; padding: 25px 0px; font-weight: 600; background-color: transparent; border-top: 1px solid #152e3d; color: #888d90; line-height: 1; }
.copyright { color: #f8eeb4; }
.copyrightlink { color: #007bff; }
.copyrightlink:hover { color: #fff; text-decoration: none; }
/* End of Footer Section */
