
/****************************************************************
*				          Structure								*
*****************************************************************/
html body {overflow-x: hidden;}
#contact {text-align:center;}
#logo img {margin:20px auto; display:block;}
/****************************************************************
*						  Navigation							*
*****************************************************************/

/****************************************************************
*						   Footer	                            *
*****************************************************************/
#footer-logo img {margin:0 auto; display:block;}
footer {text-align:center;}
footer p{margin-bottom:0; padding:0;}
 /***************************************************************
*						Typography								*
*****************************************************************/
h1, h2, h3, h4, h5 h6 {font-weight:normal; font-family: 'Oxygen', sans-serif;}
p, li, ol, blockquote, th, td, address, label {font-family: 'Open Sans', sans-serif;}
#contact h3 {margin-top:0;}

 /***************************************************************
*						Colours									*
*****************************************************************/
.bg-dark-blue {background:#1b365d;}
.bg-light-brown-background {background:#ae8a79;}
.fg-white {color:#fff;}
.fg-blue {color:#8d9aae;}
#contact {color:#fff;}
/****************************************************************
*						Links									*
*****************************************************************/
#contact a {color:#ccc;}
#contact a:hover {color:#8d9aae; text-decoration:none;}
/****************************************************************
*						Lists			          			    *
*****************************************************************/
ul {padding-left:0;}
li {list-style:none;}
 /***************************************************************
*						Images									*
*****************************************************************/
.icaew-logo {display:block; margin:.5em auto;}
.logo {margin-top:20px;}
 /***************************************************************
*						Sliders									*
*****************************************************************/

/****************************************************************
*						Forms									*
*****************************************************************/

/****************************************************************
*						Buttons								    *
*****************************************************************/
.btn-info {background-color:#ae8a79; color:#fff; border:0;}
.btn-info:hover {background-color:#8d6d5f;}
/****************************************************************
*						Custom Styles					        *
*****************************************************************/

/****************************************************************
*				      Extra small devices	          			*
*****************************************************************/
@media only screen and (min-width : 480px) {}

/****************************************************************
*				      Small devices, tablets					*
*****************************************************************/
@media only screen and (min-width : 768px) {
#contact {text-align: right;padding-right: 40px; display: block;}
#contact h3 {margin-top:15px;}
#logo img {margin:20px 0; display:block;}
.jumbotron {background:#ccc url(../img/female-accountant-banner.jpg) center center no-repeat; background-size:cover; color:#fff; padding-top:50px; padding-bottom:50px;}
}

/****************************************************************
*				     Medium devices, desktops					*
*****************************************************************/
@media only screen and (min-width : 992px) {
#contact {text-align: right;padding-right: 40px; display: block;}
.jumbotron {background:#ccc url(../img/female-accountant-banner.jpg) center center no-repeat; background-size:cover; color:#fff; padding-top:20px; padding-bottom:20px;}
footer p {margin-bottom:0; padding:0;}
}

/****************************************************************
*				   Large devices, widescreens					*
*****************************************************************/
@media only screen and (min-width : 1200px) {
#contact {text-align: right;padding-right: 0px; display: block;}
.jumbotron {background:#ccc url(../img/female-accountant-banner.jpg) center center no-repeat; background-size:cover; color:#fff; padding-top:150px; padding-bottom:150px;}
}


