 {
background: #ffffff;

margin: 0;
	}

a:link {
	color: #8c8c8c;
	text-decoration: none;
}

a:visited {
	color: #8c8c8c;
	text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ccccff;
}

.nobackground a:hover {
  background-color: #fff;
}

div#header {
	color: #4d4d4d;
	width: 100%;
}

div.homepage {
    min-height: 10em;
    display: table-cell;
    vertical-align: middle }

div#sidebar {
	width: 16%;
	font-family: 'Comfortaa', sans-serif;
	float: left;
	height: 100vh;
	background-color: #ffffff;
	padding: 2%;
}

div#nav {
	width: 16%;
	font-family: 'Comfortaa', sans-serif;
	float: left;
	height: 100%;
}

/*div#images {
  background-color: #ffffff;
  font-family: 'Nunito', sans-serif;
  width: 77%;
  position: relative;
  float: left;
  padding: 1%;
  margin-left: 0px;
}*/


div#content {
	background-color: #ffffff;
  font-family: 'Nunito', sans-serif;
	width: 77%;
	position: relative;
	float: left;
	padding: 1%;
	margin-left: 0px;
}

div#linkcontent {
  background-color: #ffffff;
  font-family: 'Nunito', sans-serif;
  width: 77%;
  position: relative;
  float: left;
  padding: 1%;
  margin-left: 0px;
}

div#header3 {
 font-family: 'Comfortaa', sans-serif;
 text-align: right;
 font-color: #8c8c8c;
}

div#paragraph {
  width: 60%;
  font-size: 20px;
  text-align: center;
  padding-top: 1%;
}


/*div#aboutcontent {
  width: 40%;
  text-align: center;
  padding: 3%;
  margin-right: 15%;
  margin-top: 5%;
}*/

div#authorpic {
  width: 30%;
  padding: 1%;
  float: center;
  margin-top: 7%;
}

div#gallery {
  height: 95vh;
  overflow-y: scroll;
}

img{
  max-width: 100%;
  height: auto;
  padding: 1%;
}


div#footer {
	background-color: #f2f4ff;
  position: relative;
  float: center;
  text-align: center;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1%;
  color: #ccc;
  font-size: 10px;
  width: 100%;
  font-family: 'Comfortaa', sans-serif;

}

div#menu {
  background-color: #fff;
  float: center;
  text-align: center;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2%;
  font-color: #6b6b6b;
  font-size: 20px;
  width: 100%;
  font-family: 'Comfortaa', sans-serif;

}

p {
  white-space: pre;
}


#menubar {
    width: 100%;
    max-width: 100vw;
    padding: 20px;
    box-sizing: border-box;
}

#menubar #menu {
    box-sizing: border-box;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#menubar #menu .menuOption {
    box-sizing: border-box;
    background-color: green;
    cursor: pointer;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 5px;
    margin: 5px 15px;
    position: relative;
}

#menu .menu_spacing {
  flex-grow:0; 
  flex-shrink:0; 
  flex-basis: 5px; 
  margin:5px 15px;
}

/*---------------------------------------------------------------------------*/
<style>
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');
</style>

body {
  color: #000000;
  background: #ffffff;
}

h1 {
  text-align: center;
}
.half {
  float: left;
  padding: 2px;
  color: #8c8c8c;
}

/*p.b {
  word-spacing: 30px;
}*/

.center {
  margin: auto;
  width: 60%;
  text-align: center;
  border: 3px solid #b6b0df;
  padding: 10px;
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  background-color: #e6e9f9;
  color: #6b6b6b;
}
.center2 {
  margin: auto;
  width: 60%;
  text-align: center;
  border: 3px solid #ffffff;
  padding: 10px;
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  background-color: #ffffff;
  color: #ffffff;
}



.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #7f7f7f;
  font-family: 'Comfortaa', sans-serif;
  overflow: hidden;
}

input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
  position: relative;
  display: block;
  padding: 2px;
  background: #ffffff;
  line-height: 3;
  cursor: pointer;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

.tab-content p {
  margin: 10px;
}

input:checked ~ .tab-content {
  max-height: 500px;
}

label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=checkbox] + label::after {
  content: "+";
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(270deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}



/*_________________________________________________________________*/



*, *:before, *:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}

.main-title{
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  padding: 30px;
}

