@charset "UTF-8";

/* NAV STYLES*/ 

/*------------------------------------------
  RESET
--------------------------------------------- */

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

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




/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */


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

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

.nav-collapse a:hover{
  opacity: .5;
  color: #eeee8b;
}

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

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

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: 16.666667%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #6488b9;
  border-bottom: 1px solid white;
  padding: 0.7em 1em;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }
}

.nav-collapse ul ul a {
  background: #6488b9;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    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 {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 90px;
  height: 55px;
  float: left;
}

.nav-toggle:before {
  color: #6488b9; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}
/* PAGE STYLES*/



#logo img{
    width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}


.linebreak{
  list-style: none;
}

/*type*/

a{
  font-family: 'Abel', sans-serif;
  color: #313f51;
  text-decoration: none;
}


a:hover{
 opacity: .5;
}


li{
    font-family: 'Abel', sans-serif;
}

p{
  font-family: 'Abel', sans-serif;
  font-size: 16pt;
  margin-top: 25px;
}

h4{
  font-family: 'Abel', sans-serif;
   color: #eeee8b;
   font-size: 36px;
}

h3 {
  font-family: 'Abel', sans-serif;
  font-size: 14pt;
  font-style: italic;
  font-weight: bold;
  line-height: .75em;
  margin-top:15px;
}

h2 {
  font-family: 'Abel', sans-serif;
  font-size: 36pt;
  color:#eeee8b;
  line-height: 1em;
  padding-bottom: 10px;
}


h1 {
  font-family: 'Abel', sans-serif;
  font-size: 72pt;
  margin: 50px auto 15px auto;
  color:#6488b9;
  line-height: 1.5em;
}




/*about*/


#about{
  margin-left:50px;
  padding-top: 50px;
}

#aboutparagraph{
  width: 40%;
  margin-right: 10%;
    float: left;
}

#servicesandclients{
  margin-left: 50px;
}



#services{
  float: left;
    margin-right: 5%;

}

#clients{
  margin-top: 50px;
}



/*projects*/

#projects a{
  color:#6488b9;
}

#projects{
  margin-left: 50px;
  padding-top: 25px; 
  clear:left;

}

#projects h1{  
  padding-top: 50px;
}

#projectsitem1{
  padding-left: 25px;
}

/***STORE STYLES***/
#store h1 {
  color:white;
}

#store{
  padding-left: 50px;
  margin-top: 50px;
  clear:left;
  background-color: #6488b9;
  height:600px;
}

.storeitem{
  width: 21%;
  float: left;
  margin:25px 20px 75px 20px;
}

.storeitem img{
  width: 90%;
  padding-bottom: 25px;
}

.storeitem a{
  color: #fff;
  padding-right: 25px;
}


/*TEAM*/

#team{
  clear:left;
  padding-top: 25px;
  margin-left: 50px;
}

#daraimage{
  float:left;
  margin-right: 65px;
}

#dara{
  margin-bottom:200px; 
}

#dara p { 
  padding-right: 48%;
}


#michaelimage{

  float:left;
  margin-right: 65px;
}

#michael{
  margin-bottom:250px; 
}

#michael p {  
    padding-right: 50%;

}


/*Contact*/

#contact h1{
  color:white;

}


#contactdara{
  float:left;
  padding-right: 225px;

}

#contactinfo{
  color: #eeee8b;
    list-style-type: none;
    font-size: 16px;
}

#contact{
  padding-left: 50px;
  background-color: #6488b9;
  height:350px;

}

#contactinfo a{
  color:#eeee8b;
  text-decoration: none;
}

#contactinfo a:hover{
  opacity: .5;
}

#contactinfo a:visited{
  color:#000454;
}

/*Updates*/

#update{
  padding-top:25px;
  padding-bottom: 150px;
  padding-left: 50px;
}

#update p{
  margin-right: 45%;
}
#updatetext{
  padding-bottom: 35px;
}

s
#meaningfulway img{
  margin-right: 35px;
  float: left;
  
}

#mwp{
  padding-top: 35px;

}


/*footer*/

footer{
  background-color: #6488b9;
  height: 130px;
}


