

q {
  font-family: "Arial", "Helvetica";
  font-weight: bold;
  color: #4f4f51;
  font-size: 11pt;
  font-style: normal;
  text-align: left;
}


p {
  font-family: "Arial", "Helvetica";
  font-weight: bold;
  color: #f0c1cc;
  font-size: 11pt;
  font-style: normal;
}


h3 {
  font-family: "Arial", "Helvetica";
  font-weight: bold;
  color: #4f4f51;
  font-size: 15pt;
  font-style: normal;
  text-align: center;
}

h2 {
  font-family: "Arial", "Helvetica";
  font-weight: normal;
  color: #eb85a3;
  font-size: 19pt;
  text-align: left;
  font-style: normal;
}

h1 {
  font-family: "Arial", "Helvetica";
  src: url;
  font-weight: normal;
  color: #eb85a3;
  font-size: 23pt;
  text-align: center;
  font-style: normal;

}

/*Navigation */
body {
  margin: 0;
}







/* header, vertical*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 28%;
  background-color: #4f4f51;
  position: fixed;
  height: 150%;
  overflow: auto;
  font-family: "Arial", "Helvetica";
  src: url;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
}

/* text in box, vertical */
li a {
  display: block;
  color: #d6d6d6;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}

li a:hover:not(.active) {
  color: #f0c1cc;
}



img {
  width: 100%;
 
}

.logo {

padding-top: 30px;
padding-bottom: 10px;
padding-left: 46px;
padding-right: 46px;
align-content: center;
width: 80%;
height: auto;

}




ul li {
  color: #d6d6d6;
  font-size: 8px;
}

.vertical {
  margin-left: 29%;
  padding: 1px 16px;
  height: 1000px
}


/* social media */
.fa {
  padding: 9px;
  font-size: 15px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 4px 1px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}



.fa-linkedin {
  background: #007bb5;
  color: white;
}


.fa-instagram {
  background: #c863e2;
  color: white;
}





/* images */
* {
  box-sizing: border-box;
  
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  
}

.column img {
  margin-top: 12px;
  border: solid 8px #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.columnn img {
  margin-top: 12px;
  border: solid 8px #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.columnnn img {
  width: 100%;
  margin-top: 12px;
  border: solid 8px #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}





/* Index, quotes */
* {box-sizing: border-box}
body {font-family: "Magesti Banner", "Times New Roman", Times;}


/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #d6d6d6;
}

/* Slides */
.mySlides {
  display: none;
  padding: 70px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #eb85a3;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #4f4f51;
  color: #f0c1cc;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 15px;
    background: #ffffff;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #f0c1cc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #d6d6d6;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: #eb85a3;}






/* Contact */
* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.columnn {
  float: left;
  width: 30%;
  padding: 10px;
  height: 200px;
  /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.roww:after {
  content: "";
  display: table;
  clear: both;
}

.columnn img {
  margin-top: 12px;
}




/* buttons */
.btn {
  border: 2px solid black;
  background-color: transparent;
  color: black;
  padding: 13px 27px;
  font-size: 16px;
  cursor: pointer;
}

/* Red */
.danger {
  border-color: #8a8c8f;
  color: #d6d6d6;

}

.danger:hover {
  background: #8a8c8f;
  color: #f0c1cc;
}

/* 2nd buttons */
.two {
  border-color: #4f4f51;
  color: #4f4f51;

}

.two:hover {
  background: #4f4f51;
  color: #f0c1cc;
}







/*about*/

.containe {
  position: relative;
  max-width: 800px; /* Maximum width */
  margin: 0 auto; /* Center it */
}

.containe .content {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
   color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
}











