
@font-face{
    font-family: bootsmcfireballMarch;
    src: url('../fonts/safira_march/Safira March.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: bootsmcfireball;
    src: url('../fonts/BlackMango/BlackMango-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

body {
    margin:0;
    padding:0;
    width: 100vw;
    height: 100vh;
    background-color: #fafafa;
   /* background-image: url('../img/back.jpg');*/
    
  background: linear-gradient(26deg, #efefef 0%, #718BF0 100%);
    background-position: cover;
    background-repeat: none;
    overflow: hidden;

}

                                                              h2 {                                                             font-family: bootsmcfireball;
   color: #fafafa;
   font-size: 2.3em;
   font-weight: bold;
   margin-bottom: 5px;
   text-shadow: 2px 2px #212121;
							      }

							      .line {
    width: 50%;
    margin-left: 25%;
    min-height: 1px;
    max-height: 1px;
    min-width: 50%;
    border-radius: 9px;
    background-color: #efefef;
    
							      }
/*
							      body, .nav, .menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav {
    position: relative;
    background-color: #fff;
    padding: 20px;
    transition: 0.5s;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 8px 15px rgba(0,0,0,.2);
}

.menu {
    margin: 0;
    padding: 0;
    width: 0;
    overflow: hidden;
    transition: 0.5s;
}

.nav input:checked ~ .menu {
    width: 450px;
}

.menu li {
    list-style: none;
    margin: 0 10px;
}

.menu li a {
    text-decoration: none;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.5s;
}

.menu li a:hover {
    color: #161919;
}

.nav input {
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
}

.nav span {
    position: absolute;
    left: 30px;
    width: 30px;
    height: 4px;
    border-radius: 50px;

    background-color: #666;
    pointer-events: none;
    transition: 0.5s;
}

.nav input:checked ~ span {
    background-color: #f974a1;

}

.nav span:nth-child(2) {
    transform: translateY(-8px);
}


.nav input:checked ~ span:nth-child(2) {
    transform: translateY(0) rotate(-45deg);
}
.nav span:nth-child(3) {
    transform: translateY(8px);
}


.nav input:checked ~ span:nth-child(3) {
    transform: translateY(0) rotate(45deg);
}

*/