.container{
  padding: 3%;
  float: left;
  width: 50%;
}
@media screen and (max-width: 700px){
  .container{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 400px){
  .container{
    width: 33.33333%;
  }
}

.container .title{
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(204, 207, 255, 0.9);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 2%;
  padding-right: 2%;
  width: 90%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
}



/*--------------------------------------------*/
.linkcontent {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: auto;
  overflow: hidden;
}

.linkcontent .linkcontent-overlay {
  background: rgba(204, 207, 255, 0.9);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.linkcontent:hover .linkcontent-overlay{
  opacity: 1;
}

.linkcontent-image{
  width: 100%;
}

.linkcontent-details {
  position: absolute;
  text-align: center;
  padding-left: 2%;
  padding-right: 2%;
  width: 90%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.linkcontent:hover .linkcontent-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.linkcontent-details h3{
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
}

/*.linkcontent span {
  display: table-cell;
  width: auto;
  padding: 5px;
  float: center;
}
.linkcontent span img {
  vertical-align: bottom;
  width: 100%;
  float: center;
  margin:0 auto;
  position:relative;
  padding: 5%;
}*/

.linkrow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}


.linkcolumn {
  flex: 25%;
  max-width: 25%;
  padding: 0 5px;
}

.linkcolumn img {
  margin-top: 10px;
  vertical-align: middle;
}

/*--------------------------------------------*/




div#header4 {
  color: #b6b0df;
  font-family: 'Comfortaa', sans-serif;
  /*padding-top: 5%;*/ 
}

div#header5 {
  color: #b6b0df;
  font-family: 'Comfortaa', sans-serif;
  padding-top: 5%; 
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 1%;
  text-align: left;
  margin-left: 2%;
}

div#emailicon {
  width: 45%;
  float: center;

}

.content-details p{
  color: #fff;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

/*________________________________________________________________*/


.stickyfooter {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: #8c8c8c;
   text-align: center;
   z-index: 1;
}


.top-container {
  background-color: #fff;
  padding-top: 15px;
  text-align: center;
}

.stickyheader {
  padding: 10px 16px;
  background: #fff;
  color: #8c8c8c;
  z-index: 3;
}

.pagecontent {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .pagecontent {
  padding-top: 102px;
}

.dropdown {
  position: relative;
  display: inline-block;
  word-spacing: 30px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e8edff;
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 2;
  word-spacing: normal;
  font-size: 14px;
}

.dropdown-content a {
  color: #8c8c8c;
  padding: 9px 9px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ccccff; color: #fff;}

.dropdown:hover .dropdown-content {display: block; color: #fff;}

.dropdown:hover .dropbton {color: #fff; background-color: #ccccff;}

.dropbtn {
  background-color: #fff;
  color: #8c8c8c;
  padding: 0px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  font-family: 'Comfortaa', sans-serif;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #ccccff;
  color: #ffffff;
}

.links {
  display: table;
  width: 70%;
  float: center;
  margin-left: auto;
  margin-right: auto;
}
.links span {
  display: table-cell;
  width: auto;
  /*padding: 5px;*/
  float: center;
}
.links span img {
  vertical-align: bottom;
  width: 100%;
  float: center;
  margin:0 auto;
  position:relative;
  padding: 5%;
  z-index: 1;
}

/*_________________________________________________________________*/


@media screen and (max-width: 640px) {

  .row {
    width: 50%;
    float: right;
    position: relative;
  }

  .logo {
    width: 150%;
    font-size: 1;
  }

  .nav{
    height: 20%;
    color: #8c8c8c;
  }

  /*.thirdcolumn {
    float: left;
  }*/

  .footer {
    float: center;
    background-color: #e8edff;
    color: #cccccc;
    font-family: 'Comfortaa', sans-serif;
  }

}

/*________________________________________________________________*/

/*.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}


 .column {
  flex: 30%;
  max-width: 30%;
  padding: 0 5px;
}

.column img {
  margin-top: 10px;
  vertical-align: middle;
} */
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}
/* _________________________ */

@media (max-width: 800px) and (max-width: 600px){
  .column {
    flex: 50%;
    max-width: 50%;
  }

  #logo {
  width: 150%;
  }

   .nav{
    height: 20%;
  }

 /* #suriskacontent {
    width: 50vh;
    float: right;
    white-space: 0;
  } */

}

@media (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }

  #gallery {
  height: 95vh;
  width: 30vh;
  overflow-y: scroll;
  float: right;
  }*/

  
  /*#suriskacontent {
    width: 10vw;
    float: right;
    white-space: 0;
  }*/

  #aboutcontent {
    width: 40vh;
    float: right;
    white-space: 0;
    padding-left: 2%;
    padding-right: 0%;
  }

  #logo {
  width: 150%;
  }

   .nav{
    height: 20%;
  }
.piccontainer {
  position: relative;
  width: 25%;
}

.pic {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.piccontainer:hover .image {
  opacity: 0.3;
}

.piccontainer:hover .middle {
  opacity: 1;
}

}

