@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=0d1b822e-3b37-4ee5-8ad2-bf124d17bd53&fontids=1449009,1449011,1449025");
@font-face{
font-family:"frutiger-light";
src:url("../fonts/1449009/e5acedaa-f4c6-4128-8b5a-2f3f8324f09b.eot?#iefix");
src:url("../fonts/1449009/e5acedaa-f4c6-4128-8b5a-2f3f8324f09b.eot?#iefix") format("eot"),url("../fonts/1449009/b3ca2df2-7bee-4fc0-84cb-b029b99c3b61.woff2") format("woff2"),url("../fonts/1449009/554d0bc9-df00-45eb-993e-f62841c80ab1.woff") format("woff"),url("../fonts/1449009/3512931d-90c5-4aa4-b0dc-3a3630c65f37.ttf") format("truetype"),url("../fonts/1449009/f8b7e418-9dc4-4040-ac46-c50501eac7b5.svg#f8b7e418-9dc4-4040-ac46-c50501eac7b5") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face{
font-family:"frutiger-light";
src:url("../fonts/1449011/2b51737a-65e3-4d3c-b9f8-584e27727ccd.eot?#iefix");
src:url("../fonts/1449011/2b51737a-65e3-4d3c-b9f8-584e27727ccd.eot?#iefix") format("eot"),url("../fonts/1449011/5dabc0f4-5497-42fb-ad16-ee2423337cb0.woff2") format("woff2"),url("../fonts/1449011/21fc589b-c373-4c02-9c5a-66379ff223e1.woff") format("woff"),url("../fonts/1449011/cd86b01a-7f39-480d-b238-eeb83bde04ba.ttf") format("truetype"),url("../fonts/1449011/fa9d4094-d898-4ee0-8b97-0f12071e354a.svg#fa9d4094-d898-4ee0-8b97-0f12071e354a") format("svg");
font-weight: normal;
font-style: italic;
}
@font-face{
font-family:"frutiger-light";
src:url("../fonts/1449025/418faef6-65aa-48f3-b1e1-c944af42723a.eot?#iefix");
src:url("../fonts/1449025/418faef6-65aa-48f3-b1e1-c944af42723a.eot?#iefix") format("eot"),url("../fonts/1449025/c31af250-c28e-40ef-bed6-866e7ed6fedf.woff2") format("woff2"),url("../fonts/1449025/45d6a395-278a-4303-91f8-97ddd865efab.woff") format("woff"),url("../fonts/1449025/8ce19370-12eb-42ca-9585-370280f97596.ttf") format("truetype"),url("../fonts/1449025/e4bcdda3-ec47-4eb5-89bb-ebd9c5eeed95.svg#e4bcdda3-ec47-4eb5-89bb-ebd9c5eeed95") format("svg");
font-weight: bold;
font-style: normal;
}

.landing {
  font-size: 500% !important;
  /* font-weight: bold; */
}
.lead-landing {
  font-size: 140% !important;
  /* font-weight: bold !important; */
}

/* reduced font of slider title and slider description to not overflow on mobile */
@media (max-width: 514px) {
  .landing {
    font-size: 278% !important;
  }
  .lead-landing {
    font-size: 100% !important;
  }
}

.shadow-inverse {
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.6);
}
.shadow {
  text-shadow: 0px 0px 50px rgba(255, 255, 255, 0.3);
}



body {
  font-size: 16px;
  color: #333;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "frutiger-light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2, h3, h4 {
  padding-top: 10px;
}

h1 {
   font-size: 300%
}
/* phot credit caption */
figcaption {
  text-align: right;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 70%;
  color: #aaa;
  padding-bottom: 5px;
}

/* to align logo with left border in large views */
@media (min-width: 768px) {
  .navbar-expand-md {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
  }
}

.cynkra-logo {
  font-size: 70% !important;
  color: #1F65B7 !important;
  padding-left: 2px !important;
}

.cynkra-logo-font {
  font-weight: bold;
  /* color: rgb(108, 111, 115);   text color */
  color: rgb(45, 50, 56);
}

.cynkra-logo-font-inverse {
  font-weight: bold;
  color: fff;
}

.workshop-detail{
  font-size: small;
}


/* .navbar-dark {
  color: rgb(45, 50, 56) !important;
}
 */
img {
    margin-top: 12px;
    width: 100%;
}

pre {
    font-size: 12px;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    border-radius: 1px;
    padding: 9.5px;
}

.carousel-indicators li {
  cursor: pointer;
}


 pre.highlight {
  background-color: #f7f7f7;
}

code {
    font-size: 87.5%;
    color: #555;
}

.highlight .hll { background-color: #ffffcc }
.highlight  { background: #ffffff; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
.highlight .o { font-weight: bold } /* Operator */
.highlight .ch { color: #999988; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #999988; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { font-weight: bold } /* Keyword.Constant */
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
.highlight .kn { font-weight: bold } /* Keyword.Namespace */
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #bb8844 } /* Literal.String */
.highlight .na { color: #008080 } /* Name.Attribute */
.highlight .nb { color: #999999 } /* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no { color: #008080 } /* Name.Constant */
.highlight .ni { color: #800080 } /* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #009999 } /* Literal.Number.Bin */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sa { color: #bb8844 } /* Literal.String.Affix */
.highlight .sb { color: #bb8844 } /* Literal.String.Backtick */
.highlight .sc { color: #bb8844 } /* Literal.String.Char */
.highlight .dl { color: #bb8844 } /* Literal.String.Delimiter */
.highlight .sd { color: #bb8844 } /* Literal.String.Doc */
.highlight .s2 { color: #bb8844 } /* Literal.String.Double */
.highlight .se { color: #bb8844 } /* Literal.String.Escape */
.highlight .sh { color: #bb8844 } /* Literal.String.Heredoc */
.highlight .si { color: #bb8844 } /* Literal.String.Interpol */
.highlight .sx { color: #bb8844 } /* Literal.String.Other */
.highlight .sr { color: #808000 } /* Literal.String.Regex */
.highlight .s1 { color: #bb8844 } /* Literal.String.Single */
.highlight .ss { color: #bb8844 } /* Literal.String.Symbol */
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #990000; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .vm { color: #008080 } /* Name.Variable.Magic */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */

@media (min-width: 1200px) {
  .app-footer .col-md-3 {
    transform: translateX(40px);
  }
}

.featured-list-wide li {
  padding-left: 170px;
}

.featured-list-img {
  margin-top: 3px;
  width: 138px;
}


@media (max-width: 714px) {
  .featured-list-wide li {
    padding-left: 130px;
  }

  .featured-list-img {
    margin-top: 3px;
    width: 103px;
  }
}

/*link color cynkralbue*/
a {
  color: #006fd8;
}

