
@font-face {
    font-family: Elemental-End;
    src: url(../font/Elemental-End.ttf);
}
@font-face {
    font-family: AGaramondPro-Italic;
    src: url(../font/AGaramondPro-Italic.otf);
}
@font-face {
    font-family: AGaramondPro;
    src: url(../font/AGaramondPro.otf);
}
@font-face {
    font-family: Roboto;
    src: url(../font/Roboto-Regular.ttf);
}
body {
    background: linear-gradient(to bottom, #f7d0bd, #f8cccf, #cfb9cb, #f7d0bd); 
    color: #000000;
}

/* General CSS */
.navbar {
    padding: 1rem .4rem;
}
.navbar-brand-logo {
    width: 60px;
    height: auto;
    max-width: 100%;
}
.nav-link{
    padding-right:.5rem;
    padding-left:.5rem
    color: #000;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #c76a55;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #3a3939;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.fixed-top {
    position: absolute;
}
.masthead {
  background-image: url('../img/birdsPinkSky.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.masthead2 {
    height: 300px;
    min-height: 300px;
    background-image: url(../img/birdsPinkSky.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.font-weight {
    font-family: Elemental-End;
    font-weight: 700;
    font-style: normal;
    font-size: 68px;
    letter-spacing: 4px;
    line-height: 1.7em;
    color: #000000;
    margin: 0;
}
.font-weight2 {
    font-family: Elemental-End;
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    letter-spacing: .05em;
    text-transform: none;
    line-height: 1.2em;
    color: #000000;
}
.lead {
    font-family: Roboto;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: none;
    line-height: 1.5em;
    color: #000000;
    margin: 0;
}
.nav-link {
    font-family: Roboto;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
    line-height: 1em;
    color: #000 !important;
    padding: 1.2em 1.5em !important;
}
.nav-link:hover {
    color: rgb(200 215 255) !important;
}
.nav-link-bordered {
    border: 2px solid white;
    border-radius: 50px;
}
.nav-link-bordered:hover {
    color: #000000 !important;
}
.blue-btn {
    color: #000000;
    background-color: #ee826a;
    font-family: Roboto;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    padding: 1.2em 2em !important;
    border-radius: 50px;
}
.blue-btn:hover {
    background-color: #c76a55;
    color: #000000;
}
.font-weight-desc {
    margin: 40px 0;
    font-family: Roboto;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 2.5px;
    text-transform: none;
    line-height: 1.2em;
    color: #000000;
}
.hr-desc {
    border-top: 1px solid rgb(255 255 255 / 22%);
    margin: 60px 0;
}
/************ Page Content ************/
#page-content {
    padding: 100px 0 0 0;
    width: 48%;
    margin: 0 auto;
    text-align: center;
}
#page-content-left {
    padding: 100px 0 0 0;
    width: 60%;
    margin: 0 auto;
    text-align: left;
}
/************ Footer ************/
.footer-inner {
    text-align: center;
    margin-bottom: 60px;
}
.footer-inner h5 {
    margin: 35px 0;
}
/************ Developer Start Page ************/
.sqs-block-content h2{
    font-family: Elemental-End;
}
.sqs-block-content a{
    color: #00ccfa;
}
/************ Article ************/
.entry {
    padding-top: 40px;
    padding-bottom: 90px;
}
.entry header h1{
    font-family: Elemental-End;
    text-align: center;
    color: rgba(255,255,255,0.99);
    max-width: 900px;
    margin: auto;
}
.subHead {
    font-family: Elemental-End;
    text-align: left;
    color: #000;
    max-width: 900px;
    margin: auto;
}
.headCenter {
    font-family: Elemental-End;
    text-align: center;
    color: rgba(0,0,0,0.9);
    max-width: 900px;
    margin: auto;
}
.subTitle {
    font-family: AGaramondPro-Italic;
    color: rgba(0,0,0,0.95);
    line-height: 1.0em;
    font-size: 20px;
    max-width: 80%;
    margin: auto;
}
/************ Contact Us ************/
#contact-us {
    padding: 70px 0 0 0;
    width: 73%;
    margin: 0 auto;
    text-align: center;
}
#blog {
    padding: 70px 0 0 0;
    width: 73%;
    margin: 0 auto;
    text-align: left;
}
.contact-us-boxes p {
    margin: 20px 0;
}
.contact-us-boxes {
    margin: 50px 0;
}
.navbar-dark .navbar-toggler {
    border-color: rgb(255 255 255 / 0%);
}
@media (min-width: 992px){
.sidenav .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: column;
    width: 100%;
    margin-left: 65px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