footer img{
  width: 50%;
}

footer h3 {
  float:left;
  margin:55px;
    color: #eeee8b;
    text-align: left;
}


#footerlineone{
  font-size: 24px;
  margin-bottom: 0px;
}

#footerlinethree{
  padding-top: 5px;
}

#footerlinetwo{
  padding-top: 5px;
}


#socialmedia{
  padding-top: 35px;
  
}

#socialmedia img{
  width:50px;
  position: relative;
  left: 45%;
}

#socialmedia a{
  text-decoration: none;
  padding:10px;
}

#socialmedia a:hover{
  opacity: .5;
}

#socialmedia a:visited{
  color:#000454;
}


footer a{
  color:#eeee8b;
  text-decoration: none;
}

footer a:hover{
  opacity: .5;
}

footer a:visited{
  color:#000454;


}


/***MEDIA QUERIES***/

@media only screen and (max-width: 2200px) {


/* PAGE STYLES*/



#logo img{
    width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}


.linebreak{
  list-style: none;
}

/*type*/

a{
  font-family: 'Abel', sans-serif;
  color: #313f51;
  text-decoration: none;
}


a:hover{
 opacity: .5;
}


li{
    font-family: 'Abel', sans-serif;
}

p{
  font-family: 'Abel', sans-serif;
  font-size: 16pt;
  margin-top: 25px;
}

h4{
  font-family: 'Abel', sans-serif;
   color: #eeee8b;
   font-size: 36px;
}

h3 {
  font-family: 'Abel', sans-serif;
  font-size: 14pt;
  font-style: italic;
  font-weight: bold;
  line-height: .75em;
  margin-top:15px;
}

h2 {
  font-family: 'Abel', sans-serif;
  font-size: 36pt;
  color:#eeee8b;
  line-height: 1em;
  padding-bottom: 10px;
}


h1 {
  font-family: 'Abel', sans-serif;
  font-size: 72pt;
  margin: 50px auto 15px auto;
  color:#6488b9;
  line-height: 1.5em;
}




/*about*/


#about{
  margin-left:50px;
  padding-top: 50px;
}

#aboutparagraph{
  width: 40%;
  margin-right: 10%;
    float: left;
}

#servicesandclients{
  margin-left: 50px;
}



#services{
  float: left;
    margin-right: 5%;

}

#clients{
  margin-top: 50px;
}



/*projects*/

#projects a{
  color:#6488b9;
}

#projects{
  margin-left: 50px;
  padding-top: 25px; 
  clear:left;

}

#projects h1{  
  padding-top: 50px;
}

#projectsitem1{
  padding-left: 25px;
}

/***STORE STYLES***/
#store h1 {
  color:white;
}

#store{
  padding-left: 50px;
  margin-top: 50px;
  clear:left;
  background-color: #6488b9;
  height:600px;
}

.storeitem{
  width: 21%;
  float: left;
  margin:25px 20px 75px 20px;
}

.storeitem img{
  width: 90%;
  padding-bottom: 25px;
}

.storeitem a{
  color: #fff;
  padding-right: 25px;
}


/*TEAM*/

#team{
  clear:left;
  padding-top: 25px;
  margin-left: 50px;
}

#daraimage{
  float:left;
  margin-right: 65px;
}

#dara{
  margin-bottom:200px; 
}

#dara p { 
  padding-right: 48%;
}


#michaelimage{

  float:left;
  margin-right: 65px;
}

#michael{
  margin-bottom:250px; 
}

#michael p {  
    padding-right: 50%;

}


/*Contact*/

#contact h1{
  color:white;

}


#contactdara{
  float:left;
  padding-right: 225px;

}

#contactinfo{
  color: #eeee8b;
    list-style-type: none;
    font-size: 16px;
}

#contact{
  padding-left: 50px;
  background-color: #6488b9;
  height:350px;

}

#contactinfo a{
  color:#eeee8b;
  text-decoration: none;
}

#contactinfo a:hover{
  opacity: .5;
}

#contactinfo a:visited{
  color:#000454;
}

/*Updates*/

#update{
  padding-top:25px;
  padding-bottom: 150px;
  padding-left: 50px;
}

