/*
Orange color #e67e22

Orange Color #ff7920
Blue Color #0b214a
Brown color #795C34
Icon #b1946d
*/

/*---------------------------------*/
/* Basic SETUP */
/*--------------------------------- */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body{
    background-color: #fff;
    color: #555;
    font-family: 'Lato','Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x:hidden;
}

.clearfix{zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ---------------------------------*/
/* REUSABLE COMPONENTS*/
/*--------------------------------- */
.row {
    max-width: 1140px;
    margin: 0 auto;
}
.top-header{
    text-align: right;
}

section{
    padding: 80px 0;
}

.box{
    padding: 1%;    
}

/* -------------HEADINGS -------------*/

h1,
h2,
h3{
    font-weight: 300;
    text-transform: uppercase;
   
}

h1{
    margin-bottom: 20px;
    color:#fff;
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
    font-family: serif;
}

h2{
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;        
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
    font-size: 120%;
    word-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
}


h1:after{
    display: block;
    height: 1px;
    background-color: #795C34;
    content: " ";
    width: 270px;
    margin: 0 auto;
    margin-top: 30px;
}


h2:after {
    display: block;
    height: 2px;
    background-color: #ff7920;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

/* PARAGRAPHS */
.long-copy {
    line-height: 145%;
    width: 85%;
    margin-left: 10%;
    color: #7b7878;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
}

.box p{
    font-size: 90%;
    line-height: 145%;
}

/* ICONS */
.icon-big{
    font-size: 350%;
    display:block;
    color:#b1946d;
    margin-bottom: 10px;
    text-align: center;
}
.icon-small{
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #e67e22;
    font-size: 120%;
    margin-right: 10px;
    
    
    
/*secrets to align text and icons*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
    
}
.ion-2x:before {
    position: relative;
    font-size: 1.25em;
    color: #b1946d;
}
.icon-2x:before {
    position: relative;
    font-size: 1.55em;
    color: #fff;
    float: right;
}





/* --------------------------------- */
/* LINKS */
/* --------------------------------- */
a:link,
a:visited{
    color: #e67e22;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #e67e22;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;

}

a:hover,
a:active{
    color: #555;
    border-bottom: 1px solid transparent;
}



/* --------------------------------- */
/* BUTTONS */
/* --------------------------------- */

.btn:link,
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    /*border-radius: 200px;*/
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit]{
    background-color: #0b214a;
    border: 1px solid #0b214a;
    color: #fff;
    margin-right: 15px;
    width: 250px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #e67e22;
    color: #e67e22;
}
.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active{
 background-color: #284b8d;   
}

.btn-full: hover,
.btn-full:active,
input[type=submit]{
    border: 1px solid #5a4527;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #cf6d17;
    color: #fff;
}
.top-bar .btn:link,
.btn:visited,
input[type=submit]{
    display: inline-block;
    padding: 2px 0px;
    font-weight: 300;
    text-decoration: none;
    /*border-radius: 200px;*/
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    width: 200px;
    text-align: center;
    background-color: #b1946d;
}

.button-test{
    width: 150px;
    height: 100px;
}


/* ---------------------------------*/
/* HEADER */
/*--------------------------------- */

header{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 43, 253, 0.81)), to(rgba(28, 45, 255, 0.78))), url(img/hero-back.jpg);
    background-image: linear-gradient(rgba(35, 43, 253, 0.81), rgba(28, 45, 255, 0.78)), url(img/hero-back.jpg);
    background-size: cover;
    background-position: center;
    height: 120vh;
    background-attachment: fixed;
}
.section-steps{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 119, 35, 0.81)), to(rgba(253, 119, 35, 0.81))), url(img/hero-back-en.jpg);
    background-image: linear-gradient(rgba(253, 119, 35, 0.81), rgba(253, 119, 35, 0.81)), url(img/hero-back-en.jpg);
    background-size: contain;
    background-position: center;
    height: 110vh;
    background-attachment: fixed;  
}


.hero-text-box{
    padding-top: 100px;
    position: absolute;
    width: 1140px;
    height: 100vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}

