.left-column {
  background-image: url("../images/marjorie_bw.png");
  height:270px;
  background-size: auto 115%;
  background-repeat: no-repeat;
  background-position: center;
  background-color:#000000;
}

.right-column {
  background-color:#FEDFD3;
  overflow: auto;
}

.text-container {
  float:left;
  top:40%;
  position: absolute;
  margin-top: -158px;
}


.btn_main {
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
color: #FFFFFF;
font-family: 'Raleway', sans-serif;
font-size: 1.8rem;
font-weight: 300;
padding: 8px 50px;
background-color: #2B2D40;
text-decoration: none;
display: inline-block;
cursor: pointer;
}

.btn_main:hover {
background: #4F4F4F;
text-decoration: none;
color: #FFFFFF;

}


/* Grid
------------------------------- */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative;
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  html,body {
    height: 100%;
    min-height: 100%;
  }
  .container {
    width: 100%;
    height: 100%;
    min-height: 100%;
     }
  .row {
    height: 100%;
    min-height: 100%;
  }
  .column,
  .columns {
    height: 100%;
    min-height: 100%;
     }



  .one-half.column                { width: 50%; }

  .right-column                   { padding:0% 5% 0% 5%}



  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}
  
body {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
  color: #2B2D40; }


/* Typography
----------------------------“ */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.1;  letter-spacing: -.1rem; }
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 0;     letter-spacing: 0.12rem;}
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; margin-bottom: 0;}
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.0rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
---------------------- */
a {
  color: #2B2D40; }
a:hover {
  color: #4F4F4F; }






/* Lists
----------------------------- */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
-------------------- */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }




/* Spacing
-------------------------- */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
---------------------------------- */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
-------------------------- */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
---------------------------------------- */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
  
/* Larger than 2560px */

@media screen and (min-width: 2560px) {
body {
  font-size: 5.0rem;
  line-height: 1.6;
  }
  
  h2{
      font-size: 12rem;
  }
    
.btn_main{
    font-size: 5.0rem;
    -moz-border-radius: 48px;
    -webkit-border-radius: 48px;
    border-radius: 48px;
    padding: 10px 100px;
    margin: 5rem 0rem;
}

}

/* Only 1440px */

@media screen and (width: 1440px){
body {
  font-size: 3.0rem;
  line-height: 1.6;
  }
  
  h2{
      font-size: 6rem;
  }
    
.btn_main{
    font-size: 3.0rem;
    -moz-border-radius: 48px;
    -webkit-border-radius: 48px;
    border-radius: 48px;
    padding: 10px 100px;
    margin: 2rem 0rem;
}

}


@media screen and (max-width: 2560px), screen and (min-height: 500px) {
  .text-container {
    float:left;
    top:auto;
    position: relative;
    margin-top: 5.0rem;
  }
  
    .right-column{
    padding:0% 5% 0% 5%
        
    }

}