
.callToAction{
    width: 100vw;
    height: 100vh;
    background-color: #120738;
    border: #0A041F solid 1px;
    border-radius: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  
  #ctaContent{
    height: 100%;
  }

  #ctaLogoContainer{
    height: 12vh;
    background-color: rgba(210, 11, 18, 1);
  }

  #ctaLogo{
    height: inherit;
    position: absolute;
    left: 0px;
    max-width: 180px;
  }
  
  #ctaImageContainer{
    width: 100%;
  }
  
  #ctaImageContainer img{
    width: 100%;
  }
  
  #ctaTextContainer{
    height:100%;
    background-color: white;
  }
  
  #ctaPrompt{
    top: -5%;
    color: white;
    background-color: rgba(210, 11, 18, 1);
    text-align: left;
    padding: 10px;
    font-size: 1.2em;
    width: 85%;
    height: 10vh;
    align-items: center;
    display: flex;
    position: relative;
  }
  
  #ctaHeader{
    color:rgba(210, 11, 18, 1);
    font-size: 3em;
    align-self: center;
    padding: 10px;
  }
  
  #ctaText{
    color: black;
    font-size: 1.5em;
    padding: 0 15px 0 15px;
  }
  
  #ctaButton{
    border: rgba(210, 11, 18, 1) 2px solid;
    background-color: transparent;
    color: rgba(210, 11, 18, 1);
    padding: 16px;
    margin: 16px;
    font-size: 1.3em;
  }

  a{
    color: rgba(210, 11, 18, 1);
  }
  