﻿@import url('https://fonts.googleapis.com/css2?family=Kanit:ital@0;1&family=Prompt:ital@0;1&display=swap');

body {
  min-height: 300px;
  padding-top: 0px;
}
p {
	text-indent: 30px;
}
.bg-img {
	/* The image used */
	background-image: url("../images/head_bg.png");
  
  
	/* Center and scale the image nicely */
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
  
	/* Needed to position the navbar */
	position: relative;
  }
.container {
  max-width: 851px;
}
.jumbotron {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f8f8f8;
  border-bottom:1px solid #e7e7e7; 
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
}

.name {
	font-family: 'Kanit', sans-serif;
	font-size: 22pt;
	margin-bottom: 0px;
}
.contact {
	margin-top: 10px;
	margin-bottom: 10px;
}
.title {
	font-family: 'Kanit', sans-serif;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
.item {
	margin-top: 5px;
	margin-bottom: 10px;
}
.year {
	font-style: italic;
}

.profile {
	padding-top: 40px;
	margin-bottom: 10px;
}

.nav-tabs {
  background-color: #f8f8f8;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}