body, html {
    height: 100%;
    margin: 0;
    background-color: black;
}

.bg {
    background-image: url("images/flowersbg.jpg");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.bgresume {
  background-image: url("images/resume.jpg");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.intro {
  font-family: century gothic;
  text-align: left;
  color: white;
  position: absolute;
  top: 45%;
  left: 60%;
  transform: translate(-50%, -50%);
  line-height: 1px;
  
}

.resume {
  font-family: century gothic;
  color: white;
  font-size: 1.5vw;
  position: absolute;
  left: 10%;
  top: 45%;
  text-decoration: none;
  transform: rotate(-90deg);
}

.resumepage {
  width: 100%;
  position: static;
  padding-top: 0;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 15%;
  
}

.logo {
  width: 20%;
  position: absolute;
  left: 20%;
  top: 25%;
}

.resume:hover {
  transform: rotate(0deg);
}

.title {
  font-family: century gothic;
  color: white;
  font-size: 3vw;
  position: absolute;
  left: 2%;
  top: 140%;
  text-decoration: none;
  transform: rotate(-90deg);
}

.title2 {
  font-family: century gothic;
  color: white;
  font-size: 3vw;
  position: absolute;
  left: 2%;
  top: 270%;
  text-decoration: none;
  transform: rotate(-90deg);
}

.title3 {
  font-family: century gothic;
  color: white;
  font-size: 3vw;
  position: absolute;
  left: 2%;
  top: 475%;
  text-decoration: none;
  transform: rotate(-90deg);
}

.lable {
  font-size: 3vw;
  font-family: century gothic;
  color: white;
  text-align: center;
}

.card {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-top: 3%;
  padding-bottom: 10%;
} 

.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: white;
  font-family: century gothic;
  font-size: 50px;
}

#homeBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 50px;
  outline: none;
  background-color: black;
  border: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #00736b;
}

.box {
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 15%;
  padding-right: 15%;
}

* {
    box-sizing: border-box;
}
.row {
    margin: 8px;
}

.row,
.row > .column {
    padding: 15px;
}

.row > .column2 {
  padding: 15px;
}

.column {
    float: left;
    width: 25%;
}

.column2 {
  float: left;
  width: 50%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.content {
    padding: 10px;
    background-color: #00736b;
    color: white;
    font-family: century gothic;
    font-size: 1vw;
    text-align: center;
}

.navbar {
  float: none;
  position: absolute;
  width: 90%;
  top: 50%
  left: 50%;
}

.navbar a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1vw;
}

.navbar a:hover {
  background: #f1f1f1;
  color: black;
}

.socialmedia {
  float: none;
  position: absolute;
  width: 90%;
  top: 100%
  left: 50%;
}

.socialmedia a {
  color: #f2f2f2;
  padding: 20px 20px;
}


footer {
  text-align: center;
  padding: 5%;
  font-style: century gothic;
  font-size: 2vw;
  color: white;
}


/* Large Tablets */
@media screen and (max-width:991px) {

.intro {
  font-family: century gothic;
  text-align: left;
  color: white;
  position: absolute;
  top: 45%;
  left: 60%;
  transform: translate(-50%, -50%);
  line-height: 1px;
  
}

.resume {
  font-family: century gothic;
  color: white;
  font-size: 1.5vw;
  position: absolute;
  left: 10%;
  top: 45%;
  text-decoration: none;
  transform: rotate(-90deg);
}

.logo {
  width: 20%;
  position: absolute;
  left: 20%;
  top: 35%;
}

.resume:hover {
  transform: rotate(0deg);
}

.title {
  font-family: century gothic;
  color: white;
  font-size: 3vw;
  position: absolute;
  left: 2%;
  top: 130%;
  text-decoration: none;
  transform: rotate(-90deg);
}

.title2 {
  font-family: century gothic;
  color: white;
  font-size: 3vw;
  position: absolute;
  left: 2%;
  top: 195%;
  text-decoration: none;
  transform: rotate(-90deg);
}

.title3 {
  font-family: century gothic;
  color: white;
  font-size: 3vw;
  position: absolute;
  left: 2%;
  top: 320%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  transform: rotate(-90deg);
}


.card {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-top: 10%;
  padding-bottom: 10%;
} 

.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: white;
  font-family: century gothic;
  font-size: 30px;
}

#homeBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 30px;
  outline: none;
  background-color: black;
  border: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #00736b;
}

.box {
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 15%;
  padding-right: 15%;
}

* {
    box-sizing: border-box;
}
.row {
    margin: 3px;
}

.row,
.row > .column {
    padding: 5px;
}

.row > .column2 {
  padding: 5px;
}

.column {
    float: left;
    width: 25%;
}

.column2 {
  float: left;
  width: 50%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.content {
    padding: 5px;
    background-color: #00736b;
    color: white;
    font-family: century gothic;
    font-size: 1vw;
    text-align: center;
}

.navbar {
  float: none;
  position: absolute;
  width: 90%;
  top: 50%
  left: 50%;
}

.navbar a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1vw;
}

.navbar a:hover {
  background: #f1f1f1;
  color: black;
}