#update p{
  margin-right: 45%;
}
#updatetext{
  padding-bottom: 35px;
}

s
#meaningfulway img{
  margin-right: 35px;
  float: left;
  
}

#mwp{
  padding-top: 35px;

}


/*footer*/

footer{
  background-color: #6488b9;
  height: 130px;
}


footer img{
  width: 50%;
}

footer h3 {
  float:left;
  margin:55px;
    color: #eeee8b;
    text-align: left;
}


#footerlineone{
  font-size: 24px;
  margin-bottom: 0px;
}

#footerlinethree{
  padding-top: 5px;
}

#footerlinetwo{
  padding-top: 5px;
}


#socialmedia{
  padding-top: 35px;
  
}

#socialmedia img{
  width:50px;
  position: relative;
  left: 35%;
}

#socialmedia a{
  text-decoration: none;
  padding:10px;
}

#socialmedia a:hover{
  opacity: .5;
}

#socialmedia a:visited{
  color:#000454;
}


footer a{
  color:#eeee8b;
  text-decoration: none;
}

footer a:hover{
  opacity: .5;
}

footer a:visited{
  color:#000454;


}


}


/***MEDIA QUERIES***/

@media only screen and (max-width: 1920px) {


/* PAGE STYLES*/



#logo img{
    width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}


.linebreak{
  list-style: none;
}

/*type*/

a{
  font-family: 'Abel', sans-serif;
  color: #313f51;
  text-decoration: none;
}


a:hover{
 opacity: .5;
}


li{
    font-family: 'Abel', sans-serif;
}

p{
  font-family: 'Abel', sans-serif;
  font-size: 14pt;
  margin-top: 25px;
}

h4{
  font-family: 'Abel', sans-serif;
   color: #eeee8b;
   font-size: 30px;
}

h3 {
  font-family: 'Abel', sans-serif;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
  line-height: .75em;
  margin-top:15px;
}

h2 {
  font-family: 'Abel', sans-serif;
  font-size: 24pt;
  color:#eeee8b;
  line-height: 1em;
  padding-bottom: 10px;
}


h1 {
  font-family: 'Abel', sans-serif;
  font-size: 48pt;
  margin: 50px auto 15px auto;
  color:#6488b9;
  line-height: 1.5em;
}




/*about*/


#about{
  margin-left:50px;
  padding-top: 50px;
}

#aboutparagraph{
  width: 45%;
  margin-right: 10%;
    float: left;
}

#servicesandclients{
  margin-left: 50px;
}



#services{
  float: left;
    margin-right: 5%;

}

#clients{
  margin-top: 50px;
}



/*projects*/

#projects a{
  color:#6488b9;
}

#projects{
  margin-left: 50px;
  padding-top: 25px; 
  clear:left;

}

#projects h1{  
  padding-top: 50px;
}

#projectsitem1{
  padding-left: 25px;
}

/***STORE STYLES***/
#store h1 {
  color:white;
}

#store{
  padding-left: 50px;
  margin-top: 50px;
  clear:left;
  background-color: #6488b9;
  height:400px;
}

.storeitem{
  width: 21%;
  float: left;
  margin:25px 20px 75px 20px;
}

.storeitem img{
  width: 90%;
  padding-bottom: 25px;
}

.storeitem a{
  color: #fff;
  padding-right: 25px;
}


/*TEAM*/

#team{
  clear:left;
  padding-top: 25px;
  margin-left: 50px;
}

#daraimage{
  float:left;
  margin-right: 65px;
}

#dara{
  margin-bottom:200px; 
}

#dara p { 
  padding-right: 25%;
}


#michaelimage{

  float:left;
  margin-right: 65px;
}

#michael{
  margin-bottom:180px; 
}

#michael p {  
    padding-right: 25%;

}


/*Contact*/

#contact h1{
  color:white;

}


#contactdara{
  float:left;
  padding-right: 225px;

}

#contactinfo{
  color: #eeee8b;
    list-style-type: none;
    font-size: 16px;
}

#contact{
  padding-left: 50px;
  background-color: #6488b9;
  height:250px;
}

