@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);

html, body {
	margin:0;
	padding:0;
	min-height:100%;
	font-family: 'Muli', sans-serif;
	color:#606060;
	font-size: 15px;
	line-height: 22px;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin:0;
	font-family: inherit;
	font-size: inherit;
	margin:10px 0;
}

 
p{
   font-size: 1em;
   line-height: 1.35em;
}


h1 {
   font-size: 3.3em;
   line-height: 1em;
}
 
h2 {
   font-size: 2.7em;
   line-height: 1em;
}

h3 {
   font-size: 2em;
   line-height: 1em;
}

h4 {
   font-size: 1.8em;
   line-height: 1em;
}

h5 {
   font-size: 1.4em;
   line-height: 1em;
}

h6 {
   font-size: 1em;
   line-height: 1em;
}


a {
	color:#003049;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}

a:hover {
	color:#bf271d;
}

::-moz-selection { background: rgba(191,39,29,.7); color: #fff; }
::selection { background: rgba(191,39,29,.7); color: #fff; }

.dred-col{color:#721c1d;}
.dred-bg{background:#721c1d;}
.dblue-col{color:#003049;}
.dblue-bg{background:#003049;}

.txt-edit .dred-col{color:#721c1d !important;}
.txt-edit .dred-bg{background:#721c1d !important;}
.txt-edit .dblue-col{color:#003049 !important;}
.txt-edit .dblue-bg{background:#003049 !important;}
.flex-column {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	align-items: center;
}
.flex-row {
	display: flex !important;
	justify-content: center;
	flex-direction: row;
	align-content: center;
	align-items: center;
}



.flex-row-between {
	display: flex !important;
	justify-content: space-between;
	flex-direction: row;
	align-content: center;
	align-items: center;
}


.container
{
	margin:0 auto;
	width:660px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #606060;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #606060;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #606060;
}
:-moz-placeholder { /* Firefox 18- */
  color:  #606060;
}
.logo
{
	width:100%;
	text-align:center;
	margin:30px 0
}

.form-error
{
	color:red;
	font-size:12px;
	height:10px;
	display:block;
    width: 100%;
    line-height: 8px;
	margin:5px 0
}
.bg-box
{
	background:#ececec;
    display: inline-block;
	color:#000;
	padding:10px 15px  ;
}
.pad-20-box
{
	padding:10px 20px;
}
.day-prayer-top
{
	padding-top:20px;
}
.day-prayer-bottom
{
	padding-bottom:10px;
}

textarea
{
	height:110px;
	resize:none;
	border:0 !important;
	background:#ececec !important
	
}
.submit_button
{
	background:#184694 !important;
	height:50px;
	cursor:pointer;
	width:100%;
	text-align:center;
	font-weight:bold
}
.clear-form
{
	text-align:center;
	font-weight:bold;
	color:#184694;
	text-decoration:underline;
	background:none !important;
	border:0 !important;
	cursor:pointer;
	padding-top:15px;
	font-size:15px;
}
.container_bottom
{
	padding-bottom:50px;
}
.thank_you
{
	color:#414141;
	font-size:25px;
	padding:20px 0;
	text-align:center
}
.day_prayer
{
	color:#0c2858;
	font-size:28px;
	padding:20px 0;
	text-align:center;
	font-weight:bold
}
.type_prayer
{
	color:#184694;
	font-size:24px;
	text-align:center;
	padding:20px 0;
}
.height100vh
{
	height:100vh;
	overflow:hidden
}
.country
{
	    width: 100%;
    background-color: #ececec !important;
    height: 42px ;
    color: #606060 !important;
    padding: 0 15px !important;
    border: 0;
}