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

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

.biglogo{
	height: 0px;
}
.logo2{
	height: 0px;
	visibility: hidden;
}
.ttmainoffer{
display: flex;
flex-direction: column;
width: 100%;
background-image: url("images/tampa.jpg");
opacity: 0.99;
background-size:cover;
background-position:center;
 background-repeat:no-repeat;
	padding-top: 150px
}
.tthbtext{
	text-align: center;
	color: white;
	text-transform: capitalize;
	font-size: 80px;
	
}

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;
}



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;
	visibility: hidden;
}

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







.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;
	visibility: hidden;

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

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

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


	
.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;
	color: white;
	background-color: transparent;
	
		
}

input::placeholder{
	color: white;
	font-size: 18px;
	font-style: italic;
	
	
}



textarea{
	width: 80%;
	height: 100px;
	margin: 20px;
	background-color: white;
	
	
}

textarea::placeholder{
	color: black;
}


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;
	
}

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




@media (max-width: 600px){

	
	.ttmainoffer{
display: flex;
flex-direction: column;
width: 100%;
background-image: url("images/tampa.jpg");
opacity: 0.99;
background-size:cover;
background-position:center;
 background-repeat:no-repeat;
	padding-top: 0px
}
	
	header{
		visibility: hidden;
		height: 0px;
	}	

	
header .logo img{
	width: 300px;
	visibility: hidden;
	
}
	
	.logo2{
		visibility: visible;
		display: flex;
		justify-content: center;
		height: 150px;
		margin-top: 25px;
		

	}
	
	
	.ttmainb1{
		display: flex;
		justify-content: center;
		width: 100%;
		
	}
	.tthbtext{
		visibility: hidden;
		height: 0px;
	}
	.biglogo{
		visibility: visible;
		height: 100px;
	}
	
.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;
	
	
}
	
.callbox{
		display: flex;
		justify-content: flex-end;
		color: white;
		position: fixed;
		top: 20px;
		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;
		 margin-right: 20px;
}

	
	
	
	
	
	
	
}