.banner{
    -ms-flex-line-pack: center;
    align-content: center;
    height: auto;
    width: 100%;
    margin: auto;
    padding: 0px 200px;
}

.logo
{
    height: 175px;
    width: 155px;
    float: left;
    margin-left: 150px;
    margin-top: -60px;
}

.logo-black{
    display: none;
    height: 50px;
    width: auto;
    float: left;
    margin-top: 5px 0;
}

/*  Top Bar  */

/* Main Navi */
nav{
    left: auto;
    right: auto;
    
}

.main-nav {
    list-style: none;
    font-weight: bolder;
    background-color: #ff7920;
    height: 50px;
    margin-bottom: 0x;
    margin-top: 80px;
    padding-bottom: 50px;
}
.main-nav:after{
    padding-bottom: 40px;
}

.main-nav li{
    display: inline-block;
    margin-left: 40px;
    height: auto;
    float: left;
    margin-top: 10px;
    width: auto;
 }

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav lia:active {
    border-bottom: 2px solid #e67e22;
}
.row.nav-bar {
    height: 100px;
    background-color: #ff7920;
    
}


/* Mobile Navi */
.mobile-nav-icon{
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
    
}

.mobile-nav-icon i{
    font-size: 200%;
    color: #000;
}



/* --------------------------------- */
/* Sticky Navi */
/* --------------------------------- */

.sticky
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 2px 2px #efefef;
    box-shadow: 0 2px 2px #efefef;
    z-index: 9999;
}

.sticky .main-nav {
    margin-top: 18px;
}



.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 16px 0;
    color: #555;
}

.sticky .logo{display: none;}
.sticky .logo-black{display: block;}


/* --------------------------------- */
/* FEATURES */
/* --------------------------------- */

.section-features .long-copy{
    margin-bottom: 60px;
}

