/* SMALL PHONES - PORTRAIT */

@media (max-width:630px){

h1 {
	font-size: 3em;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	/*font-family: brush-script-std;*/
	font-family: brush-script-std, "Merienda One", cursive;
	color: #222325;
	margin-left: 0px;
	margin-top: -10px;	
}

header h2 {
	display: none;
}

nav {
	/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-style: normal;
	font-weight: 400;
	text-align: center;
	/*background-color: #222325;*/
	background-color: rgba(34,35,37,0.90);
	/*color: #fff;*/
	/*padding-left: 0px;*/
	/*padding-top: 8px;*/
	/*padding-bottom: 8px;*/
	margin-left: 20%;
	margin-right: 20%;
	border-radius: 3px;
	/*border-width: 0px;*/
}

nav a {

	color: #FFFFFF;
	text-decoration: none;
	font-family: jura;
	font-style: normal;
	font-weight: 400;
	font-size: 1.25em;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 0px;
	display: block;
	/*border-left-width: 0px;*/
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	border-bottom-style: solid;

	transition-property: color, background-color; 
	transition-duration: .1s;
	transition-timing-function: linear;
  	transition-delay: .1s;
}

/* COLOR TO GET RID OF EXTRA BORDER LINE */

#logistics {
	border-bottom-color: rgba(34,35,37,0.00);
}

/* COLOR FOR ACTIVE NAV A*/

.active {
	color: #85EEED;	
}

/* HOVER EFFECT FOR NAV */
nav a:hover {
	color: #58EEED;
	/*background-color: rgba(255,255,255,0.3);*/  /* White - makes highlighted nav a light gray*/
	border-radius: 3px;
}

/* HOVER EFFECT FOR LINKS */

a {
	/*background-color: #222325;*/
	color: #222325;
	font-weight: 900;
	font-size: 100%;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	border-radius: 3px;
}

a:hover {
	color: #58EEED;
	background-color: #222325;
	text-decoration: none;
	/*padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	border-radius: 3px;*/
}

section {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(255,255,255,0.35);
	background-repeat: no-repeat;
	border-radius: 3px;
	margin-right: 20%;
	margin-left: 20%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#portfolioPage {
	display: none;
	/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(255,255,255,0.35);
	background-repeat: no-repeat;
	border-radius: 3px;
	margin-right: 20%;
	margin-left: 20%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;*/

}

#portfolioPageSml {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(255,255,255,0.5);
	background-repeat: no-repeat;
	border-radius: 3px;
	margin-right: 20%;
	margin-left: 20%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#logisticsPage {
	display: none;
	/*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(255,255,255,0.35);
	background-repeat: no-repeat;
	border-radius: 3px;
	margin-right: 20%;
	margin-left: 20%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;*/

}

#logisticsPageSml {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(255,255,255,0.5);
	background-repeat: no-repeat;
	border-radius: 3px;
	margin-right: 20%;
	margin-left: 20%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}

footer {
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*background-color: #222325;*/
	background-color: rgba(34,35,37,0.90);
	
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	margin-left: 20%;
	margin-right: 20%;
	border-radius: 3px;
	font-size: small;
}



}
/* TABLET AND LAPTOP SIZED */

@media ( min-width : 630px ) and (max-width : 1000px ){

	

	h1 {
	font-size: 3em;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	/*font-family: brush-script-std;*/
	font-family: brush-script-std, "Merienda One", cursive;
	color: #222325;
	margin-left: 0px;
	margin-top: -1px;
}
h2 {
	/*font-family: playball;*/
	font-family: brush-script-std, "Merienda One", cursive;
	font-style: normal;
	font-weight: 400;
	color: #222325;
	text-align: center;
	margin-top: -30px;
}

nav {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	background-color: #222325;
	color: #FFFFFF;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 3px;
	border-width: 0px;
}
nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: jura;
	font-style: normal;
	font-weight: 300;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-radius: 0px;
	border-left-width: 0px;*/
	border-right-width: 1px;
	border-right-color: #fff;
	border-right-style: solid;
	

}


/* COLOR FOR ACTIVE NAV A*/

.active {
	color: #85EEED;	
}

