* {
  box-sizing: border-box;
}

body{
background-color: #26303a;
background-image:url("https://images2.imgbox.com/f6/5a/wap5PV4j_o.jpg");
background-attachment: fixed;
}

.all{
background: #7896AE;
background: linear-gradient(0deg,rgba(120, 150, 174, 1) 38%, rgba(76, 105, 127, 1) 100%);
  padding:30px;
  padding-bottom:50px;
  color:#26303a;
  font-family: helvetica;
  width:80%;
  display: block;
  margin: auto;
  margin-top:-10px;
  margin-bottom:-10px;
  border:3px solid #26303a;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#7896AE;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color:#e08eba;
}

.charm-bold {
  font-family: "Charm", cursive;
  font-weight: 700;
  font-style: normal;
}

h1{
font-size:70px;
color:#e08eba;
text-shadow:5px 7px rgba(45, 48, 46, 0.5);
padding-bottom:30px;
}

.header{
  margin-top:-40px;
  margin-bottom:10px;
  padding:30px;
  padding-bottom:10px;
  text-align:center;
}

h2{
text-align:center;
font-size:35px; 
color:#d55e9f;
border-bottom:4px dotted #7f8083;
}

.sideheader{
  font-size:30px;
}
a:link {color: #385d7d;}
a:visited {color: #385d7d;}
a:hover {color:#d55e9f;}
a:active {color: #385d7d;}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

.right {
  width: 25%;
}
.middle {
  width: 75%;
}
.section{
  background-color:#dcdadc;
  padding:10px;
  padding-right:20px;
  margin-bottom:20px;
  border-radius:10px;
  box-shadow:5px 7px rgba(45, 48, 46, 0.4);
}

.bodytext{
  text-align:justify;
  text-justify:inter-word;
  font-size:17px;
  line-height: 1.6;
}

.overflow{
 max-height:300px;
 overflow:scroll;
}

/* Author's Notes */
.note{
  background-color:#f1dee9;
  padding:15px;
  border-radius:20px;
  border:2px solid #7f8083;
  box-shadow:3px 4px rgba(45, 48, 46, 0.3);
}

.phone{
  display:none;
}
 .big{
  display:block;
} 

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
 /* Responsive layout - when the screen is less than 800px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column {width:100%;}
  .all{width:100%;}
 .bodytext{
  text-align:left;
  text-justify:none;
 }
 h1{font-size:35px;}
 h2{font-size:25px;}
.header{
text-align:left;
padding:0;
}
 .phone{
  display:block;
} 
.big{
  display:none;
}
}