/* @import must be at top of file, otherwise CSS will not work */
/* @import url("//hello.myfonts.net/count/40e190"); */

:root {
  --background-color: #848E9F;
  --background-color-dark: #27292B;
}

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;900&display=swap'); --> */

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}


body {
  margin: 0;
  padding: 0;
  background: var(--background-color);
}

img {
  border: none;
  padding: 0;
  margin: 0;
}

main {
  margin-top: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  flex-direction: row;
}

.sides {
  flex-grow: 1;
  height: 100px;
}

.mainStage {
  padding-top: 100px;
  width: 100%;
  max-width: 1200px;
}

@media(max-width: 768px) {
  .mainStage {
    padding-top: 60px;
  }
}

.myName {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 8rem;
  color: var(--background-color-dark);
  width: 100%;
  text-align: center;
}

@media(max-width: 768px) {
  .myName {
    font-size: 3.3rem;
  }
}

.logo {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: -35px;
}

.logoFrame {
  margin: auto;
  width: 300px;
  height: 300px;
}

#logo_0 {
  width: 300px;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

.logo_others {
  width: 300px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
}

@media(max-width: 768px) {
  .logoFrame {
    width: 200px;
    height: 200px;
  }

  #logo_0 {
    width: 200px;
  }

  .logo_others {
    width: 200px;
  }
}

#spacer {
  height: 100px;  
}

@media(max-width: 768px) {
  #spacer {
    height: 50px;  
  }
}

.sectionTitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 5rem;
  text-align: center;
  color: #FFF;
  padding-bottom: 40px;
}

@media(max-width: 768px) {
  .sectionTitle {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}

#aboutMeContainer {
  background: url("me-dark.jpg");
  background-size: 100%;
  background-attachment: fixed;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media(max-width: 768px) {
  #aboutMeContainer {
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
}

.contact {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 1.5rem;
  color: white;
  text-align: center;
}

.credit {
  margin-top: 1em;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 1.0rem;
  color: white;
  text-align: center;
}

.bulletPoints {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 1.5rem;
  color: white;
  text-align: left;
  width: 60%;
  margin: auto;
  list-style-image: url("bullet-point.png");
}

ul#softwareSkills {
  text-align: center;
  width: 60%;
  margin: auto;
  list-style: none;
  padding: 0;
  text-indent: 0;
  list-style-type: 0;
}

.bulletPoints li {
  margin-bottom: 8px;
}

@media(max-width: 768px) {
  .bulletPoints {
    font-size: 1rem;
    width: 80%;
    list-style-image: url("bullet-point-small.png");
  }
  .bulletPoints li {
    margin-bottom: 6px;
  }
}

.reelBandwidthRemark {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 1.2rem;
  text-align: center;
}

@media(max-width: 768px) {
  .reelBandwidthRemark {
    font-size: .7rem;
  }
}

.subTitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 1.7rem;
  color: lightgray;
  text-align: center;
  margin-top: 2rem;
}

.additionalWork {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 1rem;
  color: lightgray;
  text-align: center;
}

@media(max-width: 768px) {
  .subTitle {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }

  .additionalWork {
    font-size: 1.0rem;
  }
}

img.map {
    width: 50%;
    height:  auto;
    margin: 10px auto;
    background-color: #777;
    display: block;
    border-style:none;
}

@media(max-width: 768px) {
  iframe#map {
      width: 90%;
  }
}


a:link , a:visited, a:hover, a:active {
  color: white;
}
