/* ============== General Pages Styles & Settings ================== */

.margin-top-10 { margin-top:10px; }
.margin-top-20 { margin-top:20px; }
.margin-top-30 { margin-top:30px; }
.margin-top-40 { margin-top:40px; }
.margin-top-50 { margin-top:50px; }
.margin-top-70 { margin-top:70px; }
.margin-top-80 { margin-top:80px; }
.margin-top-90 { margin-top:90px; }
.margin-top-100 { margin-top:100px; }
.margin-top-120 { margin-top:120px; }
.margin-top-150 { margin-top:150px; }
.margin-top-180 { margin-top:180px; }
.margin-top-200 { margin-top:200px; }

.margin-bottom-10 { margin-bottom:10px; }
.margin-bottom-20 { margin-bottom:20px; }
.margin-bottom-30 { margin-bottom:30px; }
.margin-bottom-40 { margin-bottom:40px; }
.margin-bottom-50 { margin-bottom:50px; }
.margin-bottom-60 { margin-bottom:60px; }
.margin-bottom-80 { margin-bottom:80px; }
.margin-bottom-100 { margin-bottom:100px; }

.theme-font { font-family: 'Roboto', sans-serif; }
.theme-color1 { color:#a7926b; }
.theme-color2 { color:#847251; }

/* ----- Default Classes ---- */

/* Default Button */
.btn-warning{
	font-family: 'Roboto', sans-serif;
	background-color:#a7926b;
    text-transform:uppercase;
	letter-spacing:1px;
	padding:12px 20px;
	border-radius:0;
	font-weight:500;
	border:none;
}

.btn-warning:hover{
	background-color:#847251;
}

/* Primary Button */
.btn-primary{
	font-family: 'Roboto', sans-serif;
	text-transform:capitalize;
	background-color:#344756;
    padding:10px 20px;
	border-radius:0;
	font-weight:500;
	border:none;
}

.btn-warning:hover{
	background-color:#847251;
}

/* Underline hr */
.underline{
	margin:10px 0;
}

.underline hr{
	margin:3px 0;
	width:80px;
}

.underline > hr:nth-child(1){
	border-color:#847251;
}

.underline > hr:nth-child(2){
	border-color:#a7926b;
}

