body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}


* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

@font-face {
    font-family: 'mlb_astrosregular';
    src: url('fonts/MLBASTRO-webfont.eot');
    src: url('fonts/MLBASTRO-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/MLBASTRO-webfont.woff2') format('woff2'),
         url('fonts/MLBASTRO-webfont.woff') format('woff'),
         url('fonts/MLBASTRO-webfont.ttf') format('truetype'),
         url('fonts/MLBASTRO-webfont.svg#mlb_astrosregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'new_ciclefina';
    src: url('fonts/New_Cicle_Fina-webfont.eot');
    src: url('fonts/New_Cicle_Fina-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/New_Cicle_Fina-webfont.woff2') format('woff2'),
         url('fonts/New_Cicle_Fina-webfont.woff') format('woff'),
         url('fonts/New_Cicle_Fina-webfont.ttf') format('truetype'),
         url('fonts/New_Cicle_Fina-webfont.svg#new_ciclefina') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,html {
padding:0px;
margin:0px;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/********Logo*********/
img {

  max-width: 100%;

}
/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 1024px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: #fff;
  font: normal 100%/1.4 sans-serif;
}

section {
  border-bottom: 1px solid #999;
  text-align: center;
  padding: 100px 0 0;
  height: 800px;
  width: 100%;
}

h1 {
  margin-bottom: .5em;
}

p {
  width: 90%;
  margin: 0 auto;
}

/********Logo*********/


#logo {
margin-left:20px;
float:left;
height:75px;
width:75px;
background-size:cover;
background-image:url("images/mainlogo.png");
}

/***Used for image replacement***/
#logo span { 
display:none;
}



/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: #35a4dc;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  height:75px;
}



/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

/**********Nav Fonts**********/
@font-face {
    font-family: 'mlb_astrosregular';
    src: url('fonts/MLBASTRO-webfont.eot');
    src: url('fonts/MLBASTRO-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/MLBASTRO-webfont.woff2') format('woff2'),
         url('fonts/MLBASTRO-webfont.woff') format('woff'),
         url('fonts/MLBASTRO-webfont.ttf') format('truetype'),
         url('fonts/MLBASTRO-webfont.svg#mlb_astrosregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
 padding-right:20px;
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 1024px) {
  .nav-collapse {
    float: right;
    width: auto;
  }
  
  .nav-collapse ul {
   padding-top:15px;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  font-family: 'mlb_astrosregular';
  font-size:1.4em;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  background: #35a4dc;
  padding:10px;
  color: #fff;
  width: 100%;
  float: left;
}

.nav-collapse a:hover {
 color:#0A627D;
}


.nav-collapse a:active,
.nav-collapse .active a {
  color:#0A627D;
}

@media screen and (min-width: 1024px) {
  .nav-collapse a {
    padding:10px;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
 padding-top:25px;
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 1024px) {
  .nav-collapse ul ul a {
  padding-top:25px;
padding-right:35px;
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("icons/responsivenav.eot");
  src:url("icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("icons/responsivenav.ttf") format("truetype"),
    url("icons/responsivenav.woff") format("woff"),
    url("icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}


/********Greeting/Introduction Content*******/
#greeting {
padding:10px;
margin-top:75px;
width:100%;
background-image:url("images/greetingbg2alt.png");
background-repeat:no-repeat;
background-size:cover;
background-color:#A4A4A2;
min-height:500px;


}

#greeting h1 {
font-family: 'new_ciclefina';
font-weight:100;
text-align:center;
margin:90px 0 0 0;
color:white;
font-size:60px;
}

#titlename {
display:block;
margin:0 auto;
padding:0px;
max-height:120px;
max-width:250px;
}

#greeting ul {
margin-top:10px;
padding:0px;
text-align:center;
list-style:none;
}

#greeting li {
display:inline-block;
}

#greeting a {
font-family: 'Raleway', sans-serif;
padding:15px;
text-decoration:none;
color:#545554;
width:auto;
border-radius: 50px; 
-moz-border-radius: 50px; 
-webkit-border-radius: 50px; 
display:inline-block;
margin:10px;
background-color:white;
-webkit-box-shadow: 4px 6px 32px -1px rgba(0,0,0,0.25);
-moz-box-shadow: 4px 6px 32px -1px rgba(0,0,0,0.25);
box-shadow: 4px 6px 32px -1px rgba(0,0,0,0.25);
}

#greeting a:hover {
color:white;
border-radius: 50px; 
-moz-border-radius: 50px; 
-webkit-border-radius: 50px; 
display:inline-block;
margin:10px;
background-color:#A4A4A2;
-webkit-box-shadow: 4px 6px 32px -1px rgba(0,0,0,0.25);
-moz-box-shadow: 4px 6px 32px -1px rgba(0,0,0,0.25);
box-shadow: 4px 6px 32px -1px rgba(0,0,0,0.25);
}

/********Content Container*******/
#container {
margin:0 auto;
width:90%;
}

/********Section Classes*******/

.section-icon{
display:block;
max-width:100px;
margin:20px auto;
}

.section-question {
padding-top:75px;
font-family: 'Raleway', sans-serif;
font-weight:600;
font-size:2.5em;
text-align:center;
}

/********Section Divider*******/

#sectionend {
margin:0px auto;
border-bottom: 1px solid #999;
padding-bottom:75px;
width:70%;
}


/********Services*******/
#services {
margin:0px auto;
max-width:600px;

}



