body{
  margin:0;
  font-size:0;
}

.wrapper{
  background:white;
  width:750px;
  margin:0 auto;
}

#header{
  background-color:#333F50;
  position:fixed;
  height:40px;
  width:100%;
  top:0;
  left:0;
  z-index:1;
}

#main-logo{
  width:150px;
  margin:0;
}


nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #333;
  height:58px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: black;
  padding: 1em 0;
  font-size: 20px;
  font-weight:bold;
  text-decoration:none;
}

nav.globalMenuSp.active {
  transform: translateY(0%);
}

.navToggle {
  display: block;
  position: fixed;
  right: 12px;
  top: 1px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}




.login-modal-wrapper{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}

.modal {
  position: absolute;
  top: 8%;
  left: 10%;
  background-color: #e6ecf0;
  padding: 20px 0 40px;
  border-radius: 10px;
  width: 290px;
  height: auto;
  text-align: center;
}

.fa-times {
  position: absolute;
  top: 4px;
  right: 12px;
  color: rgba(128, 128, 128, 0.46);
  z-index:2;
}

.fa {
  margin-right:3px;
  margin-top:1px;
  font-size:40px;
  font-weight:bold;
}

#login-form {
  width: 100%;
}

#login-form h2 {
  color: #5f5d60;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-size:20px;
  line-height:22px;
}

#login-form input {
  width: 280px;
  margin-bottom: 10px;
  font-size: 18px;
  padding: 12px 12px;
  border: 1px solid #d0d5d8;
  border-radius: 5px;
}

#submit-btn a{
  display: inline-block;
  padding: 10px 50px;
  background-color: #008080;
  border: none;
  border-radius: 3px;
  color: white;
  margin: 10px auto;
  cursor: pointer;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
}

#submit-btn-new a{
  display: inline-block;
  padding: 10px 50px;
  background-color: #003399;
  border: none;
  border-radius: 3px;
  color: white;
  margin: 10px auto;
  cursor: pointer;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
}

#submit-btn a:hover, #submit-btn-new a:hover{
  opacity:0.7;
}

#login-form h2{
  font-size:17px;
  font-weight:bold;
  margin-bottom: 15px;
}

h4{
  font-size: 16px;
  font-weight:normal;
  color: #5f5d60;
  margin-top: 0px;
  margin-bottom: 10px;
}

#login-form p:before, #login-form p:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 25px;
  height: 2px;
  border-top: solid 1px #5f5d60;
  border-bottom: solid 1px #5f5d60;
}

#login-form p:before {
  left:-25;
}
#login-form p:after {
  right:-25;
}

#login-form p {
  color: #5f5d60;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-size:17px;
  font-weight:bold;
  position: relative;
  display: inline-block;
  padding: 0 5px;
}









.to-top{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  right: 10px;
  bottom: 0px;
  font-size: 25px;
  font-weight: bold;
  text-align:center;
  padding:10px;
  color: #fff;
  background: #000;
  opacity:0.8;
  z-index:10;
}

.main-title{
  margin-top:40px;
  text-align:center;
}

h1 {
  font-size:25px;
  color:midnightblue;
  position: relative;
  display: inline-block;
  padding: 0 45px;
  margin-bottom:0px;
}

h1:before, h1:after {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 35px;
  height: 2px;
  border-top: solid 1px midnightblue;
  border-bottom: solid 1px midnightblue;
}

h1:before {
  left:0;
}
h1:after {
  right: 0;
}

.main-wrapper{
  background:white;
  height:1740px;
}

.caption-wrapper p{
  font-size:15px;
  margin:20px 10px 0 10px;
}

.caption-li-darkblue li{
  list-style:none;
  font-size:14px;
  font-weight:bold;
  margin:20px 20px 0 0px;
  color:#191970;
}

.darkblue:before {
  content:  "";
  width:  12px;
  height:  12px;
  display:  inline-block;
  background-color: blue;
  border-radius:  50%;
  margin:0 5px 0 0
}

