@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp, img,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}

a {
  text-decoration: none;
  color: #363636;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-size: 1em;
  display: inline;
}

a.hover {
  text-decoration: underline;
}

p {
  font-family: 'Open Sans', Helvetica, sans-serif;
  line-height: 140%;
  color: #363636;
  margin-top: 14px;
  font-weight: 400;
  font-style: normal;
}
  
h1 {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #363636;
  line-height: 35px;
}



/*Main CSS*/


html { 
  background-image:url(../images/goodbye/desk-background.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  }

#header
{
	margin-top: 40px;
	
	}

#header img{
	display: block;
    margin-left: auto;
    margin-right: auto;
	}
	  
#footer {
  width: 100%;
  bottom: 0;
  height: 110px;
  background-color: #363636;
  padding-top: 40px;
  }
   

.clearfix {
  overflow: auto;
}


.main {
  width:100%;

}

.container {
  height: auto;
}

.link {
  color: #00AEEF;
  }
  
.link:hover{
  text-decoration: underline;
  }


@media screen and (min-width:845px) {
  
  
.content {
  display: block;  
  max-width: 960px;
  margin: auto;
  padding: 40px 20px 40px 20px;
  background-image:url(../images/goodbye/notebook.png);
  background-repeat:no-repeat;
  background-size: 800px auto;
}
  
  
.goodbye {
 width: 50%;
 margin-left: 100px;
 margin-top: 75px;
 height: 900px;
  
}


.teamimage {
  float: right;
  width: 400px;
}

.teamimage img{
  float: right;
  width: 400px;
}

}


@media screen and (min-width: 700px) and (max-width: 844px) {

.content {
  display: block;  
  margin: auto;
  padding: 0px 20px 40px 20px;
  background-image:url(../images/goodbye/notebook.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}


.goodbye {
  align-content: center;
  margin-left: 100px;
  margin-right: 200px;
  margin-bottom: 100px;  
}

.teamimage {
  display: block;
}

.teamimage img{
  display: block;
  width: 100%;
  max-width: 500px;
  align-content: center;
}


.site-title {
  width: 100%;
  float: left;
  padding-top: 30px;
  
}


}


@media screen and (min-width: 481px) and (max-width: 699px) {

.content {
  display: block;  
  margin: auto;
  padding: 0px 20px 40px 20px;
  background-image:url(../images/goodbye/notebook.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}


.goodbye {
  align-content: center;
  margin-left: 10%;
  margin-right: 20%;  
  margin-bottom: 100px;
}

.teamimage {
  display: block;
}

.teamimage img{
  display: block;
  width: 100%;
  max-width: 500px;
  align-content: center;
}


}



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

.content {
  display: block;  
  max-width: 960px;
  margin: auto;
  padding: 0px 20px 40px 20px;
  background-image:url(../images/goodbye/notebook.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}

.goodbye {
  align-content: center;
  margin-left: 20px;
  margin-right: 20px;  
  margin-bottom: 100px;
}

.teamimage {
  display: block;
}

.teamimage img{
  display: block;
  width: 100%;
  max-width: 500px;
  align-content: center;
}

}