section.opening .wrapper{padding:60px 0px 60px 0px;}
section.opening{background-attachment:fixed;background: rgba(221,85,9,0.3);}
section.opening .wrapper .logo-top{margin-bottom:60px !important;}
section.opening .wrapper p{color:#ffffff;font-size:16px;text-shadow: 0px 2px 0px rgba(0,0,0,0.2);}
section.opening .wrapper {background: rgba(221,85,9,0);}

section.opening .wrapper p a{color:#ffaf81;}
section.opening .wrapper p a:hover{text-decoration:underline !important;}

section.opening .wrapper p strong{font-weight:bold;text-transform:uppercase;}
section.opening .wrapper h2{color:#ffffff;font-size:2.5em;font-weight:bold;text-align:center;text-shadow: 0px 2px 0px rgba(0,0,0,0.2);}

section.opening:after {content: "";position: Absolute;top: 0px;left: 0;height: 100%;width: 100%;background: url(../img/bg.jpg) center top fixed no-repeat;z-index: -1;background-size: cover;}

footer {margin-top: 0px;}

@media (max-width: 767px){
    section.opening {background: transparent;}
    section.opening .wrapper {background: rgba(221,85,9,0.7);}
    section.opening .wrapper p{color:#ffffff;font-size:14px;text-shadow: 0px 2px 0px rgba(0,0,0,0.2);}
    section.opening .wrapper .logo-top {position: relative;text-align: center;max-width: 230px;}
    section.opening .wrapper .logo-top{margin-bottom:40px !important;}
}