.caption-li-red li{
  list-style:none;
  font-size:14px;
  font-weight:bold;
  margin:30px 20px 0 0px;
  color:#800000;
}

.red:before {
  content:  "";
  width:  12px;
  height:  12px;
  display:  inline-block;
  background-color: #BB0000;
  border-radius:  50%;
  margin:0 5px 0 0
}

.caption-li-gray li{
  list-style:none;
  font-size:14px;
  font-weight:bold;
  margin:30px 20px 0 0px;
  color:rgb(0,64,64);
}

.gray:before {
  content:  "";
  width:  12px;
  height:  12px;
  display:  inline-block;
  background-color: purple;
  border-radius:  50%;
  margin:0 5px 0 0
}

.big-caption{
  font-size:18px;
  font-weight:bold;
  margin:0px 5px 0 5px;
  color:rgb(128,0,128);
}

.caption-li-blue li{
  list-style:none;
  font-size:14px;
  font-weight:bold;
  margin:30px 20px 0 0px;
  color:rgb(0,64,128);
}

.blue:before {
  content:  "";
  width:  12px;
  height:  12px;
  display:  inline-block;
  background-color: midnightblue;
  border-radius:  50%;
  margin:0 5px 0 0
}

.big-caption2{
  font-size:18px;
  font-weight:bold;
  color:#333F50;
}

.profile-wrapper{
  height:460px;
  background: linear-gradient(to bottom,white,rgb(238,248,255) 50%,white); 
}

.profile-wrapper{
  display:flex;
}

.photo img{
  width:130px;
  margin:23px 5px 0 10px;
  border:solid 2px black;
  border-radius:8px;
}

.photo h2{
  font-size:22px;
  font-weight:bold;
  margin:10px 0 0 28px;
}

.photo h3{
  font-size:14px;
  font-weight:bold;
  margin:1px 0 0 10px;
  position:absolute;
}

.certificate-wrapper{
  border:solid 3px rgb(0,64,128);
  width:140px;
  height:140px;
  margin:50px 0px 0px 5px;
  border-radius:8px;
}



.certificate-wrapper p{
  font-size:13px;
  font-weight:bold;
  margin:10px 0px 0 10px;
  color:rgb(0,64,128);
}

.certificate li{
  font-size:13px;
  font-weight:bold;
  margin:0px 0px 0 0px;
  color:rgb(0,64,128);
}

.exercise-wrapper{
  border:solid 3px rgb(24,131,56);
  width:190px;
  height:100px;
  margin:0px 10px 5px 10px;
  border-radius:8px;
}

.exercise-wrapper p{
  font-size:13px;
  font-weight:bold;
  margin:10px 0px 0 10px;
  color:rgb(24,131,56);
}

.exercise li{
  font-size:13px;
  font-weight:bold;
  margin:0px 0px 0 0px;
  color:rgb(24,131,56);
}

.experience-wrapper{
  border:solid 3px #800000;
  width:190px;
  height:160px;
  margin:0px 10px 5px 10px;
  border-radius:8px;
}

.experience-wrapper p{
  font-size:13px;
  font-weight:bold;
  margin:10px 0px 0 10px;
  color:#800000;
}

.experience li{
  font-size:13px;
  font-weight:bold;
  margin:0px 0px 0 0px;
  color:#800000;
}

.hobby-wrapper{
  border:solid 3px rgb(128,0,128);
  width:190px;
  height:140px;
  margin:0px 10px 0 10px;
  border-radius:8px;
}

.hobby-wrapper p{
  font-size:13px;
  font-weight:bold;
  margin:10px 0px 0 10px;
  color:rgb(128,0,128);
}

.hobby li{
  font-size:13px;
  font-weight:bold;
  margin:0px 0px 0 0px;
  color:rgb(128,0,128);
}

.small{
  font-size:12px;
  font-weight:bold;
}

.btn{
  padding:15px 4px;
  margin-top:35px;
  background:maroon;
  color:white;
  display:inline-block;
  border-radius:7px;
}

#iframe-bottom {
  border:none;
  margin: auto;
  display: block;
}