#contactinfo a{
  color:#eeee8b;
  text-decoration: none;
}

#contactinfo a:hover{
  opacity: .5;
}

#contactinfo a:visited{
  color:#000454;
}

/*Updates*/

#update{
  padding-top:25px;
  padding-bottom: 150px;
  padding-left: 50px;
}

#update p{
  margin-right: 25%;
}
#updatetext{
  padding-bottom: 35px;
}

s
#meaningfulway img{
  margin-right: 35px;
  float: left;
  
}

#mwp{
  padding-top: 35px;

}


/*footer*/

footer{
  background-color: #6488b9;
  height: 130px;
}


footer img{
  width: 50%;
}

footer h3 {
  float:left;
  margin:55px;
    color: #eeee8b;
    text-align: left;
}


#footerlineone{
  font-size: 24px;
  margin-bottom: 0px;
}

#footerlinethree{
  padding-top: 5px;
}

#footerlinetwo{
  padding-top: 5px;
}


#socialmedia{
  padding-top: 35px;
  
}

#socialmedia img{
  width:50px;
  position: relative;
  left: 15%;
}

#socialmedia a{
  text-decoration: none;
  padding:10px;
}

#socialmedia a:hover{
  opacity: .5;
}

#socialmedia a:visited{
  color:#000454;
}


footer a{
  color:#eeee8b;
  text-decoration: none;
}

footer a:hover{
  opacity: .5;
}

footer a:visited{
  color:#000454;


}


}


/***MEDIA QUERIES***/

@media only screen and (max-width: 1300px) {

  footer{
  background-color: #6488b9;
  height: 250px;
}

#socialmedia{
  margin-left: 0;
  padding-top: 35px;
  padding-left: 40%;

  clear: both;
  
}

#socialmedia img{
  width:50px;
  position: relative;
  left: 0;
}

#socialmedia a{
  text-decoration: none;
  padding:10px;
}

#socialmedia a:hover{
  opacity: .5;
}

#socialmedia a:visited{
  color:#000454;
}


}


/***MEDIA QUERIES***/

@media only screen and (max-width: 950px) {

  /* PAGE STYLES*/



#logo img{
    width: 70%;
    display: block;
    margin-left: 25px;
    margin-right: 13%;
    margin-bottom: 15px;
    float: left;

}


.linebreak{
  list-style: none;
}

/*type*/

a{
  font-family: 'Abel', sans-serif;
  color: #313f51;
  text-decoration: none;
}


a:hover{
 opacity: .5;
}


li{
    font-family: 'Abel', sans-serif;
}

p{
  font-family: 'Abel', sans-serif;
  font-size: 10pt;
  margin-top: 25px;
}

h4{
  font-family: 'Abel', sans-serif;
   color: #eeee8b;
   font-size: 16px;
}

h3 {
  font-family: 'Abel', sans-serif;
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
  line-height: .75em;
  margin-top:15px;
}

h2 {
  font-family: 'Abel', sans-serif;
  font-size: 16pt;
  color:#eeee8b;
  line-height: 1em;
  padding-bottom: 10px;
  width: 200px;
}


h1 {
  font-family: 'Abel', sans-serif;
  font-size: 30pt;
  margin: 50px auto 15px auto;
  color:#6488b9;
  line-height: 1.5em;
}




/*about*/

#about{
  clear: both;
  margin-left:25px;
  padding-top: 25px;
}

#aboutparagraph{
  width: 95%;
  margin-right: 0;
  clear: both;
}


#servicesandclients{
  margin-left: 25px;
}

#servicesandclients li{
  font-size: 10px;
  width: 100%;
}




#services{
  clear: both;
  margin-right: 0;
  margin-top:50px;

}

#clients{
  clear: both;
  margin-top:0; 
  padding-top: 50px;
}



/*projects*/

#projects a{
  color:#6488b9;
}

#projects{
  margin-left: 25px;
  clear:left;

}

#projects h1{  
  padding-top: 0;
}

#projectsitem1{
  padding-left: 0;
}

/***STORE STYLES***/
#store h1 {
  color:white;
  padding-top: 15px;

}

