/*@font-face { font-family: 'my-font';

             src: url('../fonts/penna.otf') format('truetype'); }*/
 
 @font-face { font-family: 'my-font';
              src: url('../fonts/impact.ttf') format('truetype'); }

html {
  //scroll-behavior: smooth;
}

body {
    background: rgb(41,41,41);
    color: rgb(255,203,0);
    //color: rgb(220,220,220);
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

ul {
    list-style-type: circle;
}

li {
    margin-bottom: 16px;
}


#navbar-inner-container {
    position: relative;
    height:60px;
    margin-bottom:8px;
}

#navbar-logo-link {
    position: absolute;
}

#navbar-logo-star {
    position: absolute;
    left: 12px;
    top: 16px;
    width: auto;
    height: 37px;
}

.title-and-image-container-about {
}

.detail-image-left-about {
   width: 100%;
   height:auto;
}

.title-and-description-left-about {
    text-align:left;
}

.title-and-icon-container {
    overflow: auto;
    margin-bottom:32px;
}

.detail-icon-container {
   width: 10%;
}

.detail-icon-left {
   float:left;
   margin-top:8px;
   max-height:60px;
   max-width:60px;
}

.detail-icon-left img {
    margin-top:16px;
}

.title-and-description-left {
    width:90%;
    padding-left: 16px;
    float:left;
}

header {
    color: rgb(255,203,0);
    height: 100vh;
    position: relative;
    text-align:center;
}

.middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.landing_image {
    width: 100%;
    height: 50vh;
}

.bottom {
    width:100%;
    position: absolute;
    bottom: 16px;
    display: flex;
    justify-content: center;
}

.navbar {
  background: rgb(41,41,41);
  border-bottom: 1px dashed rgb(255,203,0);
  display: none;
}

#offer_anchor {
    display: block;
    position: relative;
    top: -112px;
    visibility: hidden;
}

.title {
    font-size: 120px;
    font-family: Impact;
}

#header {
    height: 100vh;
    position: relative;
    background-image: url(../img/back.png);
    background-size: auto 100%;
    background-position: top left;
    background-repeat:   no-repeat;
}

#header-mask {
    width: 100px:
    height: 100px:
    -webkit-mask-box-image: url(../svg/wordcloud.svg);
}

.header-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
}

.triangle-svg {
    width:100%;
    height:10vh;
}

.row {
    padding-left:16px;
    padding-right:16px;
}

.colored-section {
    padding-bottom:16px;
    padding-top:16px;
}

.bright-col {
    padding-top:16px;
    padding-bottom:16px;
    background-color:rgb(255,203,0);
     color:rgb(41,41,41);
    //border-style:   solid;
    //border-color:   rgb(255,203,0);
}

.dark-col {
    border-style: none;
    padding-top:16px;
    padding-bottom:16px;

    background-color:rgb(41,41,41);
}

.rowWithFullWidth {
    background-color: red;
   padding: 0 !important;
   margin: 0 !important;
   margin-left: 0 !important;
   margin-right: 0 !important;
}

a {
    text-decoration: underline;
}
/* unvisited link */
a:link {
  color: rgb(255,203,0);
}

/* visited link */
a:visited {
  color: rgb(255,203,0);
}

/* mouse over link */
a:hover {
  color: rgb(255,255,255);
}

/* selected link */
a:active {
  color: rgb(255,255,255);
}