@import url('https://fonts.googleapis.com/css?family=Baloo|Bree+Serif|Fjalla+One|Indie+Flower|Josefin+Sans|Noto+Sans|Oswald|Ubuntu');
.main {
  font-family: 'Josefin Sans', cursive;
  max-height: 30px;
}

.main a {
  color: grey;
  font-weight: bold;
}

div ul li {
  display: inline-block;
  text-decoration: none;
  color: white;
  padding: 4px;
}

.main a:hover {
  text-decoration: underline;
  color: white;
}

.sign {
  text-align: right;
  font-size: 22px;
  font-family: 'Ubuntu', sans-serif;
}

.main li {
  text-align: left;
  font-size: 20spx;
  text-decoration: none;
  color: #0088cc;
  font-weight: normal;
  width: 20%;
}

body {
  background-color: #f0f2f4;
}

h1 {
  color: #3399ff;
  font-size: 25px;
  font-family: 'Ubuntu', sans-serif;
}

p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 17px;
}

li {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}

.top {
  text-align: center;
  padding: 20px;
  color: white;
  background-color: #3399ff;
}

.top h1 {
  color: white;
  font-size: 30px;
}

.mainbody {
  background-color: white;
}

.profilepic {
  border-right: 1px solid #f2f2f2;
  padding: 20px;
  float: left;
  text-align: center;
}

.profilepic img {
  height: 200px;
  width: 90%;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}

.about {
  text-align: left;
  color: black;
  height: 200px;
  padding-left: 10px;
}

.work {
  background-color: white;
  text-align: center;
  color: #3399ff;
}

.work p {
  color: black;
}

.workpic {
  font-size: 17px;
  font-family: 'Noto Sans', sans-serif;
  border-right: 2px solid #f2f2f2;
}

.workpic img {
  height: 270px;
  width: 340px;
  padding: 20px;
  text-align: center;
}

.contact {
  background-color: #3399ff;
  text-align: center;
  color: white;
  padding: 30px;
  font-size: 15px;
  border-bottom: 1px solid white;
  font-family: 'Ubuntu', sans-serif;
}

.report {
  background-color: white;
  font-size: 20px;
  color: red;
  text-align: center;
  padding: 30px;
  font-family: 'Noto Sans', sans-serif;
}

.report-button {
  font-size: 20px;
  border-radius: 3px;
  background-color: #3399ff;
  color: black;
  font-style: bold;
  border: 0px solid grey;
  padding: 10px;
}

.report-button:hover {
  background-color: red;
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px;
}

a {
  border: 0px solid black;
}

a img:hover {
  height: 40px;
  width: 40px;
}

#messagebox {
  background-color: transparent;
  position: absolute;
  padding: 20px;
  margin-left: 30%;
  margin-top: 3%;
  border-radius: 10px;
  color: white;
  font-family: 'Ubuntu', sans-serif;
  border: 1px solid #f2f2f2;
}

#messagebox h3 {
  font-size: 25px;
  text-align: center;
  color: #33bbff;
}

.btn-primary {
  padding: 10px;
  margin-top: 10px;
  font-size: 20px;
}

#messagebox label {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
}

.messagemodal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}
