@import "color.css" screen;
@import "fonts.css" screen;
@import "title-styles.css" screen;
@import "medium_widget_styles.css" screen;
@import "image-carousel.css" screen;


body {
  background: rgb(255,255,255);
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-size: 1.1rem
}
html {
  height: -webkit-fill-available;
}


a {
  color: var(--links);
  /*text-transform: uppercase;*/
}

a:hover{
  text-decoration: none;
}

.navbar-brand{
    position: absolute;
    left: 50%;
    margin-left: -90px !important;  /* 50% of your logo width */
    display: block;
}

#lockup{
  display: flex;
  flex-direction:column;
  align-items: center;
  width: 100%;
}
footer{
  height:200px;
  background-color: var(--warmgrey);
  /*margin-top: 40px;*/
}
.container-fluid{
  flex-direction: row !important;
  justify-content: center;
  background-color: #ffffff;
  align-content: center;
}
.logo-grid{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color:#ffffff;
}
.client-logo{
  display: flex;
  width: 220px;
  height:220px;
  align-content: center;
  margin: 20px;
}
.client-logo img {
  max-width:200px;
  align-self: center;
}
.client-logo-grey{
  filter: grayscale(100%);
  opacity: 0.5;
}
.logo{
  flex-direction: row;
  align-content: center;
  align-self: center;
}

@media only screen and (max-device-width: 640px) {
  .fixed-opener{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(var(--vh, 1vh) * 115);
    padding-top: 60px;
    background-size: cover;
    background-position: center;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(211,228,214,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(211,228,214,1) 100%);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(211,228,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d3e4d6",GradientType=1);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
  .logo img {
    border-radius: 100% !important;
    max-width:160px;
  }

  .footer-link-items{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .link-row{
    display: none;
  }
}
@media only screen and (min-device-width: 641px) {
  .fixed-opener{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*height: 100vh;*/
    height: calc(var(--vh, 1vh) * 100);
    padding-top: 140px;
    background-size: cover;
    background-position: center;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(211,228,214,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(211,228,214,1) 100%);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(211,228,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d3e4d6",GradientType=1);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
  .logo img {
    border-radius: 100% !important;
    max-width:220px;
  }

  .footer-link-items{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 40px;
  }
  .link-row{
    flex-direction: column;
    align-content: space-between;
    align-self: center;
    margin-top: 30px;
  }
    
}






.navbar {
    /*transition: top 0.5s ease;
    opacity: 0;*/
}

.navbar-hide {
    /*top: -96px;*/
}
.link-container{
  align-content: center;
}

.footer-link-row{
  margin-top: 30px;
}
.case-row{
  display:flex;
}
.spacer{
  padding:0 20px;
}

.logo-row{
  margin-left: 50%;
  margin-right: 60px;
  margin-top: 10px;
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 2rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.tron{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;

}
.about-me-image{
  display: flex;
  padding: 0 !important;
  width: 100%;
  justify-content: center;
  background-color: #fff;
}
.about-me-image img{
  max-width:100%;
}
.about-me-text{
  display: flex;
  flex-direction: column;
  max-width: 720px;
  justify-content: center;
  margin: auto;
  padding:40px 0;
}
.case-stud-row{
  display: flex;
  flex-direction: row;
  min-height: 400px;
}
.case-stud-square{
  display: flex;
  justify-content: center;
  height: 140px;
  
}
.case-stud-square img{
  display: flex;
  align-self: center;
  padding: 10px;
  max-width: 260px;
  height: auto;
}
.case-stud-text{
  max-width: 360px;
  margin: auto; 
}
.para-right {
  margin-top: 40px;
  margin-left: 60px;
  max-width: 600px;
}
.para-left {
  margin-top: 40px;
  padding-right: 60px;
  max-width: 600px;
}
.para-full{
  max-width: 600px;
}
.tron-image{
  margin: 0 0 0 40px;
}
.image-left-col{
  transform: rotate(20deg);
}
.image-right-col{
  transform: rotate(-20deg);
}
.wordplay{
  display: flex;
  flex-direction: column;
  padding: 60px 0;
  background-color: var(--warmgrey-faded);
}
ul li{
   padding: 5px 0px;
}