/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*moves padding and border to inside the div*/
{box-sizing: border-box;
}
body{
/*        the wohole page*/
    font-family: roboto;
    font-size: 14px;
    background-image: url(background.jpg);
}
nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
    padding-right: 10px;
}
nav #logo {
    margin-right: auto;
    padding-top: 10px;
    padding-left: 10px;
}
nav a{
    margin: 0 3%;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    font-family: roboto;
    font-weight:500;
    
    
}
nav a:hover{
    text-decoration: underline;
    color: #D8C9BF;
}
header{
    background: url(header-.jpg);
    height: 30vw;
    background-position: 0 center;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    font-family: roboto;
    font-kerning: normal;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    
}

button {
  background-color: white;
  color: black;
  border: 2px solid #D8C9BF; /* Green */
      margin: auto;
    font-family: roboto;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 55px;
    width: auto;
    text-align: center;
    
    
}
view a:hover{
    text-decoration: underline;
    color: #D8C9BF;
}
#view{
    padding-top:20px;
    margin: auto;
    text-align: right;
    padding-bottom: 40px;
    padding-right: 40px;
}

#button{

    padding-top: 20px;
    margin: auto;
    text-align: center;
    padding-bottom: 60px;
}

#gallery{
    display: flex;
    flex-wrap: wrap;
    
}

#gallery a{
    width:33.3333333333%
}

gallery a img {
    width: 100%;
}

#bio {
    display: flex;
    align-items: center;
    align-content: center;
}

#bio p{
    padding 10px;
    text-align: center;
    font: roboto;
    color: #D8C9BF;
    margin: auto;
    padding-top: 15px;
    font-size: 14px;
}
#description{
    width: 33.58333%
}
#details{
    width: 66%;
    display: flex;
    flex-wrap: wrap
}
.big{
    width: 100%;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  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: rgba(0,0,0,0.8);
}



/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #D8C9BF;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*column*/
* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 50px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.column p{
    font-family: roboto;
    font-size: 14px;
    text-align: center;
    width: 60%;
    margin: auto;
    
    
}
.column h3{
    font-family: roboto;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

#social{
    padding-bottom: 20px;
    margin: auto;
    align-items: center;
    align-content: center; 
    text-align: center;
    padding: 10px;

}


/*tablet and smaller*/
@media screen and (max-width: 800){
    
    nav #logo{
        display: none;
    }
    
    nav{
    justify-content: space-around;
    margin-top: 10px;
}
    #content{
    flex-wrap: wrap
}
    
#gallery a{
    width: 50%;
}
#bio {
    flex-wrap: wrap;
}
#bio img, #bio div{
    width: 100%;
}
h2{
    padding-top: 10px;
    }
}



/*phone*/
#gallery a{
    width: 100%;
}/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}




























