body { 
  background-image: url(images/Bonnie_Mac_Ian-Mam-02_aug-1995.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    font-family: sans-serif; 
}

nav {
    font-family: sans-serif;
}

.boot {
    position: relative;    
    width: 800px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.boot3 {
    position: relative;
    width: 500px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

img {
    width: 100%;
    height: auto;
}

.text-email {
    position: absolute;
    top: 500px;
    left: auto;
    margin-left: auto;
    margin-right: auto;
}

.blank-space {
    width: 800px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.boot2 {
    width: 800px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.boot4 {
    width: 500px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.blank-space2 {
    width: 500px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bonnie {
    position: fixed;
    width: 150px;
    height: 100%;
    float: right;
    right: 100px;
    z-index: 5;
}
 
.w3-bottom{
	position:fixed;
	width:100%;
	z-index:1}
}

.w3-bottombar{
	border-bottom:6px solid #ccc!important
}

