@charset "UTF-8";
*{
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
	margin: 0;
	padding: 0;
}

img{
display:block;
}

ul{
	list-style: none;
}

html{
	font-size:15px;
}

.title_container{
	width: 100%;
	/* /background-color: #0B3C5D; */
	background-color: #072940d0;
	padding-bottom: 5px;
	display:flex;
	flex-direction: column;
	justify-content: center;
}
/* @media only screen and (max-width:1050px){
    html{
        font-size:75%;
    }
} */
header{
	border: 1px;
	text-align: center;
}
.animation_area{
position:relative;
}


#title{
	color: #D9B310;
	font-size: 4rem;
	font-weight: normal;
}
nav{
	width: 100%;
	display: flex;
	flex-direction: row;
}
.nav_box{
	flex-grow: 1;
	width: 100px;
	border-left: 2px solid #D9B310;	
	font-size: 1.75rem;
    text-decoration: none;
    color: white;
	font-weight: bold;
    transition: color .5s linear, background-color .5s linear;
	background-color: #072940;
}
.nav_box:first-child{
	border-left: none;
}

.nav_box a{
	display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: inherit !important;
	color: inherit;

}
.container_contact_info{
	width: 25vw
}
.container_contact_info div{
	flex-grow: 1;

}
.contact_info{
	text-decoration: none;
	color: white;
    transition: color .25s linear;
}
.contact_info:hover{
	color:#D9B310
}
.cite{
    text-decoration: none;
 	color: #D9B310;
}
.nav_box a:hover{
    background:#373f58;
}
.nav_box:hover{
    flex-grow: 1.5;
}
.nav_box{
    transition: flex-grow .25s linear;
}

#sub_title{
	font-size: 1.35rem;
	color:white;
}
body{
	display: flex;
	flex-direction: column;
	min-height:100vh;
	position:relative;
	background: linear-gradient(#072940, #5e2398a1);
}

main{
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 3rem;
	row-gap: 1vh;
}

.content_container{
	padding: 1rem;
	border-radius: 20px;
	background-color: #072940d0;
	color: white;

	/* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.content_container_home{
    margin-bottom: 25vh;
	width: 80%;
}
.content_container_package ul{
	margin-left: 2.5rem;
	text-indent: -1.8rem;
}
/* .content_container_package li{
	list-style: none;
} */
.content_container_package li::before{
	content: '';
	position: relative;
	display: inline-block;
	width: 1.75rem;
	height: 1.75rem;
	background-image: url('./images/car.svg');
	background-size:contain;
	background-repeat: no-repeat;
	top: .875rem;
	right: 0.5rem;
}

#mobile_nav{
	display: none;
}
.title_font{
	font-size: 2rem;
}
.medium_font{
    font-size: 1.75rem
}
.small_font{
    font-size: 1rem
}
.content_header{
	text-align: center;
	margin: auto;
	margin-bottom: 1rem;
}
.center{
	text-align: center;
	margin: auto;
}

.content_container p {
	font-size: 1.9rem;
	text-align: center;
}
.content_container_package{
	width: 50rem;
	min-height: 30vh;
}
.flex_row{
	display: flex;
	flex-direction: row;
}
.col_gap{
	column-gap: 8rem;
}
.flex_col{
	display: flex;
	flex-direction: column;
	column-gap: 8rem;
}
.content_container_address{
    width: 25rem;
    font-size: 1.5rem;
    text-align: center;
}

#carpic2{
	width:60vw; /* you can use % */
    height: auto;	
}

footer{
	width: 100%;
	color: #D9B310;
	background-color: #32394d;
	padding: .5rem 0rem .5rem;
	font-size: 1.1rem;
	text-align: center;
}

.building_background{
	background-image: url('./images/tucson_building.webp'); /* */
	background-repeat: no-repeat;   
	background-size: 100% 100%; 
}
.car_background{
    background-image:url('./images/home_image.webp');
    background-size:cover;
}
    

.content_container_contact{
	display: flex;
	flex-direction: column;
}

.sign_container {
	z-index: -1;
	flex: 0 1 100%;
  }
.signs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0px;  
  }
  
.signs li {
	  position: absolute;
	  display: block;
	  list-style: none;
	  width: 30px;
	  height: 30px;
	  bottom: -150px; 
	  background-image: url('./images/stop_sign.svg');
	  background-size: cover;
	}

.car_anim_container{
	z-index: -1;
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.car_anim {
    position: absolute;
    left: 110vw;
    width: 20rem;
    height: 13rem;
    background-image: url('./images/car.svg');
    background-size: contain;
    background-repeat: no-repeat;
    animation: example infinite;
    animation-duration: 10s;
}
.dog_anim {
    position: relative;
    width: 100%;
    height: 60%;
    top: -23%;
    left: 5%;
    background-image: url(./images/dog_car.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
.anim_bottom{
	bottom: 5vh
}
.cloud_anim{
	position:absolute;
	right: calc(50vw - 110px);
	width:100px;
	height:100px;
	background-image: url('./images/cloud.svg');
	background-size: contain;
	background-repeat: no-repeat;
	animation: cloud infinite;
	animation-timing-function: linear;
	animation-duration: 10s;
}

@keyframes cloud{
	0%,100% {opacity:0;}
	49%{opacity: 0;}
	51%{opacity: 1; transform:translateY(0px) scale(.1) rotate(-0turn)}
	60%{transform:translateY(-10vh) translateX(25vw) scale(1) rotate(-.2turn);}
	90%{transform:translateY(-30vh) translateX(50vw) rotate(-.5turn); opacity: 0}
}

@keyframes example {
	0%   {transform: translateX(0vw);}
	50%   {transform: translateX(-65vw);}
	100% {transform: translateX(-250vw);}
}

@media screen and (max-width:800px){
    html{
        font-size:55%;
    }
	.title_container{
		height: 8vh;
	}
	#title{
		font-size: 3rem;
	}
	#sub_title{
		font-size: 1.25rem;
	}
	
	.nav_box{
		flex-grow:1;
		column-gap: 5vw;
	}
	.building_background{
		background-image: url(./images/tucson_building_phone.webp);
	}
	.car_background{
		background-image: url(./images/home_image_phone.webp);
	}
	.content_container{
		width: 95%;
		min-height: 20vh;
	}
	.content_container_home{
		text-align: center;
	}
	nav{
		display: none;
	}
	#mobile_nav{
		display: flex;
	}
	.icon{
		width: 25px;
		height: 25px;
		padding: 5px;
	}

	.content_container_package li{
		margin-top: 1rem;
	}

	.anim_bottom{
		bottom: 15vh;
	}

	.content_container p {
		font-size: 1.8rem;
		text-align: left;
	}
	.address_font{
		font-size: 2.3rem;
		padding-top: 6%;
	}
	.container_contact_info div{
		font-size: 2.2rem;
	}
}