/* HOVER EFFECT FOR NAV */
nav a:hover {
	color: #58EEED;
	/*background-color: rgba(255,255,255,0.3);*/  /* White - makes highlighted nav a light gray*/
}


/* COLOR TO GET RID OF EXTRA BORDER LINE */

#logistics {
	border-right-color: #222325;;
}	

section {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(255,255,255,0.5);
	background-repeat: no-repeat;
	border-radius: 3px;
	margin-right: 60%;
	margin-left: 10%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#portfolioPage {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(255,255,255,0.5);
	background-repeat: no-repeat;
	border-radius: 3px;
	margin-right: 10%;
	margin-left: 10%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#portfolioPageSml {
	display:none;
}

#logisticsPage {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(255,255,255,0.5);
	background-repeat: no-repeat;
	border-radius: 3px;
	margin-right: 10%;
	margin-left: 10%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#logisticsPageSml {
	display: none;
}

/* HOVER EFFECT FOR LINKS */

a {
	/*background-color: #222325;*/
	color: #222325;
	font-weight: 900;
	font-size: 100%;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	border-radius: 3px;
}

a:hover {
	color: #58EEED;
	background-color: #222325;
	text-decoration: none;
	/*padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	border-radius: 3px;*/

}

footer {
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*background-color: #222325;*/
	background-color: rgba(34,35,37,1.0);
	
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 3px;
	font-size: small;
}

/* KEEPS THE FOOTER AT THE BOTTOM OF THE PAGE */

body {
	margin:0;
	padding:0;
	height:100%;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#content {
	padding-bottom:125px; /* Height of the footer element */
}
#footer {
	
	width:100%;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
}
}


@media (min-width:1000px){

	h1 {
	font-size: 3em;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-family: brush-script-std, "Merienda One", cursive;
	color: #222325;
	margin-left: 0px;
	margin-top: -1px;
}
h2 {
	/*font-family: playball;*/
	font-family: brush-script-std, "Merienda One", cursive;
	font-style: normal;
	font-weight: 400;
	color: #222325;
	text-align: center;
	margin-top: -30px;
}

nav {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	background-color: #222325;
	color: #FFFFFF;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 3px;
	border-width: 0px;
}
nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: jura;
	font-style: normal;
	font-weight: 300;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-radius: 0px;
	border-left-width: 0px;*/
	border-right-width: 1px;
	border-right-color: #fff;
	border-right-style: solid;
	

}

/* COLOR FOR ACTIVE NAV A*/

.active {
	color: #85EEED;	
}

/* HOVER EFFECT FOR NAV */
nav a:hover {
	color: #58EEED;
	/*background-color: rgba(255,255,255,0.3);*/  /* White - makes highlighted nav a light gray*/
}


/* COLOR TO GET RID OF EXTRA BORDER LINE */

#logistics {
	border-right-color: #222325;;
}	

section {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(255,255,255,0.5);
	background-repeat: no-repeat;
	border-radius: 3px;
	margin-right: 60%;
	margin-left: 10%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#portfolioPage {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(255,255,255,0.5);
	background-repeat: no-repeat;
	border-radius: 3px;
	margin-right: 10%;
	margin-left: 10%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#portfolioPageSml {
	display:none;
}


#logisticsPage {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: rgba(255,255,255,0.5);
	background-repeat: no-repeat;
	border-radius: 3px;
	margin-right: 10%;
	margin-left: 10%;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#logisticsPageSml {
	display: none;
}

/* HOVER EFFECT FOR LINKS */

a {
	/*background-color: #222325;*/
	color: #222325;
	font-weight: 900;
	font-size: 100%;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	border-radius: 3px;
}

a:hover {
	color: #58EEED;
	background-color: #222325;
	text-decoration: none;
	/*padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	border-radius: 3px;*/
}

footer {
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*background-color: #222325;*/
	background-color: rgba(34,35,37,1.0);
	
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 3px;
	font-size: small;
}

/* KEEPS THE FOOTER AT THE BOTTOM OF THE PAGE */

body {
	margin:0;
	padding:0;
	height:100%;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#content {
	padding-bottom:125px; /* Height of the footer element */
}
#footer {
	
	width:100%;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
}

}