@charset "utf-8";
/* CSS Document */
/* Created by mahmudamen */
body {
  font-family: 'Handlee', cursive ,Arial, Helvetica, sans-serif;
  font-size: 16pt;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #efefef;
  padding: 10px;
  margin: 10px;
}
h1 {
    font-size: 20pt;
	font-family: serif;
    letter-spacing: 4px;
    color: #099fc4;
    text-align: center;
    padding: 18px 0 18px 0;
    margin: 0 0 10px 0;
}
h1 span {
    border: 2px dashed #1ab5c4;
    padding: 10px;
}
p {
    padding: 0;
    margin: 0;
}
.img-circle {
    border: 3px solid white;
    border-radius: 50%;
}
.section {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
}
#header {
    background-image: url("../image/header.png"); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 5px;
}
#header img {
    /* display: flex; */
    flex-wrap: wrap;
    width: 150px;
    height: 150px;
    margin: auto;
}
#header p {
    font-size: 25pt;
    color: #3b464c;
    padding-top: 5px; 
    margin: 0;
    font-weight: bold;
    text-align: center;
}
.quote {
    font-size: 12pt;
    text-align: right;
    margin-top: 10px;
}
table {
      width: 100%;
      padding: 10px;
      font-size: 19pt;
}
table, th, td {
      border: 5px solid #1ab5c4;
      border-collapse: collapse;
      text-align: center;
      table-layout: fixed;
}
.selected {
    background-color: #0080a5;
    font-weight: bold;
    color: white;
}
li {
    margin-bottom: 15px;
    font-weight: bold;
}
progress {
      width: 100%;
      height: 35px;
      color: #317784;
      background: #efefef;
}
progress::-webkit-progress-bar {
    background: #efefef;
}
progress::-webkit-progress-value {
    background: #317784;
}
progress::-moz-progress-bar {
    color: #317784;
    background: #efefef;
}
iframe, audio {
    display: block;
    margin: 0 auto;
    border: 3px solid #3fb6b2;
}
hr {
    border: 0;
    height: 1px;
    background: #f36f48;
}
form {
    text-align: center;
    margin-top: 0;
}
.submit {
    background-color: #3fb6b2;
    padding: 12px 45px;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    border: none;
    outline: none;
    margin: 0;
    font-weight: bold;
}
.submit:hover {
    background-color: #43a09d;
}
textarea {
    height: 100px;
}
input, textarea {
    margin-bottom: 10px;
    font-size: 11pt;
    padding: 15px 10px 10px;
    border: 1px solid #cecece;
    background-color: #efefef;
    color: #787575;
    border-radius: 5px;
    width: 70%;
    outline: none;
}
#contacts img {
    height: 50px;
    width: 50px;
    margin-left: 7px;
    margin-right: 7px;
}
#contacts a {
    text-decoration: none;
}
#contacts img:hover {
    opacity: 0.8;
}
#contacts {
    text-align: center;
}
.copyright {
    font-size: 8pt;
    text-align: right;
    padding-bottom: 10px;
    color: grey;
}

@media screen and (min-width: 351px) and (max-width: 550px){
#header img {
    /* display: flex; */
    flex-wrap: wrap;
    width: 85px;
    height: 85px;
    margin: auto;
}

h1 {
    font-size: 12pt;
	font-family: serif;
    letter-spacing: 1px;
    color: #099fc4;
    text-align: center;
    padding: 12px 0 12px 0;
    margin: 0 0 3px 0;
}
#header {
    background-size:100% 100%;
    margin: 5px;
	padding:5px;
}
body {
  font-size: 12pt;
}
p {
	font-size:12pt;
}
}
@media screen and (min-width:551px) and (max-width: 750px) {
#header img {
    width: 105px;
    height: 105px;
    margin: auto;
}
h1 {
    font-size: 18pt;
    letter-spacing: 2px;
    padding: 16px 0 16px 0;
    margin: 0 0 6px 0;
}
body {
  font-size: 14pt;
}
p {
	font-size:14pt;
}
}
@media screen and (min-width:1300px) {

}