/*
Theme Name: Aaronvca.Tech
*/
body{
	height:100%;
}
html{
	min-height:100%;
	position:relative;
  	scroll-behavior: smooth;
}
.background{
	background-repeat:repeat-y;
	opacity:.1;
	position:absolute;
	top:0;
	bottom:-4%;/*Remove after adding Footer*/
	left:0;
	right:0;
	overflow:hidden;
	z-index:-2;
	background-size:100vw;
}

button{
	cursor:pointer;
	margin:20px;
}


.expand .noBorder{
	border:none;
}


/*main site structure all the expanding sections dropdowns*/
.colps{
	height:0px;
	overflow:hidden;
	-webkit-transition:height 500ms;
	-moz-transition:height 500ms;
	-o-transition:height 500ms;
	transition:height 500ms;
	background-color: rgba(0, 102, 153, 0.06);
	border-radius: 25px;
	border: 1px solid rgb(217, 217, 217);
}
.expand{
	cursor:pointer;
}
.expand:hover{
	background-color:rgba(0, 50, 0, .07);
}
.grey{
    background-color:rgba(0, 50, 0, .07);
}
tr{
	-webkit-transition:background-color 500ms;
	-moz-transition:background-color 500ms;
	-o-transition:background-color 500ms;
	transition:background-color 500ms;
}


.goTo{/*BUTTON THAT TAKES YOU TO THE OTHER IDENTICAL PHOTO BY DATE OR BY LOCATION*/
	margin-right: 20px;
	/*-webkit-appearance: none; 
	height:61px;
	margin-left: 15px; 
	display:inline-block; 
	height:60px; 
	padding-top:16px; 
	margin-top:-16px; 
	margin-bottom:-16px;*/
}
.photoDivs{
	display:inline-block;
}
.info{
	border:1px black solid; 
	padding:10px 5px 10px 5px; 
	margin:10px 5px 10px 5px;
}
.likes{
	margin:5px;
}
.heart{
	height:2em;
}
.hide{
	display:none;
}
.firstLine{
	margin:7px 0px 0px 0px;
}
.withinFirstLine{
	color:blue;
	cursor:pointer;
}
.withinFirstLine:hover{
	text-decoration:underline;
}
.secondLine{
	margin:7px 15px 15px 15px;
	line-height: 49px;
}
.buttons{
	line-height: 1.7em;
	border-radius: 5px;
}


.input{
	width:95vw;
}
#formDiv{
	margin-bottom:20px;
}
#pw{
	margin-bottom:20px;
}
.hiddenImgs{
	height:0px;
}



.bigScreenModalButtons{
	display:none;
}
.smallScreenModalButtons{
	display:flex;
}
.smallScreenModalButtons button{
	margin:0px;
}


.FirstTimeInstructions{
	opacity:0;
	background-color:rgba(255, 255, 255, .6);
	position:absolute;
	top:10px;
	left:5%;
	width:90%;
	-webkit-transition:opacity 500ms;
	-moz-transition:opacity 500ms;
	-o-transition:opacity 500ms;
	transition:opacity 500ms;
}

#location, #date{
	-webkit-transition:opacity 500ms;
	-moz-transition:opacity 500ms;
	-o-transition:opacity 500ms;
	transition:opacity 500ms;
}


#aaronPic{/*image of me in about page*/
	width:75%;
}
.locations{
	color:#4d0000;
}
#locationImg{/*image on about page in Aaron Section*/
	width:50%;
	display:none;
    max-width:98vw;
}
.preLoad{
	position:fixed;
	left:100vw;
}
#wc,#wm,#tsa{/*second and third and fourth div on about page in services section*/
	margin-top:20px;
}
.bigRows{/*row devoted to explanations of titles on about page in services section*/
	display:none;
}
#whoami{
	text-align:center;
}
.small{
	width: 90%;
	height:auto;
	padding:5px;
}
.small, .big{
	cursor:pointer;
}
@media only screen and (min-width: 576px){
	#aaron{/*image of me on about page in Aaron section*/
		width:75%;
	}
	.small{
		height:30vw;
	}
}
@media only screen and (min-width: 768px){
	#aaron{/*image of me on about page in Aaron section*/
		width:90%;
	}
	#whoami{
		text-align:left;
	}
	.small{
		height:25vw;
		width: auto;
	}
}
@media only screen and (min-width: 992px){
	#wc{/*second and third div on about page in services section*/
		margin-top:0px;
	}
	.bigRows{/*row devoted to explanations of titles on about page in services section*/
		display:-ms-flexbox;
		display:flex;
	}
	.smaller{/*explanations of titles on about page in services section*/
		display:none;
	}
	.small{
		height:18vw;
		width: auto;
	}
	.bigScreenModalButtons{
		display:flex;
	}
	.smallScreenModalButtons{
		display:none;
	}
}



