
  @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300");
 





/* For devices larger than 400px */
@media (min-width: 400px) {
.container {
width: 85%;
padding: 0;
}
}

/* Larger than phablet */
@media (min-width: 550px) {
h1 {
font-size: 5.0rem;
}
h2 {
font-size: 4.2rem;
}
h3 {
font-size: 3.6rem;
}
h4 {
font-size: 3.0rem;
}
h5 {
font-size: 2.4rem;
}
h6 {
font-size: 1.5rem;
}
}
p {
margin-top: 0;
}

a {
color: #1EAEDB;
}
a:hover {
color: #0FA0CE;
}

header {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100vh;


filter progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55d87', endColorstr='#5fc3e4', GradientType=1 );
}
.title {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
padding: 2rem;
max-width: 960px;
text-align: center;
}
.title .smallsep {
background: #fff;
height: 2px;
width: 70px;
margin: auto;
margin-top: 30px;
margin-bottom: 30px;
}
.title h1 {
font-size: 150px;
font-weight: 300;
line-height: 0.85;
margin-bottom: 28px;
margin: 0;
padding: 0;
color: #FFFFFF;
font-family: 'Sorts Mill Goudy', serif;
}
.title h2 {
color: #FFFFFF;
font-size: 25px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 5px;
margin-top: 10px;
}
.title h3{
  color: #FFFFFF;
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 5px;
margin-top: 10px;
font-family: 'Sorts Mill Goudy', serif;
}
@media only screen and (max-height: 700px) {
.title h1 {
font-size: 80px;
}
}
.title p {
max-width: 600px;
margin: 0 auto;
line-height: 150%;
}
@media only screen and (max-width: 500px) {
.title h1 {
font-size: 65px;
}
}
.title .icon {
color: #FFFFFF;
font-size: 50px;
}
.main_nav {
   position: fixed;
   top: 0;
   z-index: 999;
   width: 100%;
   background: rgba(255, 255, 255, 0.9);
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
   transition: top 0.3s ease-in-out; 
 }
@media only screen and (max-width: 766px) {
.main_nav {
padding-top: 25px;
}
}
.open-nav {
max-height: 400px !important;
}
.sticky {
top: 0;
}

nav {
width: 100%;
margin-top: 5px;
}
@media only screen and (max-width: 766px) {
nav {
width: 100%;
}
}
nav ul {
list-style: none;
overflow: hidden;
text-align: center;
}
@media only screen and (max-width: 766px) {
nav ul {
padding-top: 0px;
margin-bottom: 22px;
text-align: center;
width: 100%;
}
}
nav ul li {
display: inline-block;
margin-left: 35px;
line-height: 1.5;
letter-spacing: 1px;
}
@media only screen and (max-width: 766px) {
nav ul li {
width: 100%;
padding: 7px 0;
margin: 0;
}
nav ul li:first-child {
margin-top: 70px;
}
}
nav ul a {
text-transform: uppercase;
font-size: 12px;
text-decoration: none;
}
nav ul a:hover {
color: #CFCFCF;
}
.mobile-toggle {
display: none;
cursor: pointer;
font-size: 20px;
position: absolute;
right: 22px;
top: 0;
width: 30px;
}
@media only screen and (max-width: 766px) {
.mobile-toggle {
display: block;
}
}
.mobile-toggle span {
width: 30px;
height: 4px;
margin-bottom: 6px;
background: #000000;
display: block;
}

  button:hover{transform: scale(1.1);transition: all 1s;cursor: pointer;background-color:#DB7093; }   
  button{border-radius: 70px;border-width: 10px;font-size: 20px;background-color:white; font-family: 'Sorts Mill Goudy', serif;}
   
   
    body{
        background-image: url(http://wallpapercave.com/wp/MuIV2JN.jpg);
    }
    