.titles {
margin-top:10px;
margin-bottom:15px;
font-family: 'Raleway', sans-serif;
font-weight:600;
font-size: 30px;
text-align:center;
text-decoration:underline;
color:#373737;
}

.content {
font-family: 'Oxygen', arial, sans-serif;
line-height:1.6em;
}

/********Portfolio*******/

#portfolio {
margin: 0 auto;
text-align:center;
max-width:1200px;
overflow:auto;
}


#gallery {

text-align:center;

padding:0px;

list-style:none;

margin: 0 auto;

max-width:1550px;

}



#gallery ul {
margin:10px auto;
}


#gallery li{
float:left;
display:inline-block;
width:40%;
height:auto;
margin:5% 5% 0 5%;
}




#gallery p, #gallery a {
font-family: arial;
font-weight:bold;
margin-top:5px;
text-decoration:none;
color:black;
}

#gallery img {
margin-bottom:10px;
}

.imagedropshadow { 
padding: 5px; border: solid 1px #EFEFEF; 
} 

a:hover img.imagedropshadow { 
border: solid 1px #CCC;
-moz-box-shadow: 1px 1px 5px #999;
-webkit-box-shadow: 1px 1px 5px #999;
box-shadow: 1px 1px 5px #999; 
color:red;
}


/********Portfolio Items*******/


#portcontainer {

margin: 0 auto;

  text-align:center;

  max-width: 650px;

  padding: 0 5%;

}

#portdescription h1 {

font-family: arial;

color:#0f4861;

font-size:20pt;

}


#portdescription{

text-align:left;

padding:15px;

margin-bottom:15px;

border-bottom:1px solid #999;
}

.content a {
color:#35a4dc;
font-weight:bold;
}

.content a:hover {
 color:#0A627D;

}

.content a:visited {
color:#35a4dc;
}


#portcontainer img {
padding-bottom:5%;
}

#nextprev {

text-align:center;

padding:0px;
margin: 0 auto;
padding-top:90px;

clear:both;

max-width:650px;

}



#nextprev ul {

list-style:none;



text-align:center;

padding:0px;

}



#nextprev li {
background:#c7c7c7;
display:inline-block;
width:46.5%;
}



#nextprev li:hover {

background-color:#09496d;

color:white;

}



#nextprev a {

display:block;

text-decoration:none;

font-family: 'Economica', sans-serif;

font-size:14pt;

color:white;

height:40px;

padding-top:10px;


}



#nextprev li a:hover {

color:white;

}

.next {
border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px;
-webkit-border-radius: 0px 5px 5px 0px;
}

.previous {
border-radius: 5px 0px 0px 5px;
-moz-border-radius: 5px 0px 0px 5px;
-webkit-border-radius: 5px 0px 0px 5px;
}



.previous  a{

text-align:left;

padding-left:3%;

}



.next a {

text-align:right;

padding-right:3%;


}

/********About*******/
#blog {
margin:0 auto;
max-width:600px;
text-align:center;
}

#blogsoon {
max-width:80%;
}


/********About*******/

#about {
margin: 0 auto;
max-width:600px;
height:auto;
}

.about-photo {

  display: block;

  max-width: 50%;

  margin: 0 auto 20px;

  border-radius:100%;

}

/********Contact*******/

#contact {
margin: 0 auto;
max-width:400px;
height:auto;
}

.contact-subhead {
font-family:arial, sans-serif;
font-weight:bold;
text-align:center;
}

.email-link {
width: 150px;
height: 150px;
display: block;
background: #33A1DB url(images/email-icon.png) no-repeat center center;
/* rounded corners */
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
background-size:100%;
margin:0 auto;
margin-bottom:50px;
/* background color transition */
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
}

.email-link:hover {
background: #0A627D url(images/email-icon.png) no-repeat center center;
background-size:100%;
display:block;
margin:0 auto;
min-height:150px;
max-width:150px;
margin-bottom:50px;
}

.contact-sections {
padding:10px;
font-family:arial, sans-serif;
font-size:1.2em;
font-weight:bold;
text-align:center;
color:#33A1DB;
}

#socialmedia {
margin:0px auto;
text-align:center;
}



#socialmedia ul {
margin:15px;
padding:0px;
}



#socialmedia li {
display:inline-block;
margin:10px;
}



#socialmedia li a {
display:block;

text-indent:-9999px;
height:60px;
width:60px;
}



#socialmedia li.linkedin {
background:url(images/smicon1.png) no-repeat center;
background-size:100%;
padding-right:0px;
}



#socialmedia li.linkedin:hover{

background:url(images/smicon1hover.png) no-repeat center;

background-size:100%;

padding:0px;

}

#socialmedia li.twitter {

background:url(images/smicon2.png) no-repeat center;

background-size:100%;

padding-right:0px;

}

#socialmedia li.twitter:hover{

background:url(images/smicon2hover.png) no-repeat center;

background-size:100%;

padding-right:0px;

}

#socialmedia li.facebook {

background:url(images/smicon3.png) no-repeat center;

background-size:100%;

padding-right:0px;

}

#socialmedia li.facebook:hover{

background:url(images/smicon3hover.png) no-repeat center;

background-size:100%;

padding-right:0px;

}

/********Footer*******/

footer {
	margin:50px auto;
	text-align:center;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}

/********Back to Top*******/

#back-top a {
	margin:0 auto;
	width: 80px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 80px;
	height: 80px;
	display: block;
	margin-bottom: 7px;
	background: #fff url(images/uparrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	
}
#back-top a:hover span {
	background-color: #777;
	background: #fff url(images/uparrowhover.png) no-repeat center center;
}











