/*
 * Globals
 */
/* Links */

@import url('https://fonts.googleapis.com/css2?family=Cambo&display=swap');
a,
a:focus,
a:hover {
  color: #fff; }

/* Custom default button */
.btn-default {
  color: #fff;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0.5rem 2rem; }

.btn-default:hover,
.btn-default:focus {
  background-color: rgba(255, 255, 255, 0.3); }

/*
 * Base structure
 */
html,
body {
  height: 100%; }

body {
  background: #fff;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-family: 'Cambo', serif; }

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top; }

.cover-container {
  margin-right: auto;
  margin-left: auto; }

/* Padding for spacing */
.inner {
  padding:0 30px; }
  
.masthead-brand img {
    max-width: 14%;
}

/*
 * Header
 */
.masthead-brand {
  margin-top: 0;
  margin-bottom: 10px; }

.nav-masthead {
  text-align: center;
  display: block; }

.nav-masthead .nav-link {
  display: inline-block; }
  
  .site-wrapper.innerPage  h3.masthead-title {
    color: #fff;font-size:20px;
}
.inner.formContact {
    background: #fff;
    max-width: 55%;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 0 4px 1px #4a063d;
    padding: 10px 60px;
}
.inner.formContact .form-control::-webkit-input-placeholder { /* Edge */
  color: #a03b8e;
}

.inner.formContact .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a03b8e;
}

.inner.formContact .form-control::placeholder {
  color: #a03b8e;
}

.inner.formContact .form-group {
    margin-bottom: 5px;
}
.inner.formContact button.btn.btn-primary {
    background: #a03b8e;
    border: 1px solid #a03b8e;
    padding: 5px 15px!important;
    line-height: normal;
    font-size: 13px;
    margin-top: 20px;
}
.inner.formContact h4 {
    color: #500d43;
    font-size: 18px;
    letter-spacing: 2px;
    padding-top: 10px;
    margin: 0;
}
.inner.formContact h5 {
    color: #500d43;
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 10px;
    margin: 0;
}
.inner.formContact h5 span {
    display: block;
    margin-bottom: 10px;
}
.inner.formContact .form-control {
    font-size: 13px;
    text-align: center;
    color: #a03b8e;
    border-color: #a03b8e;
    background: #eee;
}
.inner.Bx {
    padding-top: 5px;
    color: #fff;
}

.inner.Bx p.masthead-Content {
    color: #fff;
    margin: 0;
    font-size: 13px;
}
  
  h3.masthead-title {
    color: #a03b8e;
}
.Menu {
    position: absolute;
    top: 40%;
    left: 5%;
}
.viewBox {
    position: absolute;
    right: 5%;
    top: 42%;
}
.toggleMenu img{cursor:pointer}
@media (min-width: 768px) {
  .masthead-brand {
    }
  .nav-masthead {
    float: right; } }

/*
 * Cover
 */
.cover {
  padding: 0 20px; }

.cover .btn-notify {
  padding: 10px 60px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px; }

.cover-heading {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-top: 0rem;}
.cover-heading img {
    width: 27%;
}

.site-wrapper.innerPage .cover-heading img{width: 10%;}
@media (min-width: 768px) {
  .cover-heading {
    font-size: 3.4rem;
    letter-spacing: 15px; }


	}

.cover-copy {
  max-width: 500px;
  margin: 0 auto 3rem; }

/*
 * Footer
 */
.mastfoot,p,a {
  color: #b2b2b2;
  /* IE8 proofing */
  color: #b2b2b2 }
  
  .site-wrapper.innerPage {
    background: #500d43;
}

/*
 * Subscribe modal box
 */
#subscribeModal .modal-content {
   }

#subscribeModal .modal-header, #subscribeModal .modal-footer {
  border: 0; }

#subscribeModal .close {
   }
.carousel-item img {
    max-width: 100%;
}
ul.menuToggle {
    position: absolute;
    width: 195px;
    margin: 0;
    padding: 0;
    border: 1px solid #a03b8e;
    border-radius: 5px;background:#fff;
    /* margin-top: 10px; */
    left: 64px;
    top: 0px;
   
    box-shadow: 0 0 8px 0px #ccc;display:none;
}
ul.menuToggle li {
    font-size: 24px; list-style: none;
    text-transform: uppercase;
    padding: 5px 10px;
}
ul.menuToggle li a {
    color: #a03b8e;
}
.carousel-control-next, .carousel-control-prev{opacity:1;color:#333}
#subscribeModal .form-control {
  margin-top: 1rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff; }
  #subscribeModal .form-control:focus {
    border-color: #49506a; }
.toggle.btn {
    right: 5px;
    top: 10px;
    margin-top: -20px;
}
/*
 * Affix and center
 */
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0; }
  .mastfoot {
    position: fixed;
    bottom: 0; }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle; }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */ } }

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1060px; } }
	
	@media (max-width: 800px) {
	    .inner.formContact {
    max-width: 98%;
    padding: 10px 15px;
}
div#subscribeModal {
    top: 26%;
}
.site-wrapper.innerPage .cover-heading img {
    width: 30%;
}
		.site-wrapper-inner {

    vertical-align: middle;
}
h3.masthead-brand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
        z-index: -99;
}
	.masthead-brand img {
    max-width: 34%;
}

.cover-heading img {
    width: 77%;
}
.viewBox {

    right: 5%;
    top: 23px;
}

.Menu {
   
    top: 21px;
    left: 5%;
}

	}