.socialmedia {
  float: none;
  position: absolute;
  width: 90%;
  top: 100%
  left: 50%;
}

.socialmedia a {
  color: #f2f2f2;
  padding: 20px 20px;
}


footer {
  text-align: center;
  padding: 5%;
  font-style: century gothic;
  font-size: 2vw;
  color: white;
}  
}


/* Medium Tablets */
@media screen and (max-width:767px) {

.intro {
  font-family: century gothic;
  text-align: left;
  color: white;
  position: absolute;
  top: 45%;
  left: 60%;
  transform: translate(-50%, -50%);
  line-height: 1px;
  
}

.resume {
  font-family: century gothic;
  color: white;
  font-size: 1.5vw;
  position: absolute;
  left: 10%;
  top: 45%;
  text-decoration: none;
  transform: rotate(-90deg);
}

.logo {
  width: 20%;
  position: absolute;
  left: 20%;
  top: 35%;
}

.resume:hover {
  transform: rotate(0deg);
}

.title {
  font-family: century gothic;
  color: white;
  font-size: 3vw;
  position: absolute;
  left: 2%;
  top: 125%;
  text-decoration: none;
  transform: rotate(-90deg);
}

.title2 {
  font-family: century gothic;
  color: white;
  font-size: 3vw;
  position: absolute;
  left: 2%;
  top: 180%;
  text-decoration: none;
  transform: rotate(-90deg);
}

.title3 {
  font-family: century gothic;
  color: white;
  font-size: 3vw;
  position: absolute;
  left: 2%;
  top: 275%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  transform: rotate(-90deg);
}


.card {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-top: 10%;
  padding-bottom: 10%;
} 

.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: white;
  font-family: century gothic;
  font-size: 30px;
}

#homeBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 30px;
  outline: none;
  background-color: black;
  border: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #00736b;
}

.box {
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 15%;
  padding-right: 15%;
}

* {
    box-sizing: border-box;
}
.row {
    margin: 3px;
}

.row,
.row > .column {
    padding: 5px;
}

.row > .column2 {
  padding: 5px;
}

.column {
    float: left;
    width: 25%;
}

.column2 {
  float: left;
  width: 50%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.content {
    padding: 5px;
    background-color: #00736b;
    color: white;
    font-family: century gothic;
    font-size: 1vw;
    text-align: center;
}

.navbar {
  float: none;
  position: absolute;
  width: 90%;
  top: 50%
  left: 50%;
}

.navbar a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1vw;
}

.navbar a:hover {
  background: #f1f1f1;
  color: black;
}

.socialmedia {
  float: none;
  position: absolute;
  width: 90%;
  top: 100%
  left: 50%;
}

.socialmedia a {
  color: #f2f2f2;
  padding: 20px 20px;
}


footer {
  text-align: center;
  padding: 5%;
  font-style: century gothic;
  font-size: 2vw;
  color: white;
}
}

/* Phone Sizes */
@media screen and (max-width:479px) { 

.intro {
  font-family: century gothic;
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1px;
  
}

.resume {
  font-family: century gothic;
  color: white;
  font-size: 2vw;
  position: absolute;
  left: 50%;
  top: 55%;
  text-decoration: none;
  transform: translate(-50%, -50%);
}

.logo {
  width: 30%;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
}

.title {
  font-family: century gothic;
  color: white;
  font-size: 3vw;
  position: absolute;
  left: 2%;
  top: 115%;
  text-decoration: none;
  transform: rotate(-90deg);
}

.title2 {
  font-family: century gothic;
  color: white;
  font-size: 3vw;
  position: absolute;
  left: 2%;
  top: 230%;
  text-decoration: none;
  transform: rotate(-90deg);
}

.title3 {
  font-family: century gothic;
  color: white;
  font-size: 3vw;
  position: absolute;
  left: 2%;
  top: 430%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  transform: rotate(-90deg);
}


.card {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-top: 10%;
  padding-bottom: 10%;
} 

.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: white;
  font-family: century gothic;
  font-size: 30px;
}

#homeBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 25px;
  outline: none;
  background-color: black;
  border: none;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #00736b;
}

.box {
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 15%;
  padding-right: 15%;
}

* {
    box-sizing: border-box;
}
.row {
    margin: 3px;
}

.row,
.row > .column {
    padding: 1px;
}

.row > .column2 {
  padding: 1px;
}

.column {
    float: left;
    width: 50%;
}

.column2 {
  float: left;
  width: 100%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.content {
    padding: 3px;
    background-color: #00736b;
    color: white;
    font-family: century gothic;
    font-size: 1vw;
    text-align: center;
}

.navbar {
  float: none;
  position: absolute;
  width: 90%;
  top: 50%
  left: 50%;
  padding-bottom: 5%;
}

.navbar a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1vw;
}

.navbar a:hover {
  background: #f1f1f1;
  color: black;
}

.socialmedia {
  float: none;
  position: absolute;
  width: 90%;
  top: 100%
  left: 50%;
}

.socialmedia a {
  color: #f2f2f2;
  padding: 20px 20px;
}


footer {
  text-align: center;
  padding: 5%;
  font-style: century gothic;
  font-size: 2vw;
  color: white;
}
}