body {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}

.navbar-light .navbar-toggler {
    background: #EE5522;
}

.navbar-light .navbar-brand {
    font-family: font1;
    font-size: 20px;
    margin: 5px;
}

@font-face {
    font-family: font1;
    src: url(font.ttf);
}

#board {
    width: -webkit-fill-available;
    height: fit-content;
    border: 10px solid white;
    background: #EE5522;
    border-radius: 20px;
    margin: 10px;
    margin-top: 30px;
    padding: 10px;
    text-align: center;
	color:white;
	font-family: font1;
}

#board h1 {
    font-family: font1;
    font-size: 25px;
}

#board h3 {
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 400px;
    width: 100%;
    border: 0px;
}

.gallery-thumbs {
    height: 100px;
    width: -webkit-fill-available;
    box-sizing: border-box;
    padding: 0px !important;
    background: white;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.6;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
#link{
    width: -webkit-fill-available;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
#withfb{width: 90%;border: 1px solid white;border-radius: 10px;}

.card-body{
    font-size: 20px;
    font-family: fantasy;
    padding: 0px !important;
    height: fit-content;
    flex: none !important;
    font-weight: lighter;
    word-spacing: 2px;
}
.card{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    padding: 0px 10px;
    background-color: white !important;
    color: black;
    height: 150px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    word-spacing: 1px;
}
#box{
    transform: translate(-50%, -50%);
    position: fixed;
    left: 50%;
    top: 50%;
    width: 90%;
    height: fit-content;
    border: 10px solid white;
    background: #EE5522;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    z-index: 100;
    font-size: 15px;
}
#write{
	padding: 20px 10px;
	font-family:arial;
	width:-webkit-fill-available;
	padding-bottom: 20px;
}
.run{
	margin: 10px;
}
code{
	font-family: font1;
	font-size:15px;
}
#testing{
	width: -webkit-fill-available;
	height: 200px;
	border:1px solid black;
	background: white;
	padding:10px;
	margin:10px;
}
#logo{
	height:50px;
	border-radius:10px;
	border:1px solid #ccc;
}
#github{
	height: fit-content;
	padding:5px;
	width: fit-content;
	background: rgba(0,0,0,0.2);
	float: right;
	border-radius: 10px 0px 0px 10px;
	position:fixed;
	z-index:1000;
	display:flex;
	bottom: 30px;
	right: 0px;
	justify-content: center;
	align-content: center;
}
#github img{
	height:25px;
	width:25px;
}
#github p{
	color:white;
	font-family:font1;
	margin: 0px;
	margin-right: 5px;
	height: fit-content;
	line-height: 2;
}
a{
	text-decoration:none;
	display:flex;
}
footer{
	background:#EE5522;
	color:white;
	padding:50px 10px;
	font-family:font1;
	margin:auto;
}
footer p{
	font-family:monospace;
}