/*
 * Globals
 */

h1 { font-family: Nunito; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: Nunito; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: Nunito; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: Nunito; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: Nunito; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5667px; }
h1 { font-family: Actor; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h4 { font-family: Actor; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 15.4px; } p { font-family: Actor; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: Nunito; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: Nunito; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5667px; }

h1 { 
	font-size: 1.9em; /* 16x2=32 */ 
	color: white;
}

h2 { 
	font-size: 1.6em; /* 16x2=32 */ 
	font-weight: bold;
	color: black;
	text-shadow: white 2px 2px;

}

h4 { 
	font-size: 1.2em; /* 16x2=32 */ 
	color: black;
	text-shadow: white 1px 1px;
}

.square {
    width: 300px;
    height: 300px; 
    margin-right: 11px;
    margin-bottom: 11px;
}

.thumb {
    width: 350px;
    height: 248px; 
    margin-right: 11px;
    margin-bottom: 11px;
}

.textlist {
    margin-right: 30px;
    margin-bottom: 30px;
}

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-image: url('images/gizelealves.com.png');
/*  background-repeat: no-repeat;*/
  background-position: center;
  background-size: cover;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
/*  color: #fff; */
  color: white;
  text-shadow: 0 .08rem .3rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 100%;
}

.cover-heading {
    text-shadow: 1px 1px 0 black;
}

.btn {
    border: 1px solid white !important;
    font-weight: bold !important;
    
    font-family: 'Helvetica Neue', sans-serif;
    color: white;
    background-color: gray;
    text-shadow: 2px 2px 0 black;
    margin-top: 10px;
    margin-left: 11px;
    margin-right: 11px;
    min-width: 80px;
    max-width: 80px;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
    min-width: 200px;
    max-width: 200px; 
    margin-top: 12px;
    margin-bottom: 12px;
/*   padding: .75rem 1.25rem; */
    font-weight: 600;
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

