@charset "UTF-8";
/* CSS Document */

*{
	
	
	margin: 0; padding: 0;
	text-decoration: none;
	
}

  .bg{

}

.callbtn{
	visibility: visible;
	color: white;
}

header{
	position: fixed;
	height: 100px;
	top: 0; left: 0; right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	text-transform: capitalize;
	z-index: 1000;
}

header .logo img{
	height: 100px;
	padding-left: 20px;
	
}

header .navbar ul{
	list-style: none;
	visibility: hidden;

		
		
}

header .navbar ul li{
	position: relative;
	float: left;
}

header .navbar ul li a{
	font-size: 20px;
	padding: 20px;
	color: white;
	display: block;
	
}

header .navbar ul li a:hover{
	color: #00163a;
}


header .asslogo img{
	height: 50px;
	margin-right: 20px;
	border: 2px solid #fa4616;
}

#menubar{
	display: none;
}

header label{
	font-size: 30px;
	color: #333;
	cursor: pointer;
	display: none;
}


.cta{
background:#00163a;
padding:10px 18px;
border-radius:5px;
color:white;
text-decoration:none;
font-weight:bold;
	margin-right: 20px;
}

.cta:hover{
background:#25b9f2;
}









/*toptierhomebuyersbox*/

.ttmain{
display: flex;
flex-direction: column;
width: 100%;
height:100vh;
background-image: url("images/StPaulMN-DowntownSunsets.jpg");
opacity: 0.99;
background-size:cover;
background-position:center;
 background-repeat:no-repeat;
	padding-top: 200px
}
.tthbtext{
	text-align: center;
	color: white;
	text-transform: capitalize;
	font-size: 80px;
	
}

.ttmainb2{
	display: flex;
	justify-content: space-evenly;
}

.citiesbox{
	color: white;
	
}

.biglogo{
	visibility: hidden;
	height: 0;
}



.cbwrapper{
	background-color: #AEABAB;
	padding: 5% 5% 5% 5%;
	display: flex;
	flex-direction: column;
	align-content: center;
	
}

.cashbox{
	display: flex;
	align-content: center;
	flex-direction: column;
	background-color: white;
	width: 100%;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
	margin-bottom: 50px;
	border-radius: 25px;
}


.cb1{
	display: flex;
	padding: 20px 0px 20px 0px;
	font-size: 24px;
	
		
}

.cb2{
	display: flex;
	flex-direction: row;
}



.gco{
	color: white;
	text-shadow: 2px 2px 5px black;
	margin: 0px 0px 0px 20px;

}
.cash{
height: 200px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	margin: 0px 0px 20px 20px ;
}

.p1{
	display: flex;
	align-content: center;
	justify-content: center;
	font-size: 18px;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 10px;
	
}











/*toptierhomebuyersbox*/





.formlabel{
	width: 15%;
	height: 20px;
	background-color: red;
	color: white;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	margin-left: 10%;
	margin-top:  10%;
	margin-bottom: 1%;
	border-radius: 5px;

}
.formbox{
	width: 80%;
	margin: 0px 10% 0% 10%;
	
	
	
}

.contactform{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

form{
	background-color: #AEABAB;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	
	
}


	
.fbox1{
	display: flex;
	justify-content: center;
	justify-content: space-evenly;
	align-content: center;
	padding: 25px;
	color: white;
}
.fbox2{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	
}
.fbox3{
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
}

input{
	width: 30%;
    font-size: 18px;
	border-style: none;
	border-bottom: 2px solid white;
	background-color: #AEABAB;
	color: white;
	
		
}



textarea{
	width: 80%;
	height: 100px;
	margin: 20px;
	background-color: white;
	
	
}
input::placeholder{
	color: white;
	font-size: 18px;
	font-style: italic;
	
	
}

button{
	background-color: #25b9f2;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	padding: 10px;
	margin: 10px;
	width: 15%;
	transition-duration: .4s;
	
	
}



button:hover{
	background-color: #00163a;
	
}









/*toptierhomebuyersbox*/

.qabox{
	display: flex;
	flex-direction: column;
	padding: 10% 20% 0% 20%;
}

.qaboxsec{
	display: flex;
	flex-direction: column;
	width: 100%;
	border-bottom: 1px solid black;

}

h3{
	font-size: bold;
	margin: 20px 0px 10px 0px;
}

.footerbox{
	text-align: center;
	background-color: #25b9f2;
	width: 100%;
	font-size: 18px;
	margin-top: 50px;
	color: white;
	
		
}




/*offer page*/

.ttmainoffer{
	display: flex;
flex-direction: column;
width: 100%;
height:100vh;
background-image: url("images/StPaulMN-DowntownSunsets.jpg");
opacity: 0.99;
background-size:cover;
background-position:center;
 background-repeat:no-repeat;
	padding-top: 200px
	
}

.contactform2{
	
	box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	border: 1px solid black;
	
	
	
}




@media (max-width: 600px){
	
	
	.ttmainb2{
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	text-align-last: center;
}
	
	.biglogo{
		visibility: hidden;
		height: 0px;
	}
	
	.biglogo2{
		visibility: hidden;
	}

	
	.cb2{
	display: flex;
	flex-direction: column;
	alin-content: center;
	margin-bottom: 10px;
}
	
	.cash{
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	margin: 0px 20px 20px 20px ;
}
	
.ttmainoffer{
display: flex;
flex-direction: column;
width: 100%;
background-image: url("images/StPaulMN-DowntownSunsets.jpg");
opacity: 0.99;
background-size:cover;
background-position:center;
 background-repeat:no-repeat;
	padding-top: 0px
}
	
	header{
		visibility: visible;
		height: 0px;
	}	
	
	.cta{
		font-size: 12px;
		width: 100px;
		text-align: center;	
	margin-top: 50px;
	}

	
header .logo img{
	width: 5%;
	visibility: hidden;
	text-align: center;
	
}
	
	.logo2{
		visibility: visible;
		display: flex;
		justify-content: center;
		height: 205px;
		margin-top: 25px;
		

	}
	
	
	.ttmainb1{
		display: flex;
		justify-content: center;
		width: 100%;
		
	}
	
	.ttmainb2{
		
	}
	.tthbtext{
		visibility: hidden;
		height: 0px;
	}
	.biglogo{
		visibility: visible;
		height: 250px;
	}
	.formbox{
	 padding-top: 20px;
		background-color: #AEABAB;
	}	
.fbox1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-content: space-evenly;
	align-content: center;
	padding: 0px;
	color: white;
}
	input{
		width: 90%;
		margin: 0px 5% 20px 5%;

	}
	
button{
	background-color: #25b9f2;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	padding: 10px;
	margin: 10px;
	width: 20%;
	transition-duration: .4s;
}
	.formlabel{
	width: 50%;
	height: 20px;
	background-color: red;
	color: white;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	margin-left: 10%;
	margin-top:  10%;
	margin-bottom: 1%;
	border-radius: 5px;


}
	
 .callbox{
		display: flex;
		justify-content: center;
		color: white;
		position: fixed;
		bottom: 10px;
		width: 100%;
	}
	 .callbtn{
	visibility: visible;
	background-color: red;
    text-decoration: none;
	radius:  20px;
    font-size: 18px;
		 width: 20%;
		 border: white solid 2px;
		 border-radius: 5px;
		 color: white;
		 text-align: center;
}

	
}
