@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lustria');
@import url('https://fonts.googleapis.com/css?family=Lexend');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/telegraf');

a:link{
    text-decoration: none;
    color:#00100B;
}

.caseStudyText{
    margin: 10%;
    margin-top: 5%;
}

body{
    margin: 3.5%;
}

.link{
    color:#5d6bf9;
    font-family: 'Roboto';
    font-size: 18px;
}

#toptab{
    color:#5d6bf9;
    font-family: 'Telegraf';
    font-size: 18px;
    font-weight: 600;

}

#toptab:hover{
    color:#5d6bf9;
    font-family: 'Telegraf';
    font-size: 18px;
    text-decoration: underline;
    text-decoration-color: #5d6bf9;
}

a{
    color:#5d6bf9;
    font-family: 'Roboto';
    font-size: 18px;

}

a:hover{
    text-decoration: underline;
    text-decoration-color: #5d6bf9;
}

a[href^="mailto:"]
{ 
    color:#5d6bf9;
    font-family: 'Telegraf';
    font-size: 18px;
    font-weight: 600;
}


.link:hover{
    text-decoration: underline;
    text-decoration-color: #5d6bf9;
}

p {
    font-family: 'Roboto';
    font-size: 18px;
    color: #00100B;
    display: inline-block;
    font-weight: 300;
}

#topstar{
    width: 78px;
}

h1{
    font-family: 'Telegraf';
    font-size: 100px;
    font-weight: 252;
    margin-bottom: 1%;
    margin-top: 1%;
    color: #00100B;
    font-weight: 500;
}

h2{
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 200;
    color: #00100B;
}

h3{
    font-family: 'Telegraf';
    font-size: 36px;
    font-weight: 100;
    color: #00100B;
}

h4{
    font-family: 'Telegraf';
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #00100B;
}

h5{
    font-family: 'Telegraf';
    font-size: 26px;
    font-weight: 100;
    margin-bottom: 2%;
    color: #00100B;

}

ul{
    font-family: 'Roboto';
    font-size: 18px;
    color: #00100B;
    display: inline-block;
    font-weight: 300;
}

.smallerPhoto{
    width: 70%;
    float: center;
}


.fullpage{
    width: 100%;
    display: block;
    width: 94%;
    padding-bottom: 4%;
    padding-right: 3%;
    padding-left: 3%;
    padding-top: 1%;
    padding-bottom: 2%;
    border-radius: 10px;
}

.partpage{
    width: 59%;
    display: inline-block;
}

.oneThirdPage{
    width: 20%;
    display: inline-block;
    margin-right: 5%;
}

.twoThirdPage{
    width: 74%;
    display: inline-block;
}

footer{
    float:right;
}

.photo{
    width: 25%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3%;
    float: left;
    border-radius: 10px;
}

img.headshot{
    border-radius: 10px;
}

.downloadButton{
    font-family: 'Telegraf';
    font-size:18px;
    font-weight: 252;
    color: #00100B;
    background-color: #ff596438;
    color: #00100B;
    padding: 18px px;
    margin-right: 1%;
    margin-top: 1%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: none;
    border-radius: 10px;
}

button:hover{
    background-color:#5d6bf9;

}

.tileTitle{
    margin-top: .5%;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 2%;
    font-weight: 500;
}


.tile {
    vertical-align: top;
    margin-top: 5%;
    padding: .5%;
    width: 48%;
    display: inline-block;
    transition: .5s ease;
}

.tilePhoto {
    object-fit: contain;
    float:center;
    width: 100%; 
    height: 100%; 
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.textImageContainer:hover .tilePhoto{
    opacity: 0.01;
}

.textImageContainer:hover .photoLinkText{
    opacity: 1;
}

.textImageContainer {
    position: relative;
    margin-top: .2%;
    margin-right: 5%;
    margin-left: 5%;
    width: 90%;
    height: 30%;
    border-radius: 2.5%;
    text-align: center;
    
}

hr {
    border: 3px dotted #beb7b7;
    border-style: none none dotted; 
    color: #fff; 
    background-color: #fff;
}

.textImageContainer:hover {
    background: radial-gradient(circle,#5d6bf9 10%, #9da5fa 90%);
}

.photoLinkText {
    opacity: 0;
    font-family: 'Roboto';
    font-size: 18px;
    color: white;
    position: absolute;
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    height: 70%;
    margin-top: 30%;
    z-index: 2;
}

.tileText {
    margin-top: 2%;
    margin-bottom: .1%;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
}


/* TAB STUFF */

.tabs {
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: content-box;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  
  .tabs [class^=tab] label,
  .tabs [class*=" tab"] label {
    font-family: 'Telegraf';
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 1%;
    margin-top: 1%;
    color: #c4c4c4;
    cursor: pointer;
    display: block;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center;
    transition: color 0.3s ease-in-out;
  }

  
    /* checked container styling */
    .tabs [class^=tab]:has([type=radio]:checked) label,
    .tabs [class*=" tab"]:has([type=radio]:checked) label {
      color: #5d6bf9;
      font-weight: 600;
    }
  
    /* add hover for unselected */
    .tabs [class^=tab] label:hover,
    .tabs [class*=" tab"] label:hover {
      color: #5d6bf9;
    }
  
    /* Prevent hover on unselected */
    .tabs [class^=tab]:has([type=radio]:checked) label:hover,
    .tabs [class*=" tab"]:has([type=radio]:checked) label:hover {
      color: #5d6bf9;
    }
  

  .tabs [class^=tab] [type=radio],
  .tabs [class*=" tab"] [type=radio] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .tabs [class^=tab] [type=radio]:checked,
  .tabs [class*=" tab"] [type=radio]:checked {
    border-bottom: 2px solid #5d6bf9;
  }

  .tabs [class^=tab] [type=radio]:checked + div,
  .tabs [class*=" tab"] [type=radio]:checked + div {
    opacity: 1;
  }
  .tabs [class^=tab] [type=radio] + div,
  .tabs [class*=" tab"] [type=radio] + div {
    opacity: 0;
    padding: 2rem 0;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .tabs .tab-2 {
    width: 50%;
  }
  .tabs .tab-2 [type=radio] + div {
    width: 200%;
    left: 200%;
  }
  .tabs .tab-2 [type=radio]:checked + div {
    left: 0;
  }
  .tabs .tab-2:last-child [type=radio] + div {
    left: 100%;
  }
  .tabs .tab-2:last-child [type=radio]:checked + div {
    left: -100%;
  }


  #CaseStudyInfo{
    text-align: center;
    font-family: 'Roboto';
    font-size: 18px;
    color: #00100B;
    font-weight: 300;
}