/* Main */
* {
  -webkit-box-sizing: border-box;
     -mox-box-sizing: border-box;
          box-sizing: border-box;
}



html  {
  line-height: 1.6;
  font-family: font-family: 'Didact Gothic', sans-serif;
}

img {
  max-width: 100%;
}



a {
  text-decoration: none;
  color: #c95a5d;
  -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
}
 

 a:hover {
    color: #7C2B2D;
  }

.lead {
  margin-bottom: 60px;
  font-size: 18px;
}



.btn {
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: none !important;
}
 

 .btn:hover {
    background: #fff;
    color: #7C2B2D;
  }


/*
 * Main banner elem
 * 1. Make sure the original is higher z-index so when scrolling up fast, the clone goes underneith.
    Prevents visual overlap.
 */


.banner {
  width: 100%;
  height: 70px;
  position: relative; /* 1 */
  z-index: 2; /

* top nav bar */
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #fff;
}

 
 .banner a {
    color: #fff;
  }

 
 .banner a:hover {
    color: #d8d8d8;
  }


.logo {
  float: left;
  margin: 0;
  font-size: 20px;
  line-height: 70px;
}


.nav {
  

float: right;
  height: 40px;
  padding: 0;
  margin: 0px;
}

 
 .nav__item {
   font-size: 13px; vertical-align:top; height: 40px;
    line-height: 120%; ;
    padding: 19px;
    margin-left: 1px;
    display: inline-block;
  }


  .nav__item--btn {
    display: inline-block;
    width: auto;
    padding: 20px ;
    font-size: 14px;
    line-height: 38px;
  }



.hero {
  margin-bottom: 60px;
  padding: 60px;
  background: #c95a5d;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

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

.hero {
    padding: 40px 0;
  }
}

.hero__title {
  margin: 0 0 10px;
  font-size: 72px;
}

@media screen and (max-width: 800px) {
  .hero__title {
    font-size: 48px;
  }
}



body { 
	font-size: 1.05em;
	
line-height: 1.25em;
	

font-family: 'Didact Gothic', sans-serif;	
 background-image: url("nightyacht60.jpg");
background-repeat: no;
    background-attachment: fixed;	color: #ffffff;
}


figure {width: 70%

}



#logo{

	margin: 15px;
	float: left;
	width: 200px;
	height: 40px;
	background: url(../img/saminlogo1.png) no-repeat center;
	display: block;

}



@font-face {font-family: "Goldenbook W01 Bold";
  src: url("48188dfba797eefc6697161d28cb2a22.eot"); /* IE9*/
  src: url("48188dfba797eefc6697161d28cb2a22.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("48188dfba797eefc6697161d28cb2a22.woff2") format("woff2"), /* chrome?firefox */
  url("48188dfba797eefc6697161d28cb2a22.woff") format("woff"), /* chrome?firefox */
  url("48188dfba797eefc6697161d28cb2a22.ttf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
  url("48188dfba797eefc6697161d28cb2a22.svg#Goldenbook W01 Bold") format("svg"); /* iOS 4.1- */
}

.demo{
    font-family: font-family: 'Didact Gothic', sans-serif;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}





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

 .hero__title {
    font-size: 38px;
  }
}



.hero__snippet {
  margin: 0 0 40px;
  font-size: 32px;
  font-style: italic;
}

{
         



@media screen and (max-width: 540px) {
  .hero__snippet {
    font-size: 24px;
  }
}

.hero__btn {
  width: 160px;
  margin-bottom: 1px;
  padding: 10px 0;
  border-color: #fff;
  color: #fff;
  display: inline-block;
}

.btn-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-list__item {
  display: inline-block;
  margin: auto 5px;
}

.container {
  width: 90%;
  max-width: 800px;
  margin: auto;
}

footer {
  margin-top: 60px;
  color: #888;
  
  font-size: 14px;
}

footer .top {
  float: right;
}


       
      