<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Lauren Ackermant</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-theme.min.css" rel="stylesheet">

<style type="text/css">

@font-face {
  font-family: Hobo Std Medium, Hobo Std;
  src: http://fontsgeek.com/fonts/Hobo-Std-Medium;
}

.row .col-lg-6 {
	font-family: "Lucida Calligraphy";
	font-weight: bolder;
	font-size: 50px;
	text-align: center;
	background-color: #CFF;
	font-style: normal;
	color: #FF0;
	list-style-type: none;
	vertical-align: super;
}
.body {
	background-color: #CFF;
}

@media only screen and (orientation: landscape) {
  /* For mobile phones: */
  .body {width: 20%;}
}

@media only screen and (orientation: landscape) {
  /* For tablets: */
  .body {width: 20%;}
}
@media only screen and (orientation: landscape) {
  /* For desktop: */
  .body {width: 100%;}
}
.welcome {
}
</style>

<body class="body">
<div class="containter">
<div class="row">
<div class="col-lg-6">
  <p><img src="images/title.png" width="635" height="60" alt="title" /></p>
</div>
<div class="col-lg-6">
  <span class="button">
<div class="btn-group">
  <a href="index.html">
<button type="button" class="button1"> Home</button></a>
  <a href="about.html">
  <button type="button" class="button2"> About</button></a>  
  <a href="resume.html">
<button type="button" class="button3">  Resume </button></a>
  <a href="portfolio.html">
<button type="button" class="button4"> Portfolio</button></a>
  <a href="contact.html">
<button type="button" class="button5"> Contact</button></a> 
</div>