header {
    width: 100%;
    height: 90vh;
    background: url(../images/background.jpg) no-repeat 50% 50%;
    background-size: cover;
}

header h1 {
    text-align: center;
    padding-top: 10em;
}

.typewrite {
    color: white;
    font-size: 120px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.typewrite:hover {
    color: orangered;
    text-decoration: none;
}

.navbar-brand {
    color: black!important;
    font-size: 50px;
    display: flex;
}

.navbar-brand>img {
    height: 70px;
}

.nav-item>a {
    color: black!important;
    font-weight: 60px;
    font-size: 20px;
}

.card-title {
    font-weight: 700!important;
    color: black;
}

.card {
    width: auto;
    height: auto;
    margin-top: 50px!important;
    border: none;
}

.nav-link:hover {
    color: red!important;
}

.card-body>h5 {
    text-align: center;
}

.container h1,
.head h1 {
    font-size: 30px!important;
    font-weight: 700!important;
}


/* Main Footer */

footer .main-footer {
    padding: 20px 0;
    background: #252525;
}

footer ul {
    padding-left: 0;
    list-style: none;
}


/* Copy Right Footer */

.footer-copyright {
    background: #222;
    padding: 5px 0;
}

.footer-copyright .logo {
    display: inherit;
}

.footer-copyright nav {
    float: right;
    margin-top: 5px;
}

.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

.footer-copyright nav ul li a {
    color: #969696;
}

.footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

.footer-copyright p {
    color: #969696;
    margin: 2px 0 0;
}


/* Footer Top */

.footer-top {
    background: #252525;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #222;
}


/* Footer transparent */

footer.transparent .footer-top,
footer.transparent .main-footer {
    background: transparent;
}

footer.transparent .footer-copyright {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}


/* Footer light */

footer.light .footer-top {
    background: #f9f9f9;
}

footer.light .main-footer {
    background: #f9f9f9;
}

footer.light .footer-copyright {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}


/* Footer 4 */

.footer- .logo {
    display: inline-block;
}

.widget {
    padding: 20px;
    margin-bottom: 40px;
}

.widget.widget-last {
    margin-bottom: 0px;
}

.widget.no-box {
    padding: 0;
    background-color: transparent;
    margin-bottom: 40px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.widget.subscribe p {
    margin-bottom: 18px;
}

.widget li a,
p a {
    color: red;
}

.widget li a:hover,
p a:hover {
    color: white;
    text-decoration: none!important;
}

.widget-title {
    margin-bottom: 20px;
}

.widget-title span {
    background: #839FAD none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 25px;
    position: relative;
    width: 20%;
}

.widget-title span::after {
    background: inherit;
    content: "";
    height: inherit;
    position: absolute;
    top: -4px;
    width: 50%;
}

.widget-title.text-center span,
.widget-title.text-center span::after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
    color: #fff;
}

ul.social-footer2 li {
    display: inline-block;
    padding: 0;
}

.fa {
    padding: 5px;
    font-size: 20px;
    width: 0px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    text-decoration: none!important;
}

.fa:hover {
    color: white!important;
    background-color: red;
}


/* Facebook */

.fa-facebook {
    background: white;
    color: black!important;
}

.fa-instagram {
    background: white;
    color: black!important;
}


/* Twitter */

.fa-twitter {
    background: white;
    color: black!important;
}

.fa-linkedin {
    background: white;
    color: black!important;
}

ul.social-footer2 li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}


/* For Medium devices only */

@media (min-width: 992px) and (max-width: 1199px) {
    .typewrite {
        color: white;
        font-size: 60px;
    }
    .typewrite:hover {
        color: orangered;
        text-decoration: none;
    }
    header h1 {
        text-align: center;
        padding-top: 15em;
    }
    .navbar-brand>span {
        display: none;
    }
    .nav-item>a {
        color: black!important;
        font-weight: 60px;
        font-size: 25px;
    }
    .navbar-collapse {
        color: black!important;
        text-align: center;
    }
}


/* For Small devices only */

@media (min-width: 768px) and (max-width: 991px) {
    .typewrite {
        color: white;
        font-size: 60px;
    }
    .typewrite:hover {
        color: orangered;
        text-decoration: none;
    }
    header h1 {
        text-align: center;
        padding-top: 12em;
    }
    .navbar-brand>span {
        display: none;
    }
    .nav-item>a {
        color: black!important;
        font-weight: 60px;
        font-size: 20px;
    }
    .navbar-collapse {
        color: black!important;
        text-align: center;
    }
    .navbar-brand>img {
        height: 75px;
    }
}


/* For Extra Small devices only */

@media (max-width: 767px) {
    .typewrite {
        color: white;
        font-size: 30px;
    }
    .typewrite:hover {
        color: orangered;
        text-decoration: none;
    }
    header h1 {
        text-align: center;
        padding-top: 8.5em;
    }
    .navbar-brand>span {
        display: none;
    }
    .nav-item>a {
        color: black!important;
        font-weight: 60px;
        font-size: 15px;
    }
    .navbar-collapse {
        color: black!important;
        text-align: start!important;
    }
    .navbar-brand>img {
        height: 50px;
    }
}