.section-features h2:before{
    width: 20px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.section-features{
    text-align: center;
    color: white;
    padding-bottom: 60px;
    position: relative;
    /*background: linear-gradient(rgba(230, 229, 214, 0.91), rgba(247, 226, 213, 0.81));*/
}
.centered{
    top: 50%;
    bottom: 50%;
    position: relative;
    color: white;
    width: 500px;
}
.section features .heading{
    color: white;
}

.section-features h2{
    font-family: 'Merriweather', serif;
    color: #0b214a;
    font-weight: 400;
    text-align: left;
}
.section-features h2:after{
    height: 1px;
    width: 230px;
    text-align: left;
    margin: 25px 20px;
    content: none;
}


/* --------------------------------- */
/* Explore */
/* --------------------------------- */
.section-explore{
    background-color: #061c65;
    padding:0;
    margin-top: 20px;
    padding: 20px 0;
    position: relative;
    margin-bottom: 20px;
    height: auto;
}
.section-explore meal-photo{
    margin-bottom: 0px;
    height: auto;
    width: auto;
}
.section-explore row{
    margin-bottom: 50px;
}

.section-explore h1,h2,h3, p{
    color:#fff;
    text-align: center;
}

.section-explore h2{
    font-family: sans-serif;
    font-weight: 300;
    margin-top: 30px;
    color: #000;
    text-align: center;
}

.steps-x-box:first-child {
    text-align: left;
    margin-top: 30px;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.steps-x-box{
    margin-top: 30px;
    max-width: 100%;
    max-height: 50%;
}

.section-explore h3{
    height: inherit;
    background-color:white; 
    color: black;
    text-align: center;
    text-transform: none;
    font-size: 20px;
    padding: 15px;
    font-weight: bold;
}

.section-meals{
    padding:0;
}

.section h1{
    margin-top: 50px;
    font-weight: 500;
}

.section-explore h1:after{
    content: none;
    height: 0px;
}
.section-explore h2:after{
    content: none;
    height: 0px;
}


.section-meals{
    text-align: center;
}

.meals-showcase{
    list-style: none;
    width: 100%;
}
.meals-showcase li{
    display: block;
    float: left;
    width: 25%;
}

.container{
    text-align: center;
    position: relative;
    color: white;
}

.meal-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: black;
    position: relative;
}

.meal-pic{
    -webkit-column-gap: 4%;
    column-gap: 4%;
}

.meal-photo img{
    opacity: 0.6;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.meal-photo img:hover{
    opacity: 1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}


/* --------------------------------- */
/* HOW IT WORKS */
/* --------------------------------- */
.section-steps p{
    color: #626060;
    text-align: left;
    font-weight: 500;
}
.section-steps h2,h3{
    text-align: left;

}
.section-steps h3{
    text-transform: none;
    text-align: left;
    font-size: 21px;
    
}

.section-steps h2:after{
    display: block;
    height: 1px;
    background-color: #795C34;
    content: none;
    width: 250px;
    margin: 20px 10px;
    margin-top: 30px;
}

.section-steps h2{
    font-family: 'Merriweather', serif;
    font-weight: 500;
    font-size: 38px;
    color: #0b214a;
    font-stretch: expanded;
    text-align: left;
    text-transform: none;
}
.section-steps iframe{
    border: 4px solid #0b214a; 
}


.section-steps{
    background-color: #fff;
    padding-bottom: 50px;
}
.section-steps icon-2x{
    top: 5px;;
    left: 5px;
}

.steps-box h2:after{
    height: 1px;
    background-color: #e0e0e0;
    width: 230px;
    border: 2px;
    text-align: center;
}

.steps-box:first-child {
    text-align: left;
    padding-right: 3%;
    height: auto;
}

.steps-box:last-child {
    padding-left: 3%;
    float: right;
    float: left;
    margin: 0px;
}

.steps-box{
    max-width: 100%;
    max-height: 50%;
    margin-top: 30px;
} 

.section-steps .btn:link, .btn:visited {
    background-color: #0b214a;
    border: 1px solid #0b214a;
    color: #fff;
    width: 55%;
    text-align: center;
    margin: 5px 0px 0px 10px;
    padding: 10px;
}
.section-steps .btn:hover{
    background-color: #3a5ea2;
    width:55%;
    text-align: center;
    margin: 5px 0px 0px 10px;
    padding: 10px;
    font-weight: 300;
    font-size: 18px;
}

.works-step{
    margin-bottom: 20px;
    text-align: left;
}

.works-step:last-of-type{
    margin-bottom: 80px;
    
}

.works-step div{

    color: #e67e22;
    display: inline-block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 2px;
    float: left;
    font-size: 100%;
    margin-right: 25px;
}

.btn-app:link,
btn-app:visited{
    border: 0;
}

.btn-app img{
    height: 50px;
    width: auto;
    margin-right: 10px;
    color: antiquewhite;
}



/*Section WHY*/
.section-why box{
    color: #000;
    -webkit-column-gap: 2%;
    column-gap: 2%;
}
.section-why{
    max-width:100%;
    margin: 0;
    padding-bottom: 100px;
}

.section-why icons-big{
    -ms-flex-line-pack: center;
    align-content: center;
}


.section-why h1,h2,h3{
    color: black;
    font-family: 'Merriweather', serif;
    text-align: left;
}

.section-why h1,h2{
    color: #0b214a;
}
.section-why h3{
    font-weight: bolder;
    font-size: 23px;
    text-align: center;
}

.section-why p{
    font-weight: 300;
    font-family: 'Lato',sans-serif;
    color:black;
    text-align: left;
    font-size: inherit;
    margin: 0;
}

.section-why h1:after{
    background-color: #795C34;
    
}

.section-why h2:after{
    width: 200px;
    height: 0.5px;
    color: #0b214a;
}

.section-why .btn-full:link,
.btn-full:visited,
{
    background-color: #e67e22;
    border: 1px solid #e67e22;
    color: #fff;
    margin: auto;
    margin-top: inherit;
    margin-right: 5px;
}

.section-why .btn-full:hover, .btn-full:active, {
    color: aliceblue;
}

/*SECTION CALL*/

.section-call{
    background-color: #0b214a;
    height: 170px;    
    position: relative;
    padding: 20px;
    max-height: 100vh;
    font-family: 'Merriweather', serif;
}
.section-call .btn-full:link,.btn-full:visited {
    background-color: #b1946d;
    border: 1px solid #b1946d;
    color: #fff;
    width: auto;
}
.section-call box:last-child{
    float: right;
}

.section-call h2:after{
    content: none;
}

.section-call btn-full: hover,
.btn-full:active,{
    border: 1px solid #5a4527;
}

.section-call h2{
    color: white;
    text-transform: none;
    text-align: center;
    font-style: normal;
    font-size: 150%;
}

.section-call row{
    padding: auto;
    margin: auto;
}

.section-call h3{
    color: #fff;
    font-family: serif;
    text-align: left;
}

.section-call btn{
    color:
}

.section-call btn-full:link,
btn-full:visited,
{
    background-color: #e67e22;
    border: 1px solid #e67e22;
    color: #fff;
    margin: auto;
    margin-top: inherit;
    margin-right: 5px;
}


/* --------------------------------- */
/* Cities */
/* --------------------------------- */
.section-cities{
    display: block;
}

.box img{
    width: 100%;
    height: auto;
    margin-bottom: -5px;
}

.city-feature{
    margin-bottom: 5px;
}

.btn-cities{
    -ms-flex-line-pack: center;
    align-content: center;
}


/* --------------------------------- */
/* TESTIMONIALS */
/* --------------------------------- */

.section-testimonials{
    background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.7)),to(rgba(29, 29, 29, 0.7))),url(img/court.jpg);
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(29, 29, 29, 0.7)),url(img/court.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

.section-testimonials h2,h3,h4,p{
    color: #fff;
    font-family: sans-serif;
    text-align: center;
}
h2:after{
    content: none;
}
.my-slides{
    display: none;
}


.section-testimonials .item{
    background: transparent;
}


.section-testimonials .btn-full .btn:hover {
    background-color: #0b214a;
    border: 1px solid #0b214a;
    width: 55%;
    text-align: center;
    margin: 5px 0px 0px 10px;
    padding: 10px;
    font-size: 18px;
    position: absolute;
    float: right;
}

.section-testimonials .btn:link, .btn:visited {
    background-color: #0b214a;
    border: 1px solid #0b214a;
    color: #fff;
    width: 55%;
    text-align: center;
    margin: 5px 0px 0px 10px;
    padding: 10px;
    font-weight: 300;
}


blockquote{
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top: 40px;
}
blockquote:before{
    content: "\201c";
    font-size: 400%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
}
blockquote:after{
    display: block;
    height: 1px;
    background-color: #ff7920;
    content: " ";
    width: 150px;
    margin: 0 auto;
    margin-top: 30px;
}

cite{
    font-size: 90%;
    margin-top: 25px;
    display: block;
}


cite img{
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.section-explore p:after{
    display: block;
    height: 2px;
    background-color: #e5e5e5;
    content: " ";
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
}

.content {
  background-color: white;
  padding: 10px;
}

/* --------------------------------- */
/* SIGN UP */
/* --------------------------------- */
.section-plans{
    background-color: #f4f4f4;
    
}

.plan-box{
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
     margin-left: 5%;
    -webkit-box-shadow: 0 2px 2px #efefef;
    box-shadow: 0 2px 2px #efefef;
    }
.plan-box div{
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.plan-box div:first-child{
    background-color: #fcfcfc;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.plan-box div:last-child{
    text-align: center;
    border: 0;
    
}

.plan-price{
    font-size: 300%;
    margin-bottom: 10px;
    font-weight: 100;
    color:  #e67e22;
}

.plan-price span{
    font-size: 30%;
    font-weight: 300;
}

.plan-price-meal{
    font-size: 80%;
}

.plan-box ul{
    list-style: none;

}
.plan-box ul li{
    padding: 5px 0;
}

/* --------------------------------- */
/* FORM */
/* --------------------------------- */

.contact-form{
    width: 60%;
 margin: 0 auto;   
}

input[type=text],
input[type=email],
select,
textarea{
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border:1px solid #ccc;   
}

textarea {
    height:100%;
}

input[type=checkbox]{
    margin: 10px 5px 10px 0;
}

*:focus {outline: none; }

/* --------------------------------- */
/* FOOTER */
/* --------------------------------- */
footer{
    background-color: #262626;
    padding: 50px;
    font-size: 80%;
}

.footer-nav{
    list-style: none;
    text-align: center;
}

.social-links{
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li{
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child{
    margin-right: 0;
    
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited{
    text-decoration: none;
    border: 0;
    color:#fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active{
    color: #ddd;
}

.social-links li a:link,
.social-links li active{
font-size: 160%;    
}
.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram{
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}


.ion-social-facebook:hover{
    color: #3b5998;    
}

.ion-social-twitter:hover{
    color: #00aced;    
}

.ion-social-googleplus:hover{
    color: #dd4b39;    
}

.ion-social-instagram:hover{
    color: #517fa4;    
}


footer p{
    color:#fff;
    text-align: center;
    margin-top: 20px;
    font-weight: 300;;
}

.hiden{
    display: none;
}

/* --------------------------------- */
/* Animationss */
/* --------------------------------- */

.js--wp-1,
.js--wp-2,
.js--wp-3{
    opacity: 0;   
    -webkit-animation-duration: 1s;   
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated{
    opacity: 1;
}
.ss {
    height: 100px;
    max-height: full;
}

.section-map {
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
}
.section-map img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-right: 50px;
    margin-left: 0px;
}
/*
.section-map map{
left: auto;
    right: auto;
    width: 20%;
    height: 30%;
}

.section-map map.img{
    width: 50%;
    height: 20%;
    margin-top: -100px;
}  */                                                                                                                         

.section-top {
    padding: 0px;
    position: relative;
}

.section-top .span-1-of-4{
    width: 500px;
    max-width: inherit;
}

.section-top icon-small{
    float: right;
    position: absolute;
}

.heading h2{
    color: white;
}
.heading {
    position: absolute;
    margin-top: auto;
    top: 40%;
    width: 90%;
    bottom: 50%;
    color: #fff;
}

/*Top Icons*/

i.ion-ios-telephone.icon-top{
    float: right;
    text-align: center;
    color: aliceblue;
}

i.ion-email.icon-top{
    float: right;
    margin-left: 3px;
    padding-left: 10px;
    color: aliceblue;
}
.first-nav {
    background-color: blue;
    width: 500px;
    color: aqua;
}



/* MODAL */
 section-why a:link,
  a:visited{
   text-decoration: none;
  }

  .modal{
   background-color: rgba(0,0,0, .8);
   width:100%;
   height: 100vh;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 10;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all .5s;
   transition: all .5s;
  }

  .modal__content{
   width: 80%;
   height: 65%;
   background-color: #fff;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   padding: 2em;
   border-radius: 1em;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all .5s;
   transition: all .5s;
  }

  #modal:target{
   opacity: 1;
   visibility: visible;
  }

  #modal:target .modal__content{
   opacity: 1;
   visibility: visible;
  }

  .modal__close{
   color: #363636;
   font-size: 2em;
   position: absolute;
   top: .25em;
   right: 1em;
  }

  .modal__heading{
   color: dodgerblue;
   margin-bottom: 1em;
  }

  .modal__paragraph{
   line-height: 1.5em;
  }

.modal-open{
 display: inline-block;
 color: dodgerblue;
 margin: 2em;
}

  .modal-2{
   background-color: rgba(0,0,0, .8);
   width:100%;
   height: 100vh;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 10;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all .5s;
   transition: all .5s;
  }

  
  #modal_2:target{
   opacity: 1;
   visibility: visible;
  }

  #modal_2:target .modal__content{
   opacity: 1;
   visibility: visible;
  }


  .modal{
   background-color: rgba(0,0,0, .8);
   width:100%;
   height: 100vh;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 10;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all .5s;
   transition: all .5s;
  }

  .modal__content{
   width: 80%;
   height: 65%;
   background-color: #fff;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   padding: 2em;
   border-radius: 1em;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all .5s;
   transition: all .5s;
  }

  #modal:target{
   opacity: 1;
   visibility: visible;
  }

  #modal:target .modal__content{
   opacity: 1;
   visibility: visible;
  }

/* Section News */

.news p{
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: left;
}

