/*

http://www.colourlovers.com/pattern/5764171/Hair_Too_Long

http://www.colourlovers.com/pattern/1888925/Late_Night_Choir

#250303
#A1C341
#E43172
#50C9DD
#F84DB9‪(724) 472-8379‬

*/
@font-face {
    font-family: OldGrowth-Regular;
    src: url("./OldGrowth-Regular.otf") format("opentype");
}

@font-face {
    font-family: OldGrowth-Regular;
    font-weight: bold;
    src: url("./OldGrowth-Regular.otf") format("opentype");
}

html, body, .container{
  width:100%;
  height:100%;
	color:#171516 !IMPORTANT;
}
.row {
	margin:0; 
	border:5px solid #250303;
}
.highlight, b {
	color: #F5128E;
}
body {
  
background:#FFF url('../img/5764171.png'); 
  background-position: center;
  background-attachment: fixed;
font-family: 'Roboto', sans-serif;
}

#heroimage{
	font-family: 'OldGrowth-Regular';
	font-weight:bold;
	color:#50C9DD;
	font-size:100px;
	    height: 100%;
	
}
#heroimage .heroinner {
	background-image:url("../img/d.webp"); /* pexels-photo-38136.jpeg");*/
  /*background-position: 0px -40px;*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
#heroimage .heroinner small {
	font-size:20%;
}
.white-background {
	background: #fff;
 
}

.navbar {
	background-color:#A1C341;color:#250303;
	height:50px;
	font-weight:bold;
	font-size:20px;
	margin-top:-110px;
	margin-bottom:55px;
}
#nav {
	padding:0px;
}
#nav .logo {
	font-family: 'OldGrowth-Regular';
	font-weight:bold;
	color:#50C9DD;
	position: absolute;
/*    height: 400px;
	width:600px;
	*/
	height: 358px;
	width:500px;
    z-index: 999999;
	margin-left:-60px;
	background:url("../img/logo12.png");
background-position:top left;
  background-repeat: no-repeat;
  background-size: cover;
  font-size:1.8em;
  padding-top:3em;
}

#nav .fixed-top .logo {
	top:1px;
}
#nav .navbar-brand {
	font-family: 'OldGrowth-Regular';
	text-align:right;
}
strong {
	color:#50C9DD;
}









.lista .container-fluid {
        list-style: none;
        counter-reset: my-counter;
        margin: 0rem;
      /*  padding:  0rem 0rem 0rem 1.5rem;*/
		float:left;
    }
    .lista .row-main{
        counter-increment: my-counter;
        padding-top: 0.7rem;
        padding-bottom: 1.2rem;
       /* display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto;
        grid-template-areas: "icon:text";
        align-items: start;*/
    }
    .lista .row-main:before {
        content: counter(my-counter);
        font-weight: bold;
        background-color: #E43172;
        border: 5px solid #250303;
        border-radius: 50px;
        font-size: 20px;
        padding: 0.8rem 1.4rem;
        color: #250303;
        margin-left: -2.0rem;
        margin-right: auto;
		font-family: 'OldGrowth-Regular';
		
		position:absolute;
      /*  grid-area: icon;*/
    }
	    .lista .row{
        padding-top: 0.7rem;
        padding-bottom: 1.2rem;
       /* display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto;
        grid-template-areas: "icon:text";
        align-items: start;*/
    }

.lista .headercol {
	font-size:2.3em;color:#E43172;font-family: 'OldGrowth-Regular'; padding-left:2.5rem;  
}


/*CARD*/
.card {
	background:#250303;
	color:#FFF;
}


  .dynamic-font {
    font-size: 1em; /* Default font size */
  }

  @media (min-width: 576px) { /* For .col-sm or larger */
    .dynamic-font {
      font-size: 1.3em;
    }
  }

  @media (min-width: 768px) { /* For .col-md or larger */
    .dynamic-font {
      font-size: 2em;
    }
  }

a.linkedin {
    text-decoration: underline;
}
.herotext {
	padding:1em;color:#E43172;font-family: 'OldGrowth-Regular';background:#250303;
}