/* Imports */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400');

/* CSS Reset */

* {
    padding: 0;
    margin: 0;
}


/* Typography  */

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 100;
}


/* Header */

.topBar {
    height: 40px;
    background-color: #f9fafb;
    border-bottom: 1px solid #ddddde;
    line-height: 40px;
}

.topBar span {
    color: rgb(146, 147, 148);
}

.infoContainer {
    position: relative;
    max-width: 1200px;
    min-width: 400px;
    width: 80%;
    margin: 0 auto;
}

.headerContainer {
    position: relative;
    max-width: 1200px;
    min-width: 400px;
    width: 80%;
    margin: 0 auto;
}

.ad-Btn {
    background-color: #de6637;
    color: #fff;
    border-radius: 0px;
    border: none;
    display: inline-block;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 5px;
    line-height: calc(100% + 7px);
    font-size: 12px;
    right: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.form-Btn{
    background-color: #de6637;
    color: #fff;
    border-radius: 0px;
    border: none;

}
.ad-Btn:hover {
    color: white;
    text-decoration: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.navBar {
    width: 100vw;
    background-color: #fff;
    border-bottom: 1px solid #ddddde;
}

.navBar-logo {
    width: auto;
    display: inline-block;
}

.navBar-menu {
    float: right;
}

.navBar-menu ul li {
    list-style-type: none;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', 'sans-serif';
    color: #212121;
}

.navBar-menu ul li a {
    color: #212121;
}

.navBar-menu ul li a:hover {
    text-decoration: none;
    color: #de6637;
}

.navBar-logo>a>img {
    height: 15vh;
}

.headerContainer>p {
    font-weight: 400;
}

.headerContainer>p>span {
    font-weight: 300;
}

/* Content */

.contentContainer{

	max-width:1200px;
	margin: 0 auto;
	min-height:600px;
}
/* Footer Css */
.footer {
    background-color: rgb(37, 50, 56);
    color: white;
}

.f-section {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.f-margin {
    max-width: 1200px;
    min-width: 400px;
    width: 80%;
    padding: 20px;
    margin: 0 auto;
}

.f-copyright {
    display: inline-block;
    font-size: 14px;
}

.fc-links {
    float: right;
    display: inline;
}

.fc-links ul li {
    list-style-type: none !important;
    display: inline-block !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    
}

.fc-links ul li a {
    
    font-weight: 300;
    font-family: 'Source Sans Pro', 'sans-serif';
    color: #fff !important;
    font-size: 14px;
}

.fl-col4 {
    width: calc(100% / 4 - 3px);
    display: inline-grid;
    padding: 20px;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.fl-col4:first {
    padding-left: none;
}

.fl-desc {
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px;
    color: lightgray;
}

.f-margin.padded {
    padding: 0;
    padding-top: 70px;
    padding-bottom: 40px;
}

h2 {
    text-transform: uppercase;
    font-size: 14px !important;
}

.fa {
    color: #de6637;
}

.fl-date {
    font-weight: 300;
    font-size: 12px;
    color: lightgray;
    padding-left: 10px;
}

.fl-post {
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.fl-line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.fl-line:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.fl-info {
    padding-left: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}


/*Media Query */

@media screen and (max-width:1030px) {

.navBar-logo>a>img {
    height: 140px;
}
    
}

@media screen and (max-width:900px) {
    .fl-col4 {
        width: 100%;
    }
}


/* Home Page CSS */

.home-title{
border-left: #de6637 4px solid;

}
