/* 404 x  84 72  58 33 22  border: 6 radius 5 * /

width: 84px;
height: 404px;
gap: 0px;
border-radius: 5px 0px 0px 0px;
border: 6px 0px 0px 0px;
opacity: 0px;


width: 72px;
height: 404px;
left: 183px;
gap: 0px;
border-radius: 5px 0px 0px 0px;
border: 6px 0px 0px 0px;
opacity: 0px;
*/

  @font-face {
    font-family: inter;
    src: url(../font/inter.ttf);
  }

  #container {
    position: absolute; 
    /*overflow: hidden;*/  
    top: 0px;
    left: 0px; 
      
    width: 100%;
    height: 100%;
  }

  #slides {
    display: flex;
    flex-direction: row;
    justify-content: left;
    height: 100%;
    width: 100%;
    left: -25%;
    position: absolute;
  }

  #bg1 {
    /* position: relative;   */
    flex: 1 0 auto;
        position: relative;  
      
    min-width: 100%;
    min-height: 100%;
    /* height: 100%; */
    
    background: url("../img/bg1-sd.jpg") no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* text-align: center;
    vertical-align: middle; */
  }
  #bg2 {
    flex: 1 0 auto;
    
    position: relative;  
    /* position: absolute;  */
    
      
    min-width: 100%;
    min-height: 100%;
    /* height: 100%; */
    
    background: url("../img/bg1-sd.jpg") no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* text-align: center;
    vertical-align: middle; */
  }

:root {
    --blue: #1e90ff;
    --white: #ffffff;

    font-family: inter, monospace;
    color: #49433A;
}

body {

    margin: 0;
    
}

#tl-name {
    /* display: inline; */
    /* position: absolute; */
    font-size: 20px;
    /* left: 64px; */
    /* top: 32px; */
    flex: 1 0 auto;
    letter-spacing: 10px;
}

#br-name {
    font-size: 64px;
    right: 32px;
    position: absolute;
    text-align: center;
    position:absolute;
    top:100vh;
    width: 64px;
    transform:translateY(calc( -100%  - 32px));
    line-height: 0.9;
}

#nav {
    max-width: 1100px;
    font-size: 18px;
    /* float: right; */
    /* position: absolute;
    left: 0px;
    top: 32px; */
    /* position: absolute; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* width: 50%;*/
    /* min-width: 200px;  */
    flex: 0 0 auto;
    /* right: 0; */

}

#nav div {
    position: relative;
}

a:any-link {
    color: #49433A;
    text-decoration: none;
}

#top {
    /* width: 100%; */
    flex-direction: row;

    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 32px;
}

h1 {
  font-size: 32;
  margin-bottom: 50px;
}

p {
  font-size: 18;
  text-align: justify;
}

#contact {
  background-color: #E1D4C2;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  clear: both;
}

hr {
  height:1.5px;
  border-width:0;
  color:#49433A;
  background-color:#49433A;
}

#content {
  margin: auto;
  max-width: 900px;
  text-align: center;
  padding: 20px;
}


  .icon {
    width: 28px;
    height: 28px;
    pointer-events: none;
    vertical-align: middle;
    margin: 10px;
    margin-left: 20px;
    
    float: left;
    /*float: inline-start;
    display: ruby;*/
  }

  #contact-data {
    /* width: 100%; */
    flex-direction: row;

    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 32px;
    vertical-align: middle;
    
}
#contact-data > div{
 /* display: table-cell; */
 vertical-align: middle;
 margin: 5px;
}

#cr {
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  height: 30px;
}




h3 {
  margin-left: 20px;
}

#details {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
 
}
.desc {
  vertical-align: middle;
  align-self: center;
  text-align: justify;
  justify-self: left;

}

#details  img {
  max-width: 90%;
  max-height: 400px;
  justify-self: center;
  margin: 30px;
  clear: left;
}


.button {
  border-radius: 10px;
  background-color: #49433A;
  color: white !important;
  border-width: 0;
  vertical-align: middle;
  text-align: center;
  padding: 10px 20px 10px 20px;
  display: inline-block;
}

.button:link {
  background-color:   #b6b4b0  ;
}
.button:visited {
  background-color:   #b6b4b0  ;
}
.button:hover {
  background-color:   #49433A  ;
}
.button:active {
  background-color:   #49433A  ;
}


/* #contact-data a :hover :active {
  background-color:  #49433A;
} */

@media (width < 550px) {

  #contact-data > div {
    /* font-size: 12px; */
    clear: left;
  }
  #contact-data {
    display: block !important;
  }
}

@media (width >= 550px) {
  #contact-data {
    display: flex !important;
  }
}

#contact-data:after
{
    content: ".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}