@font-face {
  font-family: ptSerifRegular;
  src: url("../resources/fonts/PTSerif-Regular.ttf");
}

@font-face {
  font-family: systemRegular;
  src: url("../resources/fonts/OpenSans/regular.ttf");
}

@font-face {
  font-family: systemMedium;
  src: url("../resources/fonts/OpenSans/medium.ttf");
}

@font-face {
  font-family: systemBold;
  src: url("../resources/fonts/OpenSans/bold.ttf");
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

a {
  text-decoration: none;
}

html {
    line-height: 1.15;
}

body {
    margin: 0;
    font-family: 'systemRegular', sans-serif;
    /* font-family: 'systemFontRegular'; */
    letter-spacing: 0.01em;
}

ul {
  text-decoration: none;
  list-style: none;
}

ul li {
  padding-right: 20px;
}

.inline {
  display: inline;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.fontBold {
  font-weight: bold;
}

.fontNormal {
  font-weight: normal;
}

.fontTitle1 {
  font-size: 2em;
}
.fontTitle2 {
  font-size: 1.6em;
}
.fontTitle3 {
  font-size: 1.4em;
}
.fontTitle4 {
  font-size: 1.2em;
}
.fontTitle5 {
  font-size: 1.0em;
}
.fontTitle6 {
  font-size: 0.8em;
}

.fontDescription1 {
  font-size: 1.125em;
}
.fontDescription2 {
  font-size: 1.000em;
}
.fontDescription3 {
  font-size: 0.875em;
}
.fontDescription4 {
  font-size: 0.800em;
}
.fontDescription5 {
  font-size: 0.750em;
}

.opacity95 {
  opacity: 0.95;
}
.opacity90 {
  opacity: 0.9;
}
.opacity80 {
  opacity: 0.8;
}
.opacity70 {
  opacity: 0.7;
}
.opacity60 {
  opacity: 0.6;
}
.opacity50 {
  opacity: 0.5;
}

.paddingLeftRight {
  padding-left: 16px;
  padding-right: 16px;
}
.paddingTopBottom {
  padding-top: 16px;
  padding-bottom: 16px;
}

.shadowCard {
  background: linear-gradient(rgb(255, 255, 255), rgb(250, 250, 250));
  margin: 0px;
  margin-top: 40px;
  margin-bottom: 32px;
  border-radius: 20px;
  box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.08);
  padding: 24px;
  padding-top: 16;
  padding-bottom: 16;
}

.shadowCard p {
  line-height: 1.5em;
}

/*
.shadowCard a {
  display: block;
  width: 100%;
  padding: 24px;
}*/

.appStoreBadge img {
  width: 180px;
}

.marginTop8 {
  margin-top: 8px;
}
.marginTop16 {
  margin-top: 16px;
}
.marginTop24 {
  margin-top: 24px;
}
.marginTop32 {
  margin-top: 32px;
}
.marginTop40 {
  margin-top: 40px;
}
.marginTop48 {
  margin-top: 48px;
}

.marginBottom16 {
  margin-bottom: 16px;
}
.marginBottom32 {
  margin-bottom: 32px;
}
.marginBottom40 {
  margin-bottom: 40px;
}

.marginRight8 {
  margin-right: 8px;
}

.textStyle {
    text-align: center;
    color: rgb(250, 83, 32);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.blurryView {
  backdrop-filter: blur(16px);
}

.brandTitle {
  text-decoration: none;
  color: white;
  font-family: 'systemRegular', sans-serif;
  font-size: 0.86em;
}

.brandTitle:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.911);
}

.brandLogo {
  height: 16px;
  margin: 0;
}

#profileHeader {
  background-color: rgba(255, 255, 255, 0.0);
  margin-top: 40px;
  text-align: center;
}
#policyHeader {
  margin-top: 40px;
  height: 60px;
  background-color: rgba(202, 202, 202, 0.0);
  display: flex;
  align-items: center;
}
.basicHeader {
  margin-top: 40px;
  height: 60px;
  background-color: rgba(202, 202, 202, 0.0);
  display: flex;
  align-items: center;
}

.instagramIcon {
  color: rgb(182, 9, 182);
}

.twitterIcon {
  color: #00b1e2;
}

.footer {
  background-color: white;
  padding-top: 24px;
  padding-bottom: 24px;
}

.header-left {
  display: flex;
  text-align: center;
  height: 240px;
  justify-content: center;
  align-items: center;
}

.header-right {
  display: flex;
  flex-direction: column;
  height: 240px;
  justify-content: center;
  align-items: center;
}

.profileImage {
  height: 240px;
  width: 240px;
  border-radius: 120px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  margin-bottom: 40px;
}
.name {
  color: rgba(0, 0, 0, 1.0);  
  /* letter-spacing: 0.1em; */
}

.developer {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.0em;
  /* font-family: 'systemMedium', sans-serif; */
}

.aboutMe {
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.6em;
  padding-top: 0;
  padding-bottom: 0;
  padding-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 50px;
}

.copyright {
  letter-spacing: 0.03em;
  opacity: 0.5;
}

.appCard {
  background: linear-gradient(rgb(255, 255, 255), rgb(250, 250, 250));
  margin: 6px;
  margin-top: 20px;
  margin-bottom: 32px;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 10%;
  border-radius: 20px;
  box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.appCardIcon {
  margin-top: 8px;
  margin-bottom: 8px;
  height: 100px;
  width: 100px;
  border-radius: 25%;
}

.appCardBig {
  margin-top: 8px;
  margin-bottom: 8px;
  height: 144px;
  width: 144px;
  border-radius: 25%;
}

.appCardIconWithBlackBorder {
  border: 1px solid rgba(0, 0, 0, 0.1)
}

.appCardName {
  padding-top: 16px;
  font-weight: normal;
}
.appCardDescription {
  padding-top: 8px;
  opacity: 0.7;
  line-height: 1.5em;
}
.appCardButton {
  margin-top: 20px;
  text-decoration: none;
  color: rgb(16, 148, 236);
}
.appCardButton:hover {
  text-decoration: none;
}

.contactButton {
  text-decoration: none;
  color: rgb(14, 162, 231);
}

.contactButton:hover {
  text-decoration: none; 
}

/* Media Queries */

@media screen and (min-width: 1200px) {
  .aboutMe {
    padding: 30px;
  }

  .appCard {
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (min-width: 800px) {
  .aboutMe {
    padding: 30px;
  }

  .appCard {
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }
}