#store{
  clear: both;
  padding-left: 25px;
  margin-top: 75px;
  clear:left;
  background-color: #6488b9;
  height:1900px;
}

.storeitem{
  width: 90%;
clear: both;  
margin:15px 0 25px 0;
}

.storeitem img{
  width: 90%;
  padding-bottom: 15px;
}

.storeitem a{
  color: #fff;
  padding-right: 25px;
}


/*TEAM*/

#team{
  clear:left;
  padding-top: 0px;
  margin-left: 25px;
}

#daraimage{
clear: both;
  margin-right: 0;
  padding-bottom: 15px;

}

#dara{
  margin-bottom:50px; 
  clear: both;
}

#dara p { 
  padding-right: 0;
  clear: both;
  width: 95%;

}


#michaelimage{

clear: both;
  margin-right: 10px;
    padding-bottom: 15px;

}

#michael{
  margin-bottom:50px; 
  clear: both;
}

#michael p {  
    padding-right: 10px;
    clear: both;
  width: 95%;


}


/*Contact*/

#contact h1{
  color:white;

}


#contactdara{
  clear: both;
  padding-right: 0;

}

#contactinfo{
    clear: both;

  padding-bottom: 15px;
  color: #eeee8b;
  list-style-type: none;
  font-size: 12px;
}

#contact{
  clear: both;
  padding-bottom: 15px;
  padding-left: 25px;
  background-color: #6488b9;
  height:250px;
}

#contact h1{
  padding-top: 15px;
}

#contactinfo a{
    clear: both;
  color:#eeee8b;
  text-decoration: none;
}

#contactinfo a:hover{
  opacity: .5;
}

#contactinfo a:visited{
  color:#000454;
}

/*Updates*/

#update{
  padding-top:0px;
  padding-bottom: 150px;
  padding-left: 25px;
}

#update p{
  margin-right: 0;
  width: 95%;
}

#updatetext{
  padding-bottom: 0px;
}


/*footer*/

footer{
  background-color: #6488b9;
  height: 200px;
}


footer img{
}

footer h3 {
clear: both;  
margin:15px;
    color: #eeee8b;
    text-align: left;
}


#footerlineone{
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-left: 25px;
  clear: both;  

}

#footerlinethree{

  font-size: 10px;
  padding-top: 5px;
  clear: both;  
  padding-left: 25px;

}

#footerlinetwo{

  font-size: 10px;
  padding-top: 0px;
  margin-bottom: 0px;
  clear: both;  
  padding-left: 25px;

}



#socialmedia{
  margin-left: 0;
  padding-top: 35px;
  padding-left: 30%;

  clear: both;
  
}

#socialmedia img{
  width:30px;
  position: relative;
  left: 0;
}

#socialmedia a{
  text-decoration: none;
  padding:10px;
}

#socialmedia a:hover{
  opacity: .5;
}

#socialmedia a:visited{
  color:#000454;
}


footer a{
  color:#eeee8b;
  text-decoration: none;
}

footer a:hover{
  opacity: .5;
}

footer a:visited{
  color:#000454;


}


}

/***MEDIA QUERIES***/

@media only screen and (max-width: 400px) {

  /* PAGE STYLES*/



#logo img{
    width: 60%;
    display: block;
    margin-left: 25px;
    margin-right: 10%;
    margin-bottom: 15px;
    float: left;

}


.linebreak{
  list-style: none;
}

/*type*/

a{
  font-family: 'Abel', sans-serif;
  color: #313f51;
  text-decoration: none;
}


a:hover{
 opacity: .5;
}


li{
    font-family: 'Abel', sans-serif;
}

p{
  font-family: 'Abel', sans-serif;
  font-size: 10pt;
  margin-top: 25px;
}

h4{
  font-family: 'Abel', sans-serif;
   color: #eeee8b;
   font-size: 16px;
}

h3 {
  font-family: 'Abel', sans-serif;
  font-size: 10pt;
  font-style: italic;
  font-weight: bold;
  line-height: .75em;
  margin-top:15px;
}

h2 {
  font-family: 'Abel', sans-serif;
  font-size: 16pt;
  color:#eeee8b;
  line-height: 1em;
  padding-bottom: 10px;
  width: 200px;
}


