
 * {
   box-sizing: border-box;
 }

body {
  background: #FAFAFA url('../images/cv/paper03.PNG');
  background-color: ccccff;
}

/* Create three equal columns that floats next to each other */

.hdr1 {
  background: #FAFAFA url('../images/cv/paper03.PNG');

}

.ftr1 {
  background-color: black;
}


.row {
  width: 100%
}

.column-left {
    float: left;
    background: #FAFAFA url('../images/cv/paper03.PNG');
    width: 15%;
}

.column-mid {
    float: left;
    background: #FAFAFA url('../images/cv/paper03.PNG');
    padding-left: 10px;
    padding-right: 10px;
    width: 70%;
    height: 100%;
}

.column-right {
    float: left;
    background: #FAFAFA url('../images/cv/paper03.PNG');
    width: 15%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 660px) {
    .column {
        width: 100%;
        background: #FAFAFA url('../images/cv/paper03.PNG');
    }
}

.myfont {
  font-family: 'Elsie Swash Caps';font-size: 32px;
  color:#8C001A;
}

.myfont2 {
  font-family: 'Elsie Swash Caps';font-size: 20px;
  color:#8C001A;
}

.tab {
  display: inline-block;
  margin-left: 40px;
}

.tab2 {
  tab-size: 2;
}

.tab4 {
  tab-size: 4;
}

.tab8 {
  tab-size: 8;
}

.divpagecolor {
  background-color: #e9e9e3;
}

.button {
  background-color: #f4511e;
  border-radius: 10px;
  color: white;
  padding: 12px 12px;
  text-align: center;
  font-size: 14px;
  margin: 2px 2px;
  opacity: 0.6;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {opacity: 1}

/* latin-ext */
@font-face {
  font-family: 'Elsie';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/elsie/v11/BCanqZABrez54xYn_MhweA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Elsie';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/elsie/v11/BCanqZABrez54xYp_Mg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.ghost {
  visibility: hidden;
}

.ghost2 {
  display: none;
}

.ghost3 {
  opacity: 0.0;;
}

