@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}

body{
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
	background-color: #F7F6F4;
}

html{scroll-behavior: smooth}
.navbar-custom{
	background-color: #3F5474;
}

.nav-link {
	color: #F7F6F4;
	font-weight:400;
}
.nav-link:visited {
	color: #F7F6F4;
}
.nav-link:hover {
	color: #F5D0CC;
}

.nav-link:Active{
	color: #F5D0CC;
}


.navbar-brand{
	margin-left: 20px;
	color: #F7F6F4;
}
.navbar-brand:hover{
	color: #F5D0CC;
}
.heading6{
	padding: 20px;
}
.post-title {
    font-weight: bold;
	font-family: 'Crimson Text', serif;
    font-size: 200%;
}

.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: #F7F6F4;


}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

h4{
	margin-top: 10px;
	font-family: 'Oxygen', sans-serif;
	font-size: 20px;
}

p{
	font-family:'Oxygen', sans-serif;
	font-size: 12px;
}


.page-footer{
	
	width: 100%;
	min-height: 35vh;
	background: #2D5071;
}
	
.foottext{
	margin-top: 20px;
}

.footer-copyright{
	margin-top: 3px;
	margin-left: 0;
	font-size: 11px;
	color: #F7F6F4;
}

.white-text{
	color: #F3D0CC;
}

.follow{
	margin-left: 35px;
}
.grey-text{
	color: #F7F6F4;
	font-size: 14px;
}

.social{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display:-o-flex;
	justify-content: center;
}

.wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display:-o-flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 600px;
}
.thegraphic{
	margin-right: 35px;
	background-color: #F7F6F4;
}