wdiv {
	border: 1px solid #000;
}

body {
	background: url('../../background2.jpg');
	background-size: auto;
	background-repeat: ;
	background-attachment: fixed;

}

.container {
	width: 80%;
}

.rem-right-margin {
	margin-right: 0px;
}

.rem-margins {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}

.loginbutton1 {
	margin-top: 10px;
	height: 100px;
	background-color: #EF144A;
	color: #fff;
}

.loginbutton2 {
	margin-top: 10px;
	height: 100px;
	background-color: #202020;
	color: #fff;
}

.loginbutton:hover {
	color: yellow;
}

.loginbutton2:hover {
	color: red;
}

.nav-link-font {
	font-size: 1.6em;
}

.jumbotron-img {
	background: #fff url('../../images/home-masthead.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	/*overflow: hidden;*/
}

.buyers-masthead {
	/*background: #fff url('../../images/buyers-masthead.png');*/
	background: #fff url('../../images/masthead-buyers.png');
	background-size: cover;
	height: 350px;
	width: 100%;
	overflow: hidden;
}

.sellers-masthead {
	background: #fff url('../../images/sellers-masthead.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	width: 100%;
	overflow: hidden;
}

.agents-masthead {
	background: #fff url('../../images/agents-masthead.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	width: 100%;
	overflow: hidden;
}

.about-masthead {
	background: #fff url('../../images/about-masthead.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	width: 100%;
	overflow: hidden;
}

.contact-us-masthead {
	background: #fff url('../../images/contact-us-masthead.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	width: 100%;
	overflow: hidden;
}

.masthead-col {
	background-color: ##EF144A;
}

.tile-header {
	background-color: #000;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer-bottom {
	background-color: #000;
}

div.footer-padding {
	padding: 12px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	
}

.footer-padding a {
	float: left;
}

.footer-padding a {
	color: #fff;
}

.footer-tag {
	color: #fff;
	text-align: center;
}

.nav-bar {
	background-color: #000;
}

.nav-bar a {
	color: #fff;
	font-size: 18px;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: red;
}

.top-spacer {
	padding-top: 20px;
	padding-bottom: 20px;
}
/*previous edits*/

.masthead-logo {
	padding: 0px;
	margin-right: 0px;
	margin: 0px;
	width: 1125px;
	background-color: red;
}

.masthead-text {
	background-color: red;
	padding: 0px;
	margin: 0px;
	min-height: 420px;
}

.rem-right-pad {
	padding-right: 0px;
}

.navbar-rem-margin {
	margin-bottom: 0px;
}

.rem-mar-pad {
	padding: 0px;
	margin: 0px;
}

.pad-top {
	padding-top: 10px;
}

.nav-justified > li{
    float:none;
}

.logo-padding {
	padding: 15px;
}

.li-bullet-points {
	font-size: 18px;
}

.img-border {
	border: 1px solid #000;
}