h1 {
  font-family: 'Abel', sans-serif;
  font-size: 30pt;
  margin: 50px auto 15px auto;
  color:#6488b9;
  line-height: 1.5em;
}




/*about*/

#about{
  clear: both;
  margin-left:25px;
  padding-top: 25px;
}

#aboutparagraph{
  width: 95%;
  margin-right: 0;
  clear: both;
}


#servicesandclients{
  margin-left: 25px;
}

#servicesandclients li{
  font-size: 10px;
  width: 100%;
}




#services{
  clear: both;
  margin-right: 0;
  margin-top:50px;

}

#clients{
  clear: both;
  margin-top:0; 
  padding-top: 50px;
}



/*projects*/

#projects a{
  color:#6488b9;
}

#projects{
  margin-left: 25px;
  clear:left;

}

#projects h1{  
  padding-top: 0;
}

#projectsitem1{
  padding-left: 0;
}

/***STORE STYLES***/
#store h1 {
  color:white;
  padding-top: 15px;

}

#store{
  clear: both;
  padding-left: 25px;
  margin-top: 75px;
  clear:left;
  background-color: #6488b9;
  height:1150px;
}

.storeitem{
  width: 90%;
clear: both;  
margin:15px 0 25px 0;
}

.storeitem img{
  width: 90%;
  padding-bottom: 15px;
}

.storeitem a{
  color: #fff;
  padding-right: 25px;
}


/*TEAM*/

#team{
  clear:left;
  padding-top: 0px;
  margin-left: 25px;
}

#daraimage{
clear: both;
  margin-right: 0;
  padding-bottom: 15px;

}

#dara{
  margin-bottom:50px; 
  clear: both;
}

#dara p { 
  padding-right: 0;
  clear: both;
  width: 95%;

}


#michaelimage{

clear: both;
  margin-right: 10px;
    padding-bottom: 15px;

}

#michael{
  margin-bottom:50px; 
  clear: both;
}

#michael p {  
    padding-right: 10px;
    clear: both;
  width: 95%;


}


/*Contact*/

#contact h1{
  color:white;

}


#contactdara{
  clear: both;
  padding-right: 0;

}

#contactinfo{
    clear: both;
  padding-bottom: 15px;
  color: #eeee8b;
  list-style-type: none;
  font-size: 12px;
}

#contact{
  clear: both;
  padding-bottom: 15px;
  padding-left: 25px;
  background-color: #6488b9;
  height:250px;
}

#contact h1{
  padding-top: 15px;
}

#contactinfo a{
    clear: both;
  color:#eeee8b;
  text-decoration: none;
}

#contactinfo a:hover{
  opacity: .5;
}

#contactinfo a:visited{
  color:#000454;
}

/*Updates*/

#update{
  padding-top:0px;
  padding-bottom: 150px;
  padding-left: 25px;
}

#update p{
  margin-right: 0;
  width: 95%;
}

#updatetext{
  padding-bottom: 0px;
}


/*footer*/

footer{
  background-color: #6488b9;
  height: 200px;
}


footer img{
}

footer h3 {
clear: both;  
margin:15px;
    color: #eeee8b;
    text-align: left;
}


#footerlineone{
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-left: 25px;
  clear: both;  

}

#footerlinethree{

  font-size: 10px;
  padding-top: 5px;
  clear: both;  
  padding-left: 25px;

}

#footerlinetwo{

  font-size: 10px;
  padding-top: 0px;
  margin-bottom: 0px;
  clear: both;  
  padding-left: 25px;

}



#socialmedia{
  margin-left: 0;
  padding-top: 35px;
  padding-left: 30%;

  clear: both;
  
}

#socialmedia img{
  width:30px;
  position: relative;
  left: 0;
}

#socialmedia a{
  text-decoration: none;
  padding:10px;
}

#socialmedia a:hover{
  opacity: .5;
}

#socialmedia a:visited{
  color:#000454;
}


footer a{
  color:#eeee8b;
  text-decoration: none;
}

footer a:hover{
  opacity: .5;
}

footer a:visited{
  color:#000454;


}


}

