@font-face {
    font-family: bromello;
    src: url(./fonts/bromello-Regular.ttf);
}
@font-face {
    font-family: kgt;
    src: url(./fonts/KGTwoisBetterThanOne.ttf);
}
@font-face {
    font-family: karma;
    src: url(./fonts/Karma-Regular.ttf);
}
@font-face {
    font-family: jetbrainsmono;
    src: url(./fonts/JetBrainsMono-Regular.ttf);
}
@font-face {
    font-family: jetbrainsmonoBold;
    src: url(./fonts/JetBrainsMono-ExtraBold.ttf);
}

:root{
    --shrink-time: 0.75s;
}

body{
    background: #F5F5F5;
    font-family: jetbrainsmono;
}
h1{
    margin-top: 10px;
    font-family: jetbrainsmonoBold;
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
h2{
    margin-top: 20px;
    font-size: 40px;
}
p{
    font-size: 20px;
    font-family: jetbrainsmono;
}
.smallText
{
	font-size: 15px;
}
a{
    font-size: 20px;
   /* font-family: karma; */
}
.content{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#super-title{
font-size: 50px;
color: black;
font-family: jetbrainsmonoBold;
}
#about{
display: flex;
flex-direction: row;
justify-content: space-around;
}
.mobile-portrait-screenshot{
	height: 600px;
	margin-bottom: 1rem;
}
.mobile-square-screenshot{
	height: 300px;
	margin-bottom: 1rem;
}
#discord-link
{
    z-index: 1021;
}

/* logo */
#logo {
    height: 120px;
}
#logodiv {
    text-align: center;
    width: 100%;
    top: 0;
    z-index: 1021;
}


/* navbar */
a.nav-link{
    color: #373737;
    font-size: 25px ;
    padding-top: 0;
    padding-bottom: 0;
    font-family: jetbrainsmono;
}
.nav-link{
    font-family: jetbrainsmono;
    background-color: lightgray;
    margin-right: 10px;
}
#navbar.shrink{
    padding-left: 60px;
}
.navbar-background {
    border-bottom: 1px solid black;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
}
.navbar-background{
color: darkgray;
text-decoration: none;
background: white;
}

/* separating lines (title or small anchor in the middle */ 
.decorated{
    overflow: hidden;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    width: 10000%;
    margin: 0 20px;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}
.smallAnker{
    height: 25px;
}

/* Image that separates content blocks */
.bigimg{
    width: 100%;
}

/* Program */

.program{
    margin-left: auto;
    margin-right: auto;
}

.programImg{
    height: 80px;
}
.programTime, .programDescription{
    margin-top: auto;
    margin-bottom: auto;
    font-size: 25px;
}
.programTime{
    margin-left: 50px;
    min-width: 105px;
}
.programDescription{
    margin-left: 100px;
}
.programSpace{
    height: 50px;
}
.carousel-item img{
    margin: auto;
    max-height: 500px;
}

/* only mobile */
@media only screen and (max-width: 992px){
    .programImg{
        height: 50px;
    }
    /*.programTime, .programDescription{
        font-size: 15px;
    }*/
    .programTime{
        margin-left: 5px;
        min-width: 63px;
    }
    .programDescription{
        margin-left: 5px;
    }
    .carousel-item{
        max-height: 250px;
    }

}

.quoteText{
    font-family: jetbrainsmono;
    font-size: 30px;
    margin-bottom: 0;
    width: 60%;
    margin:auto;
}
.quoteFrom{
    padding-left: 60%;
}

.card{
    width: 100%;
    margin: 0;
    border: none;
    background-color: inherit;
    margin-bottom: 8px;

}
.card-img{
    width: 150px !important;
    height: 150px !important;
    border-radius: 2px;
}
.card-body{
  padding: 0;
    margin-bottom: auto;
    margin-top: auto;
}
p.card-text{
    font-size:20px;
}
.center{
    text-align: center;
}



.feature {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	text-align: left;
	background-color: #F1F1F1;
	margin-bottom: 8px;
}

.feature p, .feature .mobile-portrait-screenshot {
	margin-bottom: unset;
}

.feature-img {
	height: 32px;
	padding-right: 10px;
}

.download-icon {
	height: 40px;
}

footer {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	margin-bottom: 12px;
}


/* only Desktop*/
@media only screen and (min-width: 992px){
.card.right{
    margin-left: 4%;
    height: 100%;
}
}

@media print{
    .bigimg, .carousel, .signup {
        display: none !important;
        height: 0px !important;
    }
    .content{
        width: 100%
    }
	
	footer{
		width: 100%;
	}
}

/* only mobile */
@media only screen and (max-width: 992px){

    .content{
        width: 90%;
    }
	
	footer{
		width: 90%;
	}
	
    #logodiv{
        /*position: absolute !important;*/ /*why the fuck was this here*/
        background-image: linear-gradient(whitesmoke,white);
    }
    #navbar{
        padding-left: 10px !important;
        text-decoration: none;
        background: white;
        border-bottom: 1px solid black;
        -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
    }
    .nav-link{
        font-size: 70px !important;
        color: black !important;
    }
    .navbar-toggler-icon{
        height: 80px;
        width: 80px;
    }
    .timeline{
        width: 80%;
    }
    .card{
        width: 100%;
        display: block;
    }
    .card-img{
        float: left;
        margin: 5px;